Trace number 3754823

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) 284.924 491.789

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reduc_wcsp.wbo
MD5SUMe8a3fc4e5070ef9b31eb0b16df3c02d4
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 variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
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.69/7.77	c run usual solver
150.18/150.41	o 317292
150.18/150.41	c current bound: 158646
150.18/150.41	c fallback to adder encoding
282.30/284.54	terminate called after throwing an instance of 'std::bad_alloc'
282.30/284.54	  what():  std::bad_alloc
284.84/491.78	HOME/npSolver-wbo.sh: line 18: 30594 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-3754823-1339203904/watcher-3754823-1339203904 -o /tmp/evaluation-result-3754823-1339203904/solver-3754823-1339203904 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754823-1339203904.wbo 1147982712 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.07 2.53 2.36 3/180 30593
/proc/meminfo: memFree=28302324/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0

[startup+0.104905 s]
/proc/loadavg: 2.07 2.53 2.36 3/180 30593
/proc/meminfo: memFree=28302324/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200369 s]
/proc/loadavg: 2.07 2.53 2.36 3/180 30593
/proc/meminfo: memFree=28302324/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300382 s]
/proc/loadavg: 2.07 2.53 2.36 3/180 30593
/proc/meminfo: memFree=28302324/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700305 s]
/proc/loadavg: 2.07 2.53 2.36 3/180 30593
/proc/meminfo: memFree=28302324/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/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.07 2.53 2.36 3/182 30595
/proc/meminfo: memFree=28166264/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=224364 CPUtime=1.49 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) R 30593 30593 23680 0 -1 4202496 20656 0 0 0 141 8 0 0 20 0 1 0 386519074 229748736 43561 33554432000 4194304 6006132 140734246248976 140734246244536 4969855 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 56091 43562 139 443 0 55644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 233512

[startup+3.10039 s]
/proc/loadavg: 2.07 2.52 2.36 3/182 30595
/proc/meminfo: memFree=27943360/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=483796 CPUtime=3.08 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) R 30593 30593 23680 0 -1 4202496 56844 0 0 0 290 18 0 0 20 0 1 0 386519074 495407104 110800 33554432000 4194304 6006132 140734246248976 140734246243208 4416720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 120949 110800 148 443 0 120502 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 492944

[startup+6.30027 s]
/proc/loadavg: 2.07 2.52 2.36 3/182 30595
/proc/meminfo: memFree=27857712/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=483796 CPUtime=6.29 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) R 30593 30593 23680 0 -1 4202496 56844 0 0 0 610 19 0 0 20 0 1 0 386519074 495407104 110800 33554432000 4194304 6006132 140734246248976 140734246244328 4537098 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 120949 110800 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.06 2.51 2.35 3/184 30597
/proc/meminfo: memFree=27137732/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=530616 CPUtime=10.78 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4202496 57494 0 0 0 805 273 0 0 20 0 1 0 386519074 543350784 122180 33554432000 4194304 6006132 140734246248976 140734246242080 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 132654 122180 155 443 0 132207 0
[pid=30596] ppid=30594 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30596/stat : 30596 (cp2_pre.sh) S 30594 30593 23680 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386520152 9367552 276 33554432000 4194304 5064252 140733936640320 140733936639024 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30596/statm: 2287 276 234 213 0 72 0
[pid=30597] ppid=30596 vsize=650500 CPUtime=1.89 cores=1,3,5,7
/proc/30597/stat : 30597 (coprocessor) R 30596 30593 23680 0 -1 4202496 37866 0 0 0 172 17 0 0 20 0 1 0 386520154 666112000 158921 33554432000 4194304 6586260 140737076057008 140737076053000 4775781 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/30597/statm: 162625 158921 173 584 0 162037 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1199412

[startup+25.5004 s]
/proc/loadavg: 2.11 2.50 2.35 3/184 30597
/proc/meminfo: memFree=27024236/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=530616 CPUtime=10.78 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4202496 57494 0 0 0 805 273 0 0 20 0 1 0 386519074 543350784 122180 33554432000 4194304 6006132 140734246248976 140734246242080 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 132654 122180 155 443 0 132207 0
[pid=30596] ppid=30594 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30596/stat : 30596 (cp2_pre.sh) S 30594 30593 23680 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386520152 9367552 276 33554432000 4194304 5064252 140733936640320 140733936639024 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30596/statm: 2287 276 234 213 0 72 0
[pid=30597] ppid=30596 vsize=758768 CPUtime=14.69 cores=1,3,5,7
/proc/30597/stat : 30597 (coprocessor) R 30596 30593 23680 0 -1 4202496 41790 0 0 0 1449 20 0 0 20 0 1 0 386520154 776978432 187884 33554432000 4194304 6586260 140737076057008 140737076052872 5599447 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/30597/statm: 189692 187884 188 584 0 189104 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1307680

[startup+51.1004 s]
/proc/loadavg: 2.14 2.48 2.35 3/184 30597
/proc/meminfo: memFree=27017664/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=530616 CPUtime=10.78 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4202496 57494 0 0 0 805 273 0 0 20 0 1 0 386519074 543350784 122180 33554432000 4194304 6006132 140734246248976 140734246242080 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 132654 122180 155 443 0 132207 0
[pid=30596] ppid=30594 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30596/stat : 30596 (cp2_pre.sh) S 30594 30593 23680 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386520152 9367552 276 33554432000 4194304 5064252 140733936640320 140733936639024 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30596/statm: 2287 276 234 213 0 72 0
[pid=30597] ppid=30596 vsize=761408 CPUtime=40.28 cores=1,3,5,7
/proc/30597/stat : 30597 (coprocessor) R 30596 30593 23680 0 -1 4202496 42456 0 0 0 4008 20 0 0 20 0 1 0 386520154 779681792 188550 33554432000 4194304 6586260 140737076057008 140737076052376 5599492 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/30597/statm: 190352 188550 188 584 0 189764 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1310320

[startup+102.3 s]
/proc/loadavg: 2.09 2.41 2.33 3/184 30734
/proc/meminfo: memFree=26587468/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=530616 CPUtime=10.78 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4202496 57494 0 0 0 805 273 0 0 20 0 1 0 386519074 543350784 122180 33554432000 4194304 6006132 140734246248976 140734246242080 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30594/statm: 132654 122180 155 443 0 132207 0
[pid=30596] ppid=30594 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30596/stat : 30596 (cp2_pre.sh) S 30594 30593 23680 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386520152 9367552 276 33554432000 4194304 5064252 140733936640320 140733936639024 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30596/statm: 2287 276 234 213 0 72 0
[pid=30597] ppid=30596 vsize=762728 CPUtime=91.48 cores=1,3,5,7
/proc/30597/stat : 30597 (coprocessor) R 30596 30593 23680 0 -1 4202496 42781 0 0 0 9128 20 0 0 20 0 1 0 386520154 781033472 188875 33554432000 4194304 6586260 140737076057008 140737076052600 5599492 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/30597/statm: 190682 188875 188 584 0 190094 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1311640

[startup+162.3 s]
/proc/loadavg: 2.04 2.34 2.31 3/180 30744
/proc/meminfo: memFree=19557380/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=3025268 CPUtime=162.11 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) R 30593 30593 23680 0 -1 4202496 378508 93440 0 0 1958 489 13707 57 20 0 1 0 386519074 3097874432 635126 33554432000 4194304 6006132 140734246248976 140734246241336 4583695 0 0 4096 0 0 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 756317 635126 176 443 0 755870 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 3034416

[startup+222.307 s]
/proc/loadavg: 2.01 2.27 2.29 3/180 30745
/proc/meminfo: memFree=10949212/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=10365300 CPUtime=220.24 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) R 30593 30593 23680 0 -1 4202496 409240 93440 0 0 7285 975 13707 57 20 0 1 0 386519074 10614067200 1705718 33554432000 4194304 6006132 140734246248976 140734246241336 4583783 0 0 4096 0 0 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2591325 1705718 176 443 0 2590878 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 10374448

[startup+282.3 s]
/proc/loadavg: 3.24 2.52 2.37 2/181 30746
/proc/meminfo: memFree=832392/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=10430836 CPUtime=280.1 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) R 30593 30593 23680 0 -1 4202496 414550 93440 0 0 13163 1083 13707 57 20 0 1 0 386519074 10681176064 2580542 33554432000 4194304 6006132 140734246248976 140734246241368 4582401 0 0 4096 0 0 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2607709 2580542 224 443 0 2607262 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 10439984

[startup+342.3 s]
/proc/loadavg: 3.84 2.83 2.48 1/183 30750
/proc/meminfo: memFree=430324/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=283.29 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1186 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 283.29
Current children cumulated vsize (KiB) 9026684

[startup+402.3 s]
/proc/loadavg: 3.99 3.06 2.58 1/182 30750
/proc/meminfo: memFree=198088/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.11 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1268 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.11
Current children cumulated vsize (KiB) 9026684
heavy processes:
  %CPU=10 pid=30746 uid=0 cmd=

[startup+462.3 s]
/proc/loadavg: 4.57 3.38 2.72 1/182 30750
/proc/meminfo: memFree=208172/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684
heavy processes:

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

[startup+477.1 s]
/proc/loadavg: 4.66 3.46 2.75 1/182 30750
/proc/meminfo: memFree=210512/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

[startup+483.5 s]
/proc/loadavg: 4.72 3.51 2.78 2/182 30750
/proc/meminfo: memFree=210512/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

[startup+486.7 s]
/proc/loadavg: 4.72 3.51 2.78 1/182 30750
/proc/meminfo: memFree=210512/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

[startup+489.9 s]
/proc/loadavg: 4.74 3.54 2.79 1/182 30750
/proc/meminfo: memFree=212868/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

[startup+490.7 s]
/proc/loadavg: 4.74 3.54 2.79 1/182 30750
/proc/meminfo: memFree=212868/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

[startup+491.5 s]
/proc/loadavg: 4.74 3.54 2.79 1/182 30750
/proc/meminfo: memFree=212992/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

[startup+491.7 s]
/proc/loadavg: 4.74 3.54 2.79 1/182 30750
/proc/meminfo: memFree=212992/32873844 swapFree=7372/7372
[pid=30593] ppid=30591 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30593/stat : 30593 (npSolver-wbo.sh) S 30591 30593 23680 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386519074 9367552 275 33554432000 4194304 5064252 140735266420080 140735266418992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30593/statm: 2287 275 233 213 0 72 0
[pid=30594] ppid=30593 vsize=9017536 CPUtime=284.84 cores=1,3,5,7
/proc/30594/stat : 30594 (npSolver-wbo) S 30593 30593 23680 0 -1 4204032 414556 93440 0 0 13379 1341 13707 57 20 0 1 0 386519074 9233956864 2227648 33554432000 4194304 6006132 140734246248976 140734246240920 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 14 0 0
/proc/30594/statm: 2254384 2227648 229 443 0 2253937 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 9026684

Child status: 0
Real time (s): 491.789
CPU time (s): 284.924
CPU user time (s): 270.872
CPU system time (s): 14.0519
CPU usage (%): 57.9362
Max. virtual memory (cumulated for all children) (KiB): 14568752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.872
system time used= 14.0519
maximum resident set size= 10322168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1526336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 602504
involuntary context switches= 678

runsolver used 0.799878 second user time and 2.36064 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-09 03:05:05
IDJOB=3754823
IDBENCH=79641
IDSOLVER=2339
FILE ID=node109/3754823-1339203904
RUNJOBID= node109-1339184685-24918
PBS_JOBID= 14643833
Free space on /tmp= 70376 MiB

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

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

MD5SUM BENCH= e8a3fc4e5070ef9b31eb0b16df3c02d4
RANDOM SEED=1147982712

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28302580 kB
Buffers:         1866596 kB
Cached:          1454116 kB
SwapCached:         1336 kB
Active:          2987996 kB
Inactive:         599204 kB
Active(anon):     262484 kB
Inactive(anon):     5328 kB
Active(file):    2725512 kB
Inactive(file):   593876 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             38704 kB
Writeback:             0 kB
AnonPages:        373892 kB
Mapped:            10552 kB
Shmem:                 4 kB
Slab:             843732 kB
SReclaimable:     285392 kB
SUnreclaim:       558340 kB
KernelStack:        1496 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     476992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 63124 MiB
End job on node109 at 2012-06-09 03:13:17