Trace number 3741823

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: borg pb-dec-11.04.03? (MO) 616.73 613.657

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.40/0.50	c INFO: solving HOME/instance-3741823-1338721651.opb
0.40/0.57	c INFO: parsing took 0.07 s
0.50/0.69	c INFO: features took 0.12 CPU seconds
0.60/0.72	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.68)
47.83/47.94	c INFO: running clasp-1.3.7@0 for 45 with 1753 remaining (b = 0.36)
95.07/95.10	c INFO: running scip-2.0.1-spx@0 for 45 with 1705 remaining (b = 0.06)
144.12/144.13	c INFO: running clasp-1.3.7@47 for 45 with 1657 remaining (b = 0.01)
189.88/189.83	c INFO: wrote minion input file to HOME/tmp9qgvTe.minion
189.88/189.83	c INFO: running minion-0.12@0 for 45 with 1612 remaining (b = 0.09)
237.21/237.20	c INFO: running wbo1.4a@0 for 45 with 1564 remaining (b = 0.02)
286.38/286.27	c INFO: running scip-2.0.1-clp@46 for 45 with 1515 remaining (b = 0.01)
332.64/332.43	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1469 remaining (b = 0.04)
382.63/379.99	c INFO: running clasp-1.3.7@92 for 136 with 1420 remaining (b = 0.02)
520.40/517.41	c INFO: running scip-2.0.1-spx@48 for 45 with 1282 remaining (b = 0.01)
565.58/562.56	c INFO: running bsolo_pb10-l3@0 for 45 with 1237 remaining (b = 0.02)
613.05/609.95	c INFO: running bsolo_pb10-l1@0 for 91 with 1190 remaining (b = 0.02)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741823-1338721651/watcher-3741823-1338721651 -o /tmp/evaluation-result-3741823-1338721651/solver-3741823-1338721651 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741823-1338721651.opb -seed 1711932583 -budget 1800 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.73 2.67 2/195 1683
/proc/meminfo: memFree=24439632/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=15440 CPUtime=0 cores=0,2,4,6
/proc/1683/stat : 1683 (python) R 1680 1683 27000 0 -1 4202496 685 0 0 0 0 0 0 0 20 0 1 0 338292514 15810560 572 33554432000 4194304 5683644 140737250865424 140737250837608 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 3860 573 324 364 0 302 0

[startup+0.0495809 s]
/proc/loadavg: 2.15 2.73 2.67 2/195 1683
/proc/meminfo: memFree=24439632/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=29616 CPUtime=0.03 cores=0,2,4,6
/proc/1683/stat : 1683 (python) R 1680 1683 27000 0 -1 4202496 1478 0 0 0 3 0 0 0 20 0 1 0 338292514 30326784 1216 33554432000 4194304 5683644 140737250865424 140737250783688 219513963808 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 7404 1217 452 364 0 729 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29616

[startup+0.100198 s]
/proc/loadavg: 2.15 2.73 2.67 2/195 1683
/proc/meminfo: memFree=24439632/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=92392 CPUtime=0.07 cores=0,2,4,6
/proc/1683/stat : 1683 (python) R 1680 1683 27000 0 -1 4202496 3221 504 1 0 6 1 0 0 20 0 1 0 338292514 94609408 2541 33554432000 4194304 5683644 140737250865424 140737250817896 5178064 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/1683/statm: 23098 2541 816 364 0 1620 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 92392

[startup+0.300167 s]
/proc/loadavg: 2.15 2.73 2.67 2/195 1683
/proc/meminfo: memFree=24439632/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=166944 CPUtime=0.23 cores=0,2,4,6
/proc/1683/stat : 1683 (python) R 1680 1683 27000 0 -1 4202496 6579 1011 1 0 18 5 0 0 20 0 1 0 338292514 170950656 4368 33554432000 4194304 5683644 140737250865424 140737250769656 219513586809 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 41736 4368 1243 364 0 3289 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 166944

[startup+0.700145 s]
/proc/loadavg: 2.15 2.73 2.67 2/195 1683
/proc/meminfo: memFree=24439632/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=283848 CPUtime=0.6 cores=0,2,4,6
/proc/1683/stat : 1683 (python) R 1680 1683 27000 0 -1 4202496 11045 1011 1 0 50 10 0 0 20 0 1 0 338292514 290660352 7745 33554432000 4194304 5683644 140737250865424 140737250833448 219513963904 0 0 16781312 33554434 0 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 70962 7745 1858 364 0 6191 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283848

[startup+1.50033 s]
/proc/loadavg: 2.15 2.73 2.67 3/199 1692
/proc/meminfo: memFree=24367812/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=359620 CPUtime=0.63 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 11303 1011 1 0 53 10 0 0 20 0 2 0 338292514 368250880 7782 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 89905 7782 1892 364 0 25128 0
[pid=1689] ppid=1683 vsize=283840 CPUtime=0 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 771 0 0 0 0 0 0 0 20 0 1 0 338292586 290652160 6225 33554432000 4194304 5683644 140737250865424 140737250856512 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/1689/statm: 70960 6225 341 364 0 6183 0
[pid=1692] ppid=1689 vsize=88052 CPUtime=0.76 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) R 1689 1692 1692 0 -1 4202496 18957 0 0 0 73 3 0 0 20 0 1 0 338292586 90165248 18356 33554432000 4194304 15243407 140737130877136 140737130872808 4880912 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 22013 18356 682 2698 0 19308 0
[pid=1683/tid=1691] ppid=1680 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 338292586 368250880 7782 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 731512

[startup+3.10035 s]
/proc/loadavg: 2.14 2.71 2.66 3/199 1692
/proc/meminfo: memFree=24337928/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=359620 CPUtime=0.63 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 11303 1011 1 0 53 10 0 0 20 0 2 0 338292514 368250880 7782 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 89905 7782 1892 364 0 25128 0
[pid=1689] ppid=1683 vsize=283840 CPUtime=0 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 774 0 0 0 0 0 0 0 20 0 1 0 338292586 290652160 6225 33554432000 4194304 5683644 140737250865424 140737250856512 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1689/statm: 70960 6225 341 364 0 6183 0
[pid=1692] ppid=1689 vsize=118124 CPUtime=2.36 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) R 1689 1692 1692 0 -1 4202496 26486 0 0 0 231 5 0 0 20 0 1 0 338292586 120958976 25885 33554432000 4194304 15243407 140737130877136 140737130873448 4880923 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 29531 25885 682 2698 0 26826 0
[pid=1683/tid=1691] ppid=1680 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 338292586 368250880 7782 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 761584

[startup+6.30039 s]
/proc/loadavg: 2.14 2.71 2.66 3/199 1692
/proc/meminfo: memFree=23960972/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=359620 CPUtime=0.63 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 11303 1011 1 0 53 10 0 0 20 0 2 0 338292514 368250880 7782 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 89905 7782 1892 364 0 25128 0
[pid=1689] ppid=1683 vsize=283840 CPUtime=0 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 896 0 0 0 0 0 0 0 20 0 1 0 338292586 290652160 6248 33554432000 4194304 5683644 140737250865424 140737250856512 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1689/statm: 70960 6248 364 364 0 6183 0
[pid=1692] ppid=1689 vsize=161884 CPUtime=5.56 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) R 1689 1692 1692 0 -1 4202496 37340 0 0 0 546 10 0 0 20 0 1 0 338292586 165769216 36739 33554432000 4194304 15243407 140737130877136 140737130873448 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/1692/statm: 40471 36739 686 2698 0 37766 0
[pid=1683/tid=1691] ppid=1680 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 338292586 368250880 7782 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 805344

[startup+12.7003 s]
/proc/loadavg: 2.19 2.71 2.66 3/199 1692
/proc/meminfo: memFree=23831324/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=359620 CPUtime=0.63 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 11303 1011 1 0 53 10 0 0 20 0 2 0 338292514 368250880 7782 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 89905 7782 1892 364 0 25128 0
[pid=1689] ppid=1683 vsize=283840 CPUtime=0.01 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 898 0 0 0 1 0 0 0 20 0 1 0 338292586 290652160 6248 33554432000 4194304 5683644 140737250865424 140737250856512 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1689/statm: 70960 6248 364 364 0 6183 0
[pid=1692] ppid=1689 vsize=215668 CPUtime=11.96 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) R 1689 1692 1692 0 -1 4202496 50797 0 0 0 1177 19 0 0 20 0 1 0 338292586 220844032 50196 33554432000 4194304 15243407 140737130877136 140737130873448 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 53917 50196 686 2698 0 51212 0
[pid=1683/tid=1691] ppid=1680 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 338292586 368250880 7782 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 859128

[startup+25.5003 s]
/proc/loadavg: 2.16 2.68 2.65 3/199 1692
/proc/meminfo: memFree=23781240/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=359620 CPUtime=0.63 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 11303 1011 1 0 53 10 0 0 20 0 2 0 338292514 368250880 7782 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 89905 7782 1892 364 0 25128 0
[pid=1689] ppid=1683 vsize=283840 CPUtime=0.03 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 1006 0 0 0 2 1 0 0 20 0 1 0 338292586 290652160 6253 33554432000 4194304 5683644 140737250865424 140737250856512 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1689/statm: 70960 6253 369 364 0 6183 0
[pid=1692] ppid=1689 vsize=262708 CPUtime=24.75 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) R 1689 1692 1692 0 -1 4202496 62262 0 0 0 2427 48 0 0 20 0 1 0 338292586 269012992 61631 33554432000 4194304 15243407 140737130877136 140737130873224 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 65677 61631 873 2698 0 62972 0
[pid=1683/tid=1691] ppid=1680 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 2 0 338292586 368250880 7782 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 906168

[startup+51.1004 s]
/proc/loadavg: 2.10 2.63 2.63 3/204 1697
/proc/meminfo: memFree=23735164/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=435412 CPUtime=0.65 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 12260 1011 1 0 55 10 0 0 20 0 3 0 338292514 445861888 7799 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 108853 7799 1903 364 0 44073 0
[pid=1689] ppid=1683 vsize=359620 CPUtime=0.07 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 1154 0 0 0 4 3 0 0 20 0 2 0 338292586 368250880 6288 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1689/statm: 89905 6288 397 364 0 25128 0
[pid=1692] ppid=1689 vsize=287416 CPUtime=47.16 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) T 1689 1692 1692 0 -1 4202496 69018 0 0 0 4639 77 0 0 20 0 1 0 338292586 294313984 67453 33554432000 4194304 15243407 140737130877136 140737130871848 8094341 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 71854 67453 898 2698 0 69149 0
[pid=1689/tid=1694] ppid=1683 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1689/task/1694/stat : 1694 (python) S 1683 1683 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338297306 368250880 6288 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1695] ppid=1683 vsize=359632 CPUtime=0 cores=0,2,4,6
/proc/1695/stat : 1695 (python) S 1683 1683 27000 0 -1 4202560 902 0 0 0 0 0 0 0 20 0 1 0 338297308 368263168 6248 33554432000 4194304 5683644 140737250865424 140737250856512 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1695/statm: 89908 6248 358 364 0 25128 0
[pid=1697] ppid=1695 vsize=6712 CPUtime=3.14 cores=0,2,4,6
/proc/1697/stat : 1697 (clasp-1.3.7-x86) R 1695 1697 1697 0 -1 4202496 1774 0 0 0 314 0 0 0 20 0 1 0 338297309 6873088 1429 33554432000 134512640 136139019 4292276240 4292274868 135529895 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0
/proc/1697/statm: 1678 1429 182 398 0 1278 0
[pid=1683/tid=1691] ppid=1680 vsize=435412 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 26 1011 0 0 0 0 0 0 20 0 3 0 338292586 445861888 7799 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=435412 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1696/stat : 1696 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 3 0 338297308 445861888 7799 33554432000 4194304 5683644 140737250865424 139918167884336 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1448792

[startup+102.307 s]
/proc/loadavg: 3.42 2.87 2.71 2/213 1707
/proc/meminfo: memFree=11247308/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=511804 CPUtime=0.67 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 13178 1011 1 0 57 10 0 0 20 0 4 0 338292514 524087296 8441 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1683/statm: 127951 8441 1905 364 0 63168 0
[pid=1689] ppid=1683 vsize=359620 CPUtime=0.07 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 1154 0 0 0 4 3 0 0 20 0 2 0 338292586 368250880 6288 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1689/statm: 89905 6288 397 364 0 25128 0
[pid=1692] ppid=1689 vsize=287416 CPUtime=47.16 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) T 1689 1692 1692 0 -1 4202496 69018 0 0 0 4639 77 0 0 20 0 1 0 338292586 294313984 67453 33554432000 4194304 15243407 140737130877136 140737130871848 8094341 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 71854 67453 898 2698 0 69149 0
[pid=1689/tid=1694] ppid=1683 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1689/task/1694/stat : 1694 (python) S 1683 1683 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338297306 368250880 6288 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1695] ppid=1683 vsize=359632 CPUtime=0.08 cores=0,2,4,6
/proc/1695/stat : 1695 (python) S 1683 1683 27000 0 -1 4202560 1085 0 0 0 5 3 0 0 20 0 2 0 338297308 368263168 6275 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1695/statm: 89908 6275 384 364 0 25128 0
[pid=1697] ppid=1695 vsize=13844 CPUtime=47.09 cores=0,2,4,6
/proc/1697/stat : 1697 (clasp-1.3.7-x86) T 1695 1697 1697 0 -1 4202496 3552 0 0 0 4709 0 0 0 20 0 1 0 338297309 14176256 3207 33554432000 134512640 136139019 4292276240 4292275104 134875844 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/1697/statm: 3461 3207 182 398 0 3061 0
[pid=1695/tid=1704] ppid=1683 vsize=359632 CPUtime=0 cores=0,2,4,6
/proc/1695/task/1704/stat : 1704 (python) S 1683 1683 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338302022 368263168 6275 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705] ppid=1683 vsize=436024 CPUtime=0 cores=0,2,4,6
/proc/1705/stat : 1705 (python) S 1683 1683 27000 0 -1 4202560 925 0 0 0 0 0 0 0 20 0 1 0 338302024 446488576 6381 33554432000 4194304 5683644 140737250865424 140737250856512 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0

################
# More data... #
################

/proc/1848/stat : 1848 (bsolo_pb10) T 1846 1848 1848 0 -1 4202496 21397 0 0 0 4724 10 0 0 20 0 1 0 338348770 95674368 20937 33554432000 134512640 137138936 4293392672 4293391600 134542495 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1848/statm: 23358 20937 192 642 0 22714 0
[pid=1846/tid=1854] ppid=1683 vsize=739192 CPUtime=0 cores=0,2,4,6
/proc/1846/task/1854/stat : 1854 (python) S 1683 1683 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338353507 756932608 6939 33554432000 4194304 5683644 140737250865424 139918057648688 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1855] ppid=1683 vsize=814984 CPUtime=0 cores=0,2,4,6
/proc/1855/stat : 1855 (python) S 1683 1683 27000 0 -1 4202560 992 0 0 0 0 0 0 0 20 0 1 0 338353509 834543616 6919 33554432000 4194304 5683644 140737250865424 140737250856512 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/1855/statm: 203746 6919 359 364 0 138948 0
[pid=1857] ppid=1855 vsize=21020 CPUtime=3.64 cores=0,2,4,6
/proc/1857/stat : 1857 (bsolo_pb10) R 1855 1857 1857 0 -1 4202496 3291 0 0 0 354 10 0 0 20 0 1 0 338353509 21524480 2831 33554432000 134512640 137138936 4292748448 4292747564 136570369 0 0 16781312 16384 0 0 0 17 2 0 0 0 0 0
/proc/1857/statm: 5255 2831 191 642 0 4611 0
[pid=1683/tid=1691] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 31 1011 0 0 0 0 0 0 20 0 9 0 338292586 912142336 8481 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1696/stat : 1696 (python) S 1680 1683 27000 0 -1 4202560 30 1011 0 0 0 0 0 0 20 0 9 0 338297308 912142336 8481 33554432000 4194304 5683644 140737250865424 139918167884336 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1683/tid=1706] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1706/stat : 1706 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338302024 912142336 8481 33554432000 4194304 5683644 140737250865424 139918089118256 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1683/tid=1713] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1713/stat : 1713 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338311498 912142336 8481 33554432000 4194304 5683644 140737250865424 139918078628400 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1683/tid=1721] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1721/stat : 1721 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338316235 912142336 8481 33554432000 4194304 5683644 140737250865424 139918068138544 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1683/tid=1731] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1731/stat : 1731 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338325758 912142336 8481 33554432000 4194304 5683644 140737250865424 139918057648688 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1683/tid=1847] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1847/stat : 1847 (python) S 1680 1683 27000 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 9 0 338348770 912142336 8481 33554432000 4194304 5683644 140737250865424 139918047158832 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1683/tid=1856] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1856/stat : 1856 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338353509 912142336 8481 33554432000 4194304 5683644 140737250865424 139918036668976 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 616.73
Current children cumulated vsize (KiB) 15872308

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+613.602 s]
/proc/loadavg: 2.01 2.37 2.59 3/245 1857
/proc/meminfo: memFree=24636452/32873648 swapFree=7120/7120
[pid=1683] ppid=1680 vsize=890764 CPUtime=1.45 cores=0,2,4,6
/proc/1683/stat : 1683 (python) S 1680 1683 27000 0 -1 4202496 18273 1011 1 0 133 12 0 0 20 0 9 0 338292514 912142336 8481 33554432000 4194304 5683644 140737250865424 140737250860256 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1683/statm: 222691 8481 1915 364 0 157893 0
[pid=1689] ppid=1683 vsize=359620 CPUtime=0.15 cores=0,2,4,6
/proc/1689/stat : 1689 (python) S 1683 1683 27000 0 -1 4202560 1185 0 0 0 9 6 0 0 20 0 2 0 338292586 368250880 6289 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1689/statm: 89905 6289 398 364 0 25128 0
[pid=1692] ppid=1689 vsize=294348 CPUtime=93.29 cores=0,2,4,6
/proc/1692/stat : 1692 (scip-2.0.1.linu) T 1689 1692 1692 0 -1 4202496 83131 0 0 0 9243 86 0 0 20 0 1 0 338292586 301412352 71226 33554432000 4194304 15243407 140737130877136 140737130871528 8136088 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1692/statm: 73587 71226 946 2698 0 70882 0
[pid=1689/tid=1694] ppid=1683 vsize=359620 CPUtime=0 cores=0,2,4,6
/proc/1689/task/1694/stat : 1694 (python) S 1683 1683 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338297306 368250880 6289 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1695] ppid=1683 vsize=359632 CPUtime=0.41 cores=0,2,4,6
/proc/1695/stat : 1695 (python) S 1683 1683 27000 0 -1 4202560 1177 0 0 0 24 17 0 0 20 0 2 0 338297308 368263168 6275 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1695/statm: 89908 6275 384 364 0 25128 0
[pid=1697] ppid=1695 vsize=24276 CPUtime=229.6 cores=0,2,4,6
/proc/1697/stat : 1697 (clasp-1.3.7-x86) T 1695 1697 1697 0 -1 4202496 6158 0 0 0 22959 1 0 0 20 0 1 0 338297309 24858624 5814 33554432000 134512640 136139019 4292276240 4292275196 134890640 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/1697/statm: 6069 5814 182 398 0 5669 0
[pid=1695/tid=1704] ppid=1683 vsize=359632 CPUtime=0 cores=0,2,4,6
/proc/1695/task/1704/stat : 1704 (python) S 1683 1683 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338302022 368263168 6275 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705] ppid=1683 vsize=436024 CPUtime=0.17 cores=0,2,4,6
/proc/1705/stat : 1705 (python) S 1683 1683 27000 0 -1 4202560 1152 0 0 0 10 7 0 0 20 0 2 0 338302024 446488576 6407 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 109006 6407 384 364 0 44223 0
[pid=1707] ppid=1705 vsize=261972 CPUtime=94.1 cores=0,2,4,6
/proc/1707/stat : 1707 (scip-2.0.1.linu) T 1705 1707 1707 0 -1 4202496 67559 0 0 0 9353 57 0 0 20 0 1 0 338302025 268259328 62183 33554432000 4194304 13684479 140735817113424 140735817109512 11876362 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1707/statm: 65493 62183 775 2317 0 63171 0
[pid=1705/tid=1708] ppid=1683 vsize=436024 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1708/stat : 1708 (python) S 1683 1683 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338306925 446488576 6407 33554432000 4194304 5683644 140737250865424 139918167884336 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1712] ppid=1683 vsize=511816 CPUtime=0.08 cores=0,2,4,6
/proc/1712/stat : 1712 (python) S 1683 1683 27000 0 -1 4202560 1133 0 0 0 5 3 0 0 20 0 2 0 338311497 524099584 6920 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1712/statm: 127954 6920 384 364 0 63168 0
[pid=1714] ppid=1712 vsize=85776 CPUtime=47.3 cores=0,2,4,6
/proc/1714/stat : 1714 (minion) T 1712 1714 1714 0 -1 4202496 7785 0 0 0 4729 1 0 0 20 0 1 0 338311498 87834624 14129 33554432000 134512640 165565024 4293152160 4293149408 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/1714/statm: 21444 14129 336 7582 0 13859 0
[pid=1712/tid=1719] ppid=1683 vsize=511816 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (python) S 1683 1683 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338316232 524099584 6920 33554432000 4194304 5683644 140737250865424 139918089118256 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1720] ppid=1683 vsize=587608 CPUtime=0.08 cores=0,2,4,6
/proc/1720/stat : 1720 (python) S 1683 1683 27000 0 -1 4202560 1135 0 0 0 5 3 0 0 20 0 2 0 338316235 601710592 6927 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1720/statm: 146902 6927 384 364 0 82113 0
[pid=1722] ppid=1720 vsize=103472 CPUtime=49.02 cores=0,2,4,6
/proc/1722/stat : 1722 (wbo1.4a) T 1720 1722 1722 0 -1 4202496 25727 0 0 0 4844 58 0 0 20 0 1 0 338316235 105955328 25372 33554432000 134512640 135751879 4292163648 4292161824 134616516 0 0 16781312 3 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/1722/statm: 25868 25372 143 303 0 25563 0
[pid=1720/tid=1728] ppid=1683 vsize=587608 CPUtime=0 cores=0,2,4,6
/proc/1720/task/1728/stat : 1728 (python) S 1683 1683 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338321139 601710592 6927 33554432000 4194304 5683644 140737250865424 139918078628400 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1730] ppid=1683 vsize=663400 CPUtime=0.07 cores=0,2,4,6
/proc/1730/stat : 1730 (python) S 1683 1683 27000 0 -1 4202560 1164 0 0 0 5 2 0 0 20 0 2 0 338325758 679321600 6933 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1730/statm: 165850 6933 384 364 0 101058 0
[pid=1732] ppid=1730 vsize=9624972 CPUtime=49.96 cores=0,2,4,6
/proc/1732/stat : 1732 (java) T 1730 1732 1732 0 -1 4202496 21859 0 1 0 4967 29 0 0 20 0 19 0 338325758 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140735799834480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1732/statm: 2406243 212878 2266 9 0 2396937 0
[pid=1732/tid=1733] ppid=1730 vsize=9624972 CPUtime=47.14 cores=0,2,4,6
/proc/1732/task/1733/stat : 1733 (java) T 1730 1732 1732 0 -1 4202560 3067 0 1 0 4700 14 0 0 20 0 19 0 338325760 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359954513024 140359817229138 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1734] ppid=1730 vsize=9624972 CPUtime=0.15 cores=0,2,4,6
/proc/1732/task/1734/stat : 1734 (java) T 1730 1732 1732 0 -1 4202560 30 0 0 0 15 0 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359943576104 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1735] ppid=1730 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/1732/task/1735/stat : 1735 (java) T 1730 1732 1732 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359942523304 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1736] ppid=1730 vsize=9624972 CPUtime=0.13 cores=0,2,4,6
/proc/1732/task/1736/stat : 1736 (java) T 1730 1732 1732 0 -1 4202560 108 0 0 0 11 2 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359941470504 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1737] ppid=1730 vsize=9624972 CPUtime=0.14 cores=0,2,4,6
/proc/1732/task/1737/stat : 1737 (java) T 1730 1732 1732 0 -1 4202560 113 0 0 0 12 2 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359940417704 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1738] ppid=1730 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/1732/task/1738/stat : 1738 (java) T 1730 1732 1732 0 -1 4202560 88 0 0 0 10 0 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359939365928 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1739] ppid=1730 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/1732/task/1739/stat : 1739 (java) T 1730 1732 1732 0 -1 4202560 103 0 0 0 9 2 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359938313128 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1740] ppid=1730 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/1732/task/1740/stat : 1740 (java) T 1730 1732 1732 0 -1 4202560 30 0 0 0 12 0 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359937260328 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1741] ppid=1730 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/1732/task/1741/stat : 1741 (java) T 1730 1732 1732 0 -1 4202560 23 0 0 0 10 2 0 0 20 0 19 0 338325761 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359936207528 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1732/tid=1742] ppid=1730 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1732/task/1742/stat : 1742 (java) T 1730 1732 1732 0 -1 4202560 337 0 0 0 0 0 0 0 20 0 19 0 338325762 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359778777576 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1743] ppid=1730 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1732/task/1743/stat : 1743 (java) T 1730 1732 1732 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338325762 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359777723640 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1744] ppid=1730 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1732/task/1744/stat : 1744 (java) T 1730 1732 1732 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338325762 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359776670728 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1745] ppid=1730 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1732/task/1745/stat : 1745 (java) T 1730 1732 1732 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338325765 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359775619216 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1732/tid=1746] ppid=1730 vsize=9624972 CPUtime=0.9 cores=0,2,4,6
/proc/1732/task/1746/stat : 1746 (java) T 1730 1732 1732 0 -1 4202560 9884 0 0 0 88 2 0 0 20 0 19 0 338325765 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359774567352 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1747] ppid=1730 vsize=9624972 CPUtime=0.75 cores=0,2,4,6
/proc/1732/task/1747/stat : 1747 (java) T 1730 1732 1732 0 -1 4202560 6633 0 0 0 73 2 0 0 20 0 19 0 338325765 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359773514552 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1748] ppid=1730 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1732/task/1748/stat : 1748 (java) T 1730 1732 1732 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338325765 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359772461944 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1732/tid=1749] ppid=1730 vsize=9624972 CPUtime=0.01 cores=0,2,4,6
/proc/1732/task/1749/stat : 1749 (java) T 1730 1732 1732 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338325765 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359771409352 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1732/tid=1750] ppid=1730 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1732/task/1750/stat : 1750 (java) T 1730 1732 1732 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338325799 9855971328 212878 33554432000 1073741824 1073778376 140735799843344 140359770354856 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1730/tid=1825] ppid=1683 vsize=663400 CPUtime=0 cores=0,2,4,6
/proc/1730/task/1825/stat : 1825 (python) S 1683 1683 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338330511 679321600 6933 33554432000 4194304 5683644 140737250865424 139918068138544 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1846] ppid=1683 vsize=739192 CPUtime=0.07 cores=0,2,4,6
/proc/1846/stat : 1846 (python) S 1683 1683 27000 0 -1 4202560 1169 0 0 0 4 3 0 0 20 0 2 0 338348770 756932608 6939 33554432000 4194304 5683644 140737250865424 140737250857072 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1846/statm: 184798 6939 384 364 0 120003 0
[pid=1848] ppid=1846 vsize=93432 CPUtime=47.34 cores=0,2,4,6
/proc/1848/stat : 1848 (bsolo_pb10) T 1846 1848 1848 0 -1 4202496 21397 0 0 0 4724 10 0 0 20 0 1 0 338348770 95674368 20937 33554432000 134512640 137138936 4293392672 4293391600 134542495 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1848/statm: 23358 20937 192 642 0 22714 0
[pid=1846/tid=1854] ppid=1683 vsize=739192 CPUtime=0 cores=0,2,4,6
/proc/1846/task/1854/stat : 1854 (python) S 1683 1683 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338353507 756932608 6939 33554432000 4194304 5683644 140737250865424 139918057648688 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1855] ppid=1683 vsize=814984 CPUtime=0 cores=0,2,4,6
/proc/1855/stat : 1855 (python) S 1683 1683 27000 0 -1 4202560 992 0 0 0 0 0 0 0 20 0 1 0 338353509 834543616 6919 33554432000 4194304 5683644 140737250865424 140737250856512 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/1855/statm: 203746 6919 359 364 0 138948 0
[pid=1857] ppid=1855 vsize=21020 CPUtime=3.64 cores=0,2,4,6
/proc/1857/stat : 1857 (bsolo_pb10) R 1855 1857 1857 0 -1 4202496 3291 0 0 0 354 10 0 0 20 0 1 0 338353509 21524480 2831 33554432000 134512640 137138936 4292748448 4292747564 136570369 0 0 16781312 16384 0 0 0 17 2 0 0 0 0 0
/proc/1857/statm: 5255 2831 191 642 0 4611 0
[pid=1683/tid=1691] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1691/stat : 1691 (python) S 1680 1683 27000 0 -1 4202560 31 1011 0 0 0 0 0 0 20 0 9 0 338292586 912142336 8481 33554432000 4194304 5683644 140737250865424 139918178374192 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1696/stat : 1696 (python) S 1680 1683 27000 0 -1 4202560 30 1011 0 0 0 0 0 0 20 0 9 0 338297308 912142336 8481 33554432000 4194304 5683644 140737250865424 139918167884336 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1683/tid=1706] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1706/stat : 1706 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338302024 912142336 8481 33554432000 4194304 5683644 140737250865424 139918089118256 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1683/tid=1713] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1713/stat : 1713 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338311498 912142336 8481 33554432000 4194304 5683644 140737250865424 139918078628400 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1683/tid=1721] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1721/stat : 1721 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338316235 912142336 8481 33554432000 4194304 5683644 140737250865424 139918068138544 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1683/tid=1731] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1731/stat : 1731 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338325758 912142336 8481 33554432000 4194304 5683644 140737250865424 139918057648688 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1683/tid=1847] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1847/stat : 1847 (python) S 1680 1683 27000 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 9 0 338348770 912142336 8481 33554432000 4194304 5683644 140737250865424 139918047158832 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1683/tid=1856] ppid=1680 vsize=890764 CPUtime=0 cores=0,2,4,6
/proc/1683/task/1856/stat : 1856 (python) S 1680 1683 27000 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338353509 912142336 8481 33554432000 4194304 5683644 140737250865424 139918036668976 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 616.73
Current children cumulated vsize (KiB) 15872308

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1683 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=336796
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=127980
# CPU time returned by wait4() is 1.46478
# while last known CPU time is 616.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 613.657
CPU time (s): 616.73
CPU user time (s): 613.68
CPU system time (s): 3.05
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 15872308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3368
system time used= 0.12798
maximum resident set size= 33924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19745
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1056
involuntary context switches= 30

runsolver used 2.54261 second user time and 6.30304 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 13:07:31
IDJOB=3741823
IDBENCH=90110
IDSOLVER=2327
FILE ID=node114/3741823-1338721651
RUNJOBID= node114-1338713908-27016
PBS_JOBID= 14636748
Free space on /tmp= 70028 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741823-1338721651/watcher-3741823-1338721651 -o /tmp/evaluation-result-3741823-1338721651/solver-3741823-1338721651 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741823-1338721651.opb -seed 1711932583 -budget 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=1711932583

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24440532 kB
Buffers:         1022392 kB
Cached:          3829684 kB
SwapCached:         2180 kB
Active:          5646608 kB
Inactive:        1773604 kB
Active(anon):    2552824 kB
Inactive(anon):    10720 kB
Active(file):    3093784 kB
Inactive(file):  1762884 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            103600 kB
Writeback:            40 kB
AnonPages:       2566432 kB
Mapped:            25344 kB
Shmem:               172 kB
Slab:             866068 kB
SReclaimable:     308324 kB
SUnreclaim:       557744 kB
KernelStack:        1608 kB
PageTables:        13376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3507676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69940 MiB
End job on node114 at 2012-06-03 13:17:47