Trace number 3737796

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) 1687.49 1683.27

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.34
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.40/0.50	c INFO: solving HOME/instance-3737796-1338716484.opb
0.40/0.51	c INFO: wrote linearized instance to HOME/tmpitKw59.opb
0.40/0.53	c INFO: parsing took 0.01 s
0.40/0.55	c INFO: features took 0.02 CPU seconds
0.40/0.57	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.62)
47.63/47.72	c INFO: running scip-2.0.1-spx@0 for 45 with 1752 remaining (b = 0.20)
95.45/95.57	c INFO: running scip-2.0.1-clp@0 for 45 with 1705 remaining (b = 0.04)
144.49/144.54	c INFO: running clasp-1.3.7@47 for 45 with 1656 remaining (b = 0.01)
189.67/189.68	c INFO: running pbct-0.1.2-linear@0 for 45 with 1611 remaining (b = 0.09)
241.02/240.94	c INFO: wrote minion input file to HOME/tmpDVBQax.minion
241.02/240.94	c INFO: running minion-0.12@0 for 45 with 1562 remaining (b = 0.02)
288.25/288.13	c INFO: running scip-2.0.1-clp@48 for 45 with 1515 remaining (b = 0.01)
333.61/333.49	c INFO: running clasp-1.3.7@92 for 136 with 1470 remaining (b = 0.02)
471.19/470.86	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1332 remaining (b = 0.01)
521.01/518.68	c INFO: running scip-2.0.1-spx@46 for 45 with 1283 remaining (b = 0.01)
569.39/566.96	c INFO: running bsolo_pb10-l3@0 for 45 with 1235 remaining (b = 0.02)
616.62/614.18	c INFO: running scip-2.0.1-spx@94 for 410 with 1188 remaining (b = 0.06)
1031.97/1028.86	c INFO: running bsolo_pb10-l1@0 for 91 with 780 remaining (b = 0.01)
1127.51/1124.23	c INFO: running scip-2.0.1-spx@502 for 547 with 685 remaining (b = 0.05)
1687.29/1683.09	c INFO: running bsolo_pb10-l2@0 for 45 with 135 remaining (b = 0.00)

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-3737796-1338716484/watcher-3737796-1338716484 -o /tmp/evaluation-result-3737796-1338716484/solver-3737796-1338716484 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737796-1338716484.opb -seed 184419883 -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.00 2.16 2.29 3/196 4619
/proc/meminfo: memFree=23566956/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/4619/stat : 4619 (python) R 4617 4619 3621 0 -1 4202496 754 0 0 0 0 0 0 0 20 0 1 0 337773273 15749120 629 33554432000 4194304 5683644 140735900177344 140735900135800 213419639696 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/4619/statm: 3845 629 333 364 0 287 0

[startup+0.0925879 s]
/proc/loadavg: 2.00 2.16 2.29 3/196 4619
/proc/meminfo: memFree=23566956/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=92388 CPUtime=0.06 cores=0,2,4,6
/proc/4619/stat : 4619 (python) R 4617 4619 3621 0 -1 4202496 3220 504 1 0 5 1 0 0 20 0 1 0 337773273 94605312 2540 33554432000 4194304 5683644 140735900177344 140735900129816 5178100 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/4619/statm: 23097 2540 816 364 0 1619 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 92388

[startup+0.100326 s]
/proc/loadavg: 2.00 2.16 2.29 3/196 4619
/proc/meminfo: memFree=23566956/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=94452 CPUtime=0.08 cores=0,2,4,6
/proc/4619/stat : 4619 (python) R 4617 4619 3621 0 -1 4202496 3445 1010 1 0 6 2 0 0 20 0 1 0 337773273 96718848 2546 33554432000 4194304 5683644 140735900177344 140735900129816 5178114 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 23613 2546 820 364 0 1619 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 94452

[startup+0.300234 s]
/proc/loadavg: 2.00 2.16 2.29 3/196 4619
/proc/meminfo: memFree=23566956/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=166944 CPUtime=0.24 cores=0,2,4,6
/proc/4619/stat : 4619 (python) R 4617 4619 3621 0 -1 4202496 6577 1010 1 0 19 5 0 0 20 0 1 0 337773273 170950656 4368 33554432000 4194304 5683644 140735900177344 140735900081576 4297498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 41736 4368 1243 364 0 3289 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 166944

[startup+0.700136 s]
/proc/loadavg: 2.00 2.16 2.29 3/196 4619
/proc/meminfo: memFree=23566956/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=357556 CPUtime=0.48 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 11643 1394 1 0 39 9 0 0 20 0 2 0 337773273 366137344 7269 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 89389 7269 1902 364 0 24612 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 357556

[startup+1.50033 s]
/proc/loadavg: 2.00 2.16 2.29 3/200 4628
/proc/meminfo: memFree=23542132/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=357556 CPUtime=0.48 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 11643 1394 1 0 39 9 0 0 20 0 2 0 337773273 366137344 7269 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 89389 7269 1902 364 0 24612 0
[pid=4626] ppid=4619 vsize=281776 CPUtime=0 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 674 0 0 0 0 0 0 0 20 0 1 0 337773331 288538624 5665 33554432000 4194304 5683644 140735900177344 140735900168432 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 70444 5665 304 364 0 5667 0
[pid=4628] ppid=4626 vsize=2392 CPUtime=0.91 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) R 4626 4628 4628 0 -1 4202496 603 0 0 0 91 0 0 0 20 0 1 0 337773331 2449408 356 33554432000 134512640 136139019 4289973504 4289972336 134832169 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/4628/statm: 598 356 182 398 0 198 0
[pid=4619/tid=4627] ppid=4617 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 26 1394 0 0 0 0 0 0 20 0 2 0 337773331 366137344 7269 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 641724

[startup+3.10035 s]
/proc/loadavg: 2.00 2.16 2.29 3/200 4628
/proc/meminfo: memFree=23540396/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=357556 CPUtime=0.48 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 11643 1394 1 0 39 9 0 0 20 0 2 0 337773273 366137344 7269 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 89389 7269 1902 364 0 24612 0
[pid=4626] ppid=4619 vsize=281776 CPUtime=0 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 696 0 0 0 0 0 0 0 20 0 1 0 337773331 288538624 5668 33554432000 4194304 5683644 140735900177344 140735900168432 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 70444 5668 307 364 0 5667 0
[pid=4628] ppid=4626 vsize=2524 CPUtime=2.51 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) R 4626 4628 4628 0 -1 4202496 632 0 0 0 251 0 0 0 20 0 1 0 337773331 2584576 385 33554432000 134512640 136139019 4289973504 4289972368 134608184 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/4628/statm: 631 385 182 398 0 231 0
[pid=4619/tid=4627] ppid=4617 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 26 1394 0 0 0 0 0 0 20 0 2 0 337773331 366137344 7269 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 641856

[startup+6.30032 s]
/proc/loadavg: 2.00 2.15 2.29 3/200 4628
/proc/meminfo: memFree=23543396/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=357556 CPUtime=0.48 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 11643 1394 1 0 39 9 0 0 20 0 2 0 337773273 366137344 7269 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 89389 7269 1902 364 0 24612 0
[pid=4626] ppid=4619 vsize=281776 CPUtime=0 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 843 0 0 0 0 0 0 0 20 0 1 0 337773331 288538624 5690 33554432000 4194304 5683644 140735900177344 140735900168432 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 70444 5690 329 364 0 5667 0
[pid=4628] ppid=4626 vsize=2656 CPUtime=5.71 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) R 4626 4628 4628 0 -1 4202496 652 0 0 0 571 0 0 0 20 0 1 0 337773331 2719744 405 33554432000 134512640 136139019 4289973504 4289972256 134871294 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0
/proc/4628/statm: 664 405 182 398 0 264 0
[pid=4619/tid=4627] ppid=4617 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 26 1394 0 0 0 0 0 0 20 0 2 0 337773331 366137344 7269 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 641988

[startup+12.7003 s]
/proc/loadavg: 2.00 2.15 2.29 3/200 4628
/proc/meminfo: memFree=23542568/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=357556 CPUtime=0.48 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 11643 1394 1 0 39 9 0 0 20 0 2 0 337773273 366137344 7269 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 89389 7269 1902 364 0 24612 0
[pid=4626] ppid=4619 vsize=281776 CPUtime=0.01 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 852 0 0 0 1 0 0 0 20 0 1 0 337773331 288538624 5691 33554432000 4194304 5683644 140735900177344 140735900168432 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 70444 5691 330 364 0 5667 0
[pid=4628] ppid=4626 vsize=2848 CPUtime=12.11 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) R 4626 4628 4628 0 -1 4202496 703 0 0 0 1211 0 0 0 20 0 1 0 337773331 2916352 456 33554432000 134512640 136139019 4289973504 4289972480 134634773 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0
/proc/4628/statm: 712 456 182 398 0 312 0
[pid=4619/tid=4627] ppid=4617 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 26 1394 0 0 0 0 0 0 20 0 2 0 337773331 366137344 7269 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 642180

[startup+25.5003 s]
/proc/loadavg: 2.00 2.14 2.28 3/200 4628
/proc/meminfo: memFree=23543096/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=357556 CPUtime=0.48 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 11643 1394 1 0 39 9 0 0 20 0 2 0 337773273 366137344 7269 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 89389 7269 1902 364 0 24612 0
[pid=4626] ppid=4619 vsize=281776 CPUtime=0.03 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 860 0 0 0 2 1 0 0 20 0 1 0 337773331 288538624 5691 33554432000 4194304 5683644 140735900177344 140735900168432 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 70444 5691 330 364 0 5667 0
[pid=4628] ppid=4626 vsize=2964 CPUtime=24.91 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) R 4626 4628 4628 0 -1 4202496 727 0 0 0 2491 0 0 0 20 0 1 0 337773331 3035136 480 33554432000 134512640 136139019 4289973504 4289972416 134640605 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0
/proc/4628/statm: 741 480 182 398 0 341 0
[pid=4619/tid=4627] ppid=4617 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 26 1394 0 0 0 0 0 0 20 0 2 0 337773331 366137344 7269 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 642296

[startup+51.1004 s]
/proc/loadavg: 2.00 2.13 2.27 3/204 4632
/proc/meminfo: memFree=23502468/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=433812 CPUtime=0.5 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 12549 1394 1 0 41 9 0 0 20 0 3 0 337773273 444223488 7393 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 108453 7393 1905 364 0 43673 0
[pid=4626] ppid=4619 vsize=357556 CPUtime=0.06 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 1143 0 0 0 4 2 0 0 20 0 2 0 337773331 366137344 5764 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 89389 5764 396 364 0 24612 0
[pid=4628] ppid=4626 vsize=3204 CPUtime=47.09 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) T 4626 4628 4628 0 -1 4202496 785 0 0 0 4709 0 0 0 20 0 1 0 337773331 3280896 538 33554432000 134512640 136139019 4289973504 4289972480 134634856 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4628/statm: 801 538 182 398 0 401 0
[pid=4626/tid=4629] ppid=4619 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4626/task/4629/stat : 4629 (python) S 4619 4619 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337778043 366137344 5764 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4630] ppid=4619 vsize=358032 CPUtime=0 cores=0,2,4,6
/proc/4630/stat : 4630 (python) S 4619 4619 3621 0 -1 4202560 757 0 0 0 0 0 0 0 20 0 1 0 337778046 366624768 5790 33554432000 4194304 5683644 140735900177344 140735900168432 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/4630/statm: 89508 5790 308 364 0 24728 0
[pid=4632] ppid=4630 vsize=51028 CPUtime=3.35 cores=0,2,4,6
/proc/4632/stat : 4632 (scip-2.0.1.linu) R 4630 4632 4632 0 -1 4202496 13160 0 0 0 324 11 0 0 20 0 1 0 337778046 52252672 10302 33554432000 4194304 13684479 140735645310112 140735645301272 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/4632/statm: 12757 10302 840 2317 0 10435 0
[pid=4619/tid=4627] ppid=4617 vsize=433812 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 26 1394 0 0 0 0 0 0 20 0 3 0 337773331 444223488 7393 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=4631] ppid=4617 vsize=433812 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4631/stat : 4631 (python) S 4617 4619 3621 0 -1 4202560 21 1394 0 0 0 0 0 0 20 0 3 0 337778046 444223488 7393 33554432000 4194304 5683644 140735900177344 139818893902384 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1203632

[startup+102.3 s]
/proc/loadavg: 2.00 2.11 2.26 3/208 4636
/proc/meminfo: memFree=23462548/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=509272 CPUtime=0.53 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 13436 1394 1 0 43 10 0 0 20 0 4 0 337773273 521494528 7319 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4619/statm: 127318 7319 1907 364 0 62535 0
[pid=4626] ppid=4619 vsize=357556 CPUtime=0.06 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 1143 0 0 0 4 2 0 0 20 0 2 0 337773331 366137344 5764 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 89389 5764 396 364 0 24612 0
[pid=4628] ppid=4626 vsize=3204 CPUtime=47.09 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) T 4626 4628 4628 0 -1 4202496 785 0 0 0 4709 0 0 0 20 0 1 0 337773331 3280896 538 33554432000 134512640 136139019 4289973504 4289972480 134634856 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4628/statm: 801 538 182 398 0 401 0
[pid=4626/tid=4629] ppid=4619 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4626/task/4629/stat : 4629 (python) S 4619 4619 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337778043 366137344 5764 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4630] ppid=4619 vsize=358032 CPUtime=0.06 cores=0,2,4,6
/proc/4630/stat : 4630 (python) S 4619 4619 3621 0 -1 4202560 1084 0 0 0 4 2 0 0 20 0 2 0 337778046 366624768 5862 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4630/statm: 89508 5862 379 364 0 24728 0
[pid=4632] ppid=4630 vsize=51028 CPUtime=47.79 cores=0,2,4,6
/proc/4632/stat : 4632 (scip-2.0.1.linu) T 4630 4632 4632 0 -1 4202496 13213 0 0 0 4699 80 0 0 20 0 1 0 337778046 52252672 10355 33554432000 4194304 13684479 140735645310112 140735645304264 11876362 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4632/statm: 12757 10355 842 2317 0 10435 0
[pid=4630/tid=4633] ppid=4619 vsize=358032 CPUtime=0 cores=0,2,4,6
/proc/4630/task/4633/stat : 4633 (python) S 4619 4619 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 337782829 366624768 5862 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4634] ppid=4619 vsize=433492 CPUtime=0 cores=0,2,4,6
/proc/4634/stat : 4634 (python) S 4619 4619 3621 0 -1 4202560 886 0 0 0 0 0 0 0 20 0 1 0 337782831 443895808 5736 33554432000 4194304 5683644 140735900177344 140735900168432 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0

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

[pid=4619/tid=4631] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4631/stat : 4631 (python) S 4617 4619 3621 0 -1 4202560 37 1394 0 0 0 0 0 0 20 0 10 0 337778046 987996160 8062 33554432000 4194304 5683644 140735900177344 139818893902384 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=4635] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4635/stat : 4635 (python) S 4617 4619 3621 0 -1 4202560 25 1394 0 0 0 0 0 0 20 0 10 0 337782831 987996160 8062 33554432000 4194304 5683644 140735900177344 139818883412528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4619/tid=4639] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4639/stat : 4639 (python) S 4617 4619 3621 0 -1 4202560 23 1394 0 0 0 0 0 0 20 0 10 0 337792242 987996160 8062 33554432000 4194304 5683644 140735900177344 139818872922672 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4619/tid=4643] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4643/stat : 4643 (python) S 4617 4619 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337797368 987996160 8062 33554432000 4194304 5683644 140735900177344 139818862432816 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4619/tid=5004] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5004/stat : 5004 (python) S 4617 4619 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337820360 987996160 8062 33554432000 4194304 5683644 140735900177344 139818851942960 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4619/tid=5033] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5033/stat : 5033 (python) S 4617 4619 3621 0 -1 4202560 21 1394 0 0 0 0 0 0 20 0 10 0 337829970 987996160 8062 33554432000 4194304 5683644 140735900177344 139818499564080 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=5070] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5070/stat : 5070 (python) S 4617 4619 3621 0 -1 4202560 23 1394 0 0 0 0 0 0 20 0 10 0 337876160 987996160 8062 33554432000 4194304 5683644 140735900177344 139818489074224 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=5105] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5105/stat : 5105 (python) S 4617 4619 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337941583 987996160 8062 33554432000 4194304 5683644 140735900177344 139818478584368 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1687.49
Current children cumulated vsize (KiB) 16267380

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

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

[startup+1683.2 s]
/proc/loadavg: 2.02 2.05 2.07 3/280 5106
/proc/meminfo: memFree=22923180/32873844 swapFree=6608/6608
[pid=4619] ppid=4617 vsize=964840 CPUtime=0.87 cores=0,2,4,6
/proc/4619/stat : 4619 (python) S 4617 4619 3621 0 -1 4202496 19351 1394 1 0 75 12 0 0 20 0 10 0 337773273 987996160 8062 33554432000 4194304 5683644 140735900177344 140735900172176 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4619/statm: 241210 8062 1919 364 0 176409 0
[pid=4626] ppid=4619 vsize=357556 CPUtime=0.35 cores=0,2,4,6
/proc/4626/stat : 4626 (python) S 4619 4619 3621 0 -1 4202560 1212 0 0 0 22 13 0 0 20 0 2 0 337773331 366137344 5765 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4626/statm: 89389 5765 397 364 0 24612 0
[pid=4628] ppid=4626 vsize=3644 CPUtime=229.51 cores=0,2,4,6
/proc/4628/stat : 4628 (clasp-1.3.7-x86) T 4626 4628 4628 0 -1 4202496 918 0 0 0 22951 0 0 0 20 0 1 0 337773331 3731456 671 33554432000 134512640 136139019 4289973504 4289972416 134640605 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4628/statm: 911 671 182 398 0 511 0
[pid=4626/tid=4629] ppid=4619 vsize=357556 CPUtime=0 cores=0,2,4,6
/proc/4626/task/4629/stat : 4629 (python) S 4619 4619 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337778043 366137344 5765 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4630] ppid=4619 vsize=358300 CPUtime=2 cores=0,2,4,6
/proc/4630/stat : 4630 (python) S 4619 4619 3621 0 -1 4202560 1347 0 0 0 120 80 0 0 20 0 2 0 337778046 366899200 5926 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4630/statm: 89575 5926 381 364 0 24795 0
[pid=4632] ppid=4630 vsize=60396 CPUtime=1069.35 cores=0,2,4,6
/proc/4632/stat : 4632 (scip-2.0.1.linu) T 4630 4632 4632 0 -1 4202496 15552 0 0 0 105260 1675 0 0 20 0 1 0 337778046 61845504 13218 33554432000 4194304 13684479 140735645310112 140735645303944 11876362 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4632/statm: 15099 13218 842 2317 0 12777 0
[pid=4630/tid=4633] ppid=4619 vsize=358300 CPUtime=0 cores=0,2,4,6
/proc/4630/task/4633/stat : 4633 (python) S 4619 4619 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 337782829 366899200 5926 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4634] ppid=4619 vsize=433492 CPUtime=0.15 cores=0,2,4,6
/proc/4634/stat : 4634 (python) S 4619 4619 3621 0 -1 4202560 1137 0 0 0 9 6 0 0 20 0 2 0 337782831 443895808 5786 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4634/statm: 108373 5786 379 364 0 43590 0
[pid=4636] ppid=4634 vsize=43468 CPUtime=94.24 cores=0,2,4,6
/proc/4636/stat : 4636 (scip-2.0.1.linu) T 4634 4636 4636 0 -1 4202496 16388 0 0 0 9361 63 0 0 20 0 1 0 337782832 44511232 8404 33554432000 4194304 15243407 140735594580496 140735594576296 8056792 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4636/statm: 10867 8404 966 2698 0 8162 0
[pid=4634/tid=4637] ppid=4619 vsize=433492 CPUtime=0 cores=0,2,4,6
/proc/4634/task/4637/stat : 4637 (python) S 4619 4619 3621 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337787725 443895808 5786 33554432000 4194304 5683644 140735900177344 139818893902384 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4638] ppid=4619 vsize=509788 CPUtime=0.08 cores=0,2,4,6
/proc/4638/stat : 4638 (python) S 4619 4619 3621 0 -1 4202560 1106 0 0 0 4 4 0 0 20 0 2 0 337792242 522022912 5903 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/4638/statm: 127447 5903 379 364 0 62661 0
[pid=4640] ppid=4638 vsize=27568 CPUtime=51.12 cores=0,2,4,6
/proc/4640/stat : 4640 (pbct-0.1.2-linu) T 4638 4640 4640 0 -1 4202496 6690 0 0 0 4932 180 0 0 20 0 1 0 337792243 28229632 6421 33554432000 134512640 136422188 4286594448 4286592172 135874785 0 0 16781312 16387 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4640/statm: 6892 6421 213 467 0 6423 0
[pid=4638/tid=4641] ppid=4619 vsize=509788 CPUtime=0 cores=0,2,4,6
/proc/4638/task/4641/stat : 4641 (python) S 4619 4619 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337797357 522022912 5903 33554432000 4194304 5683644 140735900177344 139818883412528 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4642] ppid=4619 vsize=585580 CPUtime=0.06 cores=0,2,4,6
/proc/4642/stat : 4642 (python) S 4619 4619 3621 0 -1 4202560 1103 0 0 0 3 3 0 0 20 0 2 0 337797368 599633920 5928 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4642/statm: 146395 5928 379 364 0 81606 0
[pid=4644] ppid=4642 vsize=64692 CPUtime=47.14 cores=0,2,4,6
/proc/4644/stat : 4644 (minion) T 4642 4644 4644 0 -1 4202496 2028 0 0 0 4714 0 0 0 20 0 1 0 337797368 66244608 8919 33554432000 134512640 165565024 4294539920 4294537120 134641166 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4644/statm: 16173 8919 358 7582 0 8588 0
[pid=4642/tid=4805] ppid=4619 vsize=585580 CPUtime=0 cores=0,2,4,6
/proc/4642/task/4805/stat : 4805 (python) S 4619 4619 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 337802084 599633920 5928 33554432000 4194304 5683644 140735900177344 139818872922672 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5003] ppid=4619 vsize=661540 CPUtime=0.08 cores=0,2,4,6
/proc/5003/stat : 5003 (python) S 4619 4619 3621 0 -1 4202560 1141 0 0 0 5 3 0 0 20 0 2 0 337820360 677416960 5956 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5003/statm: 165385 5956 379 364 0 100593 0
[pid=5005] ppid=5003 vsize=9624972 CPUtime=49.73 cores=0,2,4,6
/proc/5005/stat : 5005 (java) T 5003 5005 5005 0 -1 4202496 19159 0 1 0 4933 40 0 0 20 0 19 0 337820360 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140736239351504 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5005/statm: 2406243 424722 2271 9 0 2396937 0
[pid=5005/tid=5006] ppid=5003 vsize=9624972 CPUtime=47.3 cores=0,2,4,6
/proc/5005/task/5006/stat : 5006 (java) T 5003 5005 5005 0 -1 4202560 3336 0 1 0 4704 26 0 0 20 0 19 0 337820362 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197659344144 140197599738399 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5007] ppid=5003 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/5005/task/5007/stat : 5007 (java) T 5003 5005 5005 0 -1 4202560 31 0 0 0 8 1 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197502859688 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5008] ppid=5003 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/5005/task/5008/stat : 5008 (java) T 5003 5005 5005 0 -1 4202560 142 0 0 0 8 2 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197501807144 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5009] ppid=5003 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/5005/task/5009/stat : 5009 (java) T 5003 5005 5005 0 -1 4202560 134 0 0 0 7 1 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197500754088 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5005/tid=5010] ppid=5003 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/5005/task/5010/stat : 5010 (java) T 5003 5005 5005 0 -1 4202560 41 0 0 0 8 0 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197499701544 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5011] ppid=5003 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/5005/task/5011/stat : 5011 (java) T 5003 5005 5005 0 -1 4202560 139 0 0 0 7 1 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197498649512 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5005/tid=5012] ppid=5003 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/5005/task/5012/stat : 5012 (java) T 5003 5005 5005 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197497596968 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5013] ppid=5003 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/5005/task/5013/stat : 5013 (java) T 5003 5005 5005 0 -1 4202560 151 0 0 0 7 0 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197496543912 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5005/tid=5014] ppid=5003 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/5005/task/5014/stat : 5014 (java) T 5003 5005 5005 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 19 0 337820363 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197495491368 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5015] ppid=5003 vsize=9624972 CPUtime=0.06 cores=0,2,4,6
/proc/5005/task/5015/stat : 5015 (java) T 5003 5005 5005 0 -1 4202560 758 0 0 0 6 0 0 0 20 0 19 0 337820364 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197483293032 213423011753 0 0 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5005/tid=5016] ppid=5003 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5005/task/5016/stat : 5016 (java) T 5003 5005 5005 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337820365 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197482239352 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5017] ppid=5003 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5005/task/5017/stat : 5017 (java) T 5003 5005 5005 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 337820365 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197481186184 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5018] ppid=5003 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5005/task/5018/stat : 5018 (java) T 5003 5005 5005 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337820367 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197480134928 213423019808 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5019] ppid=5003 vsize=9624972 CPUtime=0.76 cores=0,2,4,6
/proc/5005/task/5019/stat : 5019 (java) T 5003 5005 5005 0 -1 4202560 6776 0 0 0 74 2 0 0 20 0 19 0 337820367 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197479082808 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5020] ppid=5003 vsize=9624972 CPUtime=0.66 cores=0,2,4,6
/proc/5005/task/5020/stat : 5020 (java) T 5003 5005 5005 0 -1 4202560 6186 0 0 0 64 2 0 0 20 0 19 0 337820367 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197478030264 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=5005/tid=5021] ppid=5003 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5005/task/5021/stat : 5021 (java) T 5003 5005 5005 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337820367 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197476977400 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5022] ppid=5003 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5005/task/5022/stat : 5022 (java) T 5003 5005 5005 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337820367 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197475925064 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5005/tid=5023] ppid=5003 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/5005/task/5023/stat : 5023 (java) T 5003 5005 5005 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337820383 9855971328 424722 33554432000 1073741824 1073778376 140736239360368 140197474870312 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=5003/tid=5028] ppid=4619 vsize=661540 CPUtime=0 cores=0,2,4,6
/proc/5003/task/5028/stat : 5028 (python) S 4619 4619 3621 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337825140 677416960 5956 33554432000 4194304 5683644 140735900177344 139818862432816 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5032] ppid=4619 vsize=737268 CPUtime=0.08 cores=0,2,4,6
/proc/5032/stat : 5032 (python) S 4619 4619 3621 0 -1 4202560 1161 0 0 0 5 3 0 0 20 0 2 0 337829970 754962432 5945 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5032/statm: 184317 5945 379 364 0 119522 0
[pid=5034] ppid=5032 vsize=55504 CPUtime=47.15 cores=0,2,4,6
/proc/5034/stat : 5034 (bsolo_pb10) T 5032 5034 5034 0 -1 4202496 11725 0 0 0 4710 5 0 0 20 0 1 0 337829970 56836096 11447 33554432000 134512640 137138936 4287927344 4287926384 134540747 0 0 16781312 16384 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/5034/statm: 13876 11447 192 642 0 13232 0
[pid=5032/tid=5040] ppid=4619 vsize=737268 CPUtime=0 cores=0,2,4,6
/proc/5032/task/5040/stat : 5040 (python) S 4619 4619 3621 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337834690 754962432 5945 33554432000 4194304 5683644 140735900177344 139818851942960 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5069] ppid=4619 vsize=813060 CPUtime=0.17 cores=0,2,4,6
/proc/5069/stat : 5069 (python) S 4619 4619 3621 0 -1 4202560 1228 0 0 0 10 7 0 0 20 0 2 0 337876160 832573440 6488 33554432000 4194304 5683644 140735900177344 140735900168992 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5069/statm: 203265 6488 385 364 0 138467 0
[pid=5071] ppid=5069 vsize=65336 CPUtime=95.31 cores=0,2,4,6
/proc/5071/stat : 5071 (bsolo_pb10) T 5069 5071 5071 0 -1 4202496 14352 0 0 0 9517 14 0 0 20 0 1 0 337876161 66904064 13903 33554432000 134512640 137138936 4293784416 4293783344 134542330 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/5071/statm: 16334 13903 190 642 0 15690 0
[pid=5069/tid=5075] ppid=4619 vsize=813060 CPUtime=0 cores=0,2,4,6
/proc/5069/task/5075/stat : 5075 (python) S 4619 4619 3621 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 2 0 337885695 832573440 6488 33554432000 4194304 5683644 140735900177344 139818499564080 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5104] ppid=4619 vsize=889060 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (python) S 4619 4619 3621 0 -1 4202560 851 0 0 0 0 0 0 0 20 0 1 0 337941583 910397440 6452 33554432000 4194304 5683644 140735900177344 140735900168432 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/5104/statm: 222265 6452 315 364 0 157464 0
[pid=5106] ppid=5104 vsize=11316 CPUtime=0.1 cores=0,2,4,6
/proc/5106/stat : 5106 (bsolo_pb10) R 5104 5106 5106 0 -1 4202496 679 0 0 0 10 0 0 0 20 0 1 0 337941584 11587584 397 33554432000 134512640 137138936 4294824448 4294822728 136506715 0 0 16781312 16384 0 0 0 17 4 0 0 0 0 0
/proc/5106/statm: 2829 397 192 642 0 2185 0
[pid=4619/tid=4627] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4627/stat : 4627 (python) S 4617 4619 3621 0 -1 4202560 35 1394 0 0 0 0 0 0 20 0 10 0 337773331 987996160 8062 33554432000 4194304 5683644 140735900177344 139818904392240 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=4631] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4631/stat : 4631 (python) S 4617 4619 3621 0 -1 4202560 37 1394 0 0 0 0 0 0 20 0 10 0 337778046 987996160 8062 33554432000 4194304 5683644 140735900177344 139818893902384 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=4635] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4635/stat : 4635 (python) S 4617 4619 3621 0 -1 4202560 25 1394 0 0 0 0 0 0 20 0 10 0 337782831 987996160 8062 33554432000 4194304 5683644 140735900177344 139818883412528 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4619/tid=4639] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4639/stat : 4639 (python) S 4617 4619 3621 0 -1 4202560 23 1394 0 0 0 0 0 0 20 0 10 0 337792242 987996160 8062 33554432000 4194304 5683644 140735900177344 139818872922672 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4619/tid=4643] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/4643/stat : 4643 (python) S 4617 4619 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337797368 987996160 8062 33554432000 4194304 5683644 140735900177344 139818862432816 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4619/tid=5004] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5004/stat : 5004 (python) S 4617 4619 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337820360 987996160 8062 33554432000 4194304 5683644 140735900177344 139818851942960 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4619/tid=5033] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5033/stat : 5033 (python) S 4617 4619 3621 0 -1 4202560 21 1394 0 0 0 0 0 0 20 0 10 0 337829970 987996160 8062 33554432000 4194304 5683644 140735900177344 139818499564080 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=5070] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5070/stat : 5070 (python) S 4617 4619 3621 0 -1 4202560 23 1394 0 0 0 0 0 0 20 0 10 0 337876160 987996160 8062 33554432000 4194304 5683644 140735900177344 139818489074224 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4619/tid=5105] ppid=4617 vsize=964840 CPUtime=0 cores=0,2,4,6
/proc/4619/task/5105/stat : 5105 (python) S 4617 4619 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337941583 987996160 8062 33554432000 4194304 5683644 140735900177344 139818478584368 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1687.49
Current children cumulated vsize (KiB) 16267380

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1683.27
CPU time (s): 1687.49
CPU user time (s): 1666.41
CPU system time (s): 21.08
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 16267380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.766883
system time used= 0.12898
maximum resident set size= 32248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20745
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1659
involuntary context switches= 41

runsolver used 8.98163 second user time and 21.3428 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 11:41:24
IDJOB=3737796
IDBENCH=48318
IDSOLVER=2327
FILE ID=node140/3737796-1338716484
RUNJOBID= node140-1338713222-3637
PBS_JOBID= 14636725
Free space on /tmp= 70508 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_1_15.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-3737796-1338716484/watcher-3737796-1338716484 -o /tmp/evaluation-result-3737796-1338716484/solver-3737796-1338716484 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737796-1338716484.opb -seed 184419883 -budget 1800

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=184419883

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23567360 kB
Buffers:          446308 kB
Cached:          4576340 kB
SwapCached:         1664 kB
Active:          4972080 kB
Inactive:        3407908 kB
Active(anon):    3350136 kB
Inactive(anon):     9476 kB
Active(file):    1621944 kB
Inactive(file):  3398432 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:            101924 kB
Writeback:             8 kB
AnonPages:       3366428 kB
Mapped:            25080 kB
Shmem:                80 kB
Slab:             771604 kB
SReclaimable:     212084 kB
SUnreclaim:       559520 kB
KernelStack:        1600 kB
PageTables:        15244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4649440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1986560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70424 MiB
End job on node140 at 2012-06-03 12:09:30