Trace number 3753289

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)? (TO) 1800.02 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-22s.smv--soft-0-100-0.wbo
MD5SUM97fed4a2133bff4e993c45ab3a9ac729
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small 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 benchmark0.45093
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5985
Total number of constraints15365
Number of soft constraints15365
Number of constraints which are clauses14013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1352
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 779706
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 779705
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.23	c run usual solver
1.47/1.58	o 391
1.47/1.58	c fallback to adder encoding
486.06/486.26	o 390
486.06/486.26	c fallback to adder encoding
1246.85/1247.11	o 389
1246.85/1247.11	c fallback to adder encoding
1667.49/1667.83	o 388
1667.49/1667.83	c fallback to adder encoding
1672.76/1673.22	o 371
1672.76/1673.22	c fallback to adder encoding
1800.02/1800.51	c error: unexpected solver exit code
1800.02/1800.51	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-3753289-1339199415/watcher-3753289-1339199415 -o /tmp/evaluation-result-3753289-1339199415/solver-3753289-1339199415 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753289-1339199415.wbo 71888764 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.02 2.03 2.00 3/180 3372
/proc/meminfo: memFree=29065040/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0

[startup+0.010271 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 3372
/proc/meminfo: memFree=29065040/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 3372
/proc/meminfo: memFree=29065040/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3002 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 3372
/proc/meminfo: memFree=29065040/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 3372
/proc/meminfo: memFree=29065040/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 3383
/proc/meminfo: memFree=29018720/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=15116 CPUtime=1.47 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) R 3372 3372 27509 0 -1 4202496 5772 15712 0 0 22 6 115 4 20 0 1 0 386066931 15478784 3120 33554432000 4194304 6006132 140734311434464 140734311428144 5192048 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 3779 3120 160 443 0 3332 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24264

[startup+3.10021 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 3391
/proc/meminfo: memFree=28989608/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=271716 CPUtime=3.08 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) R 3372 3372 27509 0 -1 4202496 13643 16228 0 0 165 23 115 5 20 0 1 0 386066931 278237184 59323 33554432000 4194304 6006132 140734311434464 140734311426824 5195051 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 67929 59323 178 443 0 67482 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 280864

[startup+6.30034 s]
/proc/loadavg: 2.18 2.06 2.01 3/184 3393
/proc/meminfo: memFree=28570416/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=173440 CPUtime=3.15 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 13644 16228 0 0 165 30 115 5 20 0 1 0 386066931 177602560 34755 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 43360 34755 178 443 0 42913 0
[pid=3392] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3392/stat : 3392 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386067248 9367552 267 33554432000 4194304 5064252 140734583838768 140734583837680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3392/statm: 2287 267 226 213 0 72 0
[pid=3393] ppid=3392 vsize=294512 CPUtime=3.11 cores=0,2,4,6
/proc/3393/stat : 3393 (glucose) R 3392 3372 27509 0 -1 4202496 47671 0 0 0 298 13 0 0 20 0 1 0 386067249 301580288 63399 33554432000 4194304 5208918 140734937601904 140734937599752 4205761 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3393/statm: 73628 63399 103 248 0 73377 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 486248

[startup+12.7003 s]
/proc/loadavg: 2.17 2.06 2.01 3/184 3393
/proc/meminfo: memFree=28569556/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=173440 CPUtime=3.15 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 13644 16228 0 0 165 30 115 5 20 0 1 0 386066931 177602560 34755 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 43360 34755 178 443 0 42913 0
[pid=3392] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3392/stat : 3392 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386067248 9367552 267 33554432000 4194304 5064252 140734583838768 140734583837680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3392/statm: 2287 267 226 213 0 72 0
[pid=3393] ppid=3392 vsize=294644 CPUtime=9.51 cores=0,2,4,6
/proc/3393/stat : 3393 (glucose) R 3392 3372 27509 0 -1 4202496 47709 0 0 0 938 13 0 0 20 0 1 0 386067249 301715456 63437 33554432000 4194304 5208918 140734937601904 140734937599800 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3393/statm: 73661 63437 103 248 0 73410 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 486380

[startup+25.5005 s]
/proc/loadavg: 2.13 2.06 2.01 3/184 3393
/proc/meminfo: memFree=28564972/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=173440 CPUtime=3.15 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 13644 16228 0 0 165 30 115 5 20 0 1 0 386066931 177602560 34755 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 43360 34755 178 443 0 42913 0
[pid=3392] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3392/stat : 3392 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386067248 9367552 267 33554432000 4194304 5064252 140734583838768 140734583837680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3392/statm: 2287 267 226 213 0 72 0
[pid=3393] ppid=3392 vsize=294920 CPUtime=22.31 cores=0,2,4,6
/proc/3393/stat : 3393 (glucose) R 3392 3372 27509 0 -1 4202496 47753 0 0 0 2218 13 0 0 20 0 1 0 386067249 301998080 63481 33554432000 4194304 5208918 140734937601904 140734937599864 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3393/statm: 73730 63481 103 248 0 73479 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 486656

[startup+51.1003 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 3414
/proc/meminfo: memFree=28567820/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=173440 CPUtime=3.15 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 13644 16228 0 0 165 30 115 5 20 0 1 0 386066931 177602560 34755 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 43360 34755 178 443 0 42913 0
[pid=3392] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3392/stat : 3392 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386067248 9367552 267 33554432000 4194304 5064252 140734583838768 140734583837680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3392/statm: 2287 267 226 213 0 72 0
[pid=3393] ppid=3392 vsize=294920 CPUtime=47.9 cores=0,2,4,6
/proc/3393/stat : 3393 (glucose) R 3392 3372 27509 0 -1 4202496 47762 0 0 0 4777 13 0 0 20 0 1 0 386067249 301998080 64001 33554432000 4194304 5208918 140734937601904 140734937599864 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3393/statm: 73730 64001 103 248 0 73479 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 486656

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 3449
/proc/meminfo: memFree=28578528/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=173440 CPUtime=3.15 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 13644 16228 0 0 165 30 115 5 20 0 1 0 386066931 177602560 34755 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 43360 34755 178 443 0 42913 0
[pid=3392] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3392/stat : 3392 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386067248 9367552 267 33554432000 4194304 5064252 140734583838768 140734583837680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3392/statm: 2287 267 226 213 0 72 0
[pid=3393] ppid=3392 vsize=295052 CPUtime=99.1 cores=0,2,4,6
/proc/3393/stat : 3393 (glucose) R 3392 3372 27509 0 -1 4202496 47803 0 0 0 9897 13 0 0 20 0 1 0 386067249 302133248 64042 33554432000 4194304 5208918 140734937601904 140734937599752 4211182 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3393/statm: 73763 64042 103 248 0 73512 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 486788

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 3478
/proc/meminfo: memFree=28576148/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=173440 CPUtime=3.15 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 13644 16228 0 0 165 30 115 5 20 0 1 0 386066931 177602560 34755 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 43360 34755 178 443 0 42913 0
[pid=3392] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3392/stat : 3392 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386067248 9367552 267 33554432000 4194304 5064252 140734583838768 140734583837680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3392/statm: 2287 267 226 213 0 72 0
[pid=3393] ppid=3392 vsize=296576 CPUtime=159.07 cores=0,2,4,6
/proc/3393/stat : 3393 (glucose) R 3392 3372 27509 0 -1 4202496 48186 0 0 0 15894 13 0 0 20 0 1 0 386067249 303693824 64427 33554432000 4194304 5208918 140734937601904 140734937599752 4205678 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3393/statm: 74144 64427 103 248 0 73893 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 488312

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 3534
/proc/meminfo: memFree=28587408/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/3678/stat : 3678 (glucose) R 3677 3372 27509 0 -1 4202496 48698 0 0 0 11343 13 0 0 20 0 1 0 386191802 304304128 65114 33554432000 4194304 5208918 140733942482736 140733942480408 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3678/statm: 74293 65114 104 248 0 74042 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 472528

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3679
/proc/meminfo: memFree=28539320/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1248.48 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 30396 128889 0 0 448 67 124225 108 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3677] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3677/stat : 3677 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386191801 9367552 267 33554432000 4194304 5064252 140737039152592 140737039151504 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3677/statm: 2287 267 226 213 0 72 0
[pid=3678] ppid=3677 vsize=297436 CPUtime=173.55 cores=0,2,4,6
/proc/3678/stat : 3678 (glucose) R 3677 3372 27509 0 -1 4202496 48779 0 0 0 17342 13 0 0 20 0 1 0 386191802 304574464 65194 33554432000 4194304 5208918 140733942482736 140733942480584 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3678/statm: 74359 65194 104 248 0 74108 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 472792

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3679
/proc/meminfo: memFree=28538420/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1248.48 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 30396 128889 0 0 448 67 124225 108 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3677] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3677/stat : 3677 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386191801 9367552 267 33554432000 4194304 5064252 140737039152592 140737039151504 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3677/statm: 2287 267 226 213 0 72 0
[pid=3678] ppid=3677 vsize=297436 CPUtime=233.54 cores=0,2,4,6
/proc/3678/stat : 3678 (glucose) R 3677 3372 27509 0 -1 4202496 48793 0 0 0 23341 13 0 0 20 0 1 0 386191802 304574464 65620 33554432000 4194304 5208918 140733942482736 140733942480584 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3678/statm: 74359 65620 104 248 0 74108 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 472792

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3745
/proc/meminfo: memFree=28611852/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1248.48 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 30396 128889 0 0 448 67 124225 108 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3677] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3677/stat : 3677 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386191801 9367552 267 33554432000 4194304 5064252 140737039152592 140737039151504 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3677/statm: 2287 267 226 213 0 72 0
[pid=3678] ppid=3677 vsize=298712 CPUtime=293.54 cores=0,2,4,6
/proc/3678/stat : 3678 (glucose) R 3677 3372 27509 0 -1 4202496 49078 0 0 0 29340 14 0 0 20 0 1 0 386191802 305881088 66416 33554432000 4194304 5208918 140733942482736 140733942480584 4205640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3678/statm: 74678 66416 104 248 0 74427 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 474068

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3780
/proc/meminfo: memFree=28602512/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1248.48 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 30396 128889 0 0 448 67 124225 108 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3677] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3677/stat : 3677 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386191801 9367552 267 33554432000 4194304 5064252 140737039152592 140737039151504 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3677/statm: 2287 267 226 213 0 72 0
[pid=3678] ppid=3677 vsize=299420 CPUtime=353.52 cores=0,2,4,6
/proc/3678/stat : 3678 (glucose) R 3677 3372 27509 0 -1 4202496 49251 0 0 0 35338 14 0 0 20 0 1 0 386191802 306606080 66589 33554432000 4194304 5208918 140733942482736 140733942480408 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3678/statm: 74855 66589 104 248 0 74604 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 474776

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 3822
/proc/meminfo: memFree=28607532/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1248.48 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 30396 128889 0 0 448 67 124225 108 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3677] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3677/stat : 3677 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386191801 9367552 267 33554432000 4194304 5064252 140737039152592 140737039151504 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3677/statm: 2287 267 226 213 0 72 0
[pid=3678] ppid=3677 vsize=300628 CPUtime=413.51 cores=0,2,4,6
/proc/3678/stat : 3678 (glucose) R 3677 3372 27509 0 -1 4202496 49472 0 0 0 41337 14 0 0 20 0 1 0 386191802 307843072 67339 33554432000 4194304 5208918 140733942482736 140733942480408 4211623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3678/statm: 75157 67339 104 248 0 74906 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 475984

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3872
/proc/meminfo: memFree=28609972/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1674.37 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 47145 243235 0 0 728 105 166388 216 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 12 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3843] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3843/stat : 3843 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386234412 9367552 267 33554432000 4194304 5064252 140736090922224 140736090921136 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3843/statm: 2287 267 226 213 0 72 0
[pid=3844] ppid=3843 vsize=292768 CPUtime=47.46 cores=0,2,4,6
/proc/3844/stat : 3844 (glucose) R 3843 3372 27509 0 -1 4202496 47142 0 0 0 4734 12 0 0 20 0 1 0 386234413 299794432 62492 33554432000 4194304 5208918 140737460222624 140737460220584 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3844/statm: 73192 62492 95 248 0 72941 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 468124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3914
/proc/meminfo: memFree=28627544/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1674.37 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 47145 243235 0 0 728 105 166388 216 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 12 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3843] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3843/stat : 3843 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386234412 9367552 267 33554432000 4194304 5064252 140736090922224 140736090921136 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3843/statm: 2287 267 226 213 0 72 0
[pid=3844] ppid=3843 vsize=292768 CPUtime=107.45 cores=0,2,4,6
/proc/3844/stat : 3844 (glucose) R 3843 3372 27509 0 -1 4202496 47160 0 0 0 10733 12 0 0 20 0 1 0 386234413 299794432 62508 33554432000 4194304 5208918 140737460222624 140737460220584 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3844/statm: 73192 62508 103 248 0 72941 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 468124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 3924
/proc/meminfo: memFree=28614492/32873648 swapFree=7376/7376
[pid=3372] ppid=3370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3372/stat : 3372 (npSolver-wbo-It) S 3370 3372 27509 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386066931 9367552 275 33554432000 4194304 5064252 140734937327680 140734937326592 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3372/statm: 2287 275 233 213 0 72 0
[pid=3373] ppid=3372 vsize=157060 CPUtime=1674.37 cores=0,2,4,6
/proc/3373/stat : 3373 (npSolver-wbo) S 3372 3372 27509 0 -1 4202496 47145 243235 0 0 728 105 166388 216 20 0 1 0 386066931 160829440 30694 33554432000 4194304 6006132 140734311434464 140734311425856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 12 0 0
/proc/3373/statm: 39265 30694 180 443 0 38818 0
[pid=3843] ppid=3373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3843/stat : 3843 (satsolver.sh) S 3373 3372 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386234412 9367552 267 33554432000 4194304 5064252 140736090922224 140736090921136 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3843/statm: 2287 267 226 213 0 72 0
[pid=3844] ppid=3843 vsize=292768 CPUtime=125.65 cores=0,2,4,6
/proc/3844/stat : 3844 (glucose) R 3843 3372 27509 0 -1 4202496 47177 0 0 0 12553 12 0 0 20 0 1 0 386234413 299794432 62524 33554432000 4194304 5208918 140737460222624 140737460220584 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3844/statm: 73192 62524 103 248 0 72941 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 468124

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3372 and gives
#  childrusage.ru_utime.tv_sec=1671
#  childrusage.ru_utime.tv_usec=175942
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=233508
# CPU time returned by wait4() is 1674.41
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.02
CPU user time (s): 1796.69
CPU system time (s): 3.33
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 555176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.18
system time used= 3.23351
maximum resident set size= 318792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1044080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4633
involuntary context switches= 1790

runsolver used 2.81957 second user time and 7.66883 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-09 01:50:15
IDJOB=3753289
IDBENCH=79330
IDSOLVER=2337
FILE ID=node125/3753289-1339199415
RUNJOBID= node125-1339183062-29061
PBS_JOBID= 14643842
Free space on /tmp= 70740 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-22s.smv--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753289-1339199415/watcher-3753289-1339199415 -o /tmp/evaluation-result-3753289-1339199415/solver-3753289-1339199415 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753289-1339199415.wbo 71888764 HOME HOME

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

MD5SUM BENCH= 97fed4a2133bff4e993c45ab3a9ac729
RANDOM SEED=71888764

node125.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.373
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.74
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.373
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.373
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.92
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.373
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.90
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.373
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.373
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.54
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.373
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.373
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:        29065744 kB
Buffers:          751376 kB
Cached:          2016776 kB
SwapCached:         1248 kB
Active:          2386208 kB
Inactive:         475548 kB
Active(anon):      82800 kB
Inactive(anon):     7424 kB
Active(file):    2303408 kB
Inactive(file):   468124 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:              9128 kB
Writeback:             0 kB
AnonPages:        119044 kB
Mapped:            12648 kB
Shmem:                96 kB
Slab:             808980 kB
SReclaimable:     252504 kB
SUnreclaim:       556476 kB
KernelStack:        1536 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     211148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 70636 MiB
End job on node125 at 2012-06-09 02:20:16