Trace number 3753431

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
npSolver inc-topDown (fixed)? (problem) 145.624 391.972

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph07_wcsp.wbo
MD5SUMfddb3e21e350e2df5161d1678905aa9f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark7179
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5160
Total number of constraints512485
Number of soft constraints512344
Number of constraints which are clauses512344
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 463736
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 146536849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.89/3.98	c run usual solver
45.38/45.49	o 33515
45.38/45.49	c fallback to adder encoding
139.86/139.92	terminate called after throwing an instance of 'std::bad_alloc'
139.86/139.92	  what():  std::bad_alloc
145.56/391.97	HOME/npSolver-wbo-Itd.sh: line 18: 20442 Aborted                 (core dumped) ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

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-3753431-1339208081/watcher-3753431-1339208081 -o /tmp/evaluation-result-3753431-1339208081/solver-3753431-1339208081 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753431-1339208081.wbo 1961894733 HOME HOME 

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.00 2.00 2.05 3/177 20441
/proc/meminfo: memFree=28583756/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0

[startup+0.0115831 s]
/proc/loadavg: 2.00 2.00 2.05 3/177 20441
/proc/meminfo: memFree=28583756/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.05 3/177 20441
/proc/meminfo: memFree=28583756/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 2.00 2.00 2.05 3/177 20441
/proc/meminfo: memFree=28583756/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.05 3/177 20441
/proc/meminfo: memFree=28583756/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 20443
/proc/meminfo: memFree=28409588/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=259844 CPUtime=1.48 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) R 20441 20441 20052 0 -1 4202496 29790 0 0 0 140 8 0 0 20 0 1 0 386934190 266080256 57503 33554432000 4194304 6006132 140734955766448 140734955762008 5057738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 64961 57503 147 443 0 64514 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 268992

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 20443
/proc/meminfo: memFree=28288304/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=259844 CPUtime=3.09 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) R 20441 20441 20052 0 -1 4202496 29798 0 0 0 300 9 0 0 20 0 1 0 386934190 266080256 60577 33554432000 4194304 6006132 140734955766448 140734955761800 4526478 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 64961 60577 149 443 0 64514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 268992

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 20445
/proc/meminfo: memFree=27852180/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=284132 CPUtime=5.77 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4202496 30701 0 0 0 416 161 0 0 20 0 1 0 386934190 290951168 66589 33554432000 4194304 6006132 140734955766448 140734955759552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 71033 66589 156 443 0 70586 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 293280

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 20447
/proc/meminfo: memFree=27365600/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=284132 CPUtime=5.77 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4202496 30701 0 0 0 416 161 0 0 20 0 1 0 386934190 290951168 66589 33554432000 4194304 6006132 140734955766448 140734955759552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 71033 66589 156 443 0 70586 0
[pid=20446] ppid=20442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20446/stat : 20446 (cp2_pre.sh) S 20442 20441 20052 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 386934768 9367552 277 33554432000 4194304 5064252 140735708918896 140735708917600 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20446/statm: 2287 277 234 213 0 72 0
[pid=20447] ppid=20446 vsize=425880 CPUtime=6.91 cores=1,3,5,7
/proc/20447/stat : 20447 (coprocessor) R 20446 20441 20052 0 -1 4202496 34749 0 0 0 680 11 0 0 20 0 1 0 386934768 436101120 105290 33554432000 4194304 6586260 140735288471152 140735288467016 5599497 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/20447/statm: 106470 105290 188 584 0 105882 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 728308

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.06 3/183 20447
/proc/meminfo: memFree=27359684/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=284132 CPUtime=5.77 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4202496 30701 0 0 0 416 161 0 0 20 0 1 0 386934190 290951168 66589 33554432000 4194304 6006132 140734955766448 140734955759552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 71033 66589 156 443 0 70586 0
[pid=20446] ppid=20442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20446/stat : 20446 (cp2_pre.sh) S 20442 20441 20052 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 386934768 9367552 277 33554432000 4194304 5064252 140735708918896 140735708917600 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20446/statm: 2287 277 234 213 0 72 0
[pid=20447] ppid=20446 vsize=429840 CPUtime=19.7 cores=1,3,5,7
/proc/20447/stat : 20447 (coprocessor) R 20446 20441 20052 0 -1 4202496 35761 0 0 0 1959 11 0 0 20 0 1 0 386934768 440156160 106302 33554432000 4194304 6586260 140735288471152 140735288466520 5599599 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/20447/statm: 107460 106302 188 584 0 106872 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 732268

[startup+51.1002 s]
/proc/loadavg: 2.05 2.01 2.05 3/181 20455
/proc/meminfo: memFree=26836180/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=1479156 CPUtime=51.08 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) R 20441 20441 20052 0 -1 4202496 187278 69704 0 0 968 257 3855 28 20 0 1 0 386934190 1514655744 308457 33554432000 4194304 6006132 140734955766448 140734955758792 4581100 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 369789 308457 177 443 0 369342 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1488304

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.05 3/179 20463
/proc/meminfo: memFree=18867680/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=9343476 CPUtime=102.28 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) R 20441 20441 20052 0 -1 4202496 195110 69704 0 0 5914 431 3855 28 20 0 1 0 386934190 9567719424 1305833 33554432000 4194304 6006132 140734955766448 140734955758792 4535971 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20442/statm: 2335869 1305833 177 443 0 2335422 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9352624

[startup+162.3 s]
/proc/loadavg: 2.70 2.17 2.10 1/180 20464
/proc/meminfo: memFree=5148348/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=142.19 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 196692 69704 0 0 9616 720 3855 28 20 0 1 0 386934190 8964780032 1916457 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20442/statm: 2188667 1916457 227 443 0 2188220 0
Current children cumulated CPU time (s) 142.19
Current children cumulated vsize (KiB) 8763816

[startup+222.302 s]
/proc/loadavg: 4.25 2.73 2.29 1/180 20464
/proc/meminfo: memFree=2059620/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=143.79 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 880 3855 28 20 0 1 0 386934190 8964780032 1916325 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916325 227 443 0 2188220 0
Current children cumulated CPU time (s) 143.79
Current children cumulated vsize (KiB) 8763816
heavy processes:
  %CPU=24 pid=20464 uid=0 cmd=

[startup+282.307 s]
/proc/loadavg: 4.79 3.16 2.47 1/180 20465
/proc/meminfo: memFree=189520/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.4 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1041 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.4
Current children cumulated vsize (KiB) 8763816
heavy processes:
  %CPU=20 pid=20464 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 20442 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 5.16 3.52 2.63 1/183 20468
/proc/meminfo: memFree=337240/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816
heavy processes:
  %CPU=14 pid=20464 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 20442 6 506 18446744073709551615 

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

[startup+359 s]
/proc/loadavg: 5.40 3.68 2.70 1/183 20468
/proc/meminfo: memFree=336420/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+371.8 s]
/proc/loadavg: 5.49 3.75 2.73 1/183 20468
/proc/meminfo: memFree=335676/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+384.606 s]
/proc/loadavg: 5.60 3.86 2.78 1/183 20468
/proc/meminfo: memFree=334436/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+387.8 s]
/proc/loadavg: 5.64 3.90 2.80 1/183 20468
/proc/meminfo: memFree=338280/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+389.4 s]
/proc/loadavg: 5.64 3.90 2.80 1/183 20468
/proc/meminfo: memFree=338280/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+391 s]
/proc/loadavg: 5.64 3.90 2.80 1/182 20468
/proc/meminfo: memFree=338164/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+391.4 s]
/proc/loadavg: 5.64 3.90 2.80 1/182 20468
/proc/meminfo: memFree=521064/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+391.8 s]
/proc/loadavg: 5.64 3.90 2.80 1/182 20468
/proc/meminfo: memFree=521064/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

[startup+391.9 s]
/proc/loadavg: 5.64 3.90 2.80 1/182 20468
/proc/meminfo: memFree=521064/32873648 swapFree=6860/6860
[pid=20441] ppid=20439 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20441/stat : 20441 (npSolver-wbo-It) S 20439 20441 20052 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386934190 9367552 275 33554432000 4194304 5064252 140735360678416 140735360677328 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20441/statm: 2287 275 233 213 0 72 0
[pid=20442] ppid=20441 vsize=8754668 CPUtime=145.56 cores=1,3,5,7
/proc/20442/stat : 20442 (npSolver-wbo) S 20441 20441 20052 0 -1 4204032 197147 69704 1 0 9616 1057 3855 28 20 0 1 0 386934190 8964780032 1916029 33554432000 4194304 6006132 140734955766448 140734955758376 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 107 0 0
/proc/20442/statm: 2188667 1916029 227 443 0 2188220 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 8763816

Child status: 0
Real time (s): 391.972
CPU time (s): 145.624
CPU user time (s): 134.726
CPU system time (s): 10.8983
CPU usage (%): 37.1516
Max. virtual memory (cumulated for all children) (KiB): 13546928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.726
system time used= 10.8983
maximum resident set size= 9327524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267226
page faults= 1
swaps= 0
block input operations= 8
block output operations= 129840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1810656
involuntary context switches= 195

runsolver used 0.683896 second user time and 1.84872 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-09 04:14:41
IDJOB=3753431
IDBENCH=79643
IDSOLVER=2337
FILE ID=node116/3753431-1339208081
RUNJOBID= node116-1339206279-20069
PBS_JOBID= 14643890
Free space on /tmp= 70860 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph07_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753431-1339208081/watcher-3753431-1339208081 -o /tmp/evaluation-result-3753431-1339208081/solver-3753431-1339208081 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753431-1339208081.wbo 1961894733 HOME HOME

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

MD5SUM BENCH= fddb3e21e350e2df5161d1678905aa9f
RANDOM SEED=1961894733

node116.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		: 2666.556
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	: 5333.11
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		: 2666.556
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		: 2666.556
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	: 5438.54
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		: 2666.556
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		: 2666.556
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		: 2666.556
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.92
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		: 2666.556
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		: 2666.556
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:       32873648 kB
MemFree:        28583756 kB
Buffers:          512472 kB
Cached:          2646080 kB
SwapCached:         3172 kB
Active:          1514652 kB
Inactive:        1842728 kB
Active(anon):     195188 kB
Inactive(anon):     3396 kB
Active(file):    1319464 kB
Inactive(file):  1839332 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:             48156 kB
Writeback:             0 kB
AnonPages:        223648 kB
Mapped:            11212 kB
Shmem:                 0 kB
Slab:             790188 kB
SReclaimable:     233892 kB
SUnreclaim:       556296 kB
KernelStack:        1464 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     321184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 63668 MiB
End job on node116 at 2012-06-09 04:21:13