Trace number 3713356

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 1.0? (problem) 172.198 469.648

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph06_wcsp.wbo
MD5SUMb42a0c18226ee2c23d631dce3f98019c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark44402
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 variables7542
Total number of constraints1065451
Number of soft constraints1065251
Number of constraints which are clauses1065251
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 476244
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 266649860
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

5.49/5.56	c run usual solver
51.69/52.90	o 186381
51.69/52.90	c current bound: 93190
51.69/52.90	c fallback to adder encoding
168.20/237.44	terminate called after throwing an instance of 'std::bad_alloc'
168.20/237.44	  what():  std::bad_alloc
172.13/469.64	HOME/npSolver-wbo.sh: line 18: 32445 Aborted                 (core dumped) ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3713356-1338246442/watcher-3713356-1338246442 -o /tmp/evaluation-result-3713356-1338246442/solver-3713356-1338246442 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713356-1338246442.wbo 1426471851 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.89 2.21 2.07 2/178 32444
/proc/meminfo: memFree=13451980/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0

[startup+0.0211529 s]
/proc/loadavg: 2.89 2.21 2.07 2/178 32444
/proc/meminfo: memFree=13451980/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.89 2.21 2.07 2/178 32444
/proc/meminfo: memFree=13451980/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300187 s]
/proc/loadavg: 2.89 2.21 2.07 2/178 32444
/proc/meminfo: memFree=13451980/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700191 s]
/proc/loadavg: 2.89 2.21 2.07 2/178 32444
/proc/meminfo: memFree=13451980/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.89 2.21 2.07 4/180 32446
/proc/meminfo: memFree=13386960/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=35024 CPUtime=1.49 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) R 32444 32444 30566 0 -1 4202496 2968 0 0 0 148 1 0 0 20 0 1 0 290771681 35864576 5508 33554432000 4194304 5990268 140733197044256 140733197039496 5177776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 8756 5508 137 439 0 8313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44172

[startup+3.10024 s]
/proc/loadavg: 2.89 2.21 2.07 2/180 32446
/proc/meminfo: memFree=13299764/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=71932 CPUtime=3.09 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) R 32444 32444 30566 0 -1 4202496 7664 0 0 0 305 4 0 0 20 0 1 0 290771681 73658368 17087 33554432000 4194304 5990268 140733197044256 140733197039832 4413697 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 17983 17087 142 439 0 17540 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81080

[startup+6.30021 s]
/proc/loadavg: 2.97 2.24 2.08 2/180 32446
/proc/meminfo: memFree=13020848/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=143392 CPUtime=6.29 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) R 32444 32444 30566 0 -1 4202496 10923 0 0 0 562 67 0 0 20 0 1 0 290771681 146833408 33121 33554432000 4194304 5990268 140733197044256 140733197037560 5177872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 35848 33121 147 439 0 35405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152540

[startup+12.7003 s]
/proc/loadavg: 3.14 2.28 2.09 2/182 32448
/proc/meminfo: memFree=12061140/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=143392 CPUtime=7.31 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4202496 10928 0 0 0 580 151 0 0 20 0 1 0 290771681 146833408 33124 33554432000 4194304 5990268 140733197044256 140733197037408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 35848 33124 150 439 0 35405 0
[pid=32447] ppid=32445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (cp2_pre.sh) S 32445 32444 30566 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 290772413 9367552 277 33554432000 4194304 5064252 140736721987568 140736721986272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 277 234 213 0 72 0
[pid=32448] ppid=32447 vsize=508492 CPUtime=5.37 cores=1,3,5,7
/proc/32448/stat : 32448 (coprocessor) R 32447 32444 30566 0 -1 4202496 46438 0 0 0 525 12 0 0 20 0 1 0 290772413 520695808 122714 33554432000 4194304 6586260 140737134186720 140737134182584 5599454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 127123 122714 188 584 0 126535 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 670180

[startup+25.5003 s]
/proc/loadavg: 3.55 2.41 2.14 2/182 32448
/proc/meminfo: memFree=11199908/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=143392 CPUtime=7.31 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4202496 10928 0 0 0 580 151 0 0 20 0 1 0 290771681 146833408 33124 33554432000 4194304 5990268 140733197044256 140733197037408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 35848 33124 150 439 0 35405 0
[pid=32447] ppid=32445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (cp2_pre.sh) S 32445 32444 30566 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 290772413 9367552 277 33554432000 4194304 5064252 140736721987568 140736721986272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 277 234 213 0 72 0
[pid=32448] ppid=32447 vsize=514960 CPUtime=18.17 cores=1,3,5,7
/proc/32448/stat : 32448 (coprocessor) R 32447 32444 30566 0 -1 4202496 48055 0 0 0 1805 12 0 0 20 0 1 0 290772413 527319040 124331 33554432000 4194304 6586260 140737134186720 140737134182088 5599527 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 128740 124331 188 584 0 128152 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 676648

[startup+51.1004 s]
/proc/loadavg: 4.06 2.62 2.21 1/182 32456
/proc/meminfo: memFree=10377956/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=143392 CPUtime=49.44 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4202496 10945 83207 0 0 580 151 4185 28 20 0 1 0 290771681 146833408 33126 33554432000 4194304 5990268 140733197044256 140733197037984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 35848 33126 152 439 0 35405 0
[pid=32453] ppid=32445 vsize=9148 CPUtime=0.51 cores=1,3,5,7
/proc/32453/stat : 32453 (cp2_post.sh) S 32445 32444 30566 0 -1 4202496 634 6373 0 0 0 0 48 3 20 0 1 0 290776627 9367552 268 33554432000 4194304 5064252 140736635772992 140736635771904 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32453/statm: 2287 268 228 213 0 72 0
[pid=32456] ppid=32453 vsize=16692 CPUtime=0 cores=1,3,5,7
/proc/32456/stat : 32456 (mv) D 32453 32444 30566 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 290776679 17092608 185 33554432000 4194304 4296580 140733442330336 140733442328568 219513503063 0 0 4096 0 18446744071579943789 0 0 17 1 0 0 110 0 0
/proc/32456/statm: 4173 185 154 25 0 73 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 178380

[startup+102.3 s]
/proc/loadavg: 4.55 2.97 2.35 2/180 32457
/proc/meminfo: memFree=2630448/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=5234704 CPUtime=101.11 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) R 32444 32444 30566 0 -1 4202496 203333 90996 0 0 5410 433 4233 35 20 0 1 0 290771681 5360336896 1180401 33554432000 4194304 5990268 140733197044256 140733197036616 4523001 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32445/statm: 1308676 1180401 163 439 0 1308233 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 5243852

[startup+162.3 s]
/proc/loadavg: 4.91 3.35 2.52 1/183 32460
/proc/meminfo: memFree=1445084/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=13623312 CPUtime=110.57 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) D 32444 32444 30566 0 -1 12591104 235627 90996 0 0 6041 748 4233 35 20 0 1 0 290771681 13950271488 1755375 33554432000 4194304 5990268 140733197044256 140733197036296 5043542 0 0 4096 0 18446744071580543392 0 0 17 3 0 0 4764 0 0
/proc/32445/statm: 3405828 1755375 163 439 0 3405385 0
Current children cumulated CPU time (s) 110.57
Current children cumulated vsize (KiB) 13632460
heavy processes:
  %CPU=14 pid=32303 uid=0 cmd=

[startup+222.3 s]
/proc/loadavg: 4.96 3.65 2.67 2/180 32460
/proc/meminfo: memFree=4657852/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=9429008 CPUtime=153.11 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) R 32444 32444 30566 0 -1 4202496 296395 90996 0 0 9443 1600 4233 35 20 0 1 0 290771681 9655304192 1993967 33554432000 4194304 5990268 140733197044256 140733197036616 4521658 0 0 4096 0 0 0 0 17 3 0 0 6490 0 0
/proc/32445/statm: 2357252 1993967 163 439 0 2356809 0
Current children cumulated CPU time (s) 153.11
Current children cumulated vsize (KiB) 9438156
heavy processes:
  %CPU=11 pid=32303 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 32291 6 506 18446744073709551615 

[startup+282.307 s]
/proc/loadavg: 4.37 3.71 2.75 2/181 32511
/proc/meminfo: memFree=12876708/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=170.42 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 1843 4233 35 20 0 1 0 290771681 8781377536 2076788 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076788 217 439 0 2143448 0
Current children cumulated CPU time (s) 170.42
Current children cumulated vsize (KiB) 8584712
heavy processes:
  %CPU=31 pid=32501 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 32445 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 4.61 3.89 2.87 1/179 32511
/proc/meminfo: memFree=1713484/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=171.47 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 1948 4233 35 20 0 1 0 290771681 8781377536 2076788 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6494 0 0
/proc/32445/statm: 2143891 2076788 217 439 0 2143448 0
Current children cumulated CPU time (s) 171.47
Current children cumulated vsize (KiB) 8584712
heavy processes:
  %CPU=21 pid=32501 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 32445 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 4.63 4.02 2.98 1/180 32512
/proc/meminfo: memFree=2009412/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 8781377536 2076534 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076534 217 439 0 2143448 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 8584712
heavy processes:
  %CPU=16 pid=32501 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 32445 6 506 18446744073709551615 

[startup+462.3 s]
/proc/loadavg: 5.12 4.26 3.12 2/180 32512
/proc/meminfo: memFree=3504900/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 8781377536 2076422 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076422 217 439 0 2143448 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 8584712
heavy processes:
  %CPU=12 pid=32501 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 32445 6 506 18446744073709551615 

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

[startup+466.4 s]
/proc/loadavg: 4.95 4.24 3.12 2/180 32512
/proc/meminfo: memFree=3416720/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 8781377536 2076422 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076422 217 439 0 2143448 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 8584712

[startup+468 s]
/proc/loadavg: 4.95 4.24 3.12 2/180 32512
/proc/meminfo: memFree=3405924/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 8781377536 2076422 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076422 217 439 0 2143448 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 8584712

[startup+468.807 s]
/proc/loadavg: 4.95 4.24 3.12 2/180 32512
/proc/meminfo: memFree=3405924/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 8781377536 2076422 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076422 217 439 0 2143448 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 8584712

[startup+469.2 s]
/proc/loadavg: 4.95 4.24 3.12 2/180 32512
/proc/meminfo: memFree=3405924/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=8575564 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) S 32444 32444 30566 0 -1 4204032 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 8781377536 2076422 33554432000 4194304 5990268 140733197044256 140733197036232 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 2143891 2076422 217 439 0 2143448 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 8584712

[startup+469.609 s]
/proc/loadavg: 4.95 4.24 3.12 2/180 32512
/proc/meminfo: memFree=3405924/32873648 swapFree=7116/7116
[pid=32444] ppid=32442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32444/stat : 32444 (npSolver-wbo.sh) S 32442 32444 30566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290771681 9367552 275 33554432000 4194304 5064252 140735621609520 140735621608432 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32444/statm: 2287 275 233 213 0 72 0
[pid=32445] ppid=32444 vsize=0 CPUtime=172.13 cores=1,3,5,7
/proc/32445/stat : 32445 (npSolver-wbo) R 32444 32444 30566 0 -1 4204036 297066 90996 0 0 10931 2014 4233 35 20 0 1 0 290771681 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 6494 0 0
/proc/32445/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 469.648
CPU time (s): 172.198
CPU user time (s): 151.651
CPU system time (s): 20.5469
CPU usage (%): 36.6653
Max. virtual memory (cumulated for all children) (KiB): 13632460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.651
system time used= 20.5469
maximum resident set size= 9391036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388437
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3199720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1763235
involuntary context switches= 384

runsolver used 0.697893 second user time and 1.92471 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 01:07:23
IDJOB=3713356
IDBENCH=79645
IDSOLVER=2294
FILE ID=node114/3713356-1338246442
RUNJOBID= node114-1338229693-30583
PBS_JOBID= 14624648
Free space on /tmp= 67828 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph06_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713356-1338246442/watcher-3713356-1338246442 -o /tmp/evaluation-result-3713356-1338246442/solver-3713356-1338246442 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713356-1338246442.wbo 1426471851 HOME HOME

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

MD5SUM BENCH= b42a0c18226ee2c23d631dce3f98019c
RANDOM SEED=1426471851

node114.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.242
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	: 5332.48
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.242
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.242
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	: 5451.90
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.242
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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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:        13452360 kB
Buffers:          851180 kB
Cached:          9392584 kB
SwapCached:         2104 kB
Active:          9548336 kB
Inactive:        8557564 kB
Active(anon):    7846972 kB
Inactive(anon):     7892 kB
Active(file):    1701364 kB
Inactive(file):  8549672 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103916 kB
Dirty:           5941404 kB
Writeback:         21968 kB
AnonPages:       7857864 kB
Mapped:            15224 kB
Shmem:               116 kB
Slab:            1161268 kB
SReclaimable:     599600 kB
SUnreclaim:       561668 kB
KernelStack:        1448 kB
PageTables:        19436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    8623340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7823360 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= 63988 MiB
End job on node114 at 2012-05-29 01:15:13