Trace number 3739606

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) 984.28 981.162

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
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 variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
Number of bits of the biggest sum of numbers9
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/0.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/0.53	c INFO: solving HOME/instance-3739606-1338718179.opb
0.98/1.18	c INFO: parsing took 0.63 s
2.09/2.27	c INFO: features took 1.09 CPU seconds
2.18/2.30	c INFO: running clasp-1.3.7@0 for 45 with 1797 remaining (b = 0.44)
49.33/49.46	c INFO: running scip-2.0.1-spx@0 for 45 with 1750 remaining (b = 0.04)
101.26/101.31	c INFO: wrote minion input file to HOME/tmpV_otM0.minion
101.26/101.31	c INFO: running minion-0.12@0 for 45 with 1705 remaining (b = 0.03)
149.21/149.26	c INFO: running scip-2.0.1-clp@0 for 45 with 1651 remaining (b = 0.02)
199.07/199.03	c INFO: running clasp-1.3.7@47 for 45 with 1602 remaining (b = 0.01)
244.25/244.19	c INFO: running sat4j-pb-v20101225@0 for 45 with 1557 remaining (b = 0.20)
293.76/291.58	c INFO: running scip-2.0.1-clp@49 for 45 with 1508 remaining (b = 0.01)
339.12/336.81	c INFO: running clasp-1.3.7@92 for 136 with 1462 remaining (b = 0.03)
476.75/474.24	c INFO: running wbo1.4a@0 for 45 with 1325 remaining (b = 0.01)
522.77/520.28	c INFO: running scip-2.0.1-spx@45 for 45 with 1279 remaining (b = 0.01)
568.92/566.32	c INFO: running scip-2.0.1-spx@91 for 410 with 1233 remaining (b = 0.06)
983.69/980.56	c INFO: running bsolo_pb10-l1@0 for 91 with 820 remaining (b = 0.01)

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.07 3/226 5236
/proc/meminfo: memFree=24918268/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/5236/stat : 5236 (python) R 5234 5236 3621 0 -1 4202496 701 0 0 0 0 0 0 0 20 0 1 0 337942835 15749120 581 33554432000 4194304 5683644 140733714581488 140733714553672 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 3845 585 330 364 0 287 0

[startup+0.0128329 s]
/proc/loadavg: 2.02 2.05 2.07 3/226 5236
/proc/meminfo: memFree=24918268/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=15988 CPUtime=0 cores=0,2,4,6
/proc/5236/stat : 5236 (python) R 5234 5236 3621 0 -1 4202496 891 0 0 0 0 0 0 0 20 0 1 0 337942835 16371712 745 33554432000 4194304 5683644 140733714581488 140733714498760 213419640192 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 3997 747 347 364 0 439 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15988

[startup+0.100234 s]
/proc/loadavg: 2.02 2.05 2.07 3/226 5236
/proc/meminfo: memFree=24918268/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=86156 CPUtime=0.07 cores=0,2,4,6
/proc/5236/stat : 5236 (python) R 5234 5236 3621 0 -1 4202496 2955 0 0 0 5 2 0 0 20 0 1 0 337942835 88223744 2466 33554432000 4194304 5683644 140733714581488 140733714505112 213419969440 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 21539 2466 763 364 0 1615 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 86156

[startup+0.300175 s]
/proc/loadavg: 2.02 2.05 2.07 3/226 5236
/proc/meminfo: memFree=24918268/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=166944 CPUtime=0.21 cores=0,2,4,6
/proc/5236/stat : 5236 (python) R 5234 5236 3621 0 -1 4202496 6561 1012 1 0 16 5 0 0 20 0 1 0 337942835 170950656 4351 33554432000 4194304 5683644 140733714581488 140733714485720 140452987641474 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 41736 4351 1227 364 0 3289 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 166944

[startup+0.700206 s]
/proc/loadavg: 2.02 2.05 2.07 3/226 5236
/proc/meminfo: memFree=24918268/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=290316 CPUtime=0.57 cores=0,2,4,6
/proc/5236/stat : 5236 (python) R 5234 5236 3621 0 -1 4202496 12257 1012 1 0 48 9 0 0 20 0 1 0 337942835 297283584 9290 33554432000 4194304 5683644 140733714581488 140733714574728 140452820837343 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 72579 9290 1811 364 0 7808 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 290316

[startup+1.50017 s]
/proc/loadavg: 2.02 2.05 2.07 3/227 5241
/proc/meminfo: memFree=24877596/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=305308 CPUtime=1.38 cores=0,2,4,6
/proc/5236/stat : 5236 (python) R 5234 5236 3621 0 -1 4202496 19685 1012 1 0 127 11 0 0 20 0 1 0 337942835 312635392 13079 33554432000 4194304 5683644 140733714581488 140733714568312 140452987560969 0 0 16781312 33554434 0 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 76327 13079 1846 364 0 11556 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 305308

[startup+3.10023 s]
/proc/loadavg: 2.02 2.05 2.07 3/227 5241
/proc/meminfo: memFree=24871148/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=383932 CPUtime=2.18 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 20678 1012 1 0 207 11 0 0 20 0 2 0 337942835 393146368 13846 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 95983 13846 1902 364 0 31206 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 383932
heavy processes:

[startup+6.30033 s]
/proc/loadavg: 2.02 2.05 2.07 3/230 5244
/proc/meminfo: memFree=24857128/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=383932 CPUtime=2.18 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 20678 1012 1 0 207 11 0 0 20 0 2 0 337942835 393146368 13846 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 95983 13846 1902 364 0 31206 0
[pid=5242] ppid=5236 vsize=308152 CPUtime=0 cores=0,2,4,6
/proc/5242/stat : 5242 (python) S 5236 5236 3621 0 -1 4202560 880 0 0 0 0 0 0 0 20 0 1 0 337943066 315547648 12300 33554432000 4194304 5683644 140733714581488 140733714572576 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/5242/statm: 77038 12300 362 364 0 12261 0
[pid=5244] ppid=5242 vsize=14160 CPUtime=3.98 cores=0,2,4,6
/proc/5244/stat : 5244 (clasp-1.3.7-x86) R 5242 5244 5244 0 -1 4202496 4410 0 0 0 398 0 0 0 20 0 1 0 337943066 14499840 3278 33554432000 134512640 136139019 4287881008 4287879984 134883040 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/5244/statm: 3540 3278 183 398 0 3140 0
[pid=5236/tid=5243] ppid=5234 vsize=383932 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337943066 393146368 13846 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 706244

[startup+12.7004 s]
/proc/loadavg: 2.02 2.05 2.07 3/230 5244
/proc/meminfo: memFree=24854264/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=383932 CPUtime=2.18 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 20678 1012 1 0 207 11 0 0 20 0 2 0 337942835 393146368 13846 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 95983 13846 1902 364 0 31206 0
[pid=5242] ppid=5236 vsize=308152 CPUtime=0.01 cores=0,2,4,6
/proc/5242/stat : 5242 (python) S 5236 5236 3621 0 -1 4202560 885 0 0 0 0 1 0 0 20 0 1 0 337943066 315547648 12301 33554432000 4194304 5683644 140733714581488 140733714572576 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/5242/statm: 77038 12301 363 364 0 12261 0
[pid=5244] ppid=5242 vsize=16956 CPUtime=10.39 cores=0,2,4,6
/proc/5244/stat : 5244 (clasp-1.3.7-x86) R 5242 5244 5244 0 -1 4202496 5118 0 0 0 1038 1 0 0 20 0 1 0 337943066 17362944 3986 33554432000 134512640 136139019 4287881008 4287879984 134883434 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/5244/statm: 4239 3986 183 398 0 3839 0
[pid=5236/tid=5243] ppid=5234 vsize=383932 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337943066 393146368 13846 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 709040

[startup+25.5004 s]
/proc/loadavg: 2.01 2.04 2.07 3/231 5247
/proc/meminfo: memFree=24848648/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=383932 CPUtime=2.18 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 20678 1012 1 0 207 11 0 0 20 0 2 0 337942835 393146368 13846 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 95983 13846 1902 364 0 31206 0
[pid=5242] ppid=5236 vsize=308152 CPUtime=0.04 cores=0,2,4,6
/proc/5242/stat : 5242 (python) S 5236 5236 3621 0 -1 4202560 897 0 0 0 2 2 0 0 20 0 1 0 337943066 315547648 12301 33554432000 4194304 5683644 140733714581488 140733714572576 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/5242/statm: 77038 12301 363 364 0 12261 0
[pid=5244] ppid=5242 vsize=22108 CPUtime=23.18 cores=0,2,4,6
/proc/5244/stat : 5244 (clasp-1.3.7-x86) R 5242 5244 5244 0 -1 4202496 6408 0 0 0 2317 1 0 0 20 0 1 0 337943066 22638592 5276 33554432000 134512640 136139019 4287881008 4287879872 134608577 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/5244/statm: 5527 5276 183 398 0 5127 0
[pid=5236/tid=5243] ppid=5234 vsize=383932 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337943066 393146368 13846 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 714192

[startup+51.1005 s]
/proc/loadavg: 2.01 2.04 2.07 3/235 5251
/proc/meminfo: memFree=24655200/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=459724 CPUtime=2.21 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 21609 1012 1 0 209 12 0 0 20 0 3 0 337942835 470757376 13855 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5236/statm: 114931 13855 1905 364 0 50151 0
[pid=5242] ppid=5236 vsize=383932 CPUtime=0.08 cores=0,2,4,6
/proc/5242/stat : 5242 (python) S 5236 5236 3621 0 -1 4202560 1136 0 0 0 4 4 0 0 20 0 2 0 337943066 393146368 12341 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5242/statm: 95983 12341 396 364 0 31206 0
[pid=5244] ppid=5242 vsize=28048 CPUtime=47.11 cores=0,2,4,6
/proc/5244/stat : 5244 (clasp-1.3.7-x86) T 5242 5244 5244 0 -1 4202496 7870 0 0 0 4710 1 0 0 20 0 1 0 337943066 28721152 6738 33554432000 134512640 136139019 4287881008 4287879984 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/5244/statm: 7012 6738 183 398 0 6612 0
[pid=5242/tid=5248] ppid=5236 vsize=383932 CPUtime=0 cores=0,2,4,6
/proc/5242/task/5248/stat : 5248 (python) S 5236 5236 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337947779 393146368 12341 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249] ppid=5236 vsize=383944 CPUtime=0 cores=0,2,4,6
/proc/5249/stat : 5249 (python) S 5236 5236 3621 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 1 0 337947782 393158656 12279 33554432000 4194304 5683644 140733714581488 140733714572576 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 95986 12279 335 364 0 31206 0
[pid=5251] ppid=5249 vsize=274816 CPUtime=1.62 cores=0,2,4,6
/proc/5251/stat : 5251 (scip-2.0.1.linu) R 5249 5251 5251 0 -1 4202496 66208 0 0 0 153 9 0 0 20 0 1 0 337947782 281411584 65595 33554432000 4194304 13684479 140734783215296 140734783212104 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/5251/statm: 68704 65595 608 2317 0 66382 0
[pid=5236/tid=5243] ppid=5234 vsize=459724 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 3 0 337943066 470757376 13855 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5236/tid=5250] ppid=5234 vsize=459724 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5250/stat : 5250 (python) S 5234 5236 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 3 0 337947782 470757376 13855 33554432000 4194304 5683644 140733714581488 140452803711536 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1530464

[startup+102.307 s]
/proc/loadavg: 2.05 2.05 2.07 3/238 5255
/proc/meminfo: memFree=24298720/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=535516 CPUtime=7.75 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 22567 1012 1 0 761 14 0 0 20 0 4 0 337942835 548368384 13863 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 133879 13863 1907 364 0 69096 0
[pid=5242] ppid=5236 vsize=383932 CPUtime=0.08 cores=0,2,4,6
/proc/5242/stat : 5242 (python) S 5236 5236 3621 0 -1 4202560 1136 0 0 0 4 4 0 0 20 0 2 0 337943066 393146368 12341 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5242/statm: 95983 12341 396 364 0 31206 0
[pid=5244] ppid=5242 vsize=28048 CPUtime=47.11 cores=0,2,4,6
/proc/5244/stat : 5244 (clasp-1.3.7-x86) T 5242 5244 5244 0 -1 4202496 7870 0 0 0 4710 1 0 0 20 0 1 0 337943066 28721152 6738 33554432000 134512640 136139019 4287881008 4287879984 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/5244/statm: 7012 6738 183 398 0 6612 0
[pid=5242/tid=5248] ppid=5236 vsize=383932 CPUtime=0 cores=0,2,4,6
/proc/5242/task/5248/stat : 5248 (python) S 5236 5236 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337947779 393146368 12341 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249] ppid=5236 vsize=383944 CPUtime=0.07 cores=0,2,4,6
/proc/5249/stat : 5249 (python) S 5236 5236 3621 0 -1 4202560 1068 0 0 0 4 3 0 0 20 0 2 0 337947782 393158656 12328 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 95986 12328 383 364 0 31206 0
[pid=5251] ppid=5249 vsize=530256 CPUtime=46.28 cores=0,2,4,6
/proc/5251/stat : 5251 (scip-2.0.1.linu) T 5249 5251 5251 0 -1 4202496 124800 0 0 0 4579 49 0 0 20 0 1 0 337947782 542982144 126566 33554432000 4194304 13684479 140734783215296 140734783211592 5689237 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/5251/statm: 132564 126566 656 2317 0 130242 0
[pid=5249/tid=5252] ppid=5236 vsize=383944 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (python) S 5236 5236 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337952413 393158656 12328 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5253] ppid=5236 vsize=459736 CPUtime=0 cores=0,2,4,6
/proc/5253/stat : 5253 (python) S 5236 5236 3621 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 1 0 337952967 470769664 12285 33554432000 4194304 5683644 140733714581488 140733714572576 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/5253/statm: 114934 12285 335 364 0 50151 0
[pid=5255] ppid=5253 vsize=56724 CPUtime=0.97 cores=0,2,4,6
/proc/5255/stat : 5255 (minion) R 5253 5255 5255 0 -1 4202496 7805 0 0 0 96 1 0 0 20 0 1 0 337952968 58085376 6831 33554432000 134512640 165565024 4290274064 4290259236 159718384 0 0 16781312 0 0 0 0 17 0 0 0 0 0 0
/proc/5255/statm: 14181 6831 262 7582 0 6596 0
[pid=5236/tid=5243] ppid=5234 vsize=535516 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 4 0 337943066 548368384 13863 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5236/tid=5250] ppid=5234 vsize=535516 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5250/stat : 5250 (python) S 5234 5236 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 4 0 337947782 548368384 13863 33554432000 4194304 5683644 140733714581488 140452803711536 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5254] ppid=5234 vsize=535516 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5254/stat : 5254 (python) S 5234 5236 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 4 0 337952967 548368384 13863 33554432000 4194304 5683644 140733714581488 140452789097008 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2378156

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.06 3/242 5260

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

[pid=5264/tid=5280] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5280/stat : 5280 (java) T 5262 5264 5264 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337967262 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083570104696 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5264/tid=5281] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5281/stat : 5281 (java) T 5262 5264 5264 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337967262 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083569052104 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5282] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5282/stat : 5282 (java) T 5262 5264 5264 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337967354 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083567998632 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5262/tid=5283] ppid=5236 vsize=611320 CPUtime=0 cores=0,2,4,6
/proc/5262/task/5283/stat : 5283 (python) S 5236 5236 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337971991 625991680 12346 33554432000 4194304 5683644 140733714581488 140452778607152 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5343] ppid=5236 vsize=687112 CPUtime=0.07 cores=0,2,4,6
/proc/5343/stat : 5343 (python) S 5236 5236 3621 0 -1 4202560 1120 0 0 0 4 3 0 0 20 0 2 0 337990260 703602688 12352 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5343/statm: 171778 12352 383 364 0 106986 0
[pid=5345] ppid=5343 vsize=53696 CPUtime=45.98 cores=0,2,4,6
/proc/5345/stat : 5345 (wbo1.4a) T 5343 5345 5345 0 -1 4202496 14070 0 0 0 4584 14 0 0 20 0 1 0 337990260 54984704 12778 33554432000 134512640 135751879 4292314480 4292312672 134611016 0 0 16781312 3 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/5345/statm: 13424 12778 143 303 0 13119 0
[pid=5343/tid=5350] ppid=5236 vsize=687112 CPUtime=0 cores=0,2,4,6
/proc/5343/task/5350/stat : 5350 (python) S 5236 5236 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337994862 703602688 12352 33554432000 4194304 5683644 140733714581488 140452768117296 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5364] ppid=5236 vsize=762904 CPUtime=0 cores=0,2,4,6
/proc/5364/stat : 5364 (python) S 5236 5236 3621 0 -1 4202560 825 0 0 0 0 0 0 0 20 0 1 0 338040892 781213696 12309 33554432000 4194304 5683644 140733714581488 140733714572576 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/5364/statm: 190726 12309 335 364 0 125931 0
[pid=5366] ppid=5364 vsize=36276 CPUtime=0.54 cores=0,2,4,6
/proc/5366/stat : 5366 (bsolo_pb10) R 5364 5366 5366 0 -1 4202496 7739 0 0 0 53 1 0 0 20 0 1 0 338040892 37146624 6504 33554432000 134512640 137138936 4290224992 4289770480 134541992 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/5366/statm: 9069 6504 184 642 0 8425 0
[pid=5236/tid=5243] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 37 1012 0 0 0 0 0 0 20 0 8 0 337943066 858812416 14403 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5250] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5250/stat : 5250 (python) S 5234 5236 3621 0 -1 4202560 26 1012 0 0 0 0 0 0 20 0 8 0 337947782 858812416 14403 33554432000 4194304 5683644 140733714581488 140452803711536 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5254] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5254/stat : 5254 (python) S 5234 5236 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 8 0 337952967 858812416 14403 33554432000 4194304 5683644 140733714581488 140452789097008 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5236/tid=5259] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5259/stat : 5259 (python) S 5234 5236 3621 0 -1 4202560 25 1012 0 0 0 0 0 0 20 0 8 0 337957762 858812416 14403 33554432000 4194304 5683644 140733714581488 140452778607152 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5263] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5263/stat : 5263 (python) S 5234 5236 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 8 0 337967255 858812416 14403 33554432000 4194304 5683644 140733714581488 140452768117296 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5236/tid=5344] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5344/stat : 5344 (python) S 5234 5236 3621 0 -1 4202560 23 1012 0 0 0 0 0 0 20 0 8 0 337990260 858812416 14403 33554432000 4194304 5683644 140733714581488 140452757627440 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5236/tid=5365] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5365/stat : 5365 (python) S 5234 5236 3621 0 -1 4202560 20 1012 0 0 0 0 0 0 20 0 8 0 338040892 858812416 14403 33554432000 4194304 5683644 140733714581488 140452409893424 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 984.28
Current children cumulated vsize (KiB) 16640860

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

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

[startup+981.101 s]
/proc/loadavg: 2.00 2.01 2.02 3/246 5366
/proc/meminfo: memFree=22458292/32873844 swapFree=6608/6608
[pid=5236] ppid=5234 vsize=838684 CPUtime=7.96 cores=0,2,4,6
/proc/5236/stat : 5236 (python) S 5234 5236 3621 0 -1 4202496 26379 1012 1 0 781 15 0 0 20 0 8 0 337942835 858812416 14403 33554432000 4194304 5683644 140733714581488 140733714576320 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5236/statm: 209671 14403 1915 364 0 144876 0
[pid=5242] ppid=5236 vsize=383932 CPUtime=0.42 cores=0,2,4,6
/proc/5242/stat : 5242 (python) S 5236 5236 3621 0 -1 4202560 1197 0 0 0 23 19 0 0 20 0 2 0 337943066 393146368 12342 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5242/statm: 95983 12342 397 364 0 31206 0
[pid=5244] ppid=5242 vsize=50712 CPUtime=229.6 cores=0,2,4,6
/proc/5244/stat : 5244 (clasp-1.3.7-x86) T 5242 5244 5244 0 -1 4202496 13547 0 0 0 22957 3 0 0 20 0 1 0 337943066 51929088 12410 33554432000 134512640 136139019 4287881008 4287879888 134742361 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/5244/statm: 12678 12410 183 398 0 12278 0
[pid=5242/tid=5248] ppid=5236 vsize=383932 CPUtime=0 cores=0,2,4,6
/proc/5242/task/5248/stat : 5248 (python) S 5236 5236 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337947779 393146368 12342 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249] ppid=5236 vsize=383944 CPUtime=0.86 cores=0,2,4,6
/proc/5249/stat : 5249 (python) S 5236 5236 3621 0 -1 4202560 1172 0 0 0 48 38 0 0 20 0 2 0 337947782 393158656 12328 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5249/statm: 95986 12328 383 364 0 31206 0
[pid=5251] ppid=5249 vsize=1349388 CPUtime=506.33 cores=0,2,4,6
/proc/5251/stat : 5251 (scip-2.0.1.linu) T 5249 5251 5251 0 -1 4202496 323341 0 0 0 50449 184 0 0 20 0 1 0 337947782 1381773312 333509 33554432000 4194304 13684479 140734783215296 140734783211592 5688577 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/5251/statm: 337347 333509 660 2317 0 335025 0
[pid=5249/tid=5252] ppid=5236 vsize=383944 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (python) S 5236 5236 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337952413 393158656 12328 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5253] ppid=5236 vsize=459736 CPUtime=0.08 cores=0,2,4,6
/proc/5253/stat : 5253 (python) S 5236 5236 3621 0 -1 4202560 1094 0 0 0 5 3 0 0 20 0 2 0 337952967 470769664 12334 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5253/statm: 114934 12334 383 364 0 50151 0
[pid=5255] ppid=5253 vsize=152356 CPUtime=47.89 cores=0,2,4,6
/proc/5255/stat : 5255 (minion) T 5253 5255 5255 0 -1 4202496 28029 0 0 0 4784 5 0 0 20 0 1 0 337952968 156012544 30598 33554432000 134512640 165565024 4290274064 4290271312 142853424 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/5255/statm: 38089 30598 345 7582 0 30504 0
[pid=5253/tid=5257] ppid=5236 vsize=459736 CPUtime=0 cores=0,2,4,6
/proc/5253/task/5257/stat : 5257 (python) S 5236 5236 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337957759 470769664 12334 33554432000 4194304 5683644 140733714581488 140452803711536 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5258] ppid=5236 vsize=535528 CPUtime=0.16 cores=0,2,4,6
/proc/5258/stat : 5258 (python) S 5236 5236 3621 0 -1 4202560 1161 0 0 0 10 6 0 0 20 0 2 0 337957762 548380672 12340 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5258/statm: 133882 12340 383 364 0 69096 0
[pid=5260] ppid=5258 vsize=710300 CPUtime=94.92 cores=0,2,4,6
/proc/5260/stat : 5260 (scip-2.0.1.linu) T 5258 5260 5260 0 -1 4202496 170126 0 0 0 9425 67 0 0 20 0 1 0 337957762 727347200 171376 33554432000 4194304 15243407 140734261093600 140734261089896 5688591 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/5260/statm: 177575 171376 703 2698 0 174870 0
[pid=5258/tid=5261] ppid=5236 vsize=535528 CPUtime=0 cores=0,2,4,6
/proc/5258/task/5261/stat : 5261 (python) S 5236 5236 3621 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337962736 548380672 12340 33554432000 4194304 5683644 140733714581488 140452789097008 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5262] ppid=5236 vsize=611320 CPUtime=0.07 cores=0,2,4,6
/proc/5262/stat : 5262 (python) S 5236 5236 3621 0 -1 4202560 1107 0 0 0 4 3 0 0 20 0 2 0 337967255 625991680 12346 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5262/statm: 152830 12346 383 364 0 88041 0
[pid=5264] ppid=5262 vsize=9624972 CPUtime=49.4 cores=0,2,4,6
/proc/5264/stat : 5264 (java) T 5262 5264 5264 0 -1 4202496 21973 0 1 0 4924 16 0 0 20 0 19 0 337967255 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140737339417152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5264/statm: 2406243 82460 2277 9 0 2396937 0
[pid=5264/tid=5265] ppid=5262 vsize=9624972 CPUtime=46.49 cores=0,2,4,6
/proc/5264/task/5265/stat : 5265 (java) T 5262 5264 5264 0 -1 4202560 2552 0 1 0 4645 4 0 0 20 0 19 0 337967256 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084222845200 140084066996397 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5266] ppid=5262 vsize=9624972 CPUtime=0.04 cores=0,2,4,6
/proc/5264/task/5266/stat : 5266 (java) T 5262 5264 5264 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084066118696 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5267] ppid=5262 vsize=9624972 CPUtime=0.03 cores=0,2,4,6
/proc/5264/task/5267/stat : 5267 (java) T 5262 5264 5264 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084065065896 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5268] ppid=5262 vsize=9624972 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5268/stat : 5268 (java) T 5262 5264 5264 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084064013096 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5264/tid=5269] ppid=5262 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/5264/task/5269/stat : 5269 (java) T 5262 5264 5264 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084062960296 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5264/tid=5270] ppid=5262 vsize=9624972 CPUtime=0.02 cores=0,2,4,6
/proc/5264/task/5270/stat : 5270 (java) T 5262 5264 5264 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084061907496 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5271] ppid=5262 vsize=9624972 CPUtime=0.04 cores=0,2,4,6
/proc/5264/task/5271/stat : 5271 (java) T 5262 5264 5264 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084060854696 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5272] ppid=5262 vsize=9624972 CPUtime=0.05 cores=0,2,4,6
/proc/5264/task/5272/stat : 5272 (java) T 5262 5264 5264 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084059801896 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5273] ppid=5262 vsize=9624972 CPUtime=0.03 cores=0,2,4,6
/proc/5264/task/5273/stat : 5273 (java) T 5262 5264 5264 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 337967258 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140084058749096 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5274] ppid=5262 vsize=9624972 CPUtime=0.54 cores=0,2,4,6
/proc/5264/task/5274/stat : 5274 (java) T 5262 5264 5264 0 -1 4202560 120 0 0 0 54 0 0 0 20 0 19 0 337967259 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083576421352 213423011753 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5264/tid=5275] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5275/stat : 5275 (java) T 5262 5264 5264 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337967259 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083575367416 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5276] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5276/stat : 5276 (java) T 5262 5264 5264 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337967259 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083574314504 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5277] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5277/stat : 5277 (java) T 5262 5264 5264 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337967261 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083573262992 213423019808 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5278] ppid=5262 vsize=9624972 CPUtime=1.1 cores=0,2,4,6
/proc/5264/task/5278/stat : 5278 (java) T 5262 5264 5264 0 -1 4202560 11336 0 0 0 106 4 0 0 20 0 19 0 337967261 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083572210104 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5279] ppid=5262 vsize=9624972 CPUtime=0.66 cores=0,2,4,6
/proc/5264/task/5279/stat : 5279 (java) T 5262 5264 5264 0 -1 4202560 6414 0 0 0 64 2 0 0 20 0 19 0 337967262 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083571157304 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5264/tid=5280] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5280/stat : 5280 (java) T 5262 5264 5264 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337967262 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083570104696 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5264/tid=5281] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5281/stat : 5281 (java) T 5262 5264 5264 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337967262 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083569052104 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5264/tid=5282] ppid=5262 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5264/task/5282/stat : 5282 (java) T 5262 5264 5264 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337967354 9855971328 82460 33554432000 1073741824 1073778376 140737339426016 140083567998632 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5262/tid=5283] ppid=5236 vsize=611320 CPUtime=0 cores=0,2,4,6
/proc/5262/task/5283/stat : 5283 (python) S 5236 5236 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337971991 625991680 12346 33554432000 4194304 5683644 140733714581488 140452778607152 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5343] ppid=5236 vsize=687112 CPUtime=0.07 cores=0,2,4,6
/proc/5343/stat : 5343 (python) S 5236 5236 3621 0 -1 4202560 1120 0 0 0 4 3 0 0 20 0 2 0 337990260 703602688 12352 33554432000 4194304 5683644 140733714581488 140733714573136 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5343/statm: 171778 12352 383 364 0 106986 0
[pid=5345] ppid=5343 vsize=53696 CPUtime=45.98 cores=0,2,4,6
/proc/5345/stat : 5345 (wbo1.4a) T 5343 5345 5345 0 -1 4202496 14070 0 0 0 4584 14 0 0 20 0 1 0 337990260 54984704 12778 33554432000 134512640 135751879 4292314480 4292312672 134611016 0 0 16781312 3 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/5345/statm: 13424 12778 143 303 0 13119 0
[pid=5343/tid=5350] ppid=5236 vsize=687112 CPUtime=0 cores=0,2,4,6
/proc/5343/task/5350/stat : 5350 (python) S 5236 5236 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337994862 703602688 12352 33554432000 4194304 5683644 140733714581488 140452768117296 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5364] ppid=5236 vsize=762904 CPUtime=0 cores=0,2,4,6
/proc/5364/stat : 5364 (python) S 5236 5236 3621 0 -1 4202560 825 0 0 0 0 0 0 0 20 0 1 0 338040892 781213696 12309 33554432000 4194304 5683644 140733714581488 140733714572576 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/5364/statm: 190726 12309 335 364 0 125931 0
[pid=5366] ppid=5364 vsize=36276 CPUtime=0.54 cores=0,2,4,6
/proc/5366/stat : 5366 (bsolo_pb10) R 5364 5366 5366 0 -1 4202496 7739 0 0 0 53 1 0 0 20 0 1 0 338040892 37146624 6504 33554432000 134512640 137138936 4290224992 4289770480 134541992 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/5366/statm: 9069 6504 184 642 0 8425 0
[pid=5236/tid=5243] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5243/stat : 5243 (python) S 5234 5236 3621 0 -1 4202560 37 1012 0 0 0 0 0 0 20 0 8 0 337943066 858812416 14403 33554432000 4194304 5683644 140733714581488 140452814201392 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5250] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5250/stat : 5250 (python) S 5234 5236 3621 0 -1 4202560 26 1012 0 0 0 0 0 0 20 0 8 0 337947782 858812416 14403 33554432000 4194304 5683644 140733714581488 140452803711536 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5254] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5254/stat : 5254 (python) S 5234 5236 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 8 0 337952967 858812416 14403 33554432000 4194304 5683644 140733714581488 140452789097008 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5236/tid=5259] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5259/stat : 5259 (python) S 5234 5236 3621 0 -1 4202560 25 1012 0 0 0 0 0 0 20 0 8 0 337957762 858812416 14403 33554432000 4194304 5683644 140733714581488 140452778607152 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5236/tid=5263] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5263/stat : 5263 (python) S 5234 5236 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 8 0 337967255 858812416 14403 33554432000 4194304 5683644 140733714581488 140452768117296 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5236/tid=5344] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5344/stat : 5344 (python) S 5234 5236 3621 0 -1 4202560 23 1012 0 0 0 0 0 0 20 0 8 0 337990260 858812416 14403 33554432000 4194304 5683644 140733714581488 140452757627440 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5236/tid=5365] ppid=5234 vsize=838684 CPUtime=0 cores=0,2,4,6
/proc/5236/task/5365/stat : 5365 (python) S 5234 5236 3621 0 -1 4202560 20 1012 0 0 0 0 0 0 20 0 8 0 338040892 858812416 14403 33554432000 4194304 5683644 140733714581488 140452409893424 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 984.28
Current children cumulated vsize (KiB) 16640860

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 981.162
CPU time (s): 984.28
CPU user time (s): 980.51
CPU system time (s): 3.77
CPU usage (%): 100.318
Max. virtual memory (cumulated for all children) (KiB): 16640860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.81881
system time used= 0.157975
maximum resident set size= 57612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27773
page faults= 1
swaps= 0
block input operations= 0
block output operations= 12136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1043
involuntary context switches= 54

runsolver used 5.45117 second user time and 11.2343 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 12:09:39
IDJOB=3739606
IDBENCH=73805
IDSOLVER=2327
FILE ID=node140/3739606-1338718179
RUNJOBID= node140-1338713222-3637
PBS_JOBID= 14636725
Free space on /tmp= 70520 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.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-3739606-1338718179/watcher-3739606-1338718179 -o /tmp/evaluation-result-3739606-1338718179/solver-3739606-1338718179 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3739606-1338718179.opb -seed 1332438054 -budget 1800

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=1332438054

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:        24919292 kB
Buffers:          456576 kB
Cached:          4562592 kB
SwapCached:         1664 kB
Active:          3622576 kB
Inactive:        3410140 kB
Active(anon):    2006668 kB
Inactive(anon):     9500 kB
Active(file):    1615908 kB
Inactive(file):  3400640 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:            107168 kB
Writeback:             8 kB
AnonPages:       2020940 kB
Mapped:            36536 kB
Shmem:               116 kB
Slab:             772992 kB
SReclaimable:     212280 kB
SUnreclaim:       560712 kB
KernelStack:        1848 kB
PageTables:        13536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3008948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1757184 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= 70404 MiB
End job on node140 at 2012-06-03 12:26:03