Trace number 3754187

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) 195.562 460.879

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06_wcsp.wbo
MD5SUM90857ecb9aeacb8642741d0114c4e950
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark22722
Best CPU time to get the best result obtained on this benchmark1800.53
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4010
Total number of constraints828064
Number of soft constraints827964
Number of constraints which are clauses827964
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 255194
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 158723721
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

6.38/6.47	c run usual solver
67.28/67.78	o 90277
67.28/67.78	c current bound: 45138
67.28/67.78	c fallback to adder encoding
191.55/192.01	terminate called after throwing an instance of 'std::bad_alloc'
191.55/192.01	  what():  std::bad_alloc
195.50/460.87	HOME/npSolver-wbo-I.sh: line 18:  8300 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-3754187-1339201052/watcher-3754187-1339201052 -o /tmp/evaluation-result-3754187-1339201052/solver-3754187-1339201052 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754187-1339201052.wbo 1418481603 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.72 2.39 2.21 3/179 8299
/proc/meminfo: memFree=22139144/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0

[startup+0.0879631 s]
/proc/loadavg: 2.72 2.39 2.21 3/179 8299
/proc/meminfo: memFree=22139144/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100322 s]
/proc/loadavg: 2.72 2.39 2.21 3/179 8299
/proc/meminfo: memFree=22139144/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300325 s]
/proc/loadavg: 2.72 2.39 2.21 3/179 8299
/proc/meminfo: memFree=22139144/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.72 2.39 2.21 3/179 8299
/proc/meminfo: memFree=22139144/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.82 2.42 2.22 3/181 8301
/proc/meminfo: memFree=22058936/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=225312 CPUtime=1.49 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) R 8299 8299 2358 0 -1 4202496 20951 0 0 0 141 8 0 0 20 0 1 0 386230146 230719488 44368 33554432000 4194304 6006132 140734900963104 140734900958168 4969855 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 56328 44368 139 443 0 55881 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234460

[startup+3.1003 s]
/proc/loadavg: 2.82 2.42 2.22 3/181 8301
/proc/meminfo: memFree=21982932/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=434420 CPUtime=3.08 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) R 8299 8299 2358 0 -1 4202496 49470 0 0 0 294 14 0 0 20 0 1 0 386230146 444846080 94711 33554432000 4194304 6006132 140734900963104 140734900958968 4995732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 108605 94711 148 443 0 108158 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 443568

[startup+6.30027 s]
/proc/loadavg: 2.82 2.42 2.22 3/181 8301
/proc/meminfo: memFree=22109336/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=434420 CPUtime=6.28 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) R 8299 8299 2358 0 -1 4202496 49470 0 0 0 614 14 0 0 20 0 1 0 386230146 444846080 94711 33554432000 4194304 6006132 140734900963104 140734900958456 4495890 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 108605 94711 148 443 0 108158 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 443568

[startup+12.7003 s]
/proc/loadavg: 3.00 2.47 2.23 3/182 8303
/proc/meminfo: memFree=21870560/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=477620 CPUtime=9.1 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4202496 50384 0 0 0 676 234 0 0 20 0 1 0 386230146 489082880 105507 33554432000 4194304 6006132 140734900963104 140734900956208 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 119405 105507 155 443 0 118958 0
[pid=8302] ppid=8300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8302/stat : 8302 (cp2_pre.sh) S 8300 8299 2358 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386231057 9367552 276 33554432000 4194304 5064252 140734085623376 140734085622080 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8302/statm: 2287 276 234 213 0 72 0
[pid=8303] ppid=8302 vsize=647296 CPUtime=3.57 cores=0,2,4,6
/proc/8303/stat : 8303 (coprocessor) R 8302 8299 2358 0 -1 4202496 37688 0 0 0 345 12 0 0 20 0 1 0 386231057 662831104 159184 33554432000 4194304 6586260 140734957255744 140734957251608 5599492 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8303/statm: 161824 159184 188 584 0 161236 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1143212

[startup+25.5003 s]
/proc/loadavg: 2.99 2.49 2.24 3/183 8304
/proc/meminfo: memFree=22208212/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=477620 CPUtime=9.1 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4202496 50384 0 0 0 676 234 0 0 20 0 1 0 386230146 489082880 105507 33554432000 4194304 6006132 140734900963104 140734900956208 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 119405 105507 155 443 0 118958 0
[pid=8302] ppid=8300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8302/stat : 8302 (cp2_pre.sh) S 8300 8299 2358 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386231057 9367552 276 33554432000 4194304 5064252 140734085623376 140734085622080 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8302/statm: 2287 276 234 213 0 72 0
[pid=8303] ppid=8302 vsize=647296 CPUtime=16.37 cores=0,2,4,6
/proc/8303/stat : 8303 (coprocessor) R 8302 8299 2358 0 -1 4202496 37688 0 0 0 1625 12 0 0 20 0 1 0 386231057 662831104 159184 33554432000 4194304 6586260 140734957255744 140734957251608 5599454 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8303/statm: 161824 159184 188 584 0 161236 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1143212

[startup+51.1003 s]
/proc/loadavg: 2.65 2.45 2.23 3/183 8304
/proc/meminfo: memFree=22210088/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=477620 CPUtime=9.1 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4202496 50384 0 0 0 676 234 0 0 20 0 1 0 386230146 489082880 105507 33554432000 4194304 6006132 140734900963104 140734900956208 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 119405 105507 155 443 0 118958 0
[pid=8302] ppid=8300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8302/stat : 8302 (cp2_pre.sh) S 8300 8299 2358 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 386231057 9367552 276 33554432000 4194304 5064252 140734085623376 140734085622080 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8302/statm: 2287 276 234 213 0 72 0
[pid=8303] ppid=8302 vsize=649012 CPUtime=41.96 cores=0,2,4,6
/proc/8303/stat : 8303 (coprocessor) R 8302 8299 2358 0 -1 4202496 38117 0 0 0 4184 12 0 0 20 0 1 0 386231057 664588288 159613 33554432000 4194304 6586260 140734957255744 140734957251336 5599492 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8303/statm: 162253 159613 188 584 0 161665 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1144928

[startup+102.307 s]
/proc/loadavg: 2.30 2.38 2.22 3/181 8312
/proc/meminfo: memFree=19388396/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=5824516 CPUtime=101.88 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) R 8299 8299 2358 0 -1 4202496 300377 84191 0 0 4020 491 5639 38 20 0 1 0 386230146 5964304384 963257 33554432000 4194304 6006132 140734900963104 140734900955464 4537459 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8300/statm: 1456129 963257 176 443 0 1455682 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 5833664

[startup+162.3 s]
/proc/loadavg: 2.11 2.31 2.21 3/182 8315
/proc/meminfo: memFree=14886832/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=10018820 CPUtime=161.86 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) R 8299 8299 2358 0 -1 4202496 305151 84191 0 0 9855 654 5639 38 20 0 1 0 386230146 10259271680 2097337 33554432000 4194304 6006132 140734900963104 140734900955816 4583839 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8300/statm: 2504705 2097337 176 443 0 2504258 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 10027968

[startup+222.3 s]
/proc/loadavg: 3.41 2.57 2.30 2/182 8316
/proc/meminfo: memFree=6359672/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=194.4 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 977 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 194.4
Current children cumulated vsize (KiB) 8976408

[startup+282.3 s]
/proc/loadavg: 4.43 3.04 2.47 2/182 8316
/proc/meminfo: memFree=3126368/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=194.54 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 991 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 194.54
Current children cumulated vsize (KiB) 8976408
heavy processes:
  %CPU=22 pid=8316 uid=0 cmd=

[startup+342.3 s]
/proc/loadavg: 4.95 3.41 2.63 2/182 8317
/proc/meminfo: memFree=202996/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.39 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1076 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.39
Current children cumulated vsize (KiB) 8976408
heavy processes:
  %CPU=17 pid=8316 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 8300 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 5.02 3.71 2.78 2/182 8317
/proc/meminfo: memFree=204576/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408
heavy processes:
  %CPU=13 pid=8316 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 8300 6 506 18446744073709551615 

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

[startup+409.5 s]
/proc/loadavg: 5.02 3.73 2.80 2/182 8317
/proc/meminfo: memFree=300428/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+435.1 s]
/proc/loadavg: 5.17 3.87 2.86 2/182 8317
/proc/meminfo: memFree=304804/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+447.9 s]
/proc/loadavg: 5.43 3.99 2.92 2/182 8317
/proc/meminfo: memFree=305300/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+454.307 s]
/proc/loadavg: 5.55 4.04 2.94 2/182 8317
/proc/meminfo: memFree=304804/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+457.5 s]
/proc/loadavg: 5.59 4.07 2.96 2/182 8317
/proc/meminfo: memFree=305796/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+459.1 s]
/proc/loadavg: 5.59 4.07 2.96 2/182 8317
/proc/meminfo: memFree=307284/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+459.9 s]
/proc/loadavg: 5.59 4.07 2.96 2/182 8317
/proc/meminfo: memFree=307532/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+460.3 s]
/proc/loadavg: 5.59 4.07 2.96 2/182 8317
/proc/meminfo: memFree=307532/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+460.7 s]
/proc/loadavg: 5.59 4.07 2.96 2/182 8317
/proc/meminfo: memFree=307532/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

[startup+460.8 s]
/proc/loadavg: 5.59 4.07 2.96 2/182 8317
/proc/meminfo: memFree=497624/32873844 swapFree=7120/7120
[pid=8299] ppid=8297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (npSolver-wbo-I.) S 8297 8299 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386230146 9367552 274 33554432000 4194304 5064252 140734817397696 140734817396608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8299/statm: 2287 274 233 213 0 72 0
[pid=8300] ppid=8299 vsize=8967260 CPUtime=195.5 cores=0,2,4,6
/proc/8300/stat : 8300 (npSolver-wbo) S 8299 8299 2358 0 -1 4204032 306064 84191 0 0 12786 1087 5639 38 20 0 1 0 386230146 9182474240 2210921 33554432000 4194304 6006132 140734900963104 140734900955048 5252949 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/8300/statm: 2241815 2210921 229 443 0 2241368 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8976408

Child status: 0
Real time (s): 460.879
CPU time (s): 195.562
CPU user time (s): 184.259
CPU system time (s): 11.3033
CPU usage (%): 42.4325
Max. virtual memory (cumulated for all children) (KiB): 14222272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.259
system time used= 11.3033
maximum resident set size= 9956068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1767622
involuntary context switches= 323

runsolver used 0.921859 second user time and 2.6536 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-09 02:17:33
IDJOB=3754187
IDBENCH=79575
IDSOLVER=2338
FILE ID=node142/3754187-1339201052
RUNJOBID= node142-1339184037-3363
PBS_JOBID= 14643841
Free space on /tmp= 65708 MiB

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

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

MD5SUM BENCH= 90857ecb9aeacb8642741d0114c4e950
RANDOM SEED=1418481603

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:       32873844 kB
MemFree:        22139408 kB
Buffers:          539904 kB
Cached:          5151184 kB
SwapCached:          112 kB
Active:          8151100 kB
Inactive:        1589320 kB
Active(anon):    4038088 kB
Inactive(anon):    11164 kB
Active(file):    4113012 kB
Inactive(file):  1578156 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:           1125812 kB
Writeback:             0 kB
AnonPages:       4053624 kB
Mapped:            11632 kB
Shmem:               188 kB
Slab:             843956 kB
SReclaimable:     281496 kB
SUnreclaim:       562460 kB
KernelStack:        1472 kB
PageTables:        11684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5531436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2263040 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= 62660 MiB
End job on node142 at 2012-06-09 02:25:14