Trace number 3753148

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-quickBound (fixed)? (TO) 1800.1 1800.63

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl--soft-0-100-0.wbo
MD5SUM3a86913522c106cb1fc25a782e5ea662
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1590.86
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables62704
Total number of constraints187107
Number of soft constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 9452684
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 9452683
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.59	c run usual solver
22.23/22.42	o 959
22.23/22.42	c starting approximation
22.23/22.42	c factor = 2
22.23/22.42	c factor still to low - shrinking to 1076.61
22.23/22.42	c approx number of clauses: 1e+06
22.23/22.42	c current bound: 479
22.23/22.42	c factor to high for quickBound
22.23/22.42	c finished approximation
22.23/22.42	c fallback to adder encoding
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	s UNKNOWN

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-3753148-1339206269/watcher-3753148-1339206269 -o /tmp/evaluation-result-3753148-1339206269/solver-3753148-1339206269 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753148-1339206269.wbo 824176127 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.08 2.02 2.01 3/177 5258
/proc/meminfo: memFree=25178128/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0

[startup+0.0875099 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5258
/proc/meminfo: memFree=25178128/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5258
/proc/meminfo: memFree=25178128/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5258
/proc/meminfo: memFree=25178128/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5258
/proc/meminfo: memFree=25178128/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 5263
/proc/meminfo: memFree=25028644/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=126388 CPUtime=1.49 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) R 5258 5258 5213 0 -1 4202496 16623 0 0 0 146 3 0 0 20 0 1 0 386752672 129421312 28418 33554432000 4194304 6006132 140735368798400 140735368793704 4523295 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5259/statm: 31597 28418 150 443 0 31150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135536

[startup+3.10022 s]
/proc/loadavg: 2.07 2.02 2.00 2/181 5271
/proc/meminfo: memFree=25051604/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=126388 CPUtime=2.21 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 16631 0 0 0 165 56 0 0 20 0 1 0 386752672 129421312 28425 33554432000 4194304 6006132 140735368798400 140735368791504 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/5259/statm: 31597 28425 157 443 0 31150 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 135536
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 5275
/proc/meminfo: memFree=24780420/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=126388 CPUtime=2.21 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 16631 0 0 0 165 56 0 0 20 0 1 0 386752672 129421312 28425 33554432000 4194304 6006132 140735368798400 140735368791504 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/5259/statm: 31597 28425 157 443 0 31150 0
[pid=5274] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5274/stat : 5274 (cp2_pre.sh) S 5259 5258 5213 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 386752909 9367552 277 33554432000 4194304 5064252 140733635675344 140733635674048 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5274/statm: 2287 277 234 213 0 72 0
[pid=5275] ppid=5274 vsize=209536 CPUtime=3.92 cores=0,2,4,6
/proc/5275/stat : 5275 (coprocessor) R 5274 5258 5213 0 -1 4202496 26746 0 0 0 387 5 0 0 20 0 1 0 386752909 214564864 51426 33554432000 4194304 6586260 140735961979472 140735961974792 5599305 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5275/statm: 52384 51426 191 584 0 51796 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 354220

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 5275
/proc/meminfo: memFree=24780332/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=126388 CPUtime=2.21 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 16631 0 0 0 165 56 0 0 20 0 1 0 386752672 129421312 28425 33554432000 4194304 6006132 140735368798400 140735368791504 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/5259/statm: 31597 28425 157 443 0 31150 0
[pid=5274] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5274/stat : 5274 (cp2_pre.sh) S 5259 5258 5213 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 386752909 9367552 277 33554432000 4194304 5064252 140733635675344 140733635674048 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5274/statm: 2287 277 234 213 0 72 0
[pid=5275] ppid=5274 vsize=210064 CPUtime=10.32 cores=0,2,4,6
/proc/5275/stat : 5275 (coprocessor) R 5274 5258 5213 0 -1 4202496 26880 0 0 0 1027 5 0 0 20 0 1 0 386752909 215105536 51560 33554432000 4194304 6586260 140735961979472 140735961975016 5599209 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5275/statm: 52516 51560 191 584 0 51928 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 354748

[startup+25.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 5283
/proc/meminfo: memFree=24633216/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=563096 CPUtime=25.33 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) R 5258 5258 5213 0 -1 4202496 57869 49139 0 0 468 96 1955 14 20 0 1 0 386752672 576610304 120536 33554432000 4194304 6006132 140735368798400 140735368790744 4535958 0 0 4096 0 0 0 0 17 4 0 0 15 0 0
/proc/5259/statm: 140774 120536 192 443 0 140327 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 572244

[startup+51.1003 s]
/proc/loadavg: 2.03 2.02 2.00 3/184 5285
/proc/meminfo: memFree=20861288/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=1450568 CPUtime=5.45 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 130910 0 0 0 502 43 0 0 20 0 1 0 386757236 1485381632 287147 33554432000 4194304 5208918 140733587114720 140733586064120 4465602 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5285/statm: 362642 287148 70 248 0 362391 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 3700600

[startup+102.306 s]
/proc/loadavg: 2.29 2.11 2.03 3/183 5285
/proc/meminfo: memFree=18717656/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3625384 CPUtime=56.65 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 397439 0 0 0 5508 157 0 0 20 0 1 0 386757236 3712393216 805136 33554432000 4194304 5208918 140733587114720 140733587112568 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 906346 805136 104 248 0 906095 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 5875416

[startup+162.3 s]
/proc/loadavg: 2.15 2.11 2.03 3/183 5292
/proc/meminfo: memFree=18709676/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3626160 CPUtime=116.64 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 397591 0 0 0 11507 157 0 0 20 0 1 0 386757236 3713187840 807843 33554432000 4194304 5208918 140733587114720 140733587112392 4211641 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 906540 807843 104 248 0 906289 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 5876192

[startup+222.3 s]
/proc/loadavg: 2.05 2.08 2.03 3/183 5292
/proc/meminfo: memFree=18700988/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0

################
# More data... #
################

/proc/5285/statm: 907132 812990 105 248 0 906881 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 5878560

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5380
/proc/meminfo: memFree=18686996/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1376.45 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398210 0 0 0 137488 157 0 0 20 0 1 0 386757236 3715612672 812991 33554432000 4194304 5208918 140733587114720 140733587112600 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812991 105 248 0 906881 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 5878560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5387
/proc/meminfo: memFree=18688288/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1436.43 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398211 0 0 0 143486 157 0 0 20 0 1 0 386757236 3715612672 812992 33554432000 4194304 5208918 140733587114720 140733587112600 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812992 105 248 0 906881 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 5878560

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 5391
/proc/meminfo: memFree=18687628/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1496.42 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398212 0 0 0 149485 157 0 0 20 0 1 0 386757236 3715612672 812993 33554432000 4194304 5208918 140733587114720 140733587112600 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812993 105 248 0 906881 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 5878560

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5391
/proc/meminfo: memFree=18687212/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1556.41 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398212 0 0 0 155484 157 0 0 20 0 1 0 386757236 3715612672 812993 33554432000 4194304 5208918 140733587114720 140733587112600 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812993 105 248 0 906881 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 5878560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5398
/proc/meminfo: memFree=18687184/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1616.4 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398213 0 0 0 161483 157 0 0 20 0 1 0 386757236 3715612672 812994 33554432000 4194304 5208918 140733587114720 140733587112600 4228992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812994 105 248 0 906881 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 5878560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5398
/proc/meminfo: memFree=18687088/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1676.39 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398214 0 0 0 167482 157 0 0 20 0 1 0 386757236 3715612672 812995 33554432000 4194304 5208918 140733587114720 140733587112600 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812995 105 248 0 906881 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 5878560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5405
/proc/meminfo: memFree=18687952/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1736.38 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398214 0 0 0 173481 157 0 0 20 0 1 0 386757236 3715612672 812995 33554432000 4194304 5208918 140733587114720 140733587112600 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812995 105 248 0 906881 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 5878560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5405
/proc/meminfo: memFree=18687920/32873660 swapFree=7120/7120
[pid=5258] ppid=5256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5258/stat : 5258 (npSolver-wbo-It) S 5256 5258 5213 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386752672 9367552 275 33554432000 4194304 5064252 140737472120176 140737472119088 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5258/statm: 2287 275 233 213 0 72 0
[pid=5259] ppid=5258 vsize=2231736 CPUtime=45.41 cores=0,2,4,6
/proc/5259/stat : 5259 (npSolver-wbo) S 5258 5258 5213 0 -1 4202496 62044 49139 0 0 2210 362 1955 14 20 0 1 0 386752672 2285297664 407648 33554432000 4194304 6006132 140735368798400 140735368789792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 19 0 0
/proc/5259/statm: 557934 407648 192 443 0 557487 0
[pid=5284] ppid=5259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5284/stat : 5284 (satsolver.sh) S 5259 5258 5213 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386757235 9367552 267 33554432000 4194304 5064252 140733843125712 140733843124624 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5284/statm: 2287 267 226 213 0 72 0
[pid=5285] ppid=5284 vsize=3628528 CPUtime=1754.69 cores=0,2,4,6
/proc/5285/stat : 5285 (glucose) R 5284 5258 5213 0 -1 4202496 398215 0 0 0 175312 157 0 0 20 0 1 0 386757236 3715612672 812996 33554432000 4194304 5208918 140733587114720 140733587112600 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5285/statm: 907132 812996 105 248 0 906881 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 5878560

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5258 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.63
CPU time (s): 1800.1
CPU user time (s): 1794.77
CPU system time (s): 5.33
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 7235508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

runsolver used 4.25235 second user time and 10.7124 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-09 03:44:29
IDJOB=3753148
IDBENCH=79106
IDSOLVER=2336
FILE ID=node117/3753148-1339206269
RUNJOBID= node117-1339206269-5229
PBS_JOBID= 14643889
Free space on /tmp= 68536 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753148-1339206269/watcher-3753148-1339206269 -o /tmp/evaluation-result-3753148-1339206269/solver-3753148-1339206269 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753148-1339206269.wbo 824176127 HOME HOME

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

MD5SUM BENCH= 3a86913522c106cb1fc25a782e5ea662
RANDOM SEED=824176127

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        25178276 kB
Buffers:          818708 kB
Cached:          5870960 kB
SwapCached:          620 kB
Active:          4716044 kB
Inactive:        2000112 kB
Active(anon):      15060 kB
Inactive(anon):    10028 kB
Active(file):    4700984 kB
Inactive(file):  1990084 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:             29620 kB
Writeback:             0 kB
AnonPages:         29276 kB
Mapped:            12920 kB
Shmem:                80 kB
Slab:             840124 kB
SReclaimable:     283328 kB
SUnreclaim:       556796 kB
KernelStack:        1424 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     140396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 67040 MiB
End job on node117 at 2012-06-09 04:14:32