Trace number 3741992

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) 1028.61 1026.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
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 variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
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 85
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.42/1.29	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.42/1.29	c INFO: solving HOME/instance-3741992-1338722622.opb
0.42/1.35	c INFO: parsing took 0.06 s
0.42/1.47	c INFO: features took 0.12 CPU seconds
0.42/1.50	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.69)
49.56/50.28	c INFO: running clasp-1.3.7@0 for 45 with 1751 remaining (b = 0.36)
49.59/103.02	c INFO: running scip-2.0.1-spx@0 for 45 with 1698 remaining (b = 0.06)
102.32/214.20	c INFO: running clasp-1.3.7@52 for 45 with 1588 remaining (b = 0.01)
297.68/298.57	c INFO: wrote minion input file to HOME/tmpdsuLk1.minion
297.68/298.57	c INFO: running minion-0.12@0 for 45 with 1504 remaining (b = 0.09)
345.13/345.92	c INFO: running wbo1.4a@0 for 45 with 1456 remaining (b = 0.02)
394.87/395.69	c INFO: running scip-2.0.1-clp@48 for 45 with 1407 remaining (b = 0.01)
440.56/441.22	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1361 remaining (b = 0.04)
490.31/488.76	c INFO: running clasp-1.3.7@136 for 136 with 1312 remaining (b = 0.02)
583.75/582.05	c INFO: running bsolo_pb10-l1@0 for 91 with 1219 remaining (b = 0.01)
679.31/677.44	c INFO: running scip-2.0.1-spx@110 for 410 with 1124 remaining (b = 0.06)
1027.91/1025.42	c INFO: running bsolo_pb10-l3@0 for 45 with 777 remaining (b = 0.03)

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-3741992-1338722622/watcher-3741992-1338722622 -o /tmp/evaluation-result-3741992-1338722622/solver-3741992-1338722622 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741992-1338722622.opb -seed 532155796 -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.92 2.00 2.18 3/188 6342
/proc/meminfo: memFree=26741896/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/6342/stat : 6342 (python) D 6340 6342 3621 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338387166 15642624 559 33554432000 4194304 5683644 140737236779952 140737236747896 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6342/statm: 3819 559 324 364 0 261 0

[startup+0.018798 s]
/proc/loadavg: 1.92 2.00 2.18 3/188 6342
/proc/meminfo: memFree=26741896/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=15576 CPUtime=0 cores=1,3,5,7
/proc/6342/stat : 6342 (python) D 6340 6342 3621 0 -1 4202496 824 0 0 0 0 0 0 0 20 0 1 0 338387166 15949824 693 33554432000 4194304 5683644 140737236779952 140737236710952 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6342/statm: 3894 693 334 364 0 336 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15576

[startup+0.100246 s]
/proc/loadavg: 1.92 2.00 2.18 3/188 6342
/proc/meminfo: memFree=26741896/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=19088 CPUtime=0.03 cores=1,3,5,7
/proc/6342/stat : 6342 (python) R 6340 6342 3621 0 -1 4202496 1394 0 0 0 2 1 0 0 20 0 1 0 338387166 19546112 1149 33554432000 4194304 5683644 140737236779952 140737236710456 213419265940 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 4772 1149 430 364 0 696 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19088

[startup+0.300274 s]
/proc/loadavg: 1.92 2.00 2.18 3/188 6342
/proc/meminfo: memFree=26741896/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=96896 CPUtime=0.12 cores=1,3,5,7
/proc/6342/stat : 6342 (python) D 6340 6342 3621 0 -1 4202496 3913 1012 1 0 8 4 0 0 20 0 1 0 338387166 99221504 2647 33554432000 4194304 5683644 140737236779952 140737236679944 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 24224 2647 822 364 0 1715 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 96896

[startup+0.700229 s]
/proc/loadavg: 1.92 2.00 2.18 3/188 6342
/proc/meminfo: memFree=26741896/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=122348 CPUtime=0.25 cores=1,3,5,7
/proc/6342/stat : 6342 (python) D 6340 6342 3621 0 -1 4202496 5983 1012 1 0 14 11 0 0 20 0 1 0 338387166 125284352 3855 33554432000 4194304 5683644 140737236779952 140737236715816 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 30587 3855 1015 364 0 2830 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 122348

[startup+1.51043 s]
/proc/loadavg: 1.92 2.00 2.18 3/189 6347
/proc/meminfo: memFree=26723016/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=293984 CPUtime=0.77 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 11239 1012 1 0 52 25 0 0 20 0 2 0 338387166 301039616 7741 33554432000 4194304 5683644 140737236779952 140737236773008 213423019808 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 73496 7741 1894 364 0 8719 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 293984

[startup+5.39366 s]
/proc/loadavg: 1.92 2.00 2.18 3/189 6347
/proc/meminfo: memFree=26723016/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=359520 CPUtime=0.77 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 11305 1012 1 0 52 25 0 0 20 0 2 0 338387166 368148480 7751 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 89880 7751 1900 364 0 25103 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 359520
heavy processes:

[startup+50.2597 s]
/proc/loadavg: 1.85 1.98 2.17 5/192 6350
/proc/meminfo: memFree=26593552/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=359520 CPUtime=0.77 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 11305 1012 1 0 52 25 0 0 20 0 2 0 338387166 368148480 7751 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 89880 7751 1900 364 0 25103 0
[pid=6348] ppid=6342 vsize=293984 CPUtime=0.06 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1088 0 0 0 3 3 0 0 20 0 2 0 338387317 301039616 6234 33554432000 4194304 5683644 140737236779952 140737236770128 213423019808 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6348/statm: 73496 6234 387 364 0 8719 0
[pid=6350] ppid=6348 vsize=264240 CPUtime=48.73 cores=1,3,5,7
/proc/6350/stat : 6350 (scip-2.0.1.linu) T 6348 6350 6350 0 -1 4202496 63206 0 0 0 4801 72 0 0 20 0 1 0 338387317 270581760 62573 33554432000 4194304 15243407 140734912414288 140734912409400 6708309 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6350/statm: 66060 62573 899 2698 0 63355 0
[pid=6342/tid=6349] ppid=6340 vsize=359520 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 338387317 368148480 7751 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 917744

[startup+50.8561 s]
/proc/loadavg: 1.85 1.98 2.17 5/192 6350
/proc/meminfo: memFree=26593552/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=435860 CPUtime=0.8 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 12264 1012 1 0 55 25 0 0 20 0 3 0 338387166 446320640 7886 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 108965 7886 1903 364 0 44185 0
[pid=6348] ppid=6342 vsize=359520 CPUtime=0.06 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1145 0 0 0 3 3 0 0 20 0 2 0 338387317 368148480 6249 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6348/statm: 89880 6249 397 364 0 25103 0
[pid=6350] ppid=6348 vsize=264240 CPUtime=48.73 cores=1,3,5,7
/proc/6350/stat : 6350 (scip-2.0.1.linu) T 6348 6350 6350 0 -1 4202496 63206 0 0 0 4801 72 0 0 20 0 1 0 338387317 270581760 62573 33554432000 4194304 15243407 140734912414288 140734912409400 6708309 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6350/statm: 66060 62573 899 2698 0 63355 0
[pid=6342/tid=6349] ppid=6340 vsize=435860 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 3 0 338387317 446320640 7886 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 1059620

[startup+102.998 s]
/proc/loadavg: 1.85 1.98 2.17 5/192 6350
/proc/meminfo: memFree=26593552/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=435860 CPUtime=0.8 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 12264 1012 1 0 55 25 0 0 20 0 3 0 338387166 446320640 7886 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 108965 7886 1903 364 0 44185 0
[pid=6348] ppid=6342 vsize=359520 CPUtime=0.06 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1145 0 0 0 3 3 0 0 20 0 2 0 338387317 368148480 6249 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6348/statm: 89880 6249 397 364 0 25103 0
[pid=6350] ppid=6348 vsize=264240 CPUtime=48.73 cores=1,3,5,7
/proc/6350/stat : 6350 (scip-2.0.1.linu) T 6348 6350 6350 0 -1 4202496 63206 0 0 0 4801 72 0 0 20 0 1 0 338387317 270581760 62573 33554432000 4194304 15243407 140734912414288 140734912409400 6708309 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6350/statm: 66060 62573 899 2698 0 63355 0
[pid=6342/tid=6349] ppid=6340 vsize=435860 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 3 0 338387317 446320640 7886 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 1059620
heavy processes:

[startup+103.032 s]
/proc/loadavg: 5.24 2.94 2.49 12/199 6357
/proc/meminfo: memFree=26383660/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=511652 CPUtime=0.83 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 13179 1012 1 0 57 26 0 0 20 0 4 0 338387166 523931648 7893 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 127913 7893 1904 364 0 63130 0
[pid=6348] ppid=6342 vsize=359520 CPUtime=0.06 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1145 0 0 0 3 3 0 0 20 0 2 0 338387317 368148480 6249 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6348/statm: 89880 6249 397 364 0 25103 0
[pid=6350] ppid=6348 vsize=264240 CPUtime=48.73 cores=1,3,5,7
/proc/6350/stat : 6350 (scip-2.0.1.linu) T 6348 6350 6350 0 -1 4202496 63206 0 0 0 4801 72 0 0 20 0 1 0 338387317 270581760 62573 33554432000 4194304 15243407 140734912414288 140734912409400 6708309 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6350/statm: 66060 62573 899 2698 0 63355 0
[pid=6348/tid=6351] ppid=6342 vsize=359520 CPUtime=0 cores=1,3,5,7
/proc/6348/task/6351/stat : 6351 (python) S 6342 6342 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338392192 368148480 6249 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6352] ppid=6342 vsize=360080 CPUtime=0 cores=1,3,5,7
/proc/6352/stat : 6352 (python) S 6342 6342 3621 0 -1 4202560 1065 0 0 0 0 0 0 0 20 0 2 0 338392194 368721920 6361 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6352/statm: 90020 6361 383 364 0 25240 0
[pid=6354] ppid=6352 vsize=13656 CPUtime=52.7 cores=1,3,5,7
/proc/6354/stat : 6354 (clasp-1.3.7-x86) T 6352 6354 6354 0 -1 4202496 3485 0 0 0 5270 0 0 0 20 0 1 0 338392195 13983744 3145 33554432000 134512640 136139019 4289144160 4289142884 135529895 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6354/statm: 3414 3145 182 398 0 3014 0
[pid=6342/tid=6349] ppid=6340 vsize=511652 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 4 0 338387317 523931648 7893 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6353] ppid=6340 vsize=511652 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6353/stat : 6353 (python) S 6340 6342 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 4 0 338392195 523931648 7893 33554432000 4194304 5683644 140737236779952 140295625904688 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 1509148

[startup+214.171 s]
/proc/loadavg: 5.24 2.94 2.49 12/199 6357
/proc/meminfo: memFree=26383660/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=511652 CPUtime=0.83 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 13183 1012 1 0 57 26 0 0 20 0 4 0 338387166 523931648 7894 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 127913 7894 1905 364 0 63130 0
[pid=6348] ppid=6342 vsize=359520 CPUtime=0.06 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1145 0 0 0 3 3 0 0 20 0 2 0 338387317 368148480 6249 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6348/statm: 89880 6249 397 364 0 25103 0
[pid=6350] ppid=6348 vsize=264240 CPUtime=48.73 cores=1,3,5,7
/proc/6350/stat : 6350 (scip-2.0.1.linu) T 6348 6350 6350 0 -1 4202496 63206 0 0 0 4801 72 0 0 20 0 1 0 338387317 270581760 62573 33554432000 4194304 15243407 140734912414288 140734912409400 6708309 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6350/statm: 66060 62573 899 2698 0 63355 0
[pid=6348/tid=6351] ppid=6342 vsize=359520 CPUtime=0 cores=1,3,5,7
/proc/6348/task/6351/stat : 6351 (python) S 6342 6342 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338392192 368148480 6249 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6352] ppid=6342 vsize=360080 CPUtime=0 cores=1,3,5,7
/proc/6352/stat : 6352 (python) S 6342 6342 3621 0 -1 4202560 1065 0 0 0 0 0 0 0 20 0 2 0 338392194 368721920 6361 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6352/statm: 90020 6361 383 364 0 25240 0
[pid=6354] ppid=6352 vsize=13656 CPUtime=52.7 cores=1,3,5,7
/proc/6354/stat : 6354 (clasp-1.3.7-x86) T 6352 6354 6354 0 -1 4202496 3485 0 0 0 5270 0 0 0 20 0 1 0 338392195 13983744 3145 33554432000 134512640 136139019 4289144160 4289142884 135529895 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6354/statm: 3414 3145 182 398 0 3014 0
[pid=6342/tid=6349] ppid=6340 vsize=511652 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 4 0 338387317 523931648 7894 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6353] ppid=6340 vsize=511652 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6353/stat : 6353 (python) S 6340 6342 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 4 0 338392195 523931648 7894 33554432000 4194304 5683644 140737236779952 140295625904688 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 1509148
heavy processes:

[startup+214.222 s]
/proc/loadavg: 4.54 3.15 2.58 4/209 6367
/proc/meminfo: memFree=25965344/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=511652 CPUtime=0.85 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 13862 1012 1 0 59 26 0 0 20 0 4 0 338387166 523931648 7894 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6342/statm: 127913 7894 1905 364 0 63130 0
[pid=6348] ppid=6342 vsize=359520 CPUtime=0.06 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1145 0 0 0 3 3 0 0 20 0 2 0 338387317 368148480 6249 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6348/statm: 89880 6249 397 364 0 25103 0
[pid=6350] ppid=6348 vsize=264240 CPUtime=48.73 cores=1,3,5,7

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

/proc/6481/stat : 6481 (bsolo_pb10) T 6479 6481 6481 0 -1 4202496 52303 0 0 0 9493 40 0 0 20 0 1 0 338445373 222388224 51863 33554432000 134512640 137138936 4293169760 4293168688 134542233 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/6481/statm: 54294 51863 191 642 0 53650 0
[pid=6479/tid=6491] ppid=6342 vsize=739040 CPUtime=0 cores=1,3,5,7
/proc/6479/task/6491/stat : 6491 (python) S 6342 6342 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338454908 756776960 6899 33554432000 4194304 5683644 140737236779952 140295240933936 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6527] ppid=6342 vsize=814832 CPUtime=0 cores=1,3,5,7
/proc/6527/stat : 6527 (python) S 6342 6342 3621 0 -1 4202560 855 0 0 0 0 0 0 0 20 0 1 0 338489709 834387968 6881 33554432000 4194304 5683644 140737236779952 140737236771040 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 7 0 0 0 0 0
/proc/6527/statm: 203708 6881 336 364 0 138910 0
[pid=6529] ppid=6527 vsize=12748 CPUtime=0.67 cores=1,3,5,7
/proc/6529/stat : 6529 (bsolo_pb10) R 6527 6529 6529 0 -1 4202496 1106 0 0 0 67 0 0 0 20 0 1 0 338489709 13053952 751 33554432000 134512640 137138936 4289945056 4289875212 136570369 0 0 16781312 16384 0 0 0 17 3 0 0 0 0 0
/proc/6529/statm: 3187 751 184 642 0 2543 0
[pid=6342/tid=6349] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 32 1012 0 0 0 0 0 0 20 0 9 0 338387317 911986688 8466 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6353] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6353/stat : 6353 (python) S 6340 6342 3621 0 -1 4202560 32 1012 0 0 0 0 0 0 20 0 9 0 338392195 911986688 8466 33554432000 4194304 5683644 140737236779952 140295625904688 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6363] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6363/stat : 6363 (python) S 6340 6342 3621 0 -1 4202560 25 1012 0 0 0 0 0 0 20 0 9 0 338397469 911986688 8466 33554432000 4194304 5683644 140737236779952 140295615414832 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6391] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6391/stat : 6391 (python) S 6340 6342 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 9 0 338417024 911986688 8466 33554432000 4194304 5683644 140737236779952 140295604924976 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6342/tid=6397] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6397/stat : 6397 (python) S 6340 6342 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338421759 911986688 8466 33554432000 4194304 5683644 140737236779952 140295594435120 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6404] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6404/stat : 6404 (python) S 6340 6342 3621 0 -1 4202560 19 1012 0 0 0 0 0 0 20 0 9 0 338431289 911986688 8466 33554432000 4194304 5683644 140737236779952 140295240933936 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6342/tid=6480] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6480/stat : 6480 (python) S 6340 6342 3621 0 -1 4202560 23 1012 0 0 0 0 0 0 20 0 9 0 338445372 911986688 8466 33554432000 4194304 5683644 140737236779952 140295230444080 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6342/tid=6528] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6528/stat : 6528 (python) S 6340 6342 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338489709 911986688 8466 33554432000 4194304 5683644 140737236779952 140295219954224 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1028.61
Current children cumulated vsize (KiB) 15978572

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

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

[startup+1026.1 s]
/proc/loadavg: 2.07 2.28 2.61 3/269 6529
/proc/meminfo: memFree=23303508/32873844 swapFree=6608/6608
[pid=6342] ppid=6340 vsize=890612 CPUtime=1.51 cores=1,3,5,7
/proc/6342/stat : 6342 (python) S 6340 6342 3621 0 -1 4202496 18287 1012 1 0 123 28 0 0 20 0 9 0 338387166 911986688 8466 33554432000 4194304 5683644 140737236779952 140737236774784 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6342/statm: 222653 8466 1915 364 0 157855 0
[pid=6348] ppid=6342 vsize=359520 CPUtime=0.15 cores=1,3,5,7
/proc/6348/stat : 6348 (python) S 6342 6342 3621 0 -1 4202560 1187 0 0 0 9 6 0 0 20 0 2 0 338387317 368148480 6250 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6348/statm: 89880 6250 398 364 0 25103 0
[pid=6350] ppid=6348 vsize=272392 CPUtime=94.24 cores=1,3,5,7
/proc/6350/stat : 6350 (scip-2.0.1.linu) T 6348 6350 6350 0 -1 4202496 73347 0 0 0 9343 81 0 0 20 0 1 0 338387317 278929408 65934 33554432000 4194304 15243407 140734912414288 140734912408680 8135863 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6350/statm: 68098 65934 946 2698 0 65393 0
[pid=6348/tid=6351] ppid=6342 vsize=359520 CPUtime=0 cores=1,3,5,7
/proc/6348/task/6351/stat : 6351 (python) S 6342 6342 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338392192 368148480 6250 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6352] ppid=6342 vsize=360080 CPUtime=0.19 cores=1,3,5,7
/proc/6352/stat : 6352 (python) S 6342 6342 3621 0 -1 4202560 1167 0 0 0 11 8 0 0 20 0 2 0 338392194 368721920 6371 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6352/statm: 90020 6371 393 364 0 25240 0
[pid=6354] ppid=6352 vsize=22504 CPUtime=229.76 cores=1,3,5,7
/proc/6354/stat : 6354 (clasp-1.3.7-x86) T 6352 6354 6354 0 -1 4202496 5718 0 0 0 22974 2 0 0 20 0 1 0 338392195 23044096 5379 33554432000 134512640 136139019 4289144160 4289143140 134883817 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6354/statm: 5626 5379 182 398 0 5226 0
[pid=6352/tid=6359] ppid=6342 vsize=360080 CPUtime=0 cores=1,3,5,7
/proc/6352/task/6359/stat : 6359 (python) S 6342 6342 3621 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338397467 368721920 6371 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6362] ppid=6342 vsize=435872 CPUtime=0.7 cores=1,3,5,7
/proc/6362/stat : 6362 (python) S 6342 6342 3621 0 -1 4202560 1201 0 0 0 37 33 0 0 20 0 2 0 338397469 446332928 6368 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6362/statm: 108968 6368 384 364 0 44185 0
[pid=6365] ppid=6362 vsize=294112 CPUtime=458.97 cores=1,3,5,7
/proc/6365/stat : 6365 (scip-2.0.1.linu) T 6362 6365 6365 0 -1 4202496 74085 0 0 0 45739 158 0 0 20 0 1 0 338397469 301170688 71568 33554432000 4194304 13684479 140736887624096 140736887617928 7410896 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6365/statm: 73528 71568 813 2317 0 71206 0
[pid=6362/tid=6367] ppid=6342 vsize=435872 CPUtime=0 cores=1,3,5,7
/proc/6362/task/6367/stat : 6367 (python) S 6342 6342 3621 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338408583 446332928 6368 33554432000 4194304 5683644 140737236779952 140295625904688 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6390] ppid=6342 vsize=511664 CPUtime=0.07 cores=1,3,5,7
/proc/6390/stat : 6390 (python) S 6342 6342 3621 0 -1 4202560 1138 0 0 0 4 3 0 0 20 0 2 0 338417024 523943936 6374 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6390/statm: 127916 6374 384 364 0 63130 0
[pid=6392] ppid=6390 vsize=83120 CPUtime=47.3 cores=1,3,5,7
/proc/6392/stat : 6392 (minion) T 6390 6392 6392 0 -1 4202496 6915 0 0 0 4729 1 0 0 20 0 1 0 338417024 85114880 13473 33554432000 134512640 165565024 4290653328 4290650576 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6392/statm: 20780 13473 336 7582 0 13195 0
[pid=6390/tid=6395] ppid=6342 vsize=511664 CPUtime=0 cores=1,3,5,7
/proc/6390/task/6395/stat : 6395 (python) S 6342 6342 3621 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338421756 523943936 6374 33554432000 4194304 5683644 140737236779952 140295615414832 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6396] ppid=6342 vsize=587456 CPUtime=0.08 cores=1,3,5,7
/proc/6396/stat : 6396 (python) S 6342 6342 3621 0 -1 4202560 1139 0 0 0 5 3 0 0 20 0 2 0 338421759 601554944 6380 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6396/statm: 146864 6380 384 364 0 82075 0
[pid=6398] ppid=6396 vsize=89224 CPUtime=49.72 cores=1,3,5,7
/proc/6398/stat : 6398 (wbo1.4a) T 6396 6398 6398 0 -1 4202496 22193 0 0 0 4949 23 0 0 20 0 1 0 338421759 91365376 21844 33554432000 134512640 135751879 4290312368 4290309984 134605084 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6398/statm: 22306 21844 143 303 0 22001 0
[pid=6396/tid=6402] ppid=6342 vsize=587456 CPUtime=0 cores=1,3,5,7
/proc/6396/task/6402/stat : 6402 (python) S 6342 6342 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338426733 601554944 6380 33554432000 4194304 5683644 140737236779952 140295604924976 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6403] ppid=6342 vsize=663248 CPUtime=0.08 cores=1,3,5,7
/proc/6403/stat : 6403 (python) S 6342 6342 3621 0 -1 4202560 1165 0 0 0 4 4 0 0 20 0 2 0 338431289 679165952 6386 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6403/statm: 165812 6386 384 364 0 101020 0
[pid=6405] ppid=6403 vsize=9624972 CPUtime=49.67 cores=1,3,5,7
/proc/6405/stat : 6405 (java) T 6403 6405 6405 0 -1 4202496 15858 0 1 0 4937 30 0 0 20 0 19 0 338431289 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140733827102144 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6405/statm: 2406243 267217 2266 9 0 2396937 0
[pid=6405/tid=6406] ppid=6403 vsize=9624972 CPUtime=47.03 cores=1,3,5,7
/proc/6405/task/6406/stat : 6406 (java) T 6403 6405 6405 0 -1 4202560 3065 0 1 0 4687 16 0 0 20 0 19 0 338431290 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344904768792 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6407] ppid=6403 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/6405/task/6407/stat : 6407 (java) T 6403 6405 6405 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344748800424 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6408] ppid=6403 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/6405/task/6408/stat : 6408 (java) T 6403 6405 6405 0 -1 4202560 155 0 0 0 10 2 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344747747880 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6409] ppid=6403 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/6405/task/6409/stat : 6409 (java) T 6403 6405 6405 0 -1 4202560 137 0 0 0 12 2 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344746694824 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6405/tid=6410] ppid=6403 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/6405/task/6410/stat : 6410 (java) T 6403 6405 6405 0 -1 4202560 138 0 0 0 9 0 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344745642456 140344907241161 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6405/tid=6411] ppid=6403 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/6405/task/6411/stat : 6411 (java) T 6403 6405 6405 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344744590248 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6412] ppid=6403 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/6405/task/6412/stat : 6412 (java) T 6403 6405 6405 0 -1 4202560 19 0 0 0 8 2 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344743537704 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6405/tid=6413] ppid=6403 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/6405/task/6413/stat : 6413 (java) T 6403 6405 6405 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344742484648 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6405/tid=6414] ppid=6403 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/6405/task/6414/stat : 6414 (java) T 6403 6405 6405 0 -1 4202560 153 0 0 0 10 2 0 0 20 0 19 0 338431292 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344741432104 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6415] ppid=6403 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6405/task/6415/stat : 6415 (java) T 6403 6405 6405 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 19 0 338431293 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344729019656 213423010876 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6405/tid=6416] ppid=6403 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6405/task/6416/stat : 6416 (java) T 6403 6405 6405 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338431293 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344727967096 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6417] ppid=6403 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6405/task/6417/stat : 6417 (java) T 6403 6405 6405 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 338431293 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344726913928 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6418] ppid=6403 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6405/task/6418/stat : 6418 (java) T 6403 6405 6405 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338431296 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344725862672 213423019808 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6419] ppid=6403 vsize=9624972 CPUtime=0.82 cores=1,3,5,7
/proc/6405/task/6419/stat : 6419 (java) T 6403 6405 6405 0 -1 4202560 5050 0 0 0 82 0 0 0 20 0 19 0 338431296 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344724810552 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6405/tid=6420] ppid=6403 vsize=9624972 CPUtime=0.64 cores=1,3,5,7
/proc/6405/task/6420/stat : 6420 (java) T 6403 6405 6405 0 -1 4202560 5208 0 0 0 63 1 0 0 20 0 19 0 338431296 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344723758008 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6405/tid=6421] ppid=6403 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6405/task/6421/stat : 6421 (java) T 6403 6405 6405 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338431296 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344722705144 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6405/tid=6422] ppid=6403 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/6405/task/6422/stat : 6422 (java) T 6403 6405 6405 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338431296 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344721652808 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=6405/tid=6423] ppid=6403 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6405/task/6423/stat : 6423 (java) T 6403 6405 6405 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338431327 9855971328 267217 33554432000 1073741824 1073778376 140733827111008 140344720598056 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6403/tid=6424] ppid=6342 vsize=663248 CPUtime=0 cores=1,3,5,7
/proc/6403/task/6424/stat : 6424 (python) S 6342 6342 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338436040 679165952 6386 33554432000 4194304 5683644 140737236779952 140295594435120 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6479] ppid=6342 vsize=739040 CPUtime=0.17 cores=1,3,5,7
/proc/6479/stat : 6479 (python) S 6342 6342 3621 0 -1 4202560 1199 0 0 0 10 7 0 0 20 0 2 0 338445372 756776960 6899 33554432000 4194304 5683644 140737236779952 140737236771600 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6479/statm: 184760 6899 384 364 0 119965 0
[pid=6481] ppid=6479 vsize=217176 CPUtime=95.33 cores=1,3,5,7
/proc/6481/stat : 6481 (bsolo_pb10) T 6479 6481 6481 0 -1 4202496 52303 0 0 0 9493 40 0 0 20 0 1 0 338445373 222388224 51863 33554432000 134512640 137138936 4293169760 4293168688 134542233 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/6481/statm: 54294 51863 191 642 0 53650 0
[pid=6479/tid=6491] ppid=6342 vsize=739040 CPUtime=0 cores=1,3,5,7
/proc/6479/task/6491/stat : 6491 (python) S 6342 6342 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338454908 756776960 6899 33554432000 4194304 5683644 140737236779952 140295240933936 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6527] ppid=6342 vsize=814832 CPUtime=0 cores=1,3,5,7
/proc/6527/stat : 6527 (python) S 6342 6342 3621 0 -1 4202560 855 0 0 0 0 0 0 0 20 0 1 0 338489709 834387968 6881 33554432000 4194304 5683644 140737236779952 140737236771040 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 7 0 0 0 0 0
/proc/6527/statm: 203708 6881 336 364 0 138910 0
[pid=6529] ppid=6527 vsize=12748 CPUtime=0.67 cores=1,3,5,7
/proc/6529/stat : 6529 (bsolo_pb10) R 6527 6529 6529 0 -1 4202496 1106 0 0 0 67 0 0 0 20 0 1 0 338489709 13053952 751 33554432000 134512640 137138936 4289945056 4289875212 136570369 0 0 16781312 16384 0 0 0 17 3 0 0 0 0 0
/proc/6529/statm: 3187 751 184 642 0 2543 0
[pid=6342/tid=6349] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6349/stat : 6349 (python) S 6340 6342 3621 0 -1 4202560 32 1012 0 0 0 0 0 0 20 0 9 0 338387317 911986688 8466 33554432000 4194304 5683644 140737236779952 140295636394544 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6353] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6353/stat : 6353 (python) S 6340 6342 3621 0 -1 4202560 32 1012 0 0 0 0 0 0 20 0 9 0 338392195 911986688 8466 33554432000 4194304 5683644 140737236779952 140295625904688 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6363] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6363/stat : 6363 (python) S 6340 6342 3621 0 -1 4202560 25 1012 0 0 0 0 0 0 20 0 9 0 338397469 911986688 8466 33554432000 4194304 5683644 140737236779952 140295615414832 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6391] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6391/stat : 6391 (python) S 6340 6342 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 9 0 338417024 911986688 8466 33554432000 4194304 5683644 140737236779952 140295604924976 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6342/tid=6397] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6397/stat : 6397 (python) S 6340 6342 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338421759 911986688 8466 33554432000 4194304 5683644 140737236779952 140295594435120 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6342/tid=6404] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6404/stat : 6404 (python) S 6340 6342 3621 0 -1 4202560 19 1012 0 0 0 0 0 0 20 0 9 0 338431289 911986688 8466 33554432000 4194304 5683644 140737236779952 140295240933936 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6342/tid=6480] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6480/stat : 6480 (python) S 6340 6342 3621 0 -1 4202560 23 1012 0 0 0 0 0 0 20 0 9 0 338445372 911986688 8466 33554432000 4194304 5683644 140737236779952 140295230444080 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6342/tid=6528] ppid=6340 vsize=890612 CPUtime=0 cores=1,3,5,7
/proc/6342/task/6528/stat : 6528 (python) S 6340 6342 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338489709 911986688 8466 33554432000 4194304 5683644 140737236779952 140295219954224 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1028.61
Current children cumulated vsize (KiB) 15978572

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1026.17
CPU time (s): 1028.61
CPU user time (s): 1024.34
CPU system time (s): 4.27
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 15978572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.24781
system time used= 0.286956
maximum resident set size= 33864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19800
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2087
involuntary context switches= 24

runsolver used 4.16237 second user time and 10.2624 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 13:23:42
IDJOB=3741992
IDBENCH=90123
IDSOLVER=2327
FILE ID=node140/3741992-1338722622
RUNJOBID= node140-1338713222-3638
PBS_JOBID= 14636725
Free space on /tmp= 70524 MiB

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

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=532155796

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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	: 5331.91
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
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		: 2667.094
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.90
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		: 2667.094
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:       32873844 kB
MemFree:        26741788 kB
Buffers:          478040 kB
Cached:          4123508 kB
SwapCached:         1620 kB
Active:          2244516 kB
Inactive:        2951080 kB
Active(anon):     583984 kB
Inactive(anon):    12060 kB
Active(file):    1660532 kB
Inactive(file):  2939020 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:            102132 kB
Writeback:             0 kB
AnonPages:        599016 kB
Mapped:            23956 kB
Shmem:                56 kB
Slab:             792696 kB
SReclaimable:     233320 kB
SUnreclaim:       559376 kB
KernelStack:        1536 kB
PageTables:         7552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     870264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70424 MiB
End job on node140 at 2012-06-03 13:40:51