Trace number 3742460

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) 284.31 281.558

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
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 variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 161
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.45/1.30	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.45/1.31	c INFO: solving HOME/instance-3742460-1338724832.opb
0.65/1.53	c INFO: parsing took 0.22 s
1.05/1.97	c INFO: features took 0.44 CPU seconds
1.14/2.00	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.60)
49.77/50.66	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.43)
97.00/97.81	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.09)
144.94/145.76	c INFO: running scip-2.0.1-clp@47 for 45 with 1656 remaining (b = 0.01)
191.01/191.70	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1610 remaining (b = 0.04)
237.12/235.45	c INFO: running clasp-1.3.7@47 for 45 with 1564 remaining (b = 0.01)
282.43/280.60	c INFO: running sat4j-pb-v20101225@0 for 45 with 1519 remaining (b = 0.16)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742460-1338724832/watcher-3742460-1338724832 -o /tmp/evaluation-result-3742460-1338724832/solver-3742460-1338724832 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742460-1338724832.opb -seed 885589581 -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.10 2.05 2.08 3/188 7936
/proc/meminfo: memFree=30071080/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/7936/stat : 7936 (python) D 7934 7936 2614 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338608273 15642624 559 33554432000 4194304 5683644 140734754096320 140734754064264 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/7936/statm: 3819 559 324 364 0 261 0

[startup+0.029776 s]
/proc/loadavg: 2.10 2.05 2.08 3/188 7936
/proc/meminfo: memFree=30071080/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=15960 CPUtime=0 cores=0,2,4,6
/proc/7936/stat : 7936 (python) D 7934 7936 2614 0 -1 4202496 888 0 0 0 0 0 0 0 20 0 1 0 338608273 16343040 743 33554432000 4194304 5683644 140734754096320 140734754009352 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/7936/statm: 3990 743 347 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15960

[startup+0.100346 s]
/proc/loadavg: 2.10 2.05 2.08 3/188 7936
/proc/meminfo: memFree=30071080/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=19084 CPUtime=0.03 cores=0,2,4,6
/proc/7936/stat : 7936 (python) R 7934 7936 2614 0 -1 4202496 1392 0 0 0 2 1 0 0 20 0 1 0 338608273 19542016 1147 33554432000 4194304 5683644 140734754096320 140734754026824 4870104 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7936/statm: 4771 1147 430 364 0 695 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19084

[startup+0.300328 s]
/proc/loadavg: 2.10 2.05 2.08 3/188 7936
/proc/meminfo: memFree=30071080/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=96892 CPUtime=0.12 cores=0,2,4,6
/proc/7936/stat : 7936 (python) D 7934 7936 2614 0 -1 4202496 3899 1007 1 0 9 3 0 0 20 0 1 0 338608273 99217408 2647 33554432000 4194304 5683644 140734754096320 140734754014280 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/7936/statm: 24223 2647 822 364 0 1714 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 96892

[startup+0.700352 s]
/proc/loadavg: 2.10 2.05 2.08 3/188 7936
/proc/meminfo: memFree=30071080/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=122344 CPUtime=0.23 cores=0,2,4,6
/proc/7936/stat : 7936 (python) D 7934 7936 2614 0 -1 4202496 5962 1007 1 0 15 8 0 0 20 0 1 0 338608273 125280256 3842 33554432000 4194304 5683644 140734754096320 140734754025448 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/7936/statm: 30586 3842 1015 364 0 2829 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 122344

[startup+1.50025 s]
/proc/loadavg: 2.10 2.05 2.08 2/189 7941
/proc/meminfo: memFree=30048000/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=288204 CPUtime=0.65 cores=0,2,4,6
/proc/7936/stat : 7936 (python) R 7934 7936 2614 0 -1 4202496 11732 1007 1 0 51 14 0 0 20 0 1 0 338608273 295120896 8767 33554432000 4194304 5683644 140734754096320 140734754089272 139885955834224 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 72051 8767 1811 364 0 7280 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 288204

[startup+3.10034 s]
/proc/loadavg: 2.10 2.05 2.08 3/192 7944
/proc/meminfo: memFree=30001476/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=365792 CPUtime=1.15 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 13804 1007 1 0 100 15 0 0 20 0 2 0 338608273 374571008 9311 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 91448 9311 1902 364 0 26671 0
[pid=7942] ppid=7936 vsize=290012 CPUtime=0 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 1 0 338608473 296972288 7743 33554432000 4194304 5683644 140734754096320 140734754087408 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/7942/statm: 72503 7743 340 364 0 7726 0
[pid=7944] ppid=7942 vsize=149600 CPUtime=1.09 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) R 7942 7944 7944 0 -1 4202496 35557 0 0 0 98 11 0 0 20 0 1 0 338608473 153190400 34085 33554432000 4194304 13684479 140734243455856 140734243451240 4880933 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7944/statm: 37400 34085 635 2317 0 35078 0
[pid=7936/tid=7943] ppid=7934 vsize=365792 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 2 0 338608473 374571008 9311 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 805404
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.09 2.05 2.08 3/192 7944
/proc/meminfo: memFree=29817716/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=365792 CPUtime=1.15 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 13804 1007 1 0 100 15 0 0 20 0 2 0 338608273 374571008 9311 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 91448 9311 1902 364 0 26671 0
[pid=7942] ppid=7936 vsize=290012 CPUtime=0 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 898 0 0 0 0 0 0 0 20 0 1 0 338608473 296972288 7765 33554432000 4194304 5683644 140734754096320 140734754087408 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/7942/statm: 72503 7765 362 364 0 7726 0
[pid=7944] ppid=7942 vsize=215680 CPUtime=4.27 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) R 7942 7944 7944 0 -1 4202496 51101 0 0 0 414 13 0 0 20 0 1 0 338608473 220856320 49629 33554432000 4194304 13684479 140734243455856 140734243451240 4880915 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0
/proc/7944/statm: 53920 49629 635 2317 0 51598 0
[pid=7936/tid=7943] ppid=7934 vsize=365792 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 2 0 338608473 374571008 9311 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 871484

[startup+12.7004 s]
/proc/loadavg: 2.09 2.05 2.08 3/193 7945
/proc/meminfo: memFree=29727896/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=365792 CPUtime=1.15 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 13804 1007 1 0 100 15 0 0 20 0 2 0 338608273 374571008 9311 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 91448 9311 1902 364 0 26671 0
[pid=7942] ppid=7936 vsize=290012 CPUtime=0 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 904 0 0 0 0 0 0 0 20 0 1 0 338608473 296972288 7766 33554432000 4194304 5683644 140734754096320 140734754087408 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/7942/statm: 72503 7766 363 364 0 7726 0
[pid=7944] ppid=7942 vsize=290348 CPUtime=10.67 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) R 7942 7944 7944 0 -1 4202496 68435 0 0 0 1051 16 0 0 20 0 1 0 338608473 297316352 66963 33554432000 4194304 13684479 140734243455856 140734243451240 4880937 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7944/statm: 72587 66963 635 2317 0 70265 0
[pid=7936/tid=7943] ppid=7934 vsize=365792 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 2 0 338608473 374571008 9311 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 946152

[startup+25.5004 s]
/proc/loadavg: 2.07 2.04 2.08 3/193 7945
/proc/meminfo: memFree=29575004/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=365792 CPUtime=1.15 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 13804 1007 1 0 100 15 0 0 20 0 2 0 338608273 374571008 9311 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 91448 9311 1902 364 0 26671 0
[pid=7942] ppid=7936 vsize=290012 CPUtime=0.02 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 1003 0 0 0 1 1 0 0 20 0 1 0 338608473 296972288 7771 33554432000 4194304 5683644 140734754096320 140734754087408 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/7942/statm: 72503 7771 368 364 0 7726 0
[pid=7944] ppid=7942 vsize=384172 CPUtime=23.46 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) R 7942 7944 7944 0 -1 4202496 92070 0 0 0 2324 22 0 0 20 0 1 0 338608473 393392128 90598 33554432000 4194304 13684479 140734243455856 140734243452168 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7944/statm: 96043 90598 635 2317 0 93721 0
[pid=7936/tid=7943] ppid=7934 vsize=365792 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 2 0 338608473 374571008 9311 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 1039976

[startup+51.1003 s]
/proc/loadavg: 2.04 2.04 2.08 3/193 7968
/proc/meminfo: memFree=29281604/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=441584 CPUtime=1.17 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 14717 1007 1 0 102 15 0 0 20 0 3 0 338608273 452182016 9320 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 110396 9320 1905 364 0 45616 0
[pid=7942] ppid=7936 vsize=365792 CPUtime=0.06 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 1159 0 0 0 4 2 0 0 20 0 2 0 338608473 374571008 7806 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7942/statm: 91448 7806 396 364 0 26671 0
[pid=7944] ppid=7942 vsize=553356 CPUtime=48.59 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) T 7942 7944 7944 0 -1 4202496 134212 0 0 0 4818 41 0 0 20 0 1 0 338608473 566636544 132740 33554432000 4194304 13684479 140734243455856 140734243452168 4821554 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7944/statm: 138339 132740 639 2317 0 136017 0
[pid=7936/tid=7943] ppid=7934 vsize=441584 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 3 0 338608473 452182016 9320 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 1360732

[startup+102.308 s]
/proc/loadavg: 2.02 2.03 2.07 3/222 7998
/proc/meminfo: memFree=27284416/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=517376 CPUtime=1.2 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 15678 1007 1 0 105 15 0 0 20 0 4 0 338608273 529793024 9328 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 129344 9328 1907 364 0 64561 0
[pid=7942] ppid=7936 vsize=365792 CPUtime=0.06 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 1159 0 0 0 4 2 0 0 20 0 2 0 338608473 374571008 7806 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7942/statm: 91448 7806 396 364 0 26671 0
[pid=7944] ppid=7942 vsize=553356 CPUtime=48.59 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) T 7942 7944 7944 0 -1 4202496 134212 0 0 0 4818 41 0 0 20 0 1 0 338608473 566636544 132740 33554432000 4194304 13684479 140734243455856 140734243452168 4821554 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7944/statm: 138339 132740 639 2317 0 136017 0
[pid=7942/tid=7969] ppid=7936 vsize=365792 CPUtime=0 cores=0,2,4,6
/proc/7942/task/7969/stat : 7969 (python) S 7936 7936 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338613336 374571008 7806 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7970] ppid=7936 vsize=365804 CPUtime=0.06 cores=0,2,4,6
/proc/7970/stat : 7970 (python) S 7936 7936 2614 0 -1 4202560 1089 0 0 0 4 2 0 0 20 0 2 0 338613339 374583296 7793 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7970/statm: 91451 7793 383 364 0 26671 0
[pid=7972] ppid=7970 vsize=13140 CPUtime=47.1 cores=0,2,4,6
/proc/7972/stat : 7972 (clasp-1.3.7-x86) T 7970 7972 7972 0 -1 4202496 3583 0 0 0 4710 0 0 0 20 0 1 0 338613339 13455360 3038 33554432000 134512640 136139019 4287111440 4287110416 134882965 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7972/statm: 3285 3038 182 398 0 2885 0
[pid=7970/tid=7994] ppid=7936 vsize=365804 CPUtime=0 cores=0,2,4,6
/proc/7970/task/7994/stat : 7994 (python) S 7936 7936 2614 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338618052 374583296 7793 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7995] ppid=7936 vsize=441596 CPUtime=0 cores=0,2,4,6
/proc/7995/stat : 7995 (python) S 7936 7936 2614 0 -1 4202560 926 0 0 0 0 0 0 0 20 0 1 0 338618054 452194304 7773 33554432000 4194304 5683644 140734754096320 140734754087408 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/7995/statm: 110399 7773 358 364 0 45616 0
[pid=7997] ppid=7995 vsize=216916 CPUtime=4.48 cores=0,2,4,6
/proc/7997/stat : 7997 (scip-2.0.1.linu) R 7995 7997 7997 0 -1 4202496 51137 0 0 0 435 13 0 0 20 0 1 0 338618054 222121984 49667 33554432000 4194304 15243407 140735110288736 140735110284120 5110634 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7997/statm: 54229 49667 682 2698 0 51524 0
[pid=7936/tid=7943] ppid=7934 vsize=517376 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 4 0 338608473 529793024 9328 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7936/tid=7971] ppid=7934 vsize=517376 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7971/stat : 7971 (python) S 7934 7936 2614 0 -1 4202560 22 1007 0 0 0 0 0 0 20 0 4 0 338613339 529793024 9328 33554432000 4194304 5683644 140734754096320 139885764551216 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7936/tid=7996] ppid=7934 vsize=517376 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7996/stat : 7996 (python) S 7934 7936 2614 0 -1 4202560 21 1007 0 0 0 0 0 0 20 0 4 0 338618054 529793024 9328 33554432000 4194304 5683644 140734754096320 139885754061360 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 2473980

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 2.07 3/192 8069
/proc/meminfo: memFree=29648664/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=517376 CPUtime=1.22 cores=0,2,4,6

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

[pid=8102/tid=8116] ppid=8100 vsize=9624972 CPUtime=0.52 cores=0,2,4,6
/proc/8102/task/8116/stat : 8116 (java) S 8100 8102 8102 0 -1 4202560 3634 0 0 0 52 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334732487352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8102/tid=8117] ppid=8100 vsize=9624972 CPUtime=0.45 cores=0,2,4,6
/proc/8102/task/8117/stat : 8117 (java) S 8100 8102 8102 0 -1 4202560 2918 0 0 0 44 1 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334731434552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8118] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8118/stat : 8118 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334730382456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8119] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8119/stat : 8119 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334729329864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8120] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8120/stat : 8120 (java) S 8100 8102 8102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338636396 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334728274856 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7936/tid=7943] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 6 0 338608473 685015040 9852 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7936/tid=7971] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7971/stat : 7971 (python) S 7934 7936 2614 0 -1 4202560 28 1007 0 0 0 0 0 0 20 0 6 0 338613339 685015040 9852 33554432000 4194304 5683644 140734754096320 139885764551216 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7936/tid=7996] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7996/stat : 7996 (python) S 7934 7936 2614 0 -1 4202560 21 1007 0 0 0 0 0 0 20 0 6 0 338618054 685015040 9852 33554432000 4194304 5683644 140734754096320 139885754061360 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7936/tid=8071] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/8071/stat : 8071 (python) S 7934 7936 2614 0 -1 4202560 19 1007 0 0 0 0 0 0 20 0 6 0 338627443 685015040 9852 33554432000 4194304 5683644 140734754096320 139885541319216 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7936/tid=8101] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/8101/stat : 8101 (python) S 7934 7936 2614 0 -1 4202560 21 1007 0 0 0 0 0 0 20 0 6 0 338636334 685015040 9852 33554432000 4194304 5683644 140734754096320 139885530829360 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 284.31
Current children cumulated vsize (KiB) 23576884

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

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

[startup+281.501 s]
/proc/loadavg: 2.03 2.03 2.07 3/243 8120
/proc/meminfo: memFree=26932420/32873844 swapFree=7116/7116
[pid=7936] ppid=7934 vsize=668960 CPUtime=1.3 cores=0,2,4,6
/proc/7936/stat : 7936 (python) S 7934 7936 2614 0 -1 4202496 17701 1007 1 0 114 16 0 0 20 0 6 0 338608273 685015040 9852 33554432000 4194304 5683644 140734754096320 140734754091152 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7936/statm: 167240 9852 1911 364 0 102451 0
[pid=7942] ppid=7936 vsize=365792 CPUtime=0.06 cores=0,2,4,6
/proc/7942/stat : 7942 (python) S 7936 7936 2614 0 -1 4202560 1159 0 0 0 4 2 0 0 20 0 2 0 338608473 374571008 7806 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7942/statm: 91448 7806 396 364 0 26671 0
[pid=7944] ppid=7942 vsize=553356 CPUtime=48.59 cores=0,2,4,6
/proc/7944/stat : 7944 (scip-2.0.1.linu) T 7942 7944 7944 0 -1 4202496 134212 0 0 0 4818 41 0 0 20 0 1 0 338608473 566636544 133169 33554432000 4194304 13684479 140734243455856 140734243452168 4821554 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7944/statm: 138339 133169 639 2317 0 136017 0
[pid=7942/tid=7969] ppid=7936 vsize=365792 CPUtime=0 cores=0,2,4,6
/proc/7942/task/7969/stat : 7969 (python) S 7936 7936 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338613336 374571008 7806 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7970] ppid=7936 vsize=365804 CPUtime=0.15 cores=0,2,4,6
/proc/7970/stat : 7970 (python) S 7936 7936 2614 0 -1 4202560 1156 0 0 0 9 6 0 0 20 0 2 0 338613339 374583296 7793 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7970/statm: 91451 7793 383 364 0 26671 0
[pid=7972] ppid=7970 vsize=22796 CPUtime=92.23 cores=0,2,4,6
/proc/7972/stat : 7972 (clasp-1.3.7-x86) T 7970 7972 7972 0 -1 4202496 5993 0 0 0 9222 1 0 0 20 0 1 0 338613339 23343104 5448 33554432000 134512640 136139019 4287111440 4287110416 134883066 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7972/statm: 5699 5448 182 398 0 5299 0
[pid=7970/tid=7994] ppid=7936 vsize=365804 CPUtime=0 cores=0,2,4,6
/proc/7970/task/7994/stat : 7994 (python) S 7936 7936 2614 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338618052 374583296 7793 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7995] ppid=7936 vsize=441596 CPUtime=0.15 cores=0,2,4,6
/proc/7995/stat : 7995 (python) S 7936 7936 2614 0 -1 4202560 1149 0 0 0 9 6 0 0 20 0 2 0 338618054 452194304 7799 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7995/statm: 110399 7799 383 364 0 45616 0
[pid=7997] ppid=7995 vsize=798068 CPUtime=93.81 cores=0,2,4,6
/proc/7997/stat : 7997 (scip-2.0.1.linu) T 7995 7997 7997 0 -1 4202496 194943 0 0 0 9311 70 0 0 20 0 1 0 338618054 817221632 193473 33554432000 4194304 15243407 140735110288736 140735110285048 4519086 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7997/statm: 199517 193473 686 2698 0 196812 0
[pid=7995/tid=8024] ppid=7936 vsize=441596 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8024/stat : 8024 (python) S 7936 7936 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338622846 452194304 7799 33554432000 4194304 5683644 140734754096320 139885764551216 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8070] ppid=7936 vsize=517388 CPUtime=0.07 cores=0,2,4,6
/proc/8070/stat : 8070 (python) S 7936 7936 2614 0 -1 4202560 1137 0 0 0 4 3 0 0 20 0 2 0 338627443 529805312 7805 33554432000 4194304 5683644 140734754096320 140734754087968 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8070/statm: 129347 7805 383 364 0 64561 0
[pid=8072] ppid=8070 vsize=9624972 CPUtime=46.07 cores=0,2,4,6
/proc/8072/stat : 8072 (java) T 8070 8072 8072 0 -1 4202496 20133 0 1 0 4567 40 0 0 20 0 19 0 338627443 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140736186107440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8072/statm: 2406243 428948 2269 9 0 2396937 0
[pid=8072/tid=8073] ppid=8070 vsize=9624972 CPUtime=43.35 cores=0,2,4,6
/proc/8072/task/8073/stat : 8073 (java) T 8070 8072 8072 0 -1 4202560 3740 0 1 0 4309 26 0 0 20 0 19 0 338627444 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479086173360 140478935571909 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8074] ppid=8070 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/8072/task/8074/stat : 8074 (java) T 8070 8072 8072 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479058627624 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8072/tid=8075] ppid=8070 vsize=9624972 CPUtime=0.06 cores=0,2,4,6
/proc/8072/task/8075/stat : 8075 (java) T 8070 8072 8072 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479057574824 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8072/task/8076/stat : 8076 (java) T 8070 8072 8072 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479056522024 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8077] ppid=8070 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/8072/task/8077/stat : 8077 (java) T 8070 8072 8072 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479055469224 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/8072/task/8078/stat : 8078 (java) T 8070 8072 8072 0 -1 4202560 46 0 0 0 7 1 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479054416424 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8072/task/8079/stat : 8079 (java) T 8070 8072 8072 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140479053363624 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8072/task/8080/stat : 8080 (java) T 8070 8072 8072 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478923712808 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8072/task/8081/stat : 8081 (java) T 8070 8072 8072 0 -1 4202560 26 0 0 0 6 1 0 0 20 0 19 0 338627445 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478922660008 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8082/stat : 8082 (java) T 8070 8072 8072 0 -1 4202560 742 0 0 0 0 0 0 0 20 0 19 0 338627446 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478439713768 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8083/stat : 8083 (java) T 8070 8072 8072 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 338627446 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478438659832 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8084/stat : 8084 (java) T 8070 8072 8072 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338627446 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478437606920 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8085/stat : 8085 (java) T 8070 8072 8072 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338627449 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478436555408 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8086] ppid=8070 vsize=9624972 CPUtime=1.12 cores=0,2,4,6
/proc/8072/task/8086/stat : 8086 (java) T 8070 8072 8072 0 -1 4202560 9681 0 0 0 110 2 0 0 20 0 19 0 338627449 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478435502520 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8072/tid=8087] ppid=8070 vsize=9624972 CPUtime=0.72 cores=0,2,4,6
/proc/8072/task/8087/stat : 8087 (java) T 8070 8072 8072 0 -1 4202560 4271 0 0 0 72 0 0 0 20 0 19 0 338627449 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478434449720 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8088] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8088/stat : 8088 (java) T 8070 8072 8072 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338627449 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478433397112 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8089] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8089/stat : 8089 (java) T 8070 8072 8072 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338627449 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478432344520 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8072/tid=8090] ppid=8070 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8072/task/8090/stat : 8090 (java) T 8070 8072 8072 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338627506 9855971328 428948 33554432000 1073741824 1073778376 140736186116304 140478431291048 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8070/tid=8095] ppid=7936 vsize=517388 CPUtime=0 cores=0,2,4,6
/proc/8070/task/8095/stat : 8095 (python) S 7936 7936 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338631815 529805312 7805 33554432000 4194304 5683644 140734754096320 139885754061360 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8100] ppid=7936 vsize=593180 CPUtime=0 cores=0,2,4,6
/proc/8100/stat : 8100 (python) S 7936 7936 2614 0 -1 4202560 859 0 0 0 0 0 0 0 20 0 1 0 338636333 607416320 8270 33554432000 4194304 5683644 140734754096320 140734754087408 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8100/statm: 148295 8270 335 364 0 83506 0
[pid=8102] ppid=8100 vsize=9624972 CPUtime=1.88 cores=0,2,4,6
/proc/8102/stat : 8102 (java) S 8100 8102 8102 0 -1 4202496 10462 0 1 0 183 5 0 0 20 0 19 0 338636334 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140733584713616 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8102/statm: 2406243 34869 2250 9 0 2396937 0
[pid=8102/tid=8103] ppid=8100 vsize=9624972 CPUtime=0.87 cores=0,2,4,6
/proc/8102/task/8103/stat : 8103 (java) R 8100 8102 8102 0 -1 4202560 2483 0 1 0 84 3 0 0 20 0 19 0 338636335 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334912582136 140334785677120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8102/tid=8104] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8104/stat : 8104 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334756477224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8105] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8105/stat : 8105 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334755424424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8106] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8106/stat : 8106 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334754372136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8102/tid=8107] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8107/stat : 8107 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334753319336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8102/tid=8108] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8108/stat : 8108 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334752267048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8109] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8109/stat : 8109 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334751214248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8102/tid=8110] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8110/stat : 8110 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334750161960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8111] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8111/stat : 8111 (java) S 8100 8102 8102 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338636336 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334749109160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8112] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8112/stat : 8112 (java) S 8100 8102 8102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338636337 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334736697576 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8113] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8113/stat : 8113 (java) S 8100 8102 8102 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338636338 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334735643640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8114] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8114/stat : 8114 (java) S 8100 8102 8102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338636338 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334734591240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8115] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8115/stat : 8115 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334733539728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8102/tid=8116] ppid=8100 vsize=9624972 CPUtime=0.52 cores=0,2,4,6
/proc/8102/task/8116/stat : 8116 (java) S 8100 8102 8102 0 -1 4202560 3634 0 0 0 52 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334732487352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8102/tid=8117] ppid=8100 vsize=9624972 CPUtime=0.45 cores=0,2,4,6
/proc/8102/task/8117/stat : 8117 (java) S 8100 8102 8102 0 -1 4202560 2918 0 0 0 44 1 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334731434552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8118] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8118/stat : 8118 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334730382456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8119] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8119/stat : 8119 (java) S 8100 8102 8102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338636340 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334729329864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8102/tid=8120] ppid=8100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8102/task/8120/stat : 8120 (java) S 8100 8102 8102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338636396 9855971328 34869 33554432000 1073741824 1073778376 140733584722480 140334728274856 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7936/tid=7943] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7943/stat : 7943 (python) S 7934 7936 2614 0 -1 4202560 27 1007 0 0 0 0 0 0 20 0 6 0 338608473 685015040 9852 33554432000 4194304 5683644 140734754096320 139885775041072 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7936/tid=7971] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7971/stat : 7971 (python) S 7934 7936 2614 0 -1 4202560 28 1007 0 0 0 0 0 0 20 0 6 0 338613339 685015040 9852 33554432000 4194304 5683644 140734754096320 139885764551216 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7936/tid=7996] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/7996/stat : 7996 (python) S 7934 7936 2614 0 -1 4202560 21 1007 0 0 0 0 0 0 20 0 6 0 338618054 685015040 9852 33554432000 4194304 5683644 140734754096320 139885754061360 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7936/tid=8071] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/8071/stat : 8071 (python) S 7934 7936 2614 0 -1 4202560 19 1007 0 0 0 0 0 0 20 0 6 0 338627443 685015040 9852 33554432000 4194304 5683644 140734754096320 139885541319216 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7936/tid=8101] ppid=7934 vsize=668960 CPUtime=0 cores=0,2,4,6
/proc/7936/task/8101/stat : 8101 (python) S 7934 7936 2614 0 -1 4202560 21 1007 0 0 0 0 0 0 20 0 6 0 338636334 685015040 9852 33554432000 4194304 5683644 140734754096320 139885530829360 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 284.31
Current children cumulated vsize (KiB) 23576884

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 281.558
CPU time (s): 284.31
CPU user time (s): 282.41
CPU system time (s): 1.9
CPU usage (%): 100.977
Max. virtual memory (cumulated for all children) (KiB): 23576884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14882
system time used= 0.168974
maximum resident set size= 39408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18708
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2051
involuntary context switches= 12

runsolver used 1.14083 second user time and 2.20666 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 14:00:32
IDJOB=3742460
IDBENCH=90187
IDSOLVER=2327
FILE ID=node146/3742460-1338724832
RUNJOBID= node146-1338713700-2630
PBS_JOBID= 14636739
Free space on /tmp= 70808 MiB

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

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=885589581

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:        30071476 kB
Buffers:          289612 kB
Cached:           615484 kB
SwapCached:         1792 kB
Active:          1671212 kB
Inactive:         304180 kB
Active(anon):    1071508 kB
Inactive(anon):     1712 kB
Active(file):     599704 kB
Inactive(file):   302468 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            103868 kB
Writeback:            28 kB
AnonPages:       1076864 kB
Mapped:            21112 kB
Shmem:                48 kB
Slab:             682212 kB
SReclaimable:     120592 kB
SUnreclaim:       561620 kB
KernelStack:        1552 kB
PageTables:         8416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1384832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70708 MiB
End job on node146 at 2012-06-03 14:05:17