Trace number 3742447

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) 288.77 287.155

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
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 variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 181
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.38/1.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/1.21	c INFO: solving HOME/instance-3742447-1338724815.opb
0.58/1.45	c INFO: parsing took 0.23 s
0.98/1.88	c INFO: features took 0.43 CPU seconds
1.47/2.33	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.59)
50.61/51.41	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.45)
97.74/98.57	c INFO: running scip-2.0.1-clp@0 for 45 with 1702 remaining (b = 0.08)
147.26/148.05	c INFO: running scip-2.0.1-clp@49 for 45 with 1653 remaining (b = 0.01)
193.44/194.16	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1607 remaining (b = 0.04)
243.53/241.91	c INFO: running clasp-1.3.7@47 for 45 with 1558 remaining (b = 0.01)
288.68/287.06	c INFO: running sat4j-pb-v20101225@0 for 45 with 1513 remaining (b = 0.16)

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-3742447-1338724815/watcher-3742447-1338724815 -o /tmp/evaluation-result-3742447-1338724815/solver-3742447-1338724815 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742447-1338724815.opb -seed 1673131619 -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.98 2.00 2.02 3/184 9549
/proc/meminfo: memFree=30848148/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/9549/stat : 9549 (python) D 9547 9549 3958 0 -1 4202496 670 0 0 0 0 0 0 0 20 0 1 0 338607661 15642624 558 33554432000 4194304 5683644 140733714583824 140733714551768 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/9549/statm: 3819 558 324 364 0 261 0

[startup+0.0572751 s]
/proc/loadavg: 1.98 2.00 2.02 3/184 9549
/proc/meminfo: memFree=30848148/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=16588 CPUtime=0.01 cores=1,3,5,7
/proc/9549/stat : 9549 (python) D 9547 9549 3958 0 -1 4202496 1186 0 0 0 1 0 0 0 20 0 1 0 338607661 16986112 994 33554432000 4194304 5683644 140733714583824 140733714538040 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/9549/statm: 4155 994 417 364 0 597 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16588

[startup+0.100225 s]
/proc/loadavg: 1.98 2.00 2.02 3/184 9549
/proc/meminfo: memFree=30848148/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=19080 CPUtime=0.02 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 3958 0 -1 4202496 1397 0 0 0 2 0 0 0 20 0 1 0 338607661 19537920 1152 33554432000 4194304 5683644 140733714583824 140733714514328 217410153232 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/9549/statm: 4770 1152 430 364 0 694 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19080

[startup+0.300254 s]
/proc/loadavg: 1.98 2.00 2.02 3/184 9549
/proc/meminfo: memFree=30848148/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=102048 CPUtime=0.09 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 3958 0 -1 4202496 4125 1011 1 0 8 1 0 0 20 0 1 0 338607661 104497152 2726 33554432000 4194304 5683644 140733714583824 140733714438520 217410519952 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 25512 2726 876 364 0 1722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 102048

[startup+0.700234 s]
/proc/loadavg: 1.98 2.00 2.02 3/184 9549
/proc/meminfo: memFree=30848148/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=158272 CPUtime=0.2 cores=1,3,5,7
/proc/9549/stat : 9549 (python) D 9547 9549 3958 0 -1 4202496 6420 1011 1 0 15 5 0 0 20 0 1 0 338607661 162070528 4237 33554432000 4194304 5683644 140733714583824 140733714456344 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 39568 4237 1183 364 0 3254 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 158272

[startup+1.50019 s]
/proc/loadavg: 1.98 2.00 2.02 2/185 9554
/proc/meminfo: memFree=30831128/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=290604 CPUtime=0.68 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 3958 0 -1 4202496 13827 1011 1 0 59 9 0 0 20 0 1 0 338607661 297578496 9403 33554432000 4194304 5683644 140733714583824 140733714577064 4643481 0 0 16781312 33554434 0 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 72651 9403 1846 364 0 7880 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 290604

[startup+3.10034 s]
/proc/loadavg: 1.98 2.00 2.02 3/188 9557
/proc/meminfo: memFree=30744008/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=366920 CPUtime=1.09 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 14237 1011 1 0 100 9 0 0 20 0 2 0 338607661 375726080 9585 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 91730 9585 1894 364 0 26953 0
[pid=9555] ppid=9549 vsize=291140 CPUtime=0 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 1 0 338607852 298127360 8025 33554432000 4194304 5683644 140733714583824 140733714574912 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 72785 8025 340 364 0 8008 0
[pid=9557] ppid=9555 vsize=167300 CPUtime=1.17 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) R 9555 9557 9557 0 -1 4202496 39797 0 0 0 107 10 0 0 20 0 1 0 338607852 171315200 38327 33554432000 4194304 13684479 140736138622752 140736138618136 4880933 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 41825 38327 635 2317 0 39503 0
[pid=9549/tid=9556] ppid=9547 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338607852 375726080 9585 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 825360
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 1.98 2.00 2.02 3/188 9557
/proc/meminfo: memFree=30612112/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=366920 CPUtime=1.09 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 14237 1011 1 0 100 9 0 0 20 0 2 0 338607661 375726080 9585 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 91730 9585 1894 364 0 26953 0
[pid=9555] ppid=9549 vsize=291140 CPUtime=0 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 887 0 0 0 0 0 0 0 20 0 1 0 338607852 298127360 8048 33554432000 4194304 5683644 140733714583824 140733714574912 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 72785 8048 363 364 0 8008 0
[pid=9557] ppid=9555 vsize=243032 CPUtime=4.37 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) R 9555 9557 9557 0 -1 4202496 57515 0 0 0 423 14 0 0 20 0 1 0 338607852 248864768 56045 33554432000 4194304 13684479 140736138622752 140736138618136 4880937 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 60758 56045 635 2317 0 58436 0
[pid=9549/tid=9556] ppid=9547 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338607852 375726080 9585 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 901092

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.02 3/188 9557
/proc/meminfo: memFree=30533472/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=366920 CPUtime=1.09 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 14237 1011 1 0 100 9 0 0 20 0 2 0 338607661 375726080 9585 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 91730 9585 1894 364 0 26953 0
[pid=9555] ppid=9549 vsize=291140 CPUtime=0.01 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 892 0 0 0 1 0 0 0 20 0 1 0 338607852 298127360 8048 33554432000 4194304 5683644 140733714583824 140733714574912 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 72785 8048 363 364 0 8008 0
[pid=9557] ppid=9555 vsize=317256 CPUtime=10.76 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) R 9555 9557 9557 0 -1 4202496 75235 0 0 0 1060 16 0 0 20 0 1 0 338607852 324870144 73765 33554432000 4194304 13684479 140736138622752 140736138618136 4880917 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 79314 73765 635 2317 0 76992 0
[pid=9549/tid=9556] ppid=9547 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338607852 375726080 9585 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 975316

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 2.02 3/192 9561
/proc/meminfo: memFree=30332612/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=366920 CPUtime=1.09 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 14237 1011 1 0 100 9 0 0 20 0 2 0 338607661 375726080 9585 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 91730 9585 1894 364 0 26953 0
[pid=9555] ppid=9549 vsize=291140 CPUtime=0.02 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 993 0 0 0 1 1 0 0 20 0 1 0 338607852 298127360 8053 33554432000 4194304 5683644 140733714583824 140733714574912 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 72785 8053 368 364 0 8008 0
[pid=9557] ppid=9555 vsize=388752 CPUtime=23.57 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) R 9555 9557 9557 0 -1 4202496 92463 0 0 0 2337 20 0 0 20 0 1 0 338607852 398082048 90993 33554432000 4194304 13684479 140736138622752 140736138619064 4519086 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 97188 90993 635 2317 0 94866 0
[pid=9549/tid=9556] ppid=9547 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338607852 375726080 9585 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 1046812

[startup+51.1005 s]
/proc/loadavg: 1.99 2.00 2.02 3/192 9584
/proc/meminfo: memFree=29809012/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=366920 CPUtime=1.09 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 14237 1011 1 0 100 9 0 0 20 0 2 0 338607661 375726080 9585 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 91730 9585 1894 364 0 26953 0
[pid=9555] ppid=9549 vsize=291140 CPUtime=0.07 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 1013 0 0 0 4 3 0 0 20 0 1 0 338607852 298127360 8053 33554432000 4194304 5683644 140733714583824 140733714574912 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 72785 8053 368 364 0 8008 0
[pid=9557] ppid=9555 vsize=616780 CPUtime=49.16 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) R 9555 9557 9557 0 -1 4202496 149530 0 0 0 4874 42 0 0 20 0 1 0 338607852 631582720 148060 33554432000 4194304 13684479 140736138622752 140736138619064 4880915 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 154195 148060 639 2317 0 151873 0
[pid=9549/tid=9556] ppid=9547 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338607852 375726080 9585 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 1274840

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/201 9593
/proc/meminfo: memFree=29286904/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=518504 CPUtime=1.13 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 16072 1011 1 0 104 9 0 0 20 0 4 0 338607661 530948096 10118 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9549/statm: 129626 10118 1907 364 0 64843 0
[pid=9555] ppid=9549 vsize=366920 CPUtime=0.07 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 1152 0 0 0 4 3 0 0 20 0 2 0 338607852 375726080 8088 33554432000 4194304 5683644 140733714583824 140733714575472 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 91730 8088 396 364 0 26953 0
[pid=9557] ppid=9555 vsize=618800 CPUtime=49.45 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) T 9555 9557 9557 0 -1 4202496 149833 0 0 0 4903 42 0 0 20 0 1 0 338607852 633651200 148363 33554432000 4194304 13684479 140736138622752 140736138619064 4880923 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 154700 148363 639 2317 0 152378 0
[pid=9555/tid=9585] ppid=9549 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9555/task/9585/stat : 9585 (python) S 9549 9549 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338612800 375726080 8088 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586] ppid=9549 vsize=366932 CPUtime=0.06 cores=1,3,5,7
/proc/9586/stat : 9586 (python) S 9549 9549 3958 0 -1 4202560 1089 0 0 0 4 2 0 0 20 0 2 0 338612803 375738368 8075 33554432000 4194304 5683644 140733714583824 140733714575472 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9586/statm: 91733 8075 383 364 0 26953 0
[pid=9588] ppid=9586 vsize=12612 CPUtime=47.09 cores=1,3,5,7
/proc/9588/stat : 9588 (clasp-1.3.7-x86) T 9586 9588 9588 0 -1 4202496 3460 0 0 0 4709 0 0 0 20 0 1 0 338612803 12914688 2875 33554432000 134512640 136139019 4292302032 4292301008 134882982 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/9588/statm: 3153 2875 182 398 0 2753 0
[pid=9586/tid=9590] ppid=9549 vsize=366932 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (python) S 9549 9549 3958 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 2 0 338617515 375738368 8075 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9591] ppid=9549 vsize=442724 CPUtime=0 cores=1,3,5,7
/proc/9591/stat : 9591 (python) S 9549 9549 3958 0 -1 4202560 925 0 0 0 0 0 0 0 20 0 1 0 338617518 453349376 8055 33554432000 4194304 5683644 140733714583824 140733714574912 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/9591/statm: 110681 8055 358 364 0 45898 0
[pid=9593] ppid=9591 vsize=225280 CPUtime=3.72 cores=1,3,5,7
/proc/9593/stat : 9593 (scip-2.0.1.linu) R 9591 9593 9593 0 -1 4202496 52203 0 0 0 359 13 0 0 20 0 1 0 338617518 230686720 51755 33554432000 4194304 15243407 140737155136192 140737155131576 4880933 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/9593/statm: 56320 51755 682 2698 0 53615 0
[pid=9549/tid=9556] ppid=9547 vsize=518504 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 4 0 338607852 530948096 10118 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9549/tid=9587] ppid=9547 vsize=518504 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9587/stat : 9587 (python) S 9547 9549 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 4 0 338612803 530948096 10118 33554432000 4194304 5683644 140733714583824 140307067687472 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9549/tid=9592] ppid=9547 vsize=518504 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9592/stat : 9592 (python) S 9547 9549 3958 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 4 0 338617518 530948096 10118 33554432000 4194304 5683644 140733714583824 140306984985136 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 2551772

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.02 3/222 9616
/proc/meminfo: memFree=26013196/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=518504 CPUtime=1.16 cores=1,3,5,7

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

[pid=9620/tid=9630] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9630/stat : 9630 (java) T 9618 9620 9620 0 -1 4202560 1224 0 0 0 0 0 0 0 20 0 19 0 338627081 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113891899880 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=9620/tid=9631] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9631/stat : 9631 (java) T 9618 9620 9620 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338627082 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113890845944 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9632] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9632/stat : 9632 (java) T 9618 9620 9620 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338627082 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113889793032 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9620/tid=9633] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9633/stat : 9633 (java) T 9618 9620 9620 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113888741520 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9634] ppid=9618 vsize=9624972 CPUtime=0.66 cores=1,3,5,7
/proc/9620/task/9634/stat : 9634 (java) T 9618 9620 9620 0 -1 4202560 4289 0 0 0 66 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113887689656 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9620/tid=9635] ppid=9618 vsize=9624972 CPUtime=0.91 cores=1,3,5,7
/proc/9620/task/9635/stat : 9635 (java) T 9618 9620 9620 0 -1 4202560 3790 0 0 0 91 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113886636856 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=9620/tid=9636] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9636/stat : 9636 (java) T 9618 9620 9620 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113885584248 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=9620/tid=9637] ppid=9618 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/9620/task/9637/stat : 9637 (java) T 9618 9620 9620 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113884531656 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=9620/tid=9638] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9638/stat : 9638 (java) T 9618 9620 9620 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338627139 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113883477160 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9618/tid=9708] ppid=9549 vsize=518516 CPUtime=0 cores=1,3,5,7
/proc/9618/task/9708/stat : 9708 (python) S 9549 9549 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338631850 530960384 8603 33554432000 4194304 5683644 140733714583824 140306984985136 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9549/tid=9556] ppid=9547 vsize=594296 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 5 0 338607852 608559104 10126 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9549/tid=9587] ppid=9547 vsize=594296 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9587/stat : 9587 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 5 0 338612803 608559104 10126 33554432000 4194304 5683644 140733714583824 140307067687472 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9549/tid=9592] ppid=9547 vsize=594296 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9592/stat : 9592 (python) S 9547 9549 3958 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 5 0 338617518 608559104 10126 33554432000 4194304 5683644 140733714583824 140306984985136 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9549/tid=9619] ppid=9547 vsize=594296 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9619/stat : 9619 (python) S 9547 9549 3958 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 5 0 338627077 608559104 10126 33554432000 4194304 5683644 140733714583824 140306974495280 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 283.97
Current children cumulated vsize (KiB) 13436576



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+287.101 s]
/proc/loadavg: 1.98 2.00 2.00 2/233 9727
/proc/meminfo: memFree=27576368/32873648 swapFree=7628/7628
[pid=9549] ppid=9547 vsize=670088 CPUtime=1.24 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 3958 0 -1 4202496 18093 1011 1 0 114 10 0 0 20 0 6 0 338607661 686170112 10134 33554432000 4194304 5683644 140733714583824 140733714578656 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9549/statm: 167522 10134 1911 364 0 102733 0
[pid=9555] ppid=9549 vsize=366920 CPUtime=0.07 cores=1,3,5,7
/proc/9555/stat : 9555 (python) S 9549 9549 3958 0 -1 4202560 1152 0 0 0 4 3 0 0 20 0 2 0 338607852 375726080 8088 33554432000 4194304 5683644 140733714583824 140733714575472 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9555/statm: 91730 8088 396 364 0 26953 0
[pid=9557] ppid=9555 vsize=618800 CPUtime=49.45 cores=1,3,5,7
/proc/9557/stat : 9557 (scip-2.0.1.linu) T 9555 9557 9557 0 -1 4202496 149833 0 0 0 4903 42 0 0 20 0 1 0 338607852 633651200 148439 33554432000 4194304 13684479 140736138622752 140736138619064 4880923 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/9557/statm: 154700 148439 639 2317 0 152378 0
[pid=9555/tid=9585] ppid=9549 vsize=366920 CPUtime=0 cores=1,3,5,7
/proc/9555/task/9585/stat : 9585 (python) S 9549 9549 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338612800 375726080 8088 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586] ppid=9549 vsize=366932 CPUtime=0.15 cores=1,3,5,7
/proc/9586/stat : 9586 (python) S 9549 9549 3958 0 -1 4202560 1147 0 0 0 9 6 0 0 20 0 2 0 338612803 375738368 8075 33554432000 4194304 5683644 140733714583824 140733714575472 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9586/statm: 91733 8075 383 364 0 26953 0
[pid=9588] ppid=9586 vsize=20652 CPUtime=92.2 cores=1,3,5,7
/proc/9588/stat : 9588 (clasp-1.3.7-x86) T 9586 9588 9588 0 -1 4202496 5477 0 0 0 9220 0 0 0 20 0 1 0 338612803 21147648 4892 33554432000 134512640 136139019 4292302032 4292301008 134883494 0 0 16781312 16386 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/9588/statm: 5163 4892 182 398 0 4763 0
[pid=9586/tid=9590] ppid=9549 vsize=366932 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (python) S 9549 9549 3958 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 2 0 338617515 375738368 8075 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9591] ppid=9549 vsize=442724 CPUtime=0.16 cores=1,3,5,7
/proc/9591/stat : 9591 (python) S 9549 9549 3958 0 -1 4202560 1154 0 0 0 9 7 0 0 20 0 2 0 338617518 453349376 8081 33554432000 4194304 5683644 140733714583824 140733714575472 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9591/statm: 110681 8081 383 364 0 45898 0
[pid=9593] ppid=9591 vsize=882764 CPUtime=95.5 cores=1,3,5,7
/proc/9593/stat : 9593 (scip-2.0.1.linu) T 9591 9593 9593 0 -1 4202496 214577 0 0 0 9481 69 0 0 20 0 1 0 338617518 903950336 214129 33554432000 4194304 15243407 140737155136192 140737155132504 4880912 0 0 16781312 2 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/9593/statm: 220691 214129 686 2698 0 217986 0
[pid=9591/tid=9616] ppid=9549 vsize=442724 CPUtime=0 cores=1,3,5,7
/proc/9591/task/9616/stat : 9616 (python) S 9549 9549 3958 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338622463 453349376 8081 33554432000 4194304 5683644 140733714583824 140307067687472 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9618] ppid=9549 vsize=518516 CPUtime=0.07 cores=1,3,5,7
/proc/9618/stat : 9618 (python) S 9549 9549 3958 0 -1 4202560 1141 0 0 0 3 4 0 0 20 0 2 0 338627077 530960384 8603 33554432000 4194304 5683644 140733714583824 140733714575472 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9618/statm: 129629 8603 392 364 0 64843 0
[pid=9620] ppid=9618 vsize=9624972 CPUtime=49.92 cores=1,3,5,7
/proc/9620/stat : 9620 (java) T 9618 9620 9620 0 -1 4202496 14836 0 1 0 4951 41 0 0 20 0 19 0 338627078 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140733626066176 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9620/statm: 2406243 436042 2267 9 0 2396937 0
[pid=9620/tid=9621] ppid=9618 vsize=9624972 CPUtime=47.4 cores=1,3,5,7
/proc/9620/task/9621/stat : 9621 (java) T 9618 9620 9620 0 -1 4202560 3334 0 1 0 4717 23 0 0 20 0 19 0 338627079 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114067835872 140113930321516 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=9620/tid=9622] ppid=9618 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/9620/task/9622/stat : 9622 (java) T 9618 9620 9620 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114056899112 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=9620/tid=9623] ppid=9618 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/9620/task/9623/stat : 9623 (java) T 9618 9620 9620 0 -1 4202560 162 0 0 0 9 3 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114055846312 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9624] ppid=9618 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/9620/task/9624/stat : 9624 (java) T 9618 9620 9620 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114054793512 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9620/tid=9625] ppid=9618 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/9620/task/9625/stat : 9625 (java) T 9618 9620 9620 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114053740712 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9626] ppid=9618 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/9620/task/9626/stat : 9626 (java) T 9618 9620 9620 0 -1 4202560 148 0 0 0 7 2 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114052688936 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9620/tid=9627] ppid=9618 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/9620/task/9627/stat : 9627 (java) T 9618 9620 9620 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114051636136 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=9620/tid=9628] ppid=9618 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/9620/task/9628/stat : 9628 (java) T 9618 9620 9620 0 -1 4202560 140 0 0 0 7 2 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114050583336 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=9620/tid=9629] ppid=9618 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/9620/task/9629/stat : 9629 (java) T 9618 9620 9620 0 -1 4202560 151 0 0 0 8 2 0 0 20 0 19 0 338627080 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140114049530536 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9630] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9630/stat : 9630 (java) T 9618 9620 9620 0 -1 4202560 1224 0 0 0 0 0 0 0 20 0 19 0 338627081 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113891899880 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=9620/tid=9631] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9631/stat : 9631 (java) T 9618 9620 9620 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338627082 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113890845944 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9632] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9632/stat : 9632 (java) T 9618 9620 9620 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338627082 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113889793032 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9620/tid=9633] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9633/stat : 9633 (java) T 9618 9620 9620 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113888741520 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=9620/tid=9634] ppid=9618 vsize=9624972 CPUtime=0.66 cores=1,3,5,7
/proc/9620/task/9634/stat : 9634 (java) T 9618 9620 9620 0 -1 4202560 4289 0 0 0 66 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113887689656 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9620/tid=9635] ppid=9618 vsize=9624972 CPUtime=0.91 cores=1,3,5,7
/proc/9620/task/9635/stat : 9635 (java) T 9618 9620 9620 0 -1 4202560 3790 0 0 0 91 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113886636856 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=9620/tid=9636] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9636/stat : 9636 (java) T 9618 9620 9620 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113885584248 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=9620/tid=9637] ppid=9618 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/9620/task/9637/stat : 9637 (java) T 9618 9620 9620 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 338627084 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113884531656 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=9620/tid=9638] ppid=9618 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/9620/task/9638/stat : 9638 (java) T 9618 9620 9620 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338627139 9855971328 436042 33554432000 1073741824 1073778376 140733626075040 140113883477160 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=9618/tid=9708] ppid=9549 vsize=518516 CPUtime=0 cores=1,3,5,7
/proc/9618/task/9708/stat : 9708 (python) S 9549 9549 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338631850 530960384 8603 33554432000 4194304 5683644 140733714583824 140306984985136 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9713] ppid=9549 vsize=594308 CPUtime=0 cores=1,3,5,7
/proc/9713/stat : 9713 (python) S 9549 9549 3958 0 -1 4202560 801 0 0 0 0 0 0 0 20 0 1 0 338636367 608571392 8549 33554432000 4194304 5683644 140733714583824 140733714574912 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 7 0 0 0 0 0
/proc/9713/statm: 148577 8549 332 364 0 83788 0
[pid=9715] ppid=9713 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/9715/stat : 9715 (java) S 9713 9715 9715 0 -1 4202496 3253 0 1 0 1 0 0 0 20 0 13 0 338636367 9446973440 3720 33554432000 1073741824 1073778376 140737260094272 140737260085408 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9715/statm: 2306390 3720 1696 9 0 2297091 0
[pid=9715/tid=9716] ppid=9713 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/9715/task/9716/stat : 9716 (java) R 9713 9715 9715 0 -1 4202560 1844 0 1 0 1 0 0 0 20 0 13 0 338636369 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316537581808 217413903629 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0
[pid=9715/tid=9717] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9717/stat : 9717 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316515687080 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9715/tid=9718] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9718/stat : 9718 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316313119528 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9715/tid=9719] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9719/stat : 9719 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316312066984 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9715/tid=9720] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9720/stat : 9720 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316311014440 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9715/tid=9721] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9721/stat : 9721 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316309960872 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9715/tid=9722] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9722/stat : 9722 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316308908328 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9715/tid=9723] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9723/stat : 9723 (java) S 9713 9715 9715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316307855784 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9715/tid=9724] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9724/stat : 9724 (java) S 9713 9715 9715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 338636370 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316306803240 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9715/tid=9725] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9725/stat : 9725 (java) S 9713 9715 9715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 338636371 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316294392424 217413892009 0 0 0 16784584 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9715/tid=9726] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9726/stat : 9726 (java) S 9713 9715 9715 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 13 0 338636372 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316293338744 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9715/tid=9727] ppid=9713 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/9715/task/9727/stat : 9727 (java) S 9713 9715 9715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 13 0 338636372 9446973440 3723 33554432000 1073741824 1073778376 140737260094272 140316292286088 217413891132 0 4 0 16784584 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9549/tid=9556] ppid=9547 vsize=670088 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9556/stat : 9556 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 6 0 338607852 686170112 10134 33554432000 4194304 5683644 140733714583824 140307078177328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9549/tid=9587] ppid=9547 vsize=670088 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9587/stat : 9587 (python) S 9547 9549 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 6 0 338612803 686170112 10134 33554432000 4194304 5683644 140733714583824 140307067687472 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9549/tid=9592] ppid=9547 vsize=670088 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9592/stat : 9592 (python) S 9547 9549 3958 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 6 0 338617518 686170112 10134 33554432000 4194304 5683644 140733714583824 140306984985136 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9549/tid=9619] ppid=9547 vsize=670088 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9619/stat : 9619 (python) S 9547 9549 3958 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 6 0 338627077 686170112 10134 33554432000 4194304 5683644 140733714583824 140306974495280 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9549/tid=9714] ppid=9547 vsize=670088 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9714/stat : 9714 (python) S 9547 9549 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 338636367 686170112 10134 33554432000 4194304 5683644 140733714583824 140306964005424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 288.77
Current children cumulated vsize (KiB) 23332236

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 9549 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=147825
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=107983
# CPU time returned by wait4() is 1.25581
# while last known CPU time is 288.77
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 287.155
CPU time (s): 288.77
CPU user time (s): 286.95
CPU system time (s): 1.82
CPU usage (%): 100.562
Max. virtual memory (cumulated for all children) (KiB): 23332236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14783
system time used= 0.107983
maximum resident set size= 40536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19605
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2086
involuntary context switches= 16

runsolver used 1.02184 second user time and 2.56361 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 14:00:15
IDJOB=3742447
IDBENCH=90186
IDSOLVER=2327
FILE ID=node122/3742447-1338724815
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 71084 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K180.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-3742447-1338724815/watcher-3742447-1338724815 -o /tmp/evaluation-result-3742447-1338724815/solver-3742447-1338724815 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742447-1338724815.opb -seed 1673131619 -budget 1800

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=1673131619

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        30848528 kB
Buffers:          210328 kB
Cached:           377172 kB
SwapCached:         1804 kB
Active:          1152644 kB
Inactive:          41040 kB
Active(anon):     601448 kB
Inactive(anon):     7052 kB
Active(file):     551196 kB
Inactive(file):    33988 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            103164 kB
Writeback:             0 kB
AnonPages:        611960 kB
Mapped:            18428 kB
Shmem:                36 kB
Slab:             688564 kB
SReclaimable:     131264 kB
SUnreclaim:       557300 kB
KernelStack:        1520 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     847036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70984 MiB
End job on node122 at 2012-06-03 14:05:06