Trace number 3754193

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (problem) 168.499 672.977

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08reduc_wcsp.wbo
MD5SUMa57c8a6c45b3bda1a2096d1102135404
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 variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
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

11.59/11.60	c run usual solver
32.52/32.61	o 8327
32.52/32.61	c current bound: 4163
32.52/32.61	c fallback to adder encoding
163.57/163.60	terminate called after throwing an instance of 'std::bad_alloc'
163.57/163.60	  what():  std::bad_alloc
168.40/672.97	HOME/npSolver-wbo-I.sh: line 18:  2572 Aborted                 (core dumped) ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3754193-1339200534/watcher-3754193-1339200534 -o /tmp/evaluation-result-3754193-1339200534/solver-3754193-1339200534 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754193-1339200534.wbo 470373281 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2571
/proc/meminfo: memFree=27686456/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0

[startup+0.0431479 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2571
/proc/meminfo: memFree=27686456/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2571
/proc/meminfo: memFree=27686456/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300329 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2571
/proc/meminfo: memFree=27686456/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2571
/proc/meminfo: memFree=27686456/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2573
/proc/meminfo: memFree=26776184/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=223828 CPUtime=1.49 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 20932 0 0 0 141 8 0 0 20 0 1 0 30020462 229199872 42816 33554432000 4194304 6006132 140735524408832 140735524403896 4969855 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 55957 42817 139 443 0 55510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232976

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2575
/proc/meminfo: memFree=27645920/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=451952 CPUtime=3.09 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 38027 0 0 0 294 15 0 0 20 0 1 0 30020462 462798848 88462 33554432000 4194304 6006132 140735524408832 140735524403896 4399816 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 112988 88463 139 443 0 112541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 461100

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2575
/proc/meminfo: memFree=26644772/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=583176 CPUtime=6.29 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 81472 0 0 0 601 28 0 0 20 0 1 0 30020462 597172224 145391 33554432000 4194304 6006132 140735524408832 140735524404504 4714540 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 145794 145391 148 443 0 145347 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 592324

[startup+12.7002 s]
/proc/loadavg: 2.23 2.05 2.02 3/183 2575
/proc/meminfo: memFree=25251696/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=726796 CPUtime=12.69 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 83715 0 0 0 1142 127 0 0 20 0 1 0 30020462 744239104 174182 33554432000 4194304 6006132 140735524408832 140735524402088 5192048 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 181699 174182 153 443 0 181252 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 735944

[startup+25.5005 s]
/proc/loadavg: 2.58 2.13 2.04 3/185 2580
/proc/meminfo: memFree=22075884/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=726796 CPUtime=18.85 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4202496 83725 16805 0 0 1212 438 217 18 20 0 1 0 30020462 744239104 174184 33554432000 4194304 6006132 140735524408832 140735524403024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 181699 174184 155 443 0 181252 0
[pid=2579] ppid=2572 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2579/stat : 2579 (satsolver.sh) S 2572 2571 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30022348 9367552 266 33554432000 4194304 5064252 140736804232688 140736804231600 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2579/statm: 2287 266 226 213 0 72 0
[pid=2580] ppid=2579 vsize=450048 CPUtime=6.62 cores=1,3,5,7
/proc/2580/stat : 2580 (glucose) R 2579 2571 30631 0 -1 4202496 48836 0 0 0 648 14 0 0 20 0 1 0 30022350 460849152 98492 33554432000 4194304 5208918 140735860058976 140735860056936 4229259 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2580/statm: 112512 98492 102 248 0 112261 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1195140

[startup+51.1003 s]
/proc/loadavg: 3.06 2.28 2.09 3/183 2586
/proc/meminfo: memFree=20863972/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=4503980 CPUtime=51.08 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 416192 74900 0 0 3027 763 1262 56 20 0 1 0 30020462 4612075520 852739 33554432000 4194304 6006132 140735524408832 140735524401544 4619222 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 1125995 852739 176 443 0 1125548 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4513128

[startup+102.3 s]
/proc/loadavg: 2.49 2.26 2.09 3/184 2589
/proc/meminfo: memFree=16858028/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10795436 CPUtime=102.27 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 422262 74900 0 0 7982 927 1262 56 20 0 1 0 30020462 11054526464 1864451 33554432000 4194304 6006132 140735524408832 140735524401192 4535954 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 2698859 1864451 176 443 0 2698412 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10804584

[startup+162.3 s]
/proc/loadavg: 2.18 2.21 2.09 3/183 2589
/proc/meminfo: memFree=13553936/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10860972 CPUtime=162.26 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4202496 423971 74900 0 0 13931 977 1262 56 20 0 1 0 30020462 11121635328 2682225 33554432000 4194304 6006132 140735524408832 140735524400888 4580552 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 2715243 2682225 224 443 0 2714796 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 10870120

[startup+222.3 s]
/proc/loadavg: 3.87 2.67 2.25 2/184 2590
/proc/meminfo: memFree=5854332/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=165.99 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1219 1262 56 20 0 1 0 30020462 10709045248 2590704 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590704 229 443 0 2614066 0
Current children cumulated CPU time (s) 165.99
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=21 pid=2590 uid=0 cmd=

[startup+282.3 s]
/proc/loadavg: 4.26 3.00 2.39 2/184 2590
/proc/meminfo: memFree=4315288/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=166.51 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1271 1262 56 20 0 1 0 30020462 10709045248 2590704 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2572/statm: 2614513 2590704 229 443 0 2614066 0
Current children cumulated CPU time (s) 166.51
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=13 pid=2590 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 2572 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 4.65 3.33 2.54 2/183 2590
/proc/meminfo: memFree=2491452/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=167.12 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1332 1262 56 20 0 1 0 30020462 10709045248 2590704 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 2614513 2590704 229 443 0 2614066 0
Current children cumulated CPU time (s) 167.12
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=10 pid=2590 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 2572 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 4.87 3.63 2.69 2/184 2591
/proc/meminfo: memFree=620772/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=167.6 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1380 1262 56 20 0 1 0 30020462 10709045248 2590704 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2572/statm: 2614513 2590704 229 443 0 2614066 0
Current children cumulated CPU time (s) 167.6
Current children cumulated vsize (KiB) 10467200
heavy processes:

[startup+462.3 s]
/proc/loadavg: 4.67 3.82 2.81 2/184 2591
/proc/meminfo: memFree=203196/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.22 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1442 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.22
Current children cumulated vsize (KiB) 10467200
heavy processes:

[startup+522.3 s]
/proc/loadavg: 4.84 4.01 2.94 2/184 2591
/proc/meminfo: memFree=282244/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200
heavy processes:

[startup+582.3 s]
/proc/loadavg: 4.94 4.19 3.07 2/184 2591
/proc/meminfo: memFree=282992/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200
heavy processes:

[startup+642.3 s]
/proc/loadavg: 4.98 4.33 3.18 2/184 2591
/proc/meminfo: memFree=293332/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200
heavy processes:

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

[startup+647.9 s]
/proc/loadavg: 4.98 4.35 3.19 2/184 2591
/proc/meminfo: memFree=292712/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200

[startup+660.7 s]
/proc/loadavg: 4.98 4.37 3.21 2/184 2592
/proc/meminfo: memFree=292464/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200

[startup+667.1 s]
/proc/loadavg: 4.98 4.39 3.23 2/184 2592
/proc/meminfo: memFree=295076/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200

[startup+670.3 s]
/proc/loadavg: 4.98 4.39 3.23 2/185 2593
/proc/meminfo: memFree=295440/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200

[startup+671.9 s]
/proc/loadavg: 4.98 4.40 3.24 2/185 2593
/proc/meminfo: memFree=295316/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200

[startup+672.7 s]
/proc/loadavg: 4.98 4.40 3.24 3/185 2593
/proc/meminfo: memFree=338716/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=10458052 CPUtime=168.35 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) S 2571 2571 30631 0 -1 4204032 423977 74900 0 0 14062 1455 1262 56 20 0 1 0 30020462 10709045248 2590633 33554432000 4194304 6006132 140735524408832 140735524400776 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 2614513 2590633 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.35
Current children cumulated vsize (KiB) 10467200

[startup+672.9 s]
/proc/loadavg: 4.98 4.40 3.24 3/185 2593
/proc/meminfo: memFree=338716/32873844 swapFree=7132/7132
[pid=2571] ppid=2569 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2571/stat : 2571 (npSolver-wbo-I.) S 2569 2571 30631 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30020462 9367552 274 33554432000 4194304 5064252 140734858973616 140734858972528 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2571/statm: 2287 274 233 213 0 72 0
[pid=2572] ppid=2571 vsize=0 CPUtime=168.4 cores=1,3,5,7
/proc/2572/stat : 2572 (npSolver-wbo) R 2571 2571 30631 0 -1 4204036 423977 74900 0 0 14062 1460 1262 56 20 0 1 0 30020462 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2572/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 168.4
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 672.977
CPU time (s): 168.499
CPU user time (s): 153.256
CPU system time (s): 15.2437
CPU usage (%): 25.0379
Max. virtual memory (cumulated for all children) (KiB): 14998888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.256
system time used= 15.2437
maximum resident set size= 10730508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1763072
involuntary context switches= 290

runsolver used 1.22881 second user time and 3.60245 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-09 02:08:54
IDJOB=3754193
IDBENCH=79561
IDSOLVER=2338
FILE ID=node132/3754193-1339200534
RUNJOBID= node132-1339183086-32182
PBS_JOBID= 14643810
Free space on /tmp= 70692 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754193-1339200534/watcher-3754193-1339200534 -o /tmp/evaluation-result-3754193-1339200534/solver-3754193-1339200534 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754193-1339200534.wbo 470373281 HOME HOME

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

MD5SUM BENCH= a57c8a6c45b3bda1a2096d1102135404
RANDOM SEED=470373281

node132.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.213
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.42
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.56
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27699756 kB
Buffers:          242220 kB
Cached:           492064 kB
SwapCached:         2656 kB
Active:          3965532 kB
Inactive:         379088 kB
Active(anon):    3596476 kB
Inactive(anon):    11868 kB
Active(file):     369056 kB
Inactive(file):   367220 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67106200 kB
Dirty:            367480 kB
Writeback:             0 kB
AnonPages:       3573968 kB
Mapped:            12264 kB
Shmem:               208 kB
Slab:             681460 kB
SReclaimable:     123600 kB
SUnreclaim:       557860 kB
KernelStack:        1488 kB
PageTables:        10920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4073056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3506176 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= 62020 MiB
End job on node132 at 2012-06-09 02:20:08