Trace number 3753696

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.08 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem.ucl--soft-66-100-0.wbo
MD5SUM912ca607d723e7995f4e9e6209c25e32
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.502923
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints8852
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 443736
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 443735
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

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.25	c run usual solver
0.00/0.81	o 10582
0.00/0.81	c fallback to adder encoding
762.46/763.43	o 10581
762.46/763.43	c fallback to adder encoding
1719.97/1720.32	o 10580
1719.97/1720.32	c fallback to adder encoding
1800.08/1800.41	c error: unexpected solver exit code
1800.08/1800.41	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-3753696-1339190882/watcher-3753696-1339190882 -o /tmp/evaluation-result-3753696-1339190882/solver-3753696-1339190882 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753696-1339190882.wbo 7215000 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7525
/proc/meminfo: memFree=30950040/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0

[startup+0.070718 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7525
/proc/meminfo: memFree=30950040/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100314 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7525
/proc/meminfo: memFree=30950040/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300202 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7525
/proc/meminfo: memFree=30950040/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7525
/proc/meminfo: memFree=30950040/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/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.00 2.00 2.00 3/181 7537
/proc/meminfo: memFree=30896872/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=107856 CPUtime=1.48 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) R 7525 7525 4063 0 -1 4202496 12077 12976 0 0 92 11 41 4 20 0 1 0 385214092 110444544 21665 33554432000 4194304 6006132 140737452757584 140737452750688 4582385 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 26964 21665 179 443 0 26517 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117004

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7537
/proc/meminfo: memFree=30817932/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 182540
heavy processes:

[startup+6.30112 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7539
/proc/meminfo: memFree=30504528/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
[pid=7538] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7538/stat : 7538 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385214317 9367552 267 33554432000 4194304 5064252 140735827158096 140735827157008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7538/statm: 2287 267 226 213 0 72 0
[pid=7539] ppid=7538 vsize=246028 CPUtime=4.03 cores=0,2,4,6
/proc/7539/stat : 7539 (glucose) R 7538 7525 4063 0 -1 4202496 42965 0 0 0 392 11 0 0 20 0 1 0 385214318 251932672 55178 33554432000 4194304 5208918 140735427962864 140735427960824 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7539/statm: 61507 55178 104 248 0 61256 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 437716

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7546
/proc/meminfo: memFree=30503244/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
[pid=7538] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7538/stat : 7538 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385214317 9367552 267 33554432000 4194304 5064252 140735827158096 140735827157008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7538/statm: 2287 267 226 213 0 72 0
[pid=7539] ppid=7538 vsize=276848 CPUtime=10.43 cores=0,2,4,6
/proc/7539/stat : 7539 (glucose) R 7538 7525 4063 0 -1 4202496 43488 0 0 0 1031 12 0 0 20 0 1 0 385214318 283492352 56211 33554432000 4194304 5208918 140735427962864 140735427961016 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7539/statm: 69212 56211 104 248 0 68961 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 468536

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7553
/proc/meminfo: memFree=30503672/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
[pid=7538] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7538/stat : 7538 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385214317 9367552 267 33554432000 4194304 5064252 140735827158096 140735827157008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7538/statm: 2287 267 226 213 0 72 0
[pid=7539] ppid=7538 vsize=276848 CPUtime=23.23 cores=0,2,4,6
/proc/7539/stat : 7539 (glucose) R 7538 7525 4063 0 -1 4202496 43508 0 0 0 2311 12 0 0 20 0 1 0 385214318 283492352 57253 33554432000 4194304 5208918 140735427962864 140735427961016 4211668 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7539/statm: 69212 57253 104 248 0 68961 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 468536

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7581
/proc/meminfo: memFree=30507028/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
[pid=7538] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7538/stat : 7538 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385214317 9367552 267 33554432000 4194304 5064252 140735827158096 140735827157008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7538/statm: 2287 267 226 213 0 72 0
[pid=7539] ppid=7538 vsize=277116 CPUtime=48.83 cores=0,2,4,6
/proc/7539/stat : 7539 (glucose) R 7538 7525 4063 0 -1 4202496 43559 0 0 0 4870 13 0 0 20 0 1 0 385214318 283766784 57304 33554432000 4194304 5208918 140735427962864 140735427960712 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7539/statm: 69279 57304 104 248 0 69028 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 468804

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 7616
/proc/meminfo: memFree=30555584/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
[pid=7538] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7538/stat : 7538 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385214317 9367552 267 33554432000 4194304 5064252 140735827158096 140735827157008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7538/statm: 2287 267 226 213 0 72 0
[pid=7539] ppid=7538 vsize=277276 CPUtime=100.02 cores=0,2,4,6
/proc/7539/stat : 7539 (glucose) R 7538 7525 4063 0 -1 4202496 43582 0 0 0 9989 13 0 0 20 0 1 0 385214318 283930624 57327 33554432000 4194304 5208918 140735427962864 140735427960824 4229244 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7539/statm: 69319 57327 104 248 0 69068 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 468964

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 7620
/proc/meminfo: memFree=30536532/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=173392 CPUtime=2.24 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 13089 12976 0 0 153 26 41 4 20 0 1 0 385214092 177553408 32419 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 43348 32419 180 443 0 42901 0
[pid=7538] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7538/stat : 7538 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385214317 9367552 267 33554432000 4194304 5064252 140735827158096 140735827157008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7538/statm: 2287 267 226 213 0 72 0
[pid=7539] ppid=7538 vsize=277276 CPUtime=160.01 cores=0,2,4,6
/proc/7539/stat : 7539 (glucose) R 7538 7525 4063 0 -1 4202496 43590 0 0 0 15988 13 0 0 20 0 1 0 385214318 283930624 57334 33554432000 4194304 5208918 140735427962864 140735427960824 4205672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7539/statm: 69319 57334 104 248 0 69068 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 468964

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7620
/proc/meminfo: memFree=30541052/32873648 swapFree=7372/7372

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

/proc/7697/stat : 7697 (glucose) R 7696 7525 4063 0 -1 4202496 49304 0 0 0 59713 16 0 0 20 0 1 0 385290581 299225088 63627 33554432000 4194304 5208918 140734689442176 140734689440024 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7697/statm: 73053 63627 105 248 0 72802 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 467520

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7702
/proc/meminfo: memFree=29866388/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=764.75 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 20775 68590 0 0 282 43 76094 56 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7696] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7696/stat : 7696 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385290581 9367552 267 33554432000 4194304 5064252 140733566719648 140733566718560 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7696/statm: 2287 267 226 213 0 72 0
[pid=7697] ppid=7696 vsize=293456 CPUtime=657.28 cores=0,2,4,6
/proc/7697/stat : 7697 (glucose) R 7696 7525 4063 0 -1 4202496 49615 0 0 0 65712 16 0 0 20 0 1 0 385290581 300498944 64668 33554432000 4194304 5208918 140734689442176 140734689439928 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7697/statm: 73364 64668 105 248 0 73113 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 468764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7702
/proc/meminfo: memFree=29874404/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=764.75 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 20775 68590 0 0 282 43 76094 56 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7696] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7696/stat : 7696 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385290581 9367552 267 33554432000 4194304 5064252 140733566719648 140733566718560 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7696/statm: 2287 267 226 213 0 72 0
[pid=7697] ppid=7696 vsize=295568 CPUtime=717.27 cores=0,2,4,6
/proc/7697/stat : 7697 (glucose) R 7696 7525 4063 0 -1 4202496 50660 0 0 0 71709 18 0 0 20 0 1 0 385290581 302661632 62734 33554432000 4194304 5208918 140734689442176 140734689440024 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7697/statm: 73892 62734 105 248 0 73641 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 470876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7713
/proc/meminfo: memFree=29869116/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=764.75 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 20775 68590 0 0 282 43 76094 56 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7696] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7696/stat : 7696 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385290581 9367552 267 33554432000 4194304 5064252 140733566719648 140733566718560 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7696/statm: 2287 267 226 213 0 72 0
[pid=7697] ppid=7696 vsize=298364 CPUtime=777.26 cores=0,2,4,6
/proc/7697/stat : 7697 (glucose) R 7696 7525 4063 0 -1 4202496 51232 0 0 0 77708 18 0 0 20 0 1 0 385290581 305524736 63817 33554432000 4194304 5208918 140734689442176 140734689440136 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7697/statm: 74591 63817 105 248 0 74340 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 473672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7713
/proc/meminfo: memFree=29863548/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=764.75 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 20775 68590 0 0 282 43 76094 56 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7696] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7696/stat : 7696 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385290581 9367552 267 33554432000 4194304 5064252 140733566719648 140733566718560 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7696/statm: 2287 267 226 213 0 72 0
[pid=7697] ppid=7696 vsize=299772 CPUtime=837.26 cores=0,2,4,6
/proc/7697/stat : 7697 (glucose) R 7696 7525 4063 0 -1 4202496 51584 0 0 0 83707 19 0 0 20 0 1 0 385290581 306966528 65191 33554432000 4194304 5208918 140734689442176 140734689440024 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7697/statm: 74943 65191 105 248 0 74692 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 475080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7714
/proc/meminfo: memFree=29860764/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=764.75 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 20775 68590 0 0 282 43 76094 56 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7696] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7696/stat : 7696 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385290581 9367552 267 33554432000 4194304 5064252 140733566719648 140733566718560 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7696/statm: 2287 267 226 213 0 72 0
[pid=7697] ppid=7696 vsize=300828 CPUtime=897.24 cores=0,2,4,6
/proc/7697/stat : 7697 (glucose) R 7696 7525 4063 0 -1 4202496 51877 0 0 0 89705 19 0 0 20 0 1 0 385290581 308047872 65995 33554432000 4194304 5208918 140734689442176 140734689439928 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7697/statm: 75207 65995 105 248 0 74956 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 476136

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7721
/proc/meminfo: memFree=30113712/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=1721.47 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 28460 127567 0 0 410 60 171566 111 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7720] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7720/stat : 7720 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385386270 9367552 266 33554432000 4194304 5064252 140734488964000 140734488962912 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7720/statm: 2287 266 226 213 0 72 0
[pid=7721] ppid=7720 vsize=137888 CPUtime=0.5 cores=0,2,4,6
/proc/7721/stat : 7721 (glucose) R 7720 7525 4063 0 -1 4202496 22650 0 0 0 45 5 0 0 20 0 1 0 385386270 141197312 28836 33554432000 4194304 5208918 140736890470560 140736889420248 4236181 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7721/statm: 34472 28836 70 248 0 34221 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 313196

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7721
/proc/meminfo: memFree=29903304/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=1721.47 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 28460 127567 0 0 410 60 171566 111 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7720] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7720/stat : 7720 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385386270 9367552 266 33554432000 4194304 5064252 140734488964000 140734488962912 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7720/statm: 2287 266 226 213 0 72 0
[pid=7721] ppid=7720 vsize=248348 CPUtime=60.51 cores=0,2,4,6
/proc/7721/stat : 7721 (glucose) R 7720 7525 4063 0 -1 4202496 43547 0 0 0 6039 12 0 0 20 0 1 0 385386270 254308352 55215 33554432000 4194304 5208918 140736890470560 140736890468520 4211160 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7721/statm: 62087 55215 104 248 0 61836 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 423656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7721
/proc/meminfo: memFree=29903552/32873648 swapFree=7372/7372
[pid=7525] ppid=7523 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo-It) S 7523 7525 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385214092 9367552 274 33554432000 4194304 5064252 140734292990912 140734292989824 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7525/statm: 2287 274 233 213 0 72 0
[pid=7526] ppid=7525 vsize=157012 CPUtime=1721.47 cores=0,2,4,6
/proc/7526/stat : 7526 (npSolver-wbo) S 7525 7525 4063 0 -1 4202496 28460 127567 0 0 410 60 171566 111 20 0 1 0 385214092 160780288 28356 33554432000 4194304 6006132 140737452757584 140737452748976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7526/statm: 39253 28356 180 443 0 38806 0
[pid=7720] ppid=7526 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7720/stat : 7720 (satsolver.sh) S 7526 7525 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385386270 9367552 266 33554432000 4194304 5064252 140734488964000 140734488962912 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7720/statm: 2287 266 226 213 0 72 0
[pid=7721] ppid=7720 vsize=248348 CPUtime=78.61 cores=0,2,4,6
/proc/7721/stat : 7721 (glucose) R 7720 7525 4063 0 -1 4202496 43557 0 0 0 7849 12 0 0 20 0 1 0 385386270 254308352 55225 33554432000 4194304 5208918 140736890470560 140736890468520 4211122 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7721/statm: 62087 55225 105 248 0 61836 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 423656

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 7525 and gives
#  childrusage.ru_utime.tv_sec=1719
#  childrusage.ru_utime.tv_usec=765555
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=721738
# CPU time returned by wait4() is 1721.49
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.25
CPU system time (s): 1.83
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 563300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1719.77
system time used= 1.72174
maximum resident set size= 315060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 564760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2113
involuntary context switches= 1863

runsolver used 3.42748 second user time and 9.07362 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 23:28:02
IDJOB=3753696
IDBENCH=79004
IDSOLVER=2337
FILE ID=node124/3753696-1339190882
RUNJOBID= node124-1339183651-5372
PBS_JOBID= 14643802
Free space on /tmp= 70768 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753696-1339190882/watcher-3753696-1339190882 -o /tmp/evaluation-result-3753696-1339190882/solver-3753696-1339190882 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753696-1339190882.wbo 7215000 HOME HOME

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

MD5SUM BENCH= 912ca607d723e7995f4e9e6209c25e32
RANDOM SEED=7215000

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30950684 kB
Buffers:          383360 kB
Cached:           600496 kB
SwapCached:         8612 kB
Active:          1040040 kB
Inactive:          33104 kB
Active(anon):      73636 kB
Inactive(anon):    11980 kB
Active(file):     966404 kB
Inactive(file):    21124 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:              9208 kB
Writeback:             0 kB
AnonPages:         84644 kB
Mapped:            10040 kB
Shmem:                 0 kB
Slab:             711544 kB
SReclaimable:     155672 kB
SUnreclaim:       555872 kB
KernelStack:        1504 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     205908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 70536 MiB
End job on node124 at 2012-06-08 23:58:03