Trace number 3753437

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (problem) 251.218 556.964

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.49/7.60	c run usual solver
108.21/108.40	o 317292
108.21/108.40	c fallback to adder encoding
245.61/283.67	terminate called after throwing an instance of 'std::bad_alloc'
245.61/283.67	  what():  std::bad_alloc
251.14/556.96	HOME/npSolver-wbo-Itd.sh: line 18: 15231 Aborted                 (core dumped) ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753437-1339208059/watcher-3753437-1339208059 -o /tmp/evaluation-result-3753437-1339208059/solver-3753437-1339208059 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753437-1339208059.wbo 1592054272 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.00 2.00 1.99 2/173 15230
/proc/meminfo: memFree=23645928/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0

[startup+0.0620871 s]
/proc/loadavg: 2.00 2.00 1.99 2/173 15230
/proc/meminfo: memFree=23645928/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.00 2.00 1.99 2/173 15230
/proc/meminfo: memFree=23645928/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 2.00 2.00 1.99 2/173 15230
/proc/meminfo: memFree=23645928/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 2.00 1.99 2/173 15230
/proc/meminfo: memFree=23645928/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 15243
/proc/meminfo: memFree=23444264/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=225420 CPUtime=1.49 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) R 15230 15230 15040 0 -1 4202496 21142 0 0 0 142 7 0 0 20 0 1 0 386930037 230830080 44050 33554432000 4194304 6006132 140735280007008 140735280001560 4969855 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 56355 44050 139 443 0 55908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234568

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 15243
/proc/meminfo: memFree=23160236/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=483796 CPUtime=3.09 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) R 15230 15230 15040 0 -1 4202496 57414 0 0 0 293 16 0 0 20 0 1 0 386930037 495407104 111183 33554432000 4194304 6006132 140735280007008 140735280002872 4410530 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 120949 111183 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.00 2.00 1.99 3/179 15243
/proc/meminfo: memFree=22523928/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=483796 CPUtime=6.29 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) R 15230 15230 15040 0 -1 4202496 57414 0 0 0 613 16 0 0 20 0 1 0 386930037 495407104 111183 33554432000 4194304 6006132 140735280007008 140735280002360 4488229 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 120949 111183 148 443 0 120502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 492944

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.99 3/181 15245
/proc/meminfo: memFree=21634312/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=530616 CPUtime=10.58 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4202496 58064 0 0 0 793 265 0 0 20 0 1 0 386930037 543350784 122563 33554432000 4194304 6006132 140735280007008 140735280000112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 132654 122563 155 443 0 132207 0
[pid=15244] ppid=15231 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15244/stat : 15244 (cp2_pre.sh) S 15231 15230 15040 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386931095 9367552 276 33554432000 4194304 5064252 140733672939344 140733672938048 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 2287 276 234 213 0 72 0
[pid=15245] ppid=15244 vsize=650500 CPUtime=2.09 cores=0,2,4,6
/proc/15245/stat : 15245 (coprocessor) R 15244 15230 15040 0 -1 4202496 37359 0 0 0 195 14 0 0 20 0 1 0 386931096 666112000 158926 33554432000 4194304 6586260 140736983396848 140736983392872 5432672 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15245/statm: 162625 158926 179 584 0 162037 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1199412

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 15250
/proc/meminfo: memFree=21017988/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=530616 CPUtime=10.58 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4202496 58064 0 0 0 793 265 0 0 20 0 1 0 386930037 543350784 122563 33554432000 4194304 6006132 140735280007008 140735280000112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 132654 122563 155 443 0 132207 0
[pid=15244] ppid=15231 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15244/stat : 15244 (cp2_pre.sh) S 15231 15230 15040 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386931095 9367552 276 33554432000 4194304 5064252 140733672939344 140733672938048 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 2287 276 234 213 0 72 0
[pid=15245] ppid=15244 vsize=758768 CPUtime=14.88 cores=0,2,4,6
/proc/15245/stat : 15245 (coprocessor) R 15244 15230 15040 0 -1 4202496 41789 0 0 0 1472 16 0 0 20 0 1 0 386931096 776978432 187884 33554432000 4194304 6586260 140736983396848 140736983392712 5599454 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/15245/statm: 189692 187884 188 584 0 189104 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1307680

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.00 3/181 15255
/proc/meminfo: memFree=18006308/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=530616 CPUtime=10.58 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4202496 58064 0 0 0 793 265 0 0 20 0 1 0 386930037 543350784 122563 33554432000 4194304 6006132 140735280007008 140735280000112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 132654 122563 155 443 0 132207 0
[pid=15244] ppid=15231 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15244/stat : 15244 (cp2_pre.sh) S 15231 15230 15040 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386931095 9367552 276 33554432000 4194304 5064252 140733672939344 140733672938048 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 2287 276 234 213 0 72 0
[pid=15245] ppid=15244 vsize=762068 CPUtime=40.47 cores=0,2,4,6
/proc/15245/stat : 15245 (coprocessor) R 15244 15230 15040 0 -1 4202496 42645 0 0 0 4031 16 0 0 20 0 1 0 386931096 780357632 188740 33554432000 4194304 6586260 140736983396848 140736983392216 5599454 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15245/statm: 190517 188740 188 584 0 189929 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1310980

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 15256
/proc/meminfo: memFree=14271908/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=530616 CPUtime=10.58 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4202496 58064 0 0 0 793 265 0 0 20 0 1 0 386930037 543350784 122563 33554432000 4194304 6006132 140735280007008 140735280000112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15231/statm: 132654 122563 155 443 0 132207 0
[pid=15244] ppid=15231 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15244/stat : 15244 (cp2_pre.sh) S 15231 15230 15040 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 386931095 9367552 276 33554432000 4194304 5064252 140733672939344 140733672938048 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 2287 276 234 213 0 72 0
[pid=15245] ppid=15244 vsize=763260 CPUtime=91.68 cores=0,2,4,6
/proc/15245/stat : 15245 (coprocessor) R 15244 15230 15040 0 -1 4202496 43688 0 0 0 9150 18 0 0 20 0 1 0 386931096 781578240 189024 33554432000 4194304 6586260 140736983396848 140736983392440 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15245/statm: 190815 189024 192 584 0 190227 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1312172

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15264
/proc/meminfo: memFree=9597020/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=6170996 CPUtime=162.14 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) R 15230 15230 15040 0 -1 4202496 383866 91061 0 0 6061 561 9544 48 20 0 1 0 386930037 6319099904 1482739 33554432000 4194304 6006132 140735280007008 140735279999352 4537189 0 0 4096 0 0 0 0 17 4 0 0 11 0 0
/proc/15231/statm: 1542749 1482739 176 443 0 1542302 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 6180144

[startup+222.3 s]
/proc/loadavg: 2.79 2.23 2.07 1/181 15266
/proc/meminfo: memFree=1372388/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=10365300 CPUtime=201.79 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) D 15230 15230 15040 0 -1 12591104 403727 91061 0 0 9751 836 9544 48 20 0 1 0 386930037 10614067200 2227785 33554432000 4194304 6006132 140735280007008 140735279999352 5056745 0 0 4096 0 18446744071580543392 0 0 17 2 0 0 1866 0 0
/proc/15231/statm: 2591325 2227785 176 443 0 2590878 0
Current children cumulated CPU time (s) 201.79
Current children cumulated vsize (KiB) 10374448

[startup+282.3 s]
/proc/loadavg: 2.73 2.34 2.12 2/181 15266
/proc/meminfo: memFree=2324072/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=10430836 CPUtime=244.32 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) R 15230 15230 15040 0 -1 4202496 450234 91061 0 0 13565 1275 9544 48 20 0 1 0 386930037 10681176064 2565240 33554432000 4194304 6006132 140735280007008 140735279999032 4580492 0 0 4096 0 0 0 0 17 0 0 0 3320 0 0
/proc/15231/statm: 2607709 2565240 224 443 0 2607262 0
Current children cumulated CPU time (s) 244.32
Current children cumulated vsize (KiB) 10439984

[startup+342.3 s]
/proc/loadavg: 4.06 2.77 2.28 1/183 15268
/proc/meminfo: memFree=236540/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=248.5 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) D 15230 15230 15040 0 -1 4204032 450377 91061 18 0 13693 1565 9544 48 20 0 1 0 386930037 9233956864 2212310 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071581216301 0 0 17 2 0 0 6188 0 0
/proc/15231/statm: 2254384 2212310 229 443 0 2253937 0
Current children cumulated CPU time (s) 248.5
Current children cumulated vsize (KiB) 9026684
heavy processes:
  %CPU=21 pid=15267 uid=0 cmd=

[startup+402.3 s]
/proc/loadavg: 4.83 3.24 2.47 1/183 15271
/proc/meminfo: memFree=205848/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=248.52 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) D 15230 15230 15040 0 -1 4204032 451158 91061 130 0 13693 1567 9544 48 20 0 1 0 386930037 9233956864 2213177 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 12259 0 0
/proc/15231/statm: 2254384 2213177 229 443 0 2253937 0
Current children cumulated CPU time (s) 248.52
Current children cumulated vsize (KiB) 9026684
heavy processes:
  %CPU=10 pid=15267 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15231 6 506 18446744073709551615 

[startup+462.3 s]
/proc/loadavg: 4.72 3.48 2.59 1/182 15271
/proc/meminfo: memFree=203236/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=250.73 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1788 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 250.73
Current children cumulated vsize (KiB) 9026684
heavy processes:
  %CPU=14 pid=15267 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15231 6 506 18446744073709551615 

[startup+522.3 s]
/proc/loadavg: 4.93 3.76 2.75 2/182 15271
/proc/meminfo: memFree=282932/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684
heavy processes:
  %CPU=11 pid=15267 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15231 6 506 18446744073709551615 

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

[startup+538.7 s]
/proc/loadavg: 5.08 3.86 2.79 1/182 15271
/proc/meminfo: memFree=287208/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684

[startup+545.1 s]
/proc/loadavg: 5.06 3.89 2.82 1/182 15271
/proc/meminfo: memFree=299000/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684

[startup+551.5 s]
/proc/loadavg: 5.06 3.91 2.83 1/182 15271
/proc/meminfo: memFree=316380/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684

[startup+554.7 s]
/proc/loadavg: 5.05 3.93 2.84 1/182 15271
/proc/meminfo: memFree=318240/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684

[startup+556.3 s]
/proc/loadavg: 5.05 3.93 2.84 1/182 15271
/proc/meminfo: memFree=317868/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684

[startup+556.707 s]
/proc/loadavg: 5.05 3.93 2.84 1/182 15271
/proc/meminfo: memFree=444420/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=9017536 CPUtime=251.13 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) S 15230 15230 15040 0 -1 4204032 464116 91061 1999 0 13693 1828 9544 48 20 0 1 0 386930037 9233956864 2225470 33554432000 4194304 6006132 140735280007008 140735279998936 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 2254384 2225470 229 443 0 2253937 0
Current children cumulated CPU time (s) 251.13
Current children cumulated vsize (KiB) 9026684

[startup+556.904 s]
/proc/loadavg: 5.05 3.93 2.84 1/182 15271
/proc/meminfo: memFree=444420/32873648 swapFree=7376/7376
[pid=15230] ppid=15228 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15230/stat : 15230 (npSolver-wbo-It) S 15228 15230 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386930036 9367552 275 33554432000 4194304 5064252 140734821893984 140734821892896 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15230/statm: 2287 275 233 213 0 72 0
[pid=15231] ppid=15230 vsize=0 CPUtime=251.14 cores=0,2,4,6
/proc/15231/stat : 15231 (npSolver-wbo) R 15230 15230 15040 0 -1 4204036 464116 91061 1999 0 13693 1829 9544 48 20 0 1 0 386930037 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 12456 0 0
/proc/15231/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.14
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 556.964
CPU time (s): 251.218
CPU user time (s): 232.375
CPU system time (s): 18.8431
CPU usage (%): 45.1049
Max. virtual memory (cumulated for all children) (KiB): 14568752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.375
system time used= 18.8431
maximum resident set size= 10323916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555552
page faults= 1999
swaps= 0
block input operations= 127160
block output operations= 493904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1759899
involuntary context switches= 403

runsolver used 1.09183 second user time and 3.07353 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 04:14:19
IDJOB=3753437
IDBENCH=79641
IDSOLVER=2337
FILE ID=node149/3753437-1339208059
RUNJOBID= node149-1339206258-15056
PBS_JOBID= 14643888
Free space on /tmp= 63384 MiB

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

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

MD5SUM BENCH= e8a3fc4e5070ef9b31eb0b16df3c02d4
RANDOM SEED=1592054272

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23647588 kB
Buffers:          201560 kB
Cached:          7816696 kB
SwapCached:         2132 kB
Active:           570268 kB
Inactive:        7457784 kB
Active(anon):       7588 kB
Inactive(anon):     2808 kB
Active(file):     562680 kB
Inactive(file):  7454976 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:             78996 kB
Writeback:            52 kB
AnonPages:         16040 kB
Mapped:             8100 kB
Shmem:                 0 kB
Slab:            1061788 kB
SReclaimable:     504068 kB
SUnreclaim:       557720 kB
KernelStack:        1440 kB
PageTables:         3704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     107116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 51948 MiB
End job on node149 at 2012-06-09 04:23:36