Trace number 3741202

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) 388.5 388.376

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
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 variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.38	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.42/1.38	c INFO: solving HOME/instance-3741202-1338721563.opb
0.42/1.39	c INFO: parsing took 0.01 s
0.48/1.40	c INFO: features took 0.01 CPU seconds
0.48/1.43	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.77)
47.61/48.59	c INFO: running scip-2.0.1-spx@0 for 45 with 1752 remaining (b = 0.39)
97.78/98.64	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.08)
147.55/148.39	c INFO: wrote minion input file to HOME/tmpyHN2m0.minion
147.55/148.39	c INFO: running minion-0.12@0 for 45 with 1654 remaining (b = 0.03)
194.77/195.58	c INFO: running pbct-0.1.2-linear@0 for 45 with 1607 remaining (b = 0.02)
246.03/246.77	c INFO: running clasp-1.3.7@47 for 45 with 1561 remaining (b = 0.01)
291.30/291.92	c INFO: running sat4j-pb-v20101225@0 for 45 with 1515 remaining (b = 0.01)
341.33/341.33	c INFO: running scip-2.0.1-clp@49 for 45 with 1465 remaining (b = 0.01)
388.14/388.10	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1419 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-3741202-1338721563/watcher-3741202-1338721563 -o /tmp/evaluation-result-3741202-1338721563/solver-3741202-1338721563 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741202-1338721563.opb -seed 1281393731 -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: 2.04 2.88 2.95 3/183 6742
/proc/meminfo: memFree=29585460/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/6742/stat : 6742 (python) D 6740 6742 2614 0 -1 4202496 673 0 0 0 0 0 0 0 20 0 1 0 338281366 15642624 560 33554432000 4194304 5683644 140733503364720 140733503332664 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6742/statm: 3819 560 324 364 0 261 0

[startup+0.065345 s]
/proc/loadavg: 2.04 2.88 2.95 3/183 6742
/proc/meminfo: memFree=29585460/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=16592 CPUtime=0.01 cores=1,3,5,7
/proc/6742/stat : 6742 (python) D 6740 6742 2614 0 -1 4202496 1202 0 0 0 1 0 0 0 20 0 1 0 338281366 16990208 1001 33554432000 4194304 5683644 140733503364720 140733503342488 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6742/statm: 4148 1001 422 364 0 590 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16592

[startup+0.100275 s]
/proc/loadavg: 2.04 2.88 2.95 3/183 6742
/proc/meminfo: memFree=29585460/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=19084 CPUtime=0.03 cores=1,3,5,7
/proc/6742/stat : 6742 (python) R 6740 6742 2614 0 -1 4202496 1396 0 0 0 2 1 0 0 20 0 1 0 338281366 19542016 1150 33554432000 4194304 5683644 140733503364720 140733503295224 5293109 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/6742/statm: 4771 1150 430 364 0 695 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19084

[startup+0.300196 s]
/proc/loadavg: 2.04 2.88 2.95 3/183 6742
/proc/meminfo: memFree=29585460/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=96916 CPUtime=0.12 cores=1,3,5,7
/proc/6742/stat : 6742 (python) D 6740 6742 2614 0 -1 4202496 3959 1010 1 0 9 3 0 0 20 0 1 0 338281366 99241984 2653 33554432000 4194304 5683644 140733503364720 140733503237320 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6742/statm: 24229 2653 823 364 0 1720 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 96916

[startup+0.700185 s]
/proc/loadavg: 2.04 2.88 2.95 3/183 6742
/proc/meminfo: memFree=29585460/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=136268 CPUtime=0.25 cores=1,3,5,7
/proc/6742/stat : 6742 (python) D 6740 6742 2614 0 -1 4202496 6235 1010 1 0 16 9 0 0 20 0 1 0 338281366 139538432 4074 33554432000 4194304 5683644 140733503364720 140733503264712 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6742/statm: 34067 4074 1093 364 0 2953 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 136268

[startup+1.50021 s]
/proc/loadavg: 2.04 2.88 2.95 3/184 6747
/proc/meminfo: memFree=29415360/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=357436 CPUtime=0.5 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 10547 1010 1 0 36 14 0 0 20 0 2 0 338281366 366014464 7227 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 89359 7227 1900 364 0 24582 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 357436

[startup+3.10028 s]
/proc/loadavg: 2.04 2.88 2.95 3/187 6750
/proc/meminfo: memFree=29140836/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=357436 CPUtime=0.5 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 10547 1010 1 0 36 14 0 0 20 0 2 0 338281366 366014464 7227 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 89359 7227 1900 364 0 24582 0
[pid=6748] ppid=6742 vsize=281656 CPUtime=0 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 1 0 338281509 288415744 5662 33554432000 4194304 5683644 140733503364720 140733503355808 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 70414 5662 341 364 0 5637 0
[pid=6750] ppid=6748 vsize=2392 CPUtime=1.66 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) R 6748 6750 6750 0 -1 4202496 581 0 0 0 166 0 0 0 20 0 1 0 338281510 2449408 334 33554432000 134512640 136139019 4287449104 4287447968 134608312 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 598 334 181 398 0 198 0
[pid=6742/tid=6749] ppid=6740 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338281510 366014464 7227 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 641484
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.12 2.88 2.95 3/187 6750
/proc/meminfo: memFree=28633296/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=357436 CPUtime=0.5 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 10547 1010 1 0 36 14 0 0 20 0 2 0 338281366 366014464 7227 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 89359 7227 1900 364 0 24582 0
[pid=6748] ppid=6742 vsize=281656 CPUtime=0 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 884 0 0 0 0 0 0 0 20 0 1 0 338281509 288415744 5684 33554432000 4194304 5683644 140733503364720 140733503355808 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 70414 5684 363 364 0 5637 0
[pid=6750] ppid=6748 vsize=2524 CPUtime=4.86 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) R 6748 6750 6750 0 -1 4202496 632 0 0 0 486 0 0 0 20 0 1 0 338281510 2584576 385 33554432000 134512640 136139019 4287449104 4287447780 135529895 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 631 385 181 398 0 231 0
[pid=6742/tid=6749] ppid=6740 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338281510 366014464 7227 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 641616

[startup+12.7064 s]
/proc/loadavg: 2.11 2.87 2.94 3/187 6750
/proc/meminfo: memFree=26765768/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=357436 CPUtime=0.5 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 10547 1010 1 0 36 14 0 0 20 0 2 0 338281366 366014464 7227 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 89359 7227 1900 364 0 24582 0
[pid=6748] ppid=6742 vsize=281656 CPUtime=0.01 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 889 0 0 0 0 1 0 0 20 0 1 0 338281509 288415744 5685 33554432000 4194304 5683644 140733503364720 140733503355808 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 70414 5685 364 364 0 5637 0
[pid=6750] ppid=6748 vsize=2788 CPUtime=11.26 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) R 6748 6750 6750 0 -1 4202496 696 0 0 0 1126 0 0 0 20 0 1 0 338281510 2854912 449 33554432000 134512640 136139019 4287449104 4287448076 134622001 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 697 449 181 398 0 297 0
[pid=6742/tid=6749] ppid=6740 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338281510 366014464 7227 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 641880

[startup+25.5004 s]
/proc/loadavg: 2.32 2.87 2.94 4/189 6752
/proc/meminfo: memFree=23014984/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=357436 CPUtime=0.5 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 10547 1010 1 0 36 14 0 0 20 0 2 0 338281366 366014464 7227 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 89359 7227 1900 364 0 24582 0
[pid=6748] ppid=6742 vsize=281656 CPUtime=0.03 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 899 0 0 0 2 1 0 0 20 0 1 0 338281509 288415744 5685 33554432000 4194304 5683644 140733503364720 140733503355808 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 70414 5685 364 364 0 5637 0
[pid=6750] ppid=6748 vsize=3184 CPUtime=24.05 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) R 6748 6750 6750 0 -1 4202496 790 0 0 0 2405 0 0 0 20 0 1 0 338281510 3260416 543 33554432000 134512640 136139019 4287449104 4287447936 134832236 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 796 543 181 398 0 396 0
[pid=6742/tid=6749] ppid=6740 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338281510 366014464 7227 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 642276

[startup+51.1004 s]
/proc/loadavg: 3.08 3.01 2.99 2/193 6757
/proc/meminfo: memFree=18974288/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=433684 CPUtime=0.53 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 11417 1010 1 0 39 14 0 0 20 0 3 0 338281366 444092416 7359 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 108421 7359 1903 364 0 43641 0
[pid=6748] ppid=6742 vsize=357436 CPUtime=0.07 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 1135 0 0 0 4 3 0 0 20 0 2 0 338281509 366014464 5725 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 89359 5725 397 364 0 24582 0
[pid=6750] ppid=6748 vsize=3588 CPUtime=47.12 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) T 6748 6750 6750 0 -1 4202496 873 0 0 0 4712 0 0 0 20 0 1 0 338281510 3674112 626 33554432000 134512640 136139019 4287449104 4287447968 134608349 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 897 626 181 398 0 497 0
[pid=6748/tid=6754] ppid=6742 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6748/task/6754/stat : 6754 (python) S 6742 6742 2614 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338286223 366014464 5725 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6755] ppid=6742 vsize=357904 CPUtime=0 cores=1,3,5,7
/proc/6755/stat : 6755 (python) S 6742 6742 2614 0 -1 4202560 782 0 0 0 0 0 0 0 20 0 1 0 338286226 366493696 5786 33554432000 4194304 5683644 140733503364720 140733503355808 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 5 0 0 0 0 0
/proc/6755/statm: 89476 5786 336 364 0 24696 0
[pid=6757] ppid=6755 vsize=45408 CPUtime=2.49 cores=1,3,5,7
/proc/6757/stat : 6757 (scip-2.0.1.linu) R 6755 6757 6757 0 -1 4202496 9479 0 0 0 242 7 0 0 20 0 1 0 338286226 46497792 8808 33554432000 4194304 13684479 140734372572448 140734372566520 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/6757/statm: 11352 8808 818 2317 0 9030 0
[pid=6742/tid=6749] ppid=6740 vsize=433684 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 3 0 338281510 444092416 7359 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6742/tid=6756] ppid=6740 vsize=433684 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6756/stat : 6756 (python) S 6740 6742 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 3 0 338286226 444092416 7359 33554432000 4194304 5683644 140733503364720 140240180855344 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 1198020

[startup+102.301 s]
/proc/loadavg: 4.21 3.33 3.09 2/196 6761
/proc/meminfo: memFree=18428968/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=509204 CPUtime=0.56 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 12289 1010 1 0 41 15 0 0 20 0 4 0 338281366 521424896 7285 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 12 0 0
/proc/6742/statm: 127301 7285 1905 364 0 62518 0
[pid=6748] ppid=6742 vsize=357436 CPUtime=0.07 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 1135 0 0 0 4 3 0 0 20 0 2 0 338281509 366014464 5725 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 89359 5725 397 364 0 24582 0
[pid=6750] ppid=6748 vsize=3588 CPUtime=47.12 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) T 6748 6750 6750 0 -1 4202496 873 0 0 0 4712 0 0 0 20 0 1 0 338281510 3674112 626 33554432000 134512640 136139019 4287449104 4287447968 134608349 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 897 626 181 398 0 497 0
[pid=6748/tid=6754] ppid=6742 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6748/task/6754/stat : 6754 (python) S 6742 6742 2614 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338286223 366014464 5725 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6755] ppid=6742 vsize=357904 CPUtime=0.09 cores=1,3,5,7
/proc/6755/stat : 6755 (python) S 6742 6742 2614 0 -1 4202560 1103 0 0 0 5 4 0 0 20 0 2 0 338286226 366493696 5835 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6755/statm: 89476 5835 384 364 0 24696 0
[pid=6757] ppid=6755 vsize=45408 CPUtime=49.99 cores=1,3,5,7
/proc/6757/stat : 6757 (scip-2.0.1.linu) T 6755 6757 6757 0 -1 4202496 9570 0 0 0 4890 109 0 0 20 0 1 0 338286226 46497792 8899 33554432000 4194304 13684479 140734372572448 140734372570056 4840677 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6757/statm: 11352 8899 819 2317 0 9030 0
[pid=6755/tid=6758] ppid=6742 vsize=357904 CPUtime=0 cores=1,3,5,7
/proc/6755/task/6758/stat : 6758 (python) S 6742 6742 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338291228 366493696 5835 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6759] ppid=6742 vsize=433424 CPUtime=0 cores=1,3,5,7
/proc/6759/stat : 6759 (python) S 6742 6742 2614 0 -1 4202560 904 0 0 0 0 0 0 0 20 0 1 0 338291231 443826176 5733 33554432000 4194304 5683644 140733503364720 140733503355808 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/6759/statm: 108356 5733 359 364 0 43573 0
[pid=6761] ppid=6759 vsize=37824 CPUtime=3.64 cores=1,3,5,7
/proc/6761/stat : 6761 (scip-2.0.1.linu) R 6759 6761 6761 0 -1 4202496 8022 0 0 0 361 3 0 0 20 0 1 0 338291231 38731776 6550 33554432000 4194304 15243407 140735166565872 140735166560264 13354455 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/6761/statm: 9456 6550 924 2698 0 6751 0
[pid=6742/tid=6749] ppid=6740 vsize=509204 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 4 0 338281510 521424896 7285 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6742/tid=6756] ppid=6740 vsize=509204 CPUtime=0 cores=1,3,5,7

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

[pid=6742/tid=6811] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6811/stat : 6811 (python) S 6740 6742 2614 0 -1 4202560 23 1010 0 0 0 0 0 0 20 0 8 0 338320176 832487424 7974 33554432000 4194304 5683644 140733503364720 140239922250288 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 388.5
Current children cumulated vsize (KiB) 23811064

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

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

[startup+388.302 s]
/proc/loadavg: 2.09 2.87 3.00 5/256 6829
/proc/meminfo: memFree=20720000/32873844 swapFree=7116/7116
[pid=6742] ppid=6740 vsize=812976 CPUtime=0.76 cores=1,3,5,7
/proc/6742/stat : 6742 (python) S 6740 6742 2614 0 -1 4202496 16102 1010 1 0 60 16 0 0 20 0 8 0 338281366 832487424 7974 33554432000 4194304 5683644 140733503364720 140733503359552 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 12 0 0
/proc/6742/statm: 203244 7974 1913 364 0 138449 0
[pid=6748] ppid=6742 vsize=357436 CPUtime=0.15 cores=1,3,5,7
/proc/6748/stat : 6748 (python) S 6742 6742 2614 0 -1 4202560 1163 0 0 0 9 6 0 0 20 0 2 0 338281509 366014464 5726 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6748/statm: 89359 5726 398 364 0 24582 0
[pid=6750] ppid=6748 vsize=3856 CPUtime=92.23 cores=1,3,5,7
/proc/6750/stat : 6750 (clasp-1.3.7-x86) T 6748 6750 6750 0 -1 4202496 969 0 0 0 9223 0 0 0 20 0 1 0 338281510 3948544 722 33554432000 134512640 136139019 4287449104 4287447936 134832464 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6750/statm: 964 722 181 398 0 564 0
[pid=6748/tid=6754] ppid=6742 vsize=357436 CPUtime=0 cores=1,3,5,7
/proc/6748/task/6754/stat : 6754 (python) S 6742 6742 2614 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338286223 366014464 5726 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6755] ppid=6742 vsize=357904 CPUtime=0.09 cores=1,3,5,7
/proc/6755/stat : 6755 (python) S 6742 6742 2614 0 -1 4202560 1103 0 0 0 5 4 0 0 20 0 2 0 338286226 366493696 5835 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6755/statm: 89476 5835 384 364 0 24696 0
[pid=6757] ppid=6755 vsize=45408 CPUtime=49.99 cores=1,3,5,7
/proc/6757/stat : 6757 (scip-2.0.1.linu) T 6755 6757 6757 0 -1 4202496 9570 0 0 0 4890 109 0 0 20 0 1 0 338286226 46497792 8899 33554432000 4194304 13684479 140734372572448 140734372570056 4840677 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6757/statm: 11352 8899 819 2317 0 9030 0
[pid=6755/tid=6758] ppid=6742 vsize=357904 CPUtime=0 cores=1,3,5,7
/proc/6755/task/6758/stat : 6758 (python) S 6742 6742 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338291228 366493696 5835 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6759] ppid=6742 vsize=433424 CPUtime=0.19 cores=1,3,5,7
/proc/6759/stat : 6759 (python) S 6742 6742 2614 0 -1 4202560 1156 0 0 0 10 9 0 0 20 0 2 0 338291231 443826176 5762 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6759/statm: 108356 5762 384 364 0 43573 0
[pid=6761] ppid=6759 vsize=44356 CPUtime=96.37 cores=1,3,5,7
/proc/6761/stat : 6761 (scip-2.0.1.linu) T 6759 6761 6761 0 -1 4202496 19038 0 0 0 9531 106 0 0 20 0 1 0 338291231 45420544 7755 33554432000 4194304 15243407 140735166565872 140735166560584 8113833 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/6761/statm: 11089 7755 925 2698 0 8384 0
[pid=6759/tid=6762] ppid=6742 vsize=433424 CPUtime=0 cores=1,3,5,7
/proc/6759/task/6762/stat : 6762 (python) S 6742 6742 2614 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338296198 443826176 5762 33554432000 4194304 5683644 140733503364720 140240180855344 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6763] ppid=6742 vsize=509664 CPUtime=0.08 cores=1,3,5,7
/proc/6763/stat : 6763 (python) S 6742 6742 2614 0 -1 4202560 1096 0 0 0 5 3 0 0 20 0 2 0 338296205 521895936 5875 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 127416 5875 384 364 0 62630 0
[pid=6765] ppid=6763 vsize=64260 CPUtime=47.13 cores=1,3,5,7
/proc/6765/stat : 6765 (minion) T 6763 6765 6765 0 -1 4202496 1886 0 0 0 4713 0 0 0 20 0 1 0 338296206 65802240 8783 33554432000 134512640 165565024 4292978272 4292975520 142764953 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6765/statm: 16065 8783 345 7582 0 8480 0
[pid=6763/tid=6771] ppid=6742 vsize=509664 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6771/stat : 6771 (python) S 6742 6742 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338300922 521895936 5875 33554432000 4194304 5683644 140733503364720 140240170365488 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6772] ppid=6742 vsize=585456 CPUtime=0.08 cores=1,3,5,7
/proc/6772/stat : 6772 (python) S 6742 6742 2614 0 -1 4202560 1104 0 0 0 5 3 0 0 20 0 2 0 338300925 599506944 5893 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6772/statm: 146364 5893 384 364 0 81575 0
[pid=6774] ppid=6772 vsize=14344 CPUtime=51.13 cores=1,3,5,7
/proc/6774/stat : 6774 (pbct-0.1.2-linu) T 6772 6774 6774 0 -1 4202496 3454 0 0 0 4616 497 0 0 20 0 1 0 338300925 14688256 3194 33554432000 134512640 136422188 4290333616 4290331340 135874785 0 0 16781312 16387 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6774/statm: 3586 3194 215 467 0 3117 0
[pid=6772/tid=6781] ppid=6742 vsize=585456 CPUtime=0 cores=1,3,5,7
/proc/6772/task/6781/stat : 6781 (python) S 6742 6742 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338306041 599506944 5893 33554432000 4194304 5683644 140733503364720 140240159875632 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6786] ppid=6742 vsize=661404 CPUtime=0.08 cores=1,3,5,7
/proc/6786/stat : 6786 (python) S 6742 6742 2614 0 -1 4202560 1116 0 0 0 4 4 0 0 20 0 2 0 338310559 677277696 6433 33554432000 4194304 5683644 140733503364720 140733503356368 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6786/statm: 165351 6433 384 364 0 100559 0
[pid=6788] ppid=6786 vsize=9624972 CPUtime=49.96 cores=1,3,5,7
/proc/6788/stat : 6788 (java) T 6786 6788 6788 0 -1 4202496 7941 0 1 0 4991 5 0 0 20 0 19 0 338310559 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 140737137088384 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6788/statm: 2406243 11869 2264 9 0 2396937 0
[pid=6788/tid=6789] ppid=6786 vsize=9624972 CPUtime=48.77 cores=1,3,5,7
/proc/6788/task/6789/stat : 6789 (java) T 6786 6788 6788 0 -1 4202560 2520 0 1 0 4876 1 0 0 20 0 19 0 338310561 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911379538192 139911252381421 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6788/tid=6790] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6790/stat : 6790 (java) T 6786 6788 6788 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911223568936 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6791] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6791/stat : 6791 (java) T 6786 6788 6788 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911222516136 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6788/tid=6792] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6792/stat : 6792 (java) T 6786 6788 6788 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911221463336 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6793] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6793/stat : 6793 (java) T 6786 6788 6788 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911220410536 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6794] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6794/stat : 6794 (java) T 6786 6788 6788 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911219358760 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6795] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6795/stat : 6795 (java) T 6786 6788 6788 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911218305960 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6788/tid=6796] ppid=6786 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/6788/task/6796/stat : 6796 (java) T 6786 6788 6788 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911217253160 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6788/tid=6797] ppid=6786 vsize=9624972 CPUtime=0.02 cores=1,3,5,7
/proc/6788/task/6797/stat : 6797 (java) T 6786 6788 6788 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 338310562 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911216200360 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6788/tid=6798] ppid=6786 vsize=9624972 CPUtime=0.31 cores=1,3,5,7
/proc/6788/task/6798/stat : 6798 (java) T 6786 6788 6788 0 -1 4202560 34 0 0 0 31 0 0 0 20 0 19 0 338310563 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911203789288 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6788/tid=6799] ppid=6786 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6788/task/6799/stat : 6799 (java) T 6786 6788 6788 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338310563 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911202735352 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6800] ppid=6786 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6788/task/6800/stat : 6800 (java) T 6786 6788 6788 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338310564 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911201682440 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6801] ppid=6786 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6788/task/6801/stat : 6801 (java) T 6786 6788 6788 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338310566 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911200630928 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6788/tid=6802] ppid=6786 vsize=9624972 CPUtime=0.22 cores=1,3,5,7
/proc/6788/task/6802/stat : 6802 (java) T 6786 6788 6788 0 -1 4202560 2267 0 0 0 22 0 0 0 20 0 19 0 338310566 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911199579064 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6788/tid=6803] ppid=6786 vsize=9624972 CPUtime=0.19 cores=1,3,5,7
/proc/6788/task/6803/stat : 6803 (java) T 6786 6788 6788 0 -1 4202560 1620 0 0 0 19 0 0 0 20 0 19 0 338310566 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911198526264 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6804] ppid=6786 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6788/task/6804/stat : 6804 (java) T 6786 6788 6788 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338310566 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911197473656 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=6788/tid=6805] ppid=6786 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6788/task/6805/stat : 6805 (java) T 6786 6788 6788 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338310566 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911196421064 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=6788/tid=6806] ppid=6786 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/6788/task/6806/stat : 6806 (java) T 6786 6788 6788 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338310582 9855971328 11869 33554432000 1073741824 1073778376 140737137097248 139911195366568 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=6786/tid=6808] ppid=6742 vsize=661404 CPUtime=0 cores=1,3,5,7
/proc/6786/task/6808/stat : 6808 (python) S 6742 6742 2614 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 338315497 677277696 6433 33554432000 4194304 5683644 140733503364720 140239943230000 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6810] ppid=6742 vsize=737196 CPUtime=0 cores=1,3,5,7
/proc/6810/stat : 6810 (python) S 6742 6742 2614 0 -1 4202560 843 0 0 0 0 0 0 0 20 0 1 0 338320176 754888704 6391 33554432000 4194304 5683644 140733503364720 140733503355808 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/6810/statm: 184299 6391 336 364 0 119504 0
[pid=6812] ppid=6810 vsize=9558408 CPUtime=0.26 cores=1,3,5,7
/proc/6812/stat : 6812 (java) S 6810 6812 6812 0 -1 4202496 4915 0 1 0 24 2 0 0 20 0 18 0 338320177 9787809792 6311 33554432000 1073741824 1073778376 140735544478720 140735544469856 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6812/statm: 2389602 6311 2195 9 0 2380296 0
[pid=6812/tid=6813] ppid=6810 vsize=9558408 CPUtime=0.17 cores=1,3,5,7
/proc/6812/task/6813/stat : 6813 (java) R 6810 6812 6812 0 -1 4202560 2438 0 1 0 16 1 0 0 20 0 18 0 338320178 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853536450800 139853408924791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6812/tid=6814] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6814/stat : 6814 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320179 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853380303400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6815] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6815/stat : 6815 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320179 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853379250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6812/tid=6816] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6816/stat : 6816 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320179 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853378197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6812/tid=6817] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6817/stat : 6817 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320179 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853377145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6812/tid=6818] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6818/stat : 6818 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320180 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853376093224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6819] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6819/stat : 6819 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320180 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853375040424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6812/tid=6820] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6820/stat : 6820 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320180 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853373987624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6821] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6821/stat : 6821 (java) S 6810 6812 6812 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338320180 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853372934824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6822] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6822/stat : 6822 (java) S 6810 6812 6812 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338320181 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853360736744 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6823] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6823/stat : 6823 (java) S 6810 6812 6812 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338320181 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853359682808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6824] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6824/stat : 6824 (java) S 6810 6812 6812 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338320181 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853358629896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6825] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6825/stat : 6825 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320184 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853357578384 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6826] ppid=6810 vsize=9558408 CPUtime=0.04 cores=1,3,5,7
/proc/6812/task/6826/stat : 6826 (java) R 6810 6812 6812 0 -1 4202560 559 0 0 0 4 0 0 0 20 0 18 0 338320184 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853356526520 240568558005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6812/tid=6827] ppid=6810 vsize=9558408 CPUtime=0.01 cores=1,3,5,7
/proc/6812/task/6827/stat : 6827 (java) S 6810 6812 6812 0 -1 4202560 497 0 0 0 1 0 0 0 20 0 18 0 338320184 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853355473720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6812/tid=6828] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6828/stat : 6828 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320184 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853354421112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6812/tid=6829] ppid=6810 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/6812/task/6829/stat : 6829 (java) S 6810 6812 6812 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338320184 9787809792 6312 33554432000 1073741824 1073778376 140735544478720 139853353368520 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6742/tid=6749] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (python) S 6740 6742 2614 0 -1 4202560 32 1010 0 0 0 0 0 0 20 0 8 0 338281510 832487424 7974 33554432000 4194304 5683644 140733503364720 140240191345200 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6742/tid=6756] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6756/stat : 6756 (python) S 6740 6742 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 8 0 338286226 832487424 7974 33554432000 4194304 5683644 140733503364720 140240180855344 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6742/tid=6760] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6760/stat : 6760 (python) S 6740 6742 2614 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 8 0 338291231 832487424 7974 33554432000 4194304 5683644 140733503364720 140240170365488 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6742/tid=6764] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6764/stat : 6764 (python) S 6740 6742 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 8 0 338296206 832487424 7974 33554432000 4194304 5683644 140733503364720 140240159875632 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6742/tid=6773] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6773/stat : 6773 (python) S 6740 6742 2614 0 -1 4202560 19 1010 0 0 0 0 0 0 20 0 8 0 338300925 832487424 7974 33554432000 4194304 5683644 140733503364720 140239943230000 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6742/tid=6787] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6787/stat : 6787 (python) S 6740 6742 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 8 0 338310559 832487424 7974 33554432000 4194304 5683644 140733503364720 140239932740144 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6742/tid=6811] ppid=6740 vsize=812976 CPUtime=0 cores=1,3,5,7
/proc/6742/task/6811/stat : 6811 (python) S 6740 6742 2614 0 -1 4202560 23 1010 0 0 0 0 0 0 20 0 8 0 338320176 832487424 7974 33554432000 4194304 5683644 140733503364720 140239922250288 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 388.5
Current children cumulated vsize (KiB) 23811064

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 388.376
CPU time (s): 388.5
CPU user time (s): 380.86
CPU system time (s): 7.64
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 23811064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.608907
system time used= 0.169974
maximum resident set size= 32228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17112
page faults= 1
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2072
involuntary context switches= 8

runsolver used 1.42178 second user time and 3.58645 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 13:06:03
IDJOB=3741202
IDBENCH=89818
IDSOLVER=2327
FILE ID=node146/3741202-1338721563
RUNJOBID= node146-1338713700-2631
PBS_JOBID= 14636739
Free space on /tmp= 70760 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.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-3741202-1338721563/watcher-3741202-1338721563 -o /tmp/evaluation-result-3741202-1338721563/solver-3741202-1338721563 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741202-1338721563.opb -seed 1281393731 -budget 1800

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=1281393731

node146.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.034
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.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29587312 kB
Buffers:          261072 kB
Cached:           661228 kB
SwapCached:         1792 kB
Active:          2165164 kB
Inactive:         302656 kB
Active(anon):    1546596 kB
Inactive(anon):     1700 kB
Active(file):     618568 kB
Inactive(file):   300956 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            101764 kB
Writeback:            16 kB
AnonPages:       1550064 kB
Mapped:            16428 kB
Shmem:                36 kB
Slab:             672976 kB
SReclaimable:     111612 kB
SUnreclaim:       561364 kB
KernelStack:        1504 kB
PageTables:         9796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2268996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 66784 MiB
End job on node146 at 2012-06-03 13:12:35