Trace number 3754824

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 (fixed)? (problem) 240.922 469.183

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUMea40a0e629962acadf81be421b26ca75
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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

7.60/7.64	c run usual solver
108.54/108.79	o 317292
108.54/108.79	c current bound: 158646
108.54/108.79	c fallback to adder encoding
236.62/236.85	terminate called after throwing an instance of 'std::bad_alloc'
236.62/236.85	  what():  std::bad_alloc
240.86/469.18	HOME/npSolver-wbo.sh: line 18: 29681 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-3754824-1339203971/watcher-3754824-1339203971 -o /tmp/evaluation-result-3754824-1339203971/solver-3754824-1339203971 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754824-1339203971.wbo 852728414 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.55 2.53 3/178 29680
/proc/meminfo: memFree=30310956/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0

[startup+0.051719 s]
/proc/loadavg: 2.02 2.55 2.53 3/178 29680
/proc/meminfo: memFree=30310956/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100315 s]
/proc/loadavg: 2.02 2.55 2.53 3/178 29680
/proc/meminfo: memFree=30310956/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300297 s]
/proc/loadavg: 2.02 2.55 2.53 3/178 29680
/proc/meminfo: memFree=30310956/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.02 2.55 2.53 3/178 29680
/proc/meminfo: memFree=30310956/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.02 2.55 2.53 3/180 29682
/proc/meminfo: memFree=30189892/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=225816 CPUtime=1.49 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) R 29680 29680 22577 0 -1 4202496 20872 0 0 0 143 6 0 0 20 0 1 0 386522660 231235584 44289 33554432000 4194304 6006132 140736688451856 140736688446536 4969855 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 56454 44289 139 443 0 56007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234964

[startup+3.10032 s]
/proc/loadavg: 2.02 2.54 2.52 3/180 29682
/proc/meminfo: memFree=30021332/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=483796 CPUtime=3.09 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) R 29680 29680 22577 0 -1 4202496 56394 0 0 0 293 16 0 0 20 0 1 0 386522660 495407104 110841 33554432000 4194304 6006132 140736688451856 140736688447208 4428372 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 120949 110841 148 443 0 120502 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 492944

[startup+6.30027 s]
/proc/loadavg: 2.02 2.54 2.52 3/180 29682
/proc/meminfo: memFree=29860684/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=483796 CPUtime=6.29 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) R 29680 29680 22577 0 -1 4202496 56394 0 0 0 613 16 0 0 20 0 1 0 386522660 495407104 110841 33554432000 4194304 6006132 140736688451856 140736688447208 4995728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 120949 110841 148 443 0 120502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 492944

[startup+12.7005 s]
/proc/loadavg: 2.02 2.52 2.52 3/182 29684
/proc/meminfo: memFree=29133704/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=530612 CPUtime=10.76 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4202496 56841 0 0 0 798 278 0 0 20 0 1 0 386522660 543346688 122529 33554432000 4194304 6006132 140736688451856 140736688444960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 132653 122529 155 443 0 132206 0
[pid=29683] ppid=29681 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29683/stat : 29683 (cp2_pre.sh) S 29681 29680 22577 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386523737 9367552 276 33554432000 4194304 5064252 140735732964960 140735732963664 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29683/statm: 2287 276 234 213 0 72 0
[pid=29684] ppid=29683 vsize=650500 CPUtime=1.91 cores=0,2,4,6
/proc/29684/stat : 29684 (coprocessor) R 29683 29680 22577 0 -1 4202496 37806 0 0 0 177 14 0 0 20 0 1 0 386523738 666112000 158962 33554432000 4194304 6586260 140733404454304 140733404450296 4789040 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/29684/statm: 162625 158962 179 584 0 162037 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1199408

[startup+25.5004 s]
/proc/loadavg: 2.01 2.51 2.51 3/182 29684
/proc/meminfo: memFree=29004312/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=530612 CPUtime=10.76 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4202496 56841 0 0 0 798 278 0 0 20 0 1 0 386522660 543346688 122529 33554432000 4194304 6006132 140736688451856 140736688444960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 132653 122529 155 443 0 132206 0
[pid=29683] ppid=29681 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29683/stat : 29683 (cp2_pre.sh) S 29681 29680 22577 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386523737 9367552 276 33554432000 4194304 5064252 140735732964960 140735732963664 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29683/statm: 2287 276 234 213 0 72 0
[pid=29684] ppid=29683 vsize=758768 CPUtime=14.71 cores=0,2,4,6
/proc/29684/stat : 29684 (coprocessor) R 29683 29680 22577 0 -1 4202496 41724 0 0 0 1455 16 0 0 20 0 1 0 386523738 776978432 187919 33554432000 4194304 6586260 140733404454304 140733404450168 5599454 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/29684/statm: 189692 187919 188 584 0 189104 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1307676

[startup+51.1004 s]
/proc/loadavg: 2.07 2.48 2.50 3/182 29684
/proc/meminfo: memFree=29018256/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=530612 CPUtime=10.76 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4202496 56841 0 0 0 798 278 0 0 20 0 1 0 386522660 543346688 122529 33554432000 4194304 6006132 140736688451856 140736688444960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 132653 122529 155 443 0 132206 0
[pid=29683] ppid=29681 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29683/stat : 29683 (cp2_pre.sh) S 29681 29680 22577 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386523737 9367552 276 33554432000 4194304 5064252 140735732964960 140735732963664 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29683/statm: 2287 276 234 213 0 72 0
[pid=29684] ppid=29683 vsize=762200 CPUtime=40.31 cores=0,2,4,6
/proc/29684/stat : 29684 (coprocessor) R 29683 29680 22577 0 -1 4202496 42591 0 0 0 4015 16 0 0 20 0 1 0 386523738 780492800 188786 33554432000 4194304 6586260 140733404454304 140733404449896 5599555 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/29684/statm: 190550 188786 188 584 0 189962 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1311108

[startup+102.307 s]
/proc/loadavg: 2.03 2.40 2.47 3/182 29684
/proc/meminfo: memFree=29010068/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=530612 CPUtime=10.76 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4202496 56841 0 0 0 798 278 0 0 20 0 1 0 386522660 543346688 122529 33554432000 4194304 6006132 140736688451856 140736688444960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29681/statm: 132653 122529 155 443 0 132206 0
[pid=29683] ppid=29681 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29683/stat : 29683 (cp2_pre.sh) S 29681 29680 22577 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386523737 9367552 276 33554432000 4194304 5064252 140735732964960 140735732963664 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29683/statm: 2287 276 234 213 0 72 0
[pid=29684] ppid=29683 vsize=763256 CPUtime=91.5 cores=0,2,4,6
/proc/29684/stat : 29684 (coprocessor) R 29683 29680 22577 0 -1 4202496 42864 0 0 0 9134 16 0 0 20 0 1 0 386523738 781574144 189059 33554432000 4194304 6586260 140733404454304 140733404449896 5599579 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/29684/statm: 190814 189059 188 584 0 190226 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1312164

[startup+162.3 s]
/proc/loadavg: 2.01 2.32 2.44 3/180 29693
/proc/meminfo: memFree=24351252/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=6170996 CPUtime=162.13 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) R 29680 29680 22577 0 -1 4202496 381344 91275 0 0 6024 577 9563 49 20 0 1 0 386522660 6319099904 1473965 33554432000 4194304 6006132 140736688451856 140736688444216 4208462 0 0 4096 0 0 0 0 17 2 0 0 12 0 0
/proc/29681/statm: 1542749 1473965 176 443 0 1542302 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 6180144

[startup+222.3 s]
/proc/loadavg: 2.00 2.26 2.41 3/180 29693
/proc/meminfo: memFree=19899408/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=10430836 CPUtime=222.12 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) R 29680 29680 22577 0 -1 4202496 386579 91275 0 0 11886 714 9563 49 20 0 1 0 386522660 10681176064 2580910 33554432000 4194304 6006132 140736688451856 140736688443896 4582401 0 0 4096 0 0 0 0 17 2 0 0 12 0 0
/proc/29681/statm: 2607709 2580910 224 443 0 2607262 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 10439984

[startup+282.3 s]
/proc/loadavg: 3.30 2.55 2.50 2/182 29697
/proc/meminfo: memFree=12495068/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=238.88 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 943 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 238.88
Current children cumulated vsize (KiB) 9026680

[startup+342.3 s]
/proc/loadavg: 3.77 2.83 2.59 1/172 29722
/proc/meminfo: memFree=9872512/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.44 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1099 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.44
Current children cumulated vsize (KiB) 9026680
heavy processes:
  %CPU=22 pid=29697 uid=0 cmd=

[startup+402.3 s]
/proc/loadavg: 3.96 3.05 2.68 1/172 29722
/proc/meminfo: memFree=9098380/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680
heavy processes:
  %CPU=15 pid=29697 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 29681 6 506 18446744073709551615 

[startup+462.3 s]
/proc/loadavg: 3.98 3.22 2.76 1/172 29723
/proc/meminfo: memFree=9100108/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680
heavy processes:
  %CPU=11 pid=29697 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 29681 6 506 18446744073709551615 

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

[startup+465 s]
/proc/loadavg: 3.98 3.22 2.76 2/172 29723
/proc/meminfo: memFree=9136688/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680

[startup+466.6 s]
/proc/loadavg: 3.98 3.22 2.76 1/172 29723
/proc/meminfo: memFree=9138920/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680

[startup+468.2 s]
/proc/loadavg: 3.90 3.22 2.76 1/172 29723
/proc/meminfo: memFree=9140284/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680

[startup+468.606 s]
/proc/loadavg: 3.90 3.22 2.76 1/172 29723
/proc/meminfo: memFree=9140364/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680

[startup+469 s]
/proc/loadavg: 3.90 3.22 2.76 1/172 29723
/proc/meminfo: memFree=9140364/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680

[startup+469.1 s]
/proc/loadavg: 3.90 3.22 2.76 1/172 29723
/proc/meminfo: memFree=9140364/32873852 swapFree=6864/6864
[pid=29680] ppid=29678 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29680/stat : 29680 (npSolver-wbo.sh) S 29678 29680 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386522660 9367552 275 33554432000 4194304 5064252 140734414858736 140734414857648 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29680/statm: 2287 275 233 213 0 72 0
[pid=29681] ppid=29680 vsize=9017532 CPUtime=240.86 cores=0,2,4,6
/proc/29681/stat : 29681 (npSolver-wbo) S 29680 29680 22577 0 -1 4204032 386585 91275 0 0 13333 1141 9563 49 20 0 1 0 386522660 9233952768 2227994 33554432000 4194304 6006132 140736688451856 140736688443800 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12 0 0
/proc/29681/statm: 2254383 2227994 229 443 0 2253936 0
Current children cumulated CPU time (s) 240.86
Current children cumulated vsize (KiB) 9026680

Child status: 0
Real time (s): 469.183
CPU time (s): 240.922
CPU user time (s): 228.969
CPU system time (s): 11.9532
CPU usage (%): 51.3494
Max. virtual memory (cumulated for all children) (KiB): 14568752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.969
system time used= 11.9532
maximum resident set size= 10323640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 266896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1567671
involuntary context switches= 287

runsolver used 1.55276 second user time and 4.5903 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-09 03:06:12
IDJOB=3754824
IDBENCH=79646
IDSOLVER=2339
FILE ID=node129/3754824-1339203971
RUNJOBID= node129-1339183060-23990
PBS_JOBID= 14643830
Free space on /tmp= 70572 MiB

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

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

MD5SUM BENCH= ea40a0e629962acadf81be421b26ca75
RANDOM SEED=852728414

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        30310964 kB
Buffers:          368388 kB
Cached:           508052 kB
SwapCached:         2008 kB
Active:          1403028 kB
Inactive:         233440 kB
Active(anon):     758048 kB
Inactive(anon):     4180 kB
Active(file):     644980 kB
Inactive(file):   229260 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             38800 kB
Writeback:             0 kB
AnonPages:        789504 kB
Mapped:             9824 kB
Shmem:                 0 kB
Slab:             762216 kB
SReclaimable:     204060 kB
SUnreclaim:       558156 kB
KernelStack:        1520 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1086684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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= 64456 MiB
End job on node129 at 2012-06-09 03:14:01