Trace number 3481780

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 NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03? (TO) 1800.04 1791.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ex1010.pi.opb
MD5SUM225ae73e36cb5800832cbb742bcd7f01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark238
Best CPU time to get the best result obtained on this benchmark1797.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 251
Optimality of the best value was proved NO
Number of variables25200
Total number of constraints1468
Number of constraints which are clauses1468
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint172
Number of terms in the objective function 25200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 25200
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25200
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.37/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.37/0.50	c INFO: solving HOME/instance-3481780-1307577292.opb
0.47/0.68	c INFO: parsing took 0.18 s
0.77/1.00	c INFO: features took 0.31 CPU seconds
0.87/1.02	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.16)
49.58/49.55	c INFO: running wbo1.4a@0 for 45 with 1751 remaining (b = 0.01)
99.64/99.46	c INFO: running sat4j-pb-v20101225@0 for 91 with 1702 remaining (b = 0.01)
194.33/192.46	c INFO: running clasp-1.3.7@0 for 91 with 1608 remaining (b = 0.01)
287.29/285.00	c INFO: running clasp-1.3.7@92 for 319 with 1516 remaining (b = 0.01)
609.92/606.35	c INFO: running bsolo_pb10-l3@0 for 1194 with 1194 remaining (b = 0.05)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3481780-1307577292/watcher-3481780-1307577292 -o /tmp/evaluation-result-3481780-1307577292/solver-3481780-1307577292 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481780-1307577292.opb -seed 1587251613 -budget 1800 

running on 4 cores: 1,3,5,7

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: 1.87 1.91 1.22 1/638 18598
/proc/meminfo: memFree=20836468/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 820 0 0 0 0 0 0 0 17 0 1 0 947959872 15749120 704 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18598/statm: 3845 704 334 364 0 332 0

[startup+0.118008 s]
/proc/loadavg: 1.87 1.91 1.22 1/638 18598
/proc/meminfo: memFree=20836468/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=96124 CPUtime=0.08 cores=1,3,5,7
/proc/18598/stat : 18598 (python) R 18596 18598 17566 0 -1 4202496 3167 931 1 0 6 2 0 0 18 0 1 0 947959872 98430976 2483 33554432000 4194304 5683644 140737284287808 18446744073709551615 5168667 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18598/statm: 24031 2483 792 364 0 1626 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 96124

[startup+0.200956 s]
/proc/loadavg: 1.87 1.91 1.22 1/638 18598
/proc/meminfo: memFree=20836468/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=123740 CPUtime=0.14 cores=1,3,5,7
/proc/18598/stat : 18598 (python) R 18596 18598 17566 0 -1 4202496 5356 931 1 0 10 4 0 0 17 0 1 0 947959872 126709760 3743 33554432000 4194304 5683644 140737284287808 18446744073709551615 4868303 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18598/statm: 30935 3743 987 364 0 2767 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 123740

[startup+0.300982 s]
/proc/loadavg: 1.87 1.91 1.22 1/638 18598
/proc/meminfo: memFree=20836468/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=168440 CPUtime=0.21 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 6012 931 1 0 15 6 0 0 17 0 1 0 947959872 172482560 4328 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18598/statm: 42110 4328 1222 364 0 3327 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 168440

[startup+0.700911 s]
/proc/loadavg: 1.87 1.91 1.22 1/638 18598
/proc/meminfo: memFree=20836468/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=291236 CPUtime=0.57 cores=1,3,5,7
/proc/18598/stat : 18598 (python) R 18596 18598 17566 0 -1 4202496 12383 931 1 0 48 9 0 0 17 0 1 0 947959872 298225664 9144 33554432000 4194304 5683644 140737284287808 18446744073709551615 252457723638 0 0 16781312 33554434 0 0 0 17 1 0 0 0
/proc/18598/statm: 72809 9144 1815 364 0 7702 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 291236

[startup+1.50077 s]
/proc/loadavg: 1.88 1.91 1.22 3/646 18615
/proc/meminfo: memFree=20657476/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=301504 CPUtime=0.9 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 12690 931 1 0 80 10 0 0 19 0 2 0 947959872 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18598/statm: 75376 9216 1870 364 0 10263 0
[pid=18613] ppid=18598 vsize=291260 CPUtime=0 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 947959974 298250240 7693 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085903 0 0 16781312 33554946 13241693312429031685 0 0 17 3 0 0 0
/proc/18613/statm: 72815 7693 351 364 0 7702 0
[pid=18615] ppid=18613 vsize=95180 CPUtime=0.46 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) R 18613 18615 18615 0 -1 4202496 21630 0 0 0 44 2 0 0 20 0 1 0 947959974 97464320 20937 33554432000 4194304 13684479 140735799526256 18446744073709551615 4946223 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18615/statm: 23795 20938 672 2317 0 21473 0
[pid=18598/tid=18614] ppid=18596 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 947959974 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 687944

[startup+3.10045 s]
/proc/loadavg: 1.88 1.91 1.22 3/649 18618
/proc/meminfo: memFree=20566064/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=301504 CPUtime=0.9 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 12690 931 1 0 80 10 0 0 19 0 2 0 947959872 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18598/statm: 75376 9216 1870 364 0 10263 0
[pid=18613] ppid=18598 vsize=291260 CPUtime=0 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 947959974 298250240 7693 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085903 0 0 16781312 33554946 13241693312429031685 0 0 17 3 0 0 0
/proc/18613/statm: 72815 7693 351 364 0 7702 0
[pid=18615] ppid=18613 vsize=118260 CPUtime=2.06 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) R 18613 18615 18615 0 -1 4202496 26762 0 0 0 202 4 0 0 25 0 1 0 947959974 121098240 25956 33554432000 4194304 13684479 140735799526256 18446744073709551615 7354539 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18615/statm: 29565 25956 714 2317 0 27243 0
[pid=18598/tid=18614] ppid=18596 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 947959974 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 711024

[startup+6.30086 s]
/proc/loadavg: 1.88 1.91 1.22 2/642 18635
/proc/meminfo: memFree=20610636/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=301504 CPUtime=0.9 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 12690 931 1 0 80 10 0 0 19 0 2 0 947959872 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18598/statm: 75376 9216 1870 364 0 10263 0
[pid=18613] ppid=18598 vsize=291260 CPUtime=0.01 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 947959974 298250240 7717 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085903 0 0 16781312 33554946 11557366155806998789 0 0 17 7 0 0 0
/proc/18613/statm: 72815 7717 375 364 0 7702 0
[pid=18615] ppid=18613 vsize=118260 CPUtime=5.27 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) R 18613 18615 18615 0 -1 4202496 26766 0 0 0 519 8 0 0 25 0 1 0 947959974 121098240 25960 33554432000 4194304 13684479 140735799526256 18446744073709551615 7354519 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18615/statm: 29565 25960 718 2317 0 27243 0
[pid=18598/tid=18614] ppid=18596 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 947959974 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 711024

[startup+12.7007 s]
/proc/loadavg: 2.12 1.96 1.24 3/649 18653
/proc/meminfo: memFree=20576244/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=301504 CPUtime=0.9 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 12690 931 1 0 80 10 0 0 19 0 2 0 947959872 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18598/statm: 75376 9216 1870 364 0 10263 0
[pid=18613] ppid=18598 vsize=291260 CPUtime=0.03 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 909 0 0 0 2 1 0 0 15 0 1 0 947959974 298250240 7717 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085903 0 0 16781312 33554946 5623753486446373645 0 0 17 7 0 0 0
/proc/18613/statm: 72815 7717 375 364 0 7702 0
[pid=18615] ppid=18613 vsize=119188 CPUtime=11.67 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) R 18613 18615 18615 0 -1 4202496 27179 0 0 0 1156 11 0 0 25 0 1 0 947959974 122048512 26373 33554432000 4194304 13684479 140735799526256 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18615/statm: 29797 26373 718 2317 0 27475 0
[pid=18598/tid=18614] ppid=18596 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 947959974 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 711952

[startup+25.5003 s]
/proc/loadavg: 2.10 1.97 1.25 3/649 18653
/proc/meminfo: memFree=20478100/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=301504 CPUtime=0.9 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 12690 931 1 0 80 10 0 0 19 0 2 0 947959872 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18598/statm: 75376 9216 1870 364 0 10263 0
[pid=18613] ppid=18598 vsize=291260 CPUtime=0.09 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 920 0 0 0 5 4 0 0 15 0 1 0 947959974 298250240 7717 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085903 0 0 16781312 33554946 5623753486446373645 0 0 17 7 0 0 0
/proc/18613/statm: 72815 7717 375 364 0 7702 0
[pid=18615] ppid=18613 vsize=218608 CPUtime=24.46 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) R 18613 18615 18615 0 -1 4202496 53583 0 0 0 2413 33 0 0 25 0 1 0 947959974 223854592 51158 33554432000 4194304 13684479 140735799526256 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18615/statm: 54652 51158 776 2317 0 52330 0
[pid=18598/tid=18614] ppid=18596 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 947959974 308740096 9216 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 811372

[startup+51.1005 s]
/proc/loadavg: 2.19 2.00 1.28 3/653 18658
/proc/meminfo: memFree=20458912/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=311760 CPUtime=0.92 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 13645 931 1 0 82 10 0 0 20 0 3 0 947959872 319242240 9223 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18598/statm: 77940 9223 1873 364 0 12824 0
[pid=18613] ppid=18598 vsize=301504 CPUtime=0.2 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 1155 0 0 0 10 10 0 0 16 0 2 0 947959974 308740096 7758 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18613/statm: 75376 7758 411 364 0 10263 0
[pid=18615] ppid=18613 vsize=221252 CPUtime=48.48 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) T 18613 18615 18615 0 -1 4202496 54142 0 0 0 4759 89 0 0 25 0 1 0 947959974 226562048 51717 33554432000 4194304 13684479 140735799526256 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/18615/statm: 55313 51717 776 2317 0 52991 0
[pid=18613/tid=18655] ppid=18598 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18613/task/18655/stat : 18655 (python) S 18598 18598 17566 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 947964824 308740096 7758 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604460201392256 0 0 -1 7 0 0 0
[pid=18656] ppid=18598 vsize=301516 CPUtime=0 cores=1,3,5,7
/proc/18656/stat : 18656 (python) S 18598 18598 17566 0 -1 4202560 836 0 0 0 0 0 0 0 18 0 1 0 947964827 308752384 7701 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085958 0 0 16781312 33554946 1551959395590439174 0 0 17 5 0 0 0
/proc/18656/statm: 75379 7701 355 364 0 10263 0
[pid=18658] ppid=18656 vsize=14212 CPUtime=1.53 cores=1,3,5,7
/proc/18658/stat : 18658 (wbo1.4a) R 18656 18658 18658 0 -1 4202496 36696 0 0 0 150 3 0 0 25 0 1 0 947964827 14553088 3058 33554432000 134512640 135751879 4288371024 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 3 0 0 0
/proc/18658/statm: 3553 3058 142 303 0 3248 0
[pid=18598/tid=18614] ppid=18596 vsize=311760 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 3 0 947959974 319242240 9223 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
[pid=18598/tid=18657] ppid=18596 vsize=311760 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (python) S 18596 18598 17566 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 3 0 947964827 319242240 9223 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1150244

[startup+102.32 s]
/proc/loadavg: 2.23 2.03 1.33 3/679 18685
/proc/meminfo: memFree=20098092/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=322016 CPUtime=0.95 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 14454 931 1 0 85 10 0 0 19 0 4 0 947959872 329744384 9229 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18598/statm: 80504 9229 1875 364 0 15385 0
[pid=18613] ppid=18598 vsize=301504 CPUtime=0.2 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 1155 0 0 0 10 10 0 0 16 0 2 0 947959974 308740096 7758 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18613/statm: 75376 7758 411 364 0 10263 0
[pid=18615] ppid=18613 vsize=221252 CPUtime=48.48 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) T 18613 18615 18615 0 -1 4202496 54142 0 0 0 4759 89 0 0 25 0 1 0 947959974 226562048 51717 33554432000 4194304 13684479 140735799526256 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/18615/statm: 55313 51717 776 2317 0 52991 0
[pid=18613/tid=18655] ppid=18598 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18613/task/18655/stat : 18655 (python) S 18598 18598 17566 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 947964824 308740096 7758 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604460201392256 0 0 -1 7 0 0 0
[pid=18656] ppid=18598 vsize=301516 CPUtime=0.22 cores=1,3,5,7
/proc/18656/stat : 18656 (python) S 18598 18598 17566 0 -1 4202560 1185 0 0 0 11 11 0 0 17 0 2 0 947964827 308752384 7749 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18656/statm: 75379 7749 402 364 0 10263 0
[pid=18658] ppid=18656 vsize=102468 CPUtime=49.89 cores=1,3,5,7
/proc/18658/stat : 18658 (wbo1.4a) T 18656 18658 18658 0 -1 4202496 81345 0 0 0 4892 97 0 0 25 0 1 0 947964827 104927232 24994 33554432000 134512640 135751879 4288371024 18446744073709551615 134606357 0 0 16781312 3 18446744071562691360 0 0 17 3 0 0 0
/proc/18658/statm: 25617 24994 146 303 0 25312 0
[pid=18656/tid=18664] ppid=18598 vsize=301516 CPUtime=0 cores=1,3,5,7
/proc/18656/task/18664/stat : 18664 (python) S 18598 18598 17566 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 947969816 308752384 7749 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604465319314432 0 0 -1 7 0 0 0
[pid=18665] ppid=18598 vsize=311772 CPUtime=0 cores=1,3,5,7
/proc/18665/stat : 18665 (python) S 18598 18598 17566 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 947969819 319254528 7698 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085958 0 0 16781312 33554946 4294934789 0 0 17 7 0 0 0

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

[pid=18667/tid=18673] ppid=18665 vsize=8540048 CPUtime=0.01 cores=1,3,5,7
/proc/18667/task/18673/stat : 18673 (java) T 18665 18667 18667 0 -1 4202560 1364 0 0 0 1 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18667/tid=18674] ppid=18665 vsize=8540048 CPUtime=0.01 cores=1,3,5,7
/proc/18667/task/18674/stat : 18674 (java) T 18665 18667 18667 0 -1 4202560 422 0 0 0 1 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18667/tid=18675] ppid=18665 vsize=8540048 CPUtime=0.01 cores=1,3,5,7
/proc/18667/task/18675/stat : 18675 (java) T 18665 18667 18667 0 -1 4202560 1392 0 0 0 1 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=8540048 CPUtime=0.02 cores=1,3,5,7
/proc/18667/task/18676/stat : 18676 (java) T 18665 18667 18667 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18677] ppid=18665 vsize=8540048 CPUtime=0.41 cores=1,3,5,7
/proc/18667/task/18677/stat : 18677 (java) T 18665 18667 18667 0 -1 4202560 10775 0 0 0 40 1 0 0 15 0 19 0 947969822 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469882368 0 0 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18678] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18678/stat : 18678 (java) T 18665 18667 18667 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947969822 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18679/stat : 18679 (java) T 18665 18667 18667 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947969822 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18680/stat : 18680 (java) T 18665 18667 18667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469889457 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18681] ppid=18665 vsize=8540048 CPUtime=0.59 cores=1,3,5,7
/proc/18667/task/18681/stat : 18681 (java) T 18665 18667 18667 0 -1 4202560 2128 0 0 0 59 0 0 0 15 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18682] ppid=18665 vsize=8540048 CPUtime=0.57 cores=1,3,5,7
/proc/18667/task/18682/stat : 18682 (java) T 18665 18667 18667 0 -1 4202560 4898 0 0 0 57 0 0 0 15 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18683] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18683/stat : 18683 (java) T 18665 18667 18667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18684] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18684/stat : 18684 (java) T 18665 18667 18667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18685] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18685/stat : 18685 (java) T 18665 18667 18667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 947969882 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18665/tid=18715] ppid=18598 vsize=311772 CPUtime=0 cores=1,3,5,7
/proc/18665/task/18715/stat : 18715 (python) S 18598 18598 17566 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 947979116 319254528 7747 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604467405781184 0 0 -1 7 0 0 0
[pid=18716] ppid=18598 vsize=322028 CPUtime=1.72 cores=1,3,5,7
/proc/18716/stat : 18716 (python) S 18598 18598 17566 0 -1 4202560 1261 0 0 0 82 90 0 0 15 0 2 0 947979118 329756672 7760 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18716/statm: 80507 7760 405 364 0 15385 0
[pid=18718] ppid=18716 vsize=34740 CPUtime=413.84 cores=1,3,5,7
/proc/18718/stat : 18718 (clasp-1.3.7-x86) T 18716 18718 18718 0 -1 4202496 9262 0 0 0 41382 2 0 0 25 0 1 0 947979119 35573760 8378 33554432000 134512640 136139019 4287541696 18446744073709551615 134838226 0 0 16781312 16386 18446744071562691360 0 0 17 5 0 0 0
/proc/18718/statm: 8685 8378 187 398 0 8285 0
[pid=18716/tid=18725] ppid=18598 vsize=322028 CPUtime=0 cores=1,3,5,7
/proc/18716/task/18725/stat : 18725 (python) S 18598 18598 17566 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 947988370 329756672 7760 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604463940321600 0 0 -1 5 0 0 0
[pid=19423] ppid=18598 vsize=333132 CPUtime=5 cores=1,3,5,7
/proc/19423/stat : 19423 (python) S 18598 18598 17566 0 -1 4202560 1091 0 0 0 233 267 0 0 15 0 1 0 948020507 341127168 7733 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085958 0 0 16781312 33554946 5623311482772007693 0 0 17 1 0 0 0
/proc/19423/statm: 83283 7733 374 364 0 18158 0
[pid=19425] ppid=19423 vsize=30244 CPUtime=1175.97 cores=1,3,5,7
/proc/19425/stat : 19425 (bsolo_pb10) R 19423 19425 19425 0 -1 4202496 7047480 0 0 0 116779 818 0 0 25 0 1 0 948020507 30969856 4084 33554432000 134512640 137138936 4287019904 18446744073709551615 135322966 0 0 16781312 16384 0 0 0 17 5 0 0 0
/proc/19425/statm: 7561 4084 282 642 0 6917 0
[pid=18598/tid=18614] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 6 0 947959974 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
[pid=18598/tid=18657] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (python) S 18596 18598 17566 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 6 0 947964827 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
[pid=18598/tid=18666] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18666/stat : 18666 (python) S 18596 18598 17566 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 6 0 947969819 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
[pid=18598/tid=18717] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18717/stat : 18717 (python) S 18596 18598 17566 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 6 0 947979118 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
[pid=18598/tid=19424] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/19424/stat : 19424 (python) S 18596 18598 17566 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 948020507 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.98
Current children cumulated vsize (KiB) 10841232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 2.00 2.06 1.94 3/787 19672
/proc/meminfo: memFree=9459852/32951124 swapFree=56297244/67111528
[pid=18598] ppid=18596 vsize=342528 CPUtime=1.02 cores=1,3,5,7
/proc/18598/stat : 18598 (python) S 18596 18598 17566 0 -1 4202496 16209 931 1 0 91 11 0 0 20 0 6 0 947959872 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18598/statm: 85632 9241 1879 364 0 20507 0
[pid=18613] ppid=18598 vsize=301504 CPUtime=0.2 cores=1,3,5,7
/proc/18613/stat : 18613 (python) S 18598 18598 17566 0 -1 4202560 1155 0 0 0 10 10 0 0 16 0 2 0 947959974 308740096 7758 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18613/statm: 75376 7758 411 364 0 10263 0
[pid=18615] ppid=18613 vsize=221252 CPUtime=48.48 cores=1,3,5,7
/proc/18615/stat : 18615 (scip-2.0.1.linu) T 18613 18615 18615 0 -1 4202496 54142 0 0 0 4759 89 0 0 25 0 1 0 947959974 226562048 51717 33554432000 4194304 13684479 140735799526256 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/18615/statm: 55313 51717 776 2317 0 52991 0
[pid=18613/tid=18655] ppid=18598 vsize=301504 CPUtime=0 cores=1,3,5,7
/proc/18613/task/18655/stat : 18655 (python) S 18598 18598 17566 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 947964824 308740096 7758 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604460201392256 0 0 -1 7 0 0 0
[pid=18656] ppid=18598 vsize=301516 CPUtime=0.22 cores=1,3,5,7
/proc/18656/stat : 18656 (python) S 18598 18598 17566 0 -1 4202560 1185 0 0 0 11 11 0 0 17 0 2 0 947964827 308752384 7749 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18656/statm: 75379 7749 402 364 0 10263 0
[pid=18658] ppid=18656 vsize=102468 CPUtime=49.89 cores=1,3,5,7
/proc/18658/stat : 18658 (wbo1.4a) T 18656 18658 18658 0 -1 4202496 81345 0 0 0 4892 97 0 0 25 0 1 0 947964827 104927232 24994 33554432000 134512640 135751879 4288371024 18446744073709551615 134606357 0 0 16781312 3 18446744071562691360 0 0 17 3 0 0 0
/proc/18658/statm: 25617 24994 146 303 0 25312 0
[pid=18656/tid=18664] ppid=18598 vsize=301516 CPUtime=0 cores=1,3,5,7
/proc/18656/task/18664/stat : 18664 (python) S 18598 18598 17566 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 947969816 308752384 7749 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604465319314432 0 0 -1 7 0 0 0
[pid=18665] ppid=18598 vsize=311772 CPUtime=0.4 cores=1,3,5,7
/proc/18665/stat : 18665 (python) S 18598 18598 17566 0 -1 4202560 1161 0 0 0 20 20 0 0 16 0 2 0 947969819 319254528 7747 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18665/statm: 77943 7747 396 364 0 12824 0
[pid=18667] ppid=18665 vsize=8540048 CPUtime=94.24 cores=1,3,5,7
/proc/18667/stat : 18667 (java) T 18665 18667 18667 0 -1 4202496 62605 0 1 0 9417 7 0 0 15 0 19 0 947969819 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18667/statm: 2135012 58983 2248 9 0 2125753 0
[pid=18667/tid=18668] ppid=18665 vsize=8540048 CPUtime=92.42 cores=1,3,5,7
/proc/18667/task/18668/stat : 18668 (java) T 18665 18667 18667 0 -1 4202560 35267 0 1 0 9238 4 0 0 25 0 19 0 947969820 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 46912505926352 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18669] ppid=18665 vsize=8540048 CPUtime=0.02 cores=1,3,5,7
/proc/18667/task/18669/stat : 18669 (java) T 18665 18667 18667 0 -1 4202560 926 0 0 0 2 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=8540048 CPUtime=0.03 cores=1,3,5,7
/proc/18667/task/18670/stat : 18670 (java) T 18665 18667 18667 0 -1 4202560 1554 0 0 0 3 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18671] ppid=18665 vsize=8540048 CPUtime=0.02 cores=1,3,5,7
/proc/18667/task/18671/stat : 18671 (java) T 18665 18667 18667 0 -1 4202560 1273 0 0 0 2 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=8540048 CPUtime=0.03 cores=1,3,5,7
/proc/18667/task/18672/stat : 18672 (java) T 18665 18667 18667 0 -1 4202560 733 0 0 0 3 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18667/tid=18673] ppid=18665 vsize=8540048 CPUtime=0.01 cores=1,3,5,7
/proc/18667/task/18673/stat : 18673 (java) T 18665 18667 18667 0 -1 4202560 1364 0 0 0 1 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18667/tid=18674] ppid=18665 vsize=8540048 CPUtime=0.01 cores=1,3,5,7
/proc/18667/task/18674/stat : 18674 (java) T 18665 18667 18667 0 -1 4202560 422 0 0 0 1 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18667/tid=18675] ppid=18665 vsize=8540048 CPUtime=0.01 cores=1,3,5,7
/proc/18667/task/18675/stat : 18675 (java) T 18665 18667 18667 0 -1 4202560 1392 0 0 0 1 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=8540048 CPUtime=0.02 cores=1,3,5,7
/proc/18667/task/18676/stat : 18676 (java) T 18665 18667 18667 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 19 0 947969821 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18677] ppid=18665 vsize=8540048 CPUtime=0.41 cores=1,3,5,7
/proc/18667/task/18677/stat : 18677 (java) T 18665 18667 18667 0 -1 4202560 10775 0 0 0 40 1 0 0 15 0 19 0 947969822 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469882368 0 0 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18678] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18678/stat : 18678 (java) T 18665 18667 18667 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947969822 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18679/stat : 18679 (java) T 18665 18667 18667 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947969822 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18680/stat : 18680 (java) T 18665 18667 18667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469889457 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18681] ppid=18665 vsize=8540048 CPUtime=0.59 cores=1,3,5,7
/proc/18667/task/18681/stat : 18681 (java) T 18665 18667 18667 0 -1 4202560 2128 0 0 0 59 0 0 0 15 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18682] ppid=18665 vsize=8540048 CPUtime=0.57 cores=1,3,5,7
/proc/18667/task/18682/stat : 18682 (java) T 18665 18667 18667 0 -1 4202560 4898 0 0 0 57 0 0 0 15 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18683] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18683/stat : 18683 (java) T 18665 18667 18667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18667/tid=18684] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18684/stat : 18684 (java) T 18665 18667 18667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 947969824 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18667/tid=18685] ppid=18665 vsize=8540048 CPUtime=0 cores=1,3,5,7
/proc/18667/task/18685/stat : 18685 (java) T 18665 18667 18667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 947969882 8745009152 58983 33554432000 1073741824 1073778376 140736638857152 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18665/tid=18715] ppid=18598 vsize=311772 CPUtime=0 cores=1,3,5,7
/proc/18665/task/18715/stat : 18715 (python) S 18598 18598 17566 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 947979116 319254528 7747 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604467405781184 0 0 -1 7 0 0 0
[pid=18716] ppid=18598 vsize=322028 CPUtime=1.72 cores=1,3,5,7
/proc/18716/stat : 18716 (python) S 18598 18598 17566 0 -1 4202560 1261 0 0 0 82 90 0 0 15 0 2 0 947979118 329756672 7760 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18716/statm: 80507 7760 405 364 0 15385 0
[pid=18718] ppid=18716 vsize=34740 CPUtime=413.84 cores=1,3,5,7
/proc/18718/stat : 18718 (clasp-1.3.7-x86) T 18716 18718 18718 0 -1 4202496 9262 0 0 0 41382 2 0 0 25 0 1 0 947979119 35573760 8378 33554432000 134512640 136139019 4287541696 18446744073709551615 134838226 0 0 16781312 16386 18446744071562691360 0 0 17 5 0 0 0
/proc/18718/statm: 8685 8378 187 398 0 8285 0
[pid=18716/tid=18725] ppid=18598 vsize=322028 CPUtime=0 cores=1,3,5,7
/proc/18716/task/18725/stat : 18725 (python) S 18598 18598 17566 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 947988370 329756672 7760 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554946 18446604463940321600 0 0 -1 5 0 0 0
[pid=19423] ppid=18598 vsize=333132 CPUtime=5.05 cores=1,3,5,7
/proc/19423/stat : 19423 (python) S 18598 18598 17566 0 -1 4202560 1091 0 0 0 235 270 0 0 15 0 1 0 948020507 341127168 7733 33554432000 4194304 5683644 140737284287808 18446744073709551615 252458085958 0 0 16781312 33554946 5623753486446373645 0 0 17 7 0 0 0
/proc/19423/statm: 83283 7733 374 364 0 18158 0
[pid=19425] ppid=19423 vsize=30264 CPUtime=1184.98 cores=1,3,5,7
/proc/19425/stat : 19425 (bsolo_pb10) R 19423 19425 19425 0 -1 4202496 7109930 0 0 0 117672 826 0 0 25 0 1 0 948020507 30990336 4174 33554432000 134512640 137138936 4287019904 18446744073709551615 135070983 0 0 16781312 16384 0 0 0 17 5 0 0 0
/proc/19425/statm: 7566 4174 282 642 0 6922 0
[pid=18598/tid=18614] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18614/stat : 18614 (python) S 18596 18598 17566 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 6 0 947959974 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
[pid=18598/tid=18657] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (python) S 18596 18598 17566 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 6 0 947964827 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
[pid=18598/tid=18666] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18666/stat : 18666 (python) S 18596 18598 17566 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 6 0 947969819 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
[pid=18598/tid=18717] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/18717/stat : 18717 (python) S 18596 18598 17566 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 6 0 947979118 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 3 0 0 0
[pid=18598/tid=19424] ppid=18596 vsize=342528 CPUtime=0 cores=1,3,5,7
/proc/18598/task/19424/stat : 19424 (python) S 18596 18598 17566 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 948020507 350748672 9241 33554432000 4194304 5683644 140737284287808 18446744073709551615 252469889457 0 0 16781312 33554434 18446604468318403392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10841252

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1791.36
CPU time (s): 1800.04
CPU user time (s): 1785.71
CPU system time (s): 14.33
CPU usage (%): 100.484
Max. virtual memory (cumulated for all children) (KiB): 10842236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.91586
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17143
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3196
involuntary context switches= 23

runsolver used 14.7468 second user time and 30.9523 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-09 01:54:52
IDJOB=3481780
IDBENCH=2890
IDSOLVER=1970
FILE ID=node111/3481780-1307577292
RUNJOBID= node111-1307576439-17585
PBS_JOBID= 13547694
Free space on /tmp= 73568 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-ex1010.pi.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481780-1307577292/watcher-3481780-1307577292 -o /tmp/evaluation-result-3481780-1307577292/solver-3481780-1307577292 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481780-1307577292.opb -seed 1587251613 -budget 1800

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

MD5SUM BENCH= 225ae73e36cb5800832cbb742bcd7f01
RANDOM SEED=1587251613

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20837244 kB
Buffers:        169728 kB
Cached:         696740 kB
SwapCached:      11444 kB
Active:       11572248 kB
Inactive:       227032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20837244 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:          109816 kB
Writeback:           0 kB
AnonPages:    10930104 kB
Mapped:          83724 kB
Slab:           167780 kB
PageTables:      75716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155897008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73320 MiB
End job on node111 at 2011-06-09 02:24:47