Trace number 3737900

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.56 1683.07

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
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 benchmark1561.61
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)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.38/0.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/0.53	c INFO: solving HOME/instance-3737900-1338716820.opb
0.38/0.54	c INFO: wrote linearized instance to HOME/tmpgTuAPq.opb
0.38/0.55	c INFO: parsing took 0.01 s
0.38/0.57	c INFO: features took 0.02 CPU seconds
0.38/0.59	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.63)
47.62/47.74	c INFO: running scip-2.0.1-spx@0 for 45 with 1752 remaining (b = 0.20)
94.86/94.91	c INFO: running scip-2.0.1-clp@0 for 45 with 1706 remaining (b = 0.04)
143.39/143.43	c INFO: running clasp-1.3.7@47 for 45 with 1657 remaining (b = 0.01)
188.56/188.57	c INFO: running pbct-0.1.2-linear@0 for 45 with 1612 remaining (b = 0.10)
239.94/239.84	c INFO: wrote minion input file to HOME/tmpekdG6d.minion
239.94/239.84	c INFO: running minion-0.12@0 for 45 with 1563 remaining (b = 0.02)
287.17/287.03	c INFO: running scip-2.0.1-clp@48 for 45 with 1516 remaining (b = 0.01)
334.33/334.13	c INFO: running clasp-1.3.7@92 for 136 with 1469 remaining (b = 0.02)
471.92/471.51	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1332 remaining (b = 0.01)
518.10/515.69	c INFO: running scip-2.0.1-spx@46 for 45 with 1286 remaining (b = 0.01)
566.78/564.29	c INFO: running bsolo_pb10-l3@0 for 45 with 1238 remaining (b = 0.02)
614.14/611.53	c INFO: running scip-2.0.1-spx@94 for 410 with 1191 remaining (b = 0.06)
1029.96/1026.69	c INFO: running bsolo_pb10-l1@0 for 91 with 782 remaining (b = 0.01)
1125.51/1122.08	c INFO: running scip-2.0.1-spx@502 for 547 with 687 remaining (b = 0.05)
1686.35/1681.90	c INFO: running bsolo_pb10-l2@0 for 45 with 136 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-3737900-1338716820/watcher-3737900-1338716820 -o /tmp/evaluation-result-3737900-1338716820/solver-3737900-1338716820 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737900-1338716820.opb -seed 1683565653 -budget 1800 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.06 2.20 3/196 4985
/proc/meminfo: memFree=26768816/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/4985/stat : 4985 (python) R 4983 4985 3621 0 -1 4202496 740 0 0 0 0 0 0 0 20 0 1 0 337806957 15749120 617 33554432000 4194304 5683644 140736287462592 140736287416808 213419639696 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 3845 617 331 364 0 287 0

[startup+0.0248861 s]
/proc/loadavg: 2.07 2.06 2.20 3/196 4985
/proc/meminfo: memFree=26768816/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=16596 CPUtime=0.01 cores=1,3,5,7
/proc/4985/stat : 4985 (python) D 4983 4985 3621 0 -1 4202496 1151 0 0 0 1 0 0 0 20 0 1 0 337806957 16994304 962 33554432000 4194304 5683644 140736287462592 140736287445960 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 4149 962 394 364 0 591 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16596

[startup+0.101165 s]
/proc/loadavg: 2.07 2.06 2.20 3/196 4985
/proc/meminfo: memFree=26768816/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=92396 CPUtime=0.06 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 3069 0 1 0 4 2 0 0 20 0 1 0 337806957 94613504 2527 33554432000 4194304 5683644 140736287462592 140736287415064 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 23099 2527 816 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 92396

[startup+0.300221 s]
/proc/loadavg: 2.07 2.06 2.20 3/196 4985
/proc/meminfo: memFree=26768816/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=166948 CPUtime=0.22 cores=1,3,5,7
/proc/4985/stat : 4985 (python) R 4983 4985 3621 0 -1 4202496 6560 1009 1 0 16 6 0 0 20 0 1 0 337806957 170954752 4351 33554432000 4194304 5683644 140736287462592 140736287366824 140674066324972 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 41737 4351 1227 364 0 3290 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 166948

[startup+0.700197 s]
/proc/loadavg: 2.07 2.06 2.20 3/196 4985
/proc/meminfo: memFree=26768816/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=357544 CPUtime=0.48 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 11649 1394 1 0 37 11 0 0 20 0 2 0 337806957 366125056 7266 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 89386 7266 1894 364 0 24609 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 357544

[startup+1.50029 s]
/proc/loadavg: 2.06 2.06 2.19 3/200 4994
/proc/meminfo: memFree=26744100/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=357544 CPUtime=0.48 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 11649 1394 1 0 37 11 0 0 20 0 2 0 337806957 366125056 7266 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 89386 7266 1894 364 0 24609 0
[pid=4992] ppid=4985 vsize=281764 CPUtime=0 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 676 0 0 0 0 0 0 0 20 0 1 0 337807017 288526336 5670 33554432000 4194304 5683644 140736287462592 140736287453680 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 5 0 0 0 0 0
/proc/4992/statm: 70441 5670 304 364 0 5664 0
[pid=4994] ppid=4992 vsize=2508 CPUtime=0.89 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) R 4992 4994 4994 0 -1 4202496 606 0 0 0 89 0 0 0 20 0 1 0 337807017 2568192 358 33554432000 134512640 136139019 4292311072 4292309936 134875839 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 627 358 182 398 0 227 0
[pid=4985/tid=4993] ppid=4983 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 27 1394 0 0 0 0 0 0 20 0 2 0 337807017 366125056 7266 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 641816

[startup+3.10028 s]
/proc/loadavg: 2.06 2.06 2.19 3/200 4994
/proc/meminfo: memFree=26739628/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=357544 CPUtime=0.48 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 11649 1394 1 0 37 11 0 0 20 0 2 0 337806957 366125056 7266 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 89386 7266 1894 364 0 24609 0
[pid=4992] ppid=4985 vsize=281764 CPUtime=0 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 699 0 0 0 0 0 0 0 20 0 1 0 337807017 288526336 5673 33554432000 4194304 5683644 140736287462592 140736287453680 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 70441 5673 307 364 0 5664 0
[pid=4994] ppid=4992 vsize=2508 CPUtime=2.49 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) R 4992 4994 4994 0 -1 4202496 625 0 0 0 249 0 0 0 20 0 1 0 337807017 2568192 377 33554432000 134512640 136139019 4292311072 4292309792 134875040 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 627 377 182 398 0 227 0
[pid=4985/tid=4993] ppid=4983 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 27 1394 0 0 0 0 0 0 20 0 2 0 337807017 366125056 7266 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 641816

[startup+6.30028 s]
/proc/loadavg: 2.06 2.06 2.19 3/200 4994
/proc/meminfo: memFree=26743968/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=357544 CPUtime=0.48 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 11649 1394 1 0 37 11 0 0 20 0 2 0 337806957 366125056 7266 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 89386 7266 1894 364 0 24609 0
[pid=4992] ppid=4985 vsize=281764 CPUtime=0 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 853 0 0 0 0 0 0 0 20 0 1 0 337807017 288526336 5695 33554432000 4194304 5683644 140736287462592 140736287453680 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 70441 5695 329 364 0 5664 0
[pid=4994] ppid=4992 vsize=2640 CPUtime=5.69 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) R 4992 4994 4994 0 -1 4202496 657 0 0 0 569 0 0 0 20 0 1 0 337807017 2703360 409 33554432000 134512640 136139019 4292311072 4292309792 134875018 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 660 409 182 398 0 260 0
[pid=4985/tid=4993] ppid=4983 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 27 1394 0 0 0 0 0 0 20 0 2 0 337807017 366125056 7266 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 641948

[startup+12.7003 s]
/proc/loadavg: 2.05 2.05 2.19 3/200 4994
/proc/meminfo: memFree=26741876/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=357544 CPUtime=0.48 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 11649 1394 1 0 37 11 0 0 20 0 2 0 337806957 366125056 7266 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 89386 7266 1894 364 0 24609 0
[pid=4992] ppid=4985 vsize=281764 CPUtime=0.01 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 860 0 0 0 0 1 0 0 20 0 1 0 337807017 288526336 5696 33554432000 4194304 5683644 140736287462592 140736287453680 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 70441 5696 330 364 0 5664 0
[pid=4994] ppid=4992 vsize=2764 CPUtime=12.09 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) R 4992 4994 4994 0 -1 4202496 693 0 0 0 1209 0 0 0 20 0 1 0 337807017 2830336 445 33554432000 134512640 136139019 4292311072 4292310048 134877174 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 691 445 182 398 0 291 0
[pid=4985/tid=4993] ppid=4983 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 27 1394 0 0 0 0 0 0 20 0 2 0 337807017 366125056 7266 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 642072

[startup+25.5003 s]
/proc/loadavg: 2.04 2.05 2.19 3/200 4994
/proc/meminfo: memFree=26742364/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=357544 CPUtime=0.48 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 11649 1394 1 0 37 11 0 0 20 0 2 0 337806957 366125056 7266 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 89386 7266 1894 364 0 24609 0
[pid=4992] ppid=4985 vsize=281764 CPUtime=0.03 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 871 0 0 0 2 1 0 0 20 0 1 0 337807017 288526336 5696 33554432000 4194304 5683644 140736287462592 140736287453680 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 70441 5696 330 364 0 5664 0
[pid=4994] ppid=4992 vsize=2996 CPUtime=24.89 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) R 4992 4994 4994 0 -1 4202496 743 0 0 0 2489 0 0 0 20 0 1 0 337807017 3067904 495 33554432000 134512640 136139019 4292311072 4292309952 134598400 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 749 495 182 398 0 349 0
[pid=4985/tid=4993] ppid=4983 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 27 1394 0 0 0 0 0 0 20 0 2 0 337807017 366125056 7266 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 642304

[startup+51.1006 s]
/proc/loadavg: 2.03 2.05 2.18 3/204 4998
/proc/meminfo: memFree=26710392/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=433836 CPUtime=0.5 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 12559 1394 1 0 39 11 0 0 20 0 3 0 337806957 444248064 7397 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4985/statm: 108459 7397 1905 364 0 43679 0
[pid=4992] ppid=4985 vsize=357544 CPUtime=0.06 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 1143 0 0 0 3 3 0 0 20 0 2 0 337807017 366125056 5769 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 89386 5769 396 364 0 24609 0
[pid=4994] ppid=4992 vsize=3104 CPUtime=47.1 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) T 4992 4994 4994 0 -1 4202496 772 0 0 0 4710 0 0 0 20 0 1 0 337807017 3178496 524 33554432000 134512640 136139019 4292311072 4292310048 134876511 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 776 524 182 398 0 376 0
[pid=4992/tid=4995] ppid=4985 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (python) S 4985 4985 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337811729 366125056 5769 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4996] ppid=4985 vsize=358056 CPUtime=0 cores=1,3,5,7
/proc/4996/stat : 4996 (python) S 4985 4985 3621 0 -1 4202560 877 0 0 0 0 0 0 0 20 0 1 0 337811731 366649344 5817 33554432000 4194304 5683644 140736287462592 140736287453680 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/4996/statm: 89514 5817 331 364 0 24734 0
[pid=4998] ppid=4996 vsize=50368 CPUtime=3.34 cores=1,3,5,7
/proc/4998/stat : 4998 (scip-2.0.1.linu) R 4996 4998 4998 0 -1 4202496 13019 0 0 0 325 9 0 0 20 0 1 0 337811732 51576832 10123 33554432000 4194304 13684479 140736765751920 140736765747000 11876362 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/4998/statm: 12592 10123 841 2317 0 10270 0
[pid=4985/tid=4993] ppid=4983 vsize=433836 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 27 1394 0 0 0 0 0 0 20 0 3 0 337807017 444248064 7397 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4985/tid=4997] ppid=4983 vsize=433836 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4997/stat : 4997 (python) S 4983 4985 3621 0 -1 4202560 21 1394 0 0 0 0 0 0 20 0 3 0 337811732 444248064 7397 33554432000 4194304 5683644 140736287462592 140673882608176 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1202908

[startup+102.301 s]
/proc/loadavg: 2.01 2.04 2.17 3/208 5002
/proc/meminfo: memFree=26662944/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=509328 CPUtime=0.52 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 13450 1394 1 0 41 11 0 0 20 0 4 0 337806957 521551872 7839 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4985/statm: 127332 7839 1907 364 0 62549 0
[pid=4992] ppid=4985 vsize=357544 CPUtime=0.06 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 1143 0 0 0 3 3 0 0 20 0 2 0 337807017 366125056 5769 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 89386 5769 396 364 0 24609 0
[pid=4994] ppid=4992 vsize=3104 CPUtime=47.1 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) T 4992 4994 4994 0 -1 4202496 772 0 0 0 4710 0 0 0 20 0 1 0 337807017 3178496 524 33554432000 134512640 136139019 4292311072 4292310048 134876511 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 776 524 182 398 0 376 0
[pid=4992/tid=4995] ppid=4985 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (python) S 4985 4985 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337811729 366125056 5769 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4996] ppid=4985 vsize=358056 CPUtime=0.08 cores=1,3,5,7
/proc/4996/stat : 4996 (python) S 4985 4985 3621 0 -1 4202560 1081 0 0 0 5 3 0 0 20 0 2 0 337811731 366649344 5866 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4996/statm: 89514 5866 379 364 0 24734 0
[pid=4998] ppid=4996 vsize=50368 CPUtime=47.11 cores=1,3,5,7
/proc/4998/stat : 4998 (scip-2.0.1.linu) T 4996 4998 4998 0 -1 4202496 13273 0 0 0 4637 74 0 0 20 0 1 0 337811732 51576832 10377 33554432000 4194304 13684479 140736765751920 140736765745240 11876362 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4998/statm: 12592 10377 842 2317 0 10270 0
[pid=4996/tid=4999] ppid=4985 vsize=358056 CPUtime=0 cores=1,3,5,7
/proc/4996/task/4999/stat : 4999 (python) S 4985 4985 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 337816446 366649344 5866 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5000] ppid=4985 vsize=433548 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (python) S 4985 4985 3621 0 -1 4202560 884 0 0 0 0 0 0 0 20 0 1 0 337816448 443953152 5748 33554432000 4194304 5683644 140736287462592 140736287453680 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0

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

[pid=4985/tid=4997] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4997/stat : 4997 (python) S 4983 4985 3621 0 -1 4202560 37 1394 0 0 0 0 0 0 20 0 10 0 337811732 987254784 8420 33554432000 4194304 5683644 140736287462592 140673882608176 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4985/tid=5001] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5001/stat : 5001 (python) S 4983 4985 3621 0 -1 4202560 19 1394 0 0 0 0 0 0 20 0 10 0 337816448 987254784 8420 33554432000 4194304 5683644 140736287462592 140673802035760 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4985/tid=5030] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5030/stat : 5030 (python) S 4983 4985 3621 0 -1 4202560 23 1394 0 0 0 0 0 0 20 0 10 0 337825815 987254784 8420 33554432000 4194304 5683644 140736287462592 140673791545904 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4985/tid=5037] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5037/stat : 5037 (python) S 4983 4985 3621 0 -1 4202560 21 1394 0 0 0 0 0 0 20 0 10 0 337830941 987254784 8420 33554432000 4194304 5683644 140736287462592 140673781056048 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4985/tid=5043] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5043/stat : 5043 (python) S 4983 4985 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337854109 987254784 8420 33554432000 4194304 5683644 140736287462592 140673770566192 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4985/tid=5066] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5066/stat : 5066 (python) S 4983 4985 3621 0 -1 4202560 24 1394 0 0 0 0 0 0 20 0 10 0 337863387 987254784 8420 33554432000 4194304 5683644 140736287462592 140673760076336 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4985/tid=5100] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5100/stat : 5100 (python) S 4983 4985 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337909626 987254784 8420 33554432000 4194304 5683644 140736287462592 140673749586480 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4985/tid=5285] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5285/stat : 5285 (python) S 4983 4985 3621 0 -1 4202560 19 1394 0 0 0 0 0 0 20 0 10 0 337975148 987254784 8420 33554432000 4194304 5683644 140736287462592 140673332273712 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.56
Current children cumulated vsize (KiB) 16270624

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

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

[startup+1683 s]
/proc/loadavg: 2.02 2.03 2.05 3/268 5286
/proc/meminfo: memFree=23226860/32873844 swapFree=6608/6608
[pid=4985] ppid=4983 vsize=964116 CPUtime=0.86 cores=1,3,5,7
/proc/4985/stat : 4985 (python) S 4983 4985 3621 0 -1 4202496 19384 1394 1 0 73 13 0 0 20 0 10 0 337806957 987254784 8420 33554432000 4194304 5683644 140736287462592 140736287457424 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4985/statm: 241029 8420 1919 364 0 176228 0
[pid=4992] ppid=4985 vsize=357544 CPUtime=0.35 cores=1,3,5,7
/proc/4992/stat : 4992 (python) S 4985 4985 3621 0 -1 4202560 1206 0 0 0 20 15 0 0 20 0 2 0 337807017 366125056 5770 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4992/statm: 89386 5770 397 364 0 24609 0
[pid=4994] ppid=4992 vsize=3636 CPUtime=229.55 cores=1,3,5,7
/proc/4994/stat : 4994 (clasp-1.3.7-x86) T 4992 4994 4994 0 -1 4202496 904 0 0 0 22955 0 0 0 20 0 1 0 337807017 3723264 656 33554432000 134512640 136139019 4292311072 4292310044 134621984 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/4994/statm: 909 656 182 398 0 509 0
[pid=4992/tid=4995] ppid=4985 vsize=357544 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (python) S 4985 4985 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337811729 366125056 5770 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4996] ppid=4985 vsize=358304 CPUtime=2.1 cores=1,3,5,7
/proc/4996/stat : 4996 (python) S 4985 4985 3621 0 -1 4202560 1388 0 0 0 125 85 0 0 20 0 2 0 337811731 366903296 5931 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4996/statm: 89576 5931 381 364 0 24796 0
[pid=4998] ppid=4996 vsize=66204 CPUtime=1070.51 cores=1,3,5,7
/proc/4998/stat : 4998 (scip-2.0.1.linu) T 4996 4998 4998 0 -1 4202496 17403 0 0 0 105365 1686 0 0 20 0 1 0 337811732 67792896 14811 33554432000 4194304 13684479 140736765751920 140736765745752 7390887 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/4998/statm: 16551 14811 1022 2317 0 14229 0
[pid=4996/tid=4999] ppid=4985 vsize=358304 CPUtime=0 cores=1,3,5,7
/proc/4996/task/4999/stat : 4999 (python) S 4985 4985 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 337816446 366903296 5931 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5000] ppid=4985 vsize=433548 CPUtime=0.15 cores=1,3,5,7
/proc/5000/stat : 5000 (python) S 4985 4985 3621 0 -1 4202560 1136 0 0 0 8 7 0 0 20 0 2 0 337816448 443953152 5798 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5000/statm: 108387 5798 379 364 0 43604 0
[pid=5002] ppid=5000 vsize=45428 CPUtime=95.52 cores=1,3,5,7
/proc/5002/stat : 5002 (scip-2.0.1.linu) T 5000 5002 5002 0 -1 4202496 22488 0 0 0 9493 59 0 0 20 0 1 0 337816449 46518272 9030 33554432000 4194304 15243407 140735172988000 140735172983800 8113485 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5002/statm: 11357 9030 966 2698 0 8652 0
[pid=5000/tid=5024] ppid=4985 vsize=433548 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5024/stat : 5024 (python) S 4985 4985 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337821298 443953152 5798 33554432000 4194304 5683644 140736287462592 140673882608176 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5029] ppid=4985 vsize=509844 CPUtime=0.08 cores=1,3,5,7
/proc/5029/stat : 5029 (python) S 4985 4985 3621 0 -1 4202560 1112 0 0 0 4 4 0 0 20 0 2 0 337825814 522080256 6422 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5029/statm: 127461 6422 379 364 0 62675 0
[pid=5031] ppid=5029 vsize=27020 CPUtime=51.13 cores=1,3,5,7
/proc/5031/stat : 5031 (pbct-0.1.2-linu) T 5029 5031 5031 0 -1 4202496 6592 0 0 0 4934 179 0 0 20 0 1 0 337825815 27668480 6290 33554432000 134512640 136422188 4287541728 4287539052 135874785 0 0 16781312 16387 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/5031/statm: 6755 6290 213 467 0 6286 0
[pid=5029/tid=5035] ppid=4985 vsize=509844 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (python) S 4985 4985 3621 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 337830930 522080256 6422 33554432000 4194304 5683644 140736287462592 140673802035760 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5036] ppid=4985 vsize=585636 CPUtime=0.07 cores=1,3,5,7
/proc/5036/stat : 5036 (python) S 4985 4985 3621 0 -1 4202560 1112 0 0 0 4 3 0 0 20 0 2 0 337830941 599691264 6448 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5036/statm: 146409 6448 379 364 0 81620 0
[pid=5038] ppid=5036 vsize=64684 CPUtime=47.14 cores=1,3,5,7
/proc/5038/stat : 5038 (minion) T 5036 5038 5038 0 -1 4202496 2027 0 0 0 4714 0 0 0 20 0 1 0 337830942 66236416 8918 33554432000 134512640 165565024 4287173152 4287170320 134640894 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5038/statm: 16171 8918 358 7582 0 8586 0
[pid=5036/tid=5041] ppid=4985 vsize=585636 CPUtime=0 cores=1,3,5,7
/proc/5036/task/5041/stat : 5041 (python) S 4985 4985 3621 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337835658 599691264 6448 33554432000 4194304 5683644 140736287462592 140673791545904 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5042] ppid=4985 vsize=661428 CPUtime=0.07 cores=1,3,5,7
/proc/5042/stat : 5042 (python) S 4985 4985 3621 0 -1 4202560 1118 0 0 0 3 4 0 0 20 0 2 0 337854108 677302272 6457 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5042/statm: 165357 6457 379 364 0 100565 0
[pid=5044] ppid=5042 vsize=9624972 CPUtime=46.15 cores=1,3,5,7
/proc/5044/stat : 5044 (java) T 5042 5044 5044 0 -1 4202496 18118 0 1 0 4577 38 0 0 20 0 19 0 337854109 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140734180677984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5044/statm: 2406243 425709 2271 9 0 2396937 0
[pid=5044/tid=5045] ppid=5042 vsize=9624972 CPUtime=43.67 cores=1,3,5,7
/proc/5044/task/5045/stat : 5045 (java) T 5042 5044 5044 0 -1 4202560 3252 0 1 0 4343 24 0 0 20 0 19 0 337854110 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218273696784 140218145836350 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5046] ppid=5042 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/5044/task/5046/stat : 5046 (java) T 5042 5044 5044 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218117765672 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=5044/tid=5047] ppid=5042 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/5044/task/5047/stat : 5047 (java) T 5042 5044 5044 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218116712872 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5048] ppid=5042 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5048/stat : 5048 (java) T 5042 5044 5044 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218115660072 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5049] ppid=5042 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5049/stat : 5049 (java) T 5042 5044 5044 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218114607272 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5050] ppid=5042 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/5044/task/5050/stat : 5050 (java) T 5042 5044 5044 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218113555496 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5051] ppid=5042 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5051/stat : 5051 (java) T 5042 5044 5044 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218112502696 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=5044/tid=5052] ppid=5042 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/5044/task/5052/stat : 5052 (java) T 5042 5044 5044 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218111449896 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5053] ppid=5042 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5053/stat : 5053 (java) T 5042 5044 5044 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 19 0 337854112 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218110397096 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=5044/tid=5054] ppid=5042 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5054/stat : 5054 (java) T 5042 5044 5044 0 -1 4202560 760 0 0 0 7 0 0 0 20 0 19 0 337854113 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218097986024 213423011753 0 0 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=5044/tid=5055] ppid=5042 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5044/task/5055/stat : 5055 (java) T 5042 5044 5044 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337854113 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218096932088 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5056] ppid=5042 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5044/task/5056/stat : 5056 (java) T 5042 5044 5044 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337854113 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218095879176 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5057] ppid=5042 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5044/task/5057/stat : 5057 (java) T 5042 5044 5044 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337854116 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218094827664 213423019808 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5058] ppid=5042 vsize=9624972 CPUtime=0.85 cores=1,3,5,7
/proc/5044/task/5058/stat : 5058 (java) T 5042 5044 5044 0 -1 4202560 5700 0 0 0 85 0 0 0 20 0 19 0 337854116 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218093775800 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=5044/tid=5059] ppid=5042 vsize=9624972 CPUtime=0.71 cores=1,3,5,7
/proc/5044/task/5059/stat : 5059 (java) T 5042 5044 5044 0 -1 4202560 6772 0 0 0 69 2 0 0 20 0 19 0 337854116 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218092723000 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=5044/tid=5060] ppid=5042 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5044/task/5060/stat : 5060 (java) T 5042 5044 5044 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337854116 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218091670392 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5044/tid=5061] ppid=5042 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/5044/task/5061/stat : 5061 (java) T 5042 5044 5044 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 337854116 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218090617800 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=5044/tid=5062] ppid=5042 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5044/task/5062/stat : 5062 (java) T 5042 5044 5044 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337854132 9855971328 425709 33554432000 1073741824 1073778376 140734180686848 140218089563304 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=5042/tid=5063] ppid=4985 vsize=661428 CPUtime=0 cores=1,3,5,7
/proc/5042/task/5063/stat : 5063 (python) S 4985 4985 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337858524 677302272 6457 33554432000 4194304 5683644 140736287462592 140673781056048 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5065] ppid=4985 vsize=736728 CPUtime=0.08 cores=1,3,5,7
/proc/5065/stat : 5065 (python) S 4985 4985 3621 0 -1 4202560 1151 0 0 0 4 4 0 0 20 0 2 0 337863387 754409472 6349 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5065/statm: 184182 6349 379 364 0 119387 0
[pid=5067] ppid=5065 vsize=52732 CPUtime=47.18 cores=1,3,5,7
/proc/5067/stat : 5067 (bsolo_pb10) T 5065 5067 5067 0 -1 4202496 11010 0 0 0 4714 4 0 0 20 0 1 0 337863387 53997568 10732 33554432000 134512640 137138936 4288885760 4288884688 134542199 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/5067/statm: 13183 10732 192 642 0 12539 0
[pid=5065/tid=5068] ppid=4985 vsize=736728 CPUtime=0 cores=1,3,5,7
/proc/5065/task/5068/stat : 5068 (python) S 4985 4985 3621 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337868108 754409472 6349 33554432000 4194304 5683644 140736287462592 140673770566192 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5099] ppid=4985 vsize=813120 CPUtime=0.19 cores=1,3,5,7
/proc/5099/stat : 5099 (python) S 4985 4985 3621 0 -1 4202560 1222 0 0 0 10 9 0 0 20 0 2 0 337909626 832634880 6480 33554432000 4194304 5683644 140736287462592 140736287454240 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5099/statm: 203280 6480 385 364 0 138482 0
[pid=5101] ppid=5099 vsize=61664 CPUtime=95.34 cores=1,3,5,7
/proc/5101/stat : 5101 (bsolo_pb10) T 5099 5101 5101 0 -1 4202496 13370 0 0 0 9515 19 0 0 20 0 1 0 337909627 63143936 12971 33554432000 134512640 137138936 4290236432 4290235360 134542480 0 0 16781312 16384 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/5101/statm: 15416 12971 190 642 0 14772 0
[pid=5099/tid=5102] ppid=4985 vsize=813120 CPUtime=0 cores=1,3,5,7
/proc/5099/task/5102/stat : 5102 (python) S 4985 4985 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337919163 832634880 6480 33554432000 4194304 5683644 140736287462592 140673760076336 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5284] ppid=4985 vsize=888336 CPUtime=0 cores=1,3,5,7
/proc/5284/stat : 5284 (python) S 4985 4985 3621 0 -1 4202560 849 0 0 0 0 0 0 0 20 0 1 0 337975148 909656064 6302 33554432000 4194304 5683644 140736287462592 140736287453680 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/5284/statm: 222084 6302 315 364 0 157283 0
[pid=5286] ppid=5284 vsize=15680 CPUtime=1.09 cores=1,3,5,7
/proc/5286/stat : 5286 (bsolo_pb10) R 5284 5286 5286 0 -1 4202496 1765 0 0 0 108 1 0 0 20 0 1 0 337975148 16056320 1483 33554432000 134512640 137138936 4287653824 4287652940 136570369 0 0 16781312 16384 0 0 0 17 1 0 0 0 0 0
/proc/5286/statm: 3920 1483 192 642 0 3276 0
[pid=4985/tid=4993] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4993/stat : 4993 (python) S 4983 4985 3621 0 -1 4202560 36 1394 0 0 0 0 0 0 20 0 10 0 337807017 987254784 8420 33554432000 4194304 5683644 140736287462592 140673893098032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4985/tid=4997] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/4997/stat : 4997 (python) S 4983 4985 3621 0 -1 4202560 37 1394 0 0 0 0 0 0 20 0 10 0 337811732 987254784 8420 33554432000 4194304 5683644 140736287462592 140673882608176 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4985/tid=5001] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5001/stat : 5001 (python) S 4983 4985 3621 0 -1 4202560 19 1394 0 0 0 0 0 0 20 0 10 0 337816448 987254784 8420 33554432000 4194304 5683644 140736287462592 140673802035760 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4985/tid=5030] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5030/stat : 5030 (python) S 4983 4985 3621 0 -1 4202560 23 1394 0 0 0 0 0 0 20 0 10 0 337825815 987254784 8420 33554432000 4194304 5683644 140736287462592 140673791545904 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4985/tid=5037] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5037/stat : 5037 (python) S 4983 4985 3621 0 -1 4202560 21 1394 0 0 0 0 0 0 20 0 10 0 337830941 987254784 8420 33554432000 4194304 5683644 140736287462592 140673781056048 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4985/tid=5043] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5043/stat : 5043 (python) S 4983 4985 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337854109 987254784 8420 33554432000 4194304 5683644 140736287462592 140673770566192 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4985/tid=5066] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5066/stat : 5066 (python) S 4983 4985 3621 0 -1 4202560 24 1394 0 0 0 0 0 0 20 0 10 0 337863387 987254784 8420 33554432000 4194304 5683644 140736287462592 140673760076336 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4985/tid=5100] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5100/stat : 5100 (python) S 4983 4985 3621 0 -1 4202560 22 1394 0 0 0 0 0 0 20 0 10 0 337909626 987254784 8420 33554432000 4194304 5683644 140736287462592 140673749586480 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4985/tid=5285] ppid=4983 vsize=964116 CPUtime=0 cores=1,3,5,7
/proc/4985/task/5285/stat : 5285 (python) S 4983 4985 3621 0 -1 4202560 19 1394 0 0 0 0 0 0 20 0 10 0 337975148 987254784 8420 33554432000 4194304 5683644 140736287462592 140673332273712 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.56
Current children cumulated vsize (KiB) 16270624

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1683.07
CPU time (s): 1687.56
CPU user time (s): 1666.26
CPU system time (s): 21.3
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 16270624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.753885
system time used= 0.145977
maximum resident set size= 34160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1667
involuntary context switches= 47

runsolver used 10.1715 second user time and 22.3006 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 11:47:01
IDJOB=3737900
IDBENCH=48349
IDSOLVER=2327
FILE ID=node140/3737900-1338716820
RUNJOBID= node140-1338713222-3638
PBS_JOBID= 14636725
Free space on /tmp= 70524 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_5_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-3737900-1338716820/watcher-3737900-1338716820 -o /tmp/evaluation-result-3737900-1338716820/solver-3737900-1338716820 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3737900-1338716820.opb -seed 1683565653 -budget 1800

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=1683565653

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:        26769080 kB
Buffers:          453296 kB
Cached:          4557004 kB
SwapCached:         1664 kB
Active:          1783432 kB
Inactive:        3408488 kB
Active(anon):     174108 kB
Inactive(anon):     9500 kB
Active(file):    1609324 kB
Inactive(file):  3398988 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:            103656 kB
Writeback:             0 kB
AnonPages:        185900 kB
Mapped:            26672 kB
Shmem:               104 kB
Slab:             771116 kB
SReclaimable:     211752 kB
SUnreclaim:       559364 kB
KernelStack:        1656 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     576832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 70416 MiB
End job on node140 at 2012-06-03 12:15:06