Trace number 3715011

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? (TO) 1800.06 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf8.ucl--soft-33-100-0.wbo
MD5SUM0213af97bcb368564904cb77675881c0
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.302953
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6059
Total number of constraints16684
Number of soft constraints11088
Number of constraints which are clauses15940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints744
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 559152
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 559151
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 127
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

2.99/3.08	c run usual solver
6.01/6.24	o 87
6.01/6.24	c fallback to adder encoding
179.29/179.75	o 86
179.29/179.75	c fallback to adder encoding
291.84/292.10	o 85
291.84/292.10	c fallback to adder encoding
518.50/518.80	o 84
518.50/518.80	c fallback to adder encoding
630.67/631.00	o 83
630.67/631.00	c fallback to adder encoding
750.99/751.35	o 82
750.99/751.35	c fallback to adder encoding
966.71/967.12	o 81
966.71/967.12	c fallback to adder encoding
1104.66/1105.11	o 80
1104.66/1105.11	c fallback to adder encoding
1188.35/1188.81	o 79
1188.35/1188.81	c fallback to adder encoding
1333.62/1334.10	o 75
1333.62/1334.10	c fallback to adder encoding
1476.92/1477.43	o 74
1476.92/1477.43	c fallback to adder encoding
1593.29/1593.89	o 73
1593.29/1593.89	c fallback to adder encoding
1674.33/1675.07	o 72
1674.33/1675.07	c fallback to adder encoding
1740.07/1740.64	o 71
1740.07/1740.64	c fallback to adder encoding
1800.06/1800.61	c error: unexpected solver exit code
1800.06/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-3715011-1338189785/watcher-3715011-1338189785 -o /tmp/evaluation-result-3715011-1338189785/solver-3715011-1338189785 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715011-1338189785.wbo 668043808 HOME HOME 

running on 4 cores: 1,3,5,7

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 15426
/proc/meminfo: memFree=29214756/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0

[startup+0.028452 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15426
/proc/meminfo: memFree=29214756/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15426
/proc/meminfo: memFree=29214756/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15426
/proc/meminfo: memFree=29214756/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15426
/proc/meminfo: memFree=29214756/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15428
/proc/meminfo: memFree=29201940/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=34876 CPUtime=1.49 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) R 15426 15426 32349 0 -1 4202496 2808 0 0 0 148 1 0 0 20 0 1 0 285103327 35713024 4824 33554432000 4194304 5990268 140734376350576 140734376338840 4521650 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 8719 4824 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15428
/proc/meminfo: memFree=29168428/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=68096 CPUtime=3.09 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 6869 0 0 0 301 8 0 0 20 0 1 0 285103327 69730304 12125 33554432000 4194304 5990268 140734376350576 140734376343728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 17024 12125 149 439 0 16581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77244

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15433
/proc/meminfo: memFree=29110428/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=80240 CPUtime=6.12 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) R 15426 15426 32349 0 -1 4202496 8532 27693 0 0 317 61 218 16 20 0 1 0 285103327 82165760 15155 33554432000 4194304 5990268 140734376350576 140734376343728 5042521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 20060 15155 163 439 0 19617 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 89388

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15440
/proc/meminfo: memFree=28939072/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=6.44 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 8616 27693 0 0 345 65 218 16 20 0 1 0 285103327 140886016 26986 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26986 164 439 0 33953 0
[pid=15439] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285103988 9367552 266 33554432000 4194304 5064252 140735623712544 140735623711456 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15439/statm: 2287 266 226 213 0 72 0
[pid=15440] ppid=15439 vsize=116412 CPUtime=6.07 cores=1,3,5,7
/proc/15440/stat : 15440 (glucose) R 15439 15426 32349 0 -1 4202496 17594 0 0 0 603 4 0 0 20 0 1 0 285103989 119205888 24279 33554432000 4194304 5208918 140735849626224 140735849624072 4205148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15440/statm: 29103 24279 103 248 0 28852 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 272292

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15440
/proc/meminfo: memFree=28939956/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=6.44 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 8616 27693 0 0 345 65 218 16 20 0 1 0 285103327 140886016 26986 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26986 164 439 0 33953 0
[pid=15439] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285103988 9367552 266 33554432000 4194304 5064252 140735623712544 140735623711456 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15439/statm: 2287 266 226 213 0 72 0
[pid=15440] ppid=15439 vsize=116764 CPUtime=18.87 cores=1,3,5,7
/proc/15440/stat : 15440 (glucose) R 15439 15426 32349 0 -1 4202496 17657 0 0 0 1883 4 0 0 20 0 1 0 285103989 119566336 24342 33554432000 4194304 5208918 140735849626224 140735849623896 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15440/statm: 29191 24342 103 248 0 28940 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 272644

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15440
/proc/meminfo: memFree=28936916/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=6.44 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 8616 27693 0 0 345 65 218 16 20 0 1 0 285103327 140886016 26986 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26986 164 439 0 33953 0
[pid=15439] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285103988 9367552 266 33554432000 4194304 5064252 140735623712544 140735623711456 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15439/statm: 2287 266 226 213 0 72 0
[pid=15440] ppid=15439 vsize=117988 CPUtime=44.47 cores=1,3,5,7
/proc/15440/stat : 15440 (glucose) R 15439 15426 32349 0 -1 4202496 17954 0 0 0 4442 5 0 0 20 0 1 0 285103989 120819712 24639 33554432000 4194304 5208918 140735849626224 140735849624072 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15440/statm: 29497 24639 103 248 0 29246 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 273868

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15440
/proc/meminfo: memFree=28933628/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=6.44 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 8616 27693 0 0 345 65 218 16 20 0 1 0 285103327 140886016 26986 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26986 164 439 0 33953 0
[pid=15439] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285103988 9367552 266 33554432000 4194304 5064252 140735623712544 140735623711456 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15439/statm: 2287 266 226 213 0 72 0
[pid=15440] ppid=15439 vsize=119288 CPUtime=95.67 cores=1,3,5,7
/proc/15440/stat : 15440 (glucose) R 15439 15426 32349 0 -1 4202496 18290 0 0 0 9562 5 0 0 20 0 1 0 285103989 122150912 24975 33554432000 4194304 5208918 140735849626224 140735849624072 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15440/statm: 29822 24975 103 248 0 29571 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 275168

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15440
/proc/meminfo: memFree=28926928/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=6.44 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 8616 27693 0 0 345 65 218 16 20 0 1 0 285103327 140886016 26986 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26986 164 439 0 33953 0
[pid=15439] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285103988 9367552 266 33554432000 4194304 5064252 140735623712544 140735623711456 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15439/statm: 2287 266 226 213 0 72 0
[pid=15440] ppid=15439 vsize=121880 CPUtime=155.65 cores=1,3,5,7
/proc/15440/stat : 15440 (glucose) R 15439 15426 32349 0 -1 4202496 18870 0 0 0 15560 5 0 0 20 0 1 0 285103989 124805120 26066 33554432000 4194304 5208918 140735849626224 140735849624072 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15440/statm: 30470 26066 103 248 0 30219 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 277760

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15447
/proc/meminfo: memFree=28930192/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=179.92 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 10359 51142 0 0 378 69 17507 38 20 0 1 0 285103327 140886016 26986 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26986 164 439 0 33953 0
[pid=15446] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/15572/stat : 15572 (glucose) R 15571 15426 32349 0 -1 4202496 16121 0 0 0 2781 5 0 0 20 0 1 0 285236769 109608960 22284 33554432000 4194304 5208918 140735729327888 140735729325736 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15572/statm: 26760 22284 103 248 0 26509 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 262920

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 15579
/proc/meminfo: memFree=30115996/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1333.99 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 24298 234982 0 0 627 97 132474 201 20 0 1 0 285103327 140886016 26474 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 26474 164 439 0 33953 0
[pid=15571] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15571/stat : 15571 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285236769 9367552 266 33554432000 4194304 5064252 140734172617680 140734172616592 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15571/statm: 2287 266 226 213 0 72 0
[pid=15572] ppid=15571 vsize=110124 CPUtime=87.86 cores=1,3,5,7
/proc/15572/stat : 15572 (glucose) R 15571 15426 32349 0 -1 4202496 16825 0 0 0 8781 5 0 0 20 0 1 0 285236769 112766976 23058 33554432000 4194304 5208918 140735729327888 140735729325736 4211182 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15572/statm: 27531 23058 103 248 0 27280 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 266004

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15586
/proc/meminfo: memFree=30118680/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1477.28 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 26046 256694 0 0 655 100 146753 220 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15585] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15585/stat : 15585 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285251102 9367552 266 33554432000 4194304 5064252 140734583467200 140734583466112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15585/statm: 2287 266 226 213 0 72 0
[pid=15586] ppid=15585 vsize=103764 CPUtime=4.54 cores=1,3,5,7
/proc/15586/stat : 15586 (glucose) R 15585 15426 32349 0 -1 4202496 15860 0 0 0 450 4 0 0 20 0 1 0 285251102 106254336 21536 33554432000 4194304 5208918 140736079671600 140736079669448 4211019 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15586/statm: 25941 21536 103 248 0 25690 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 259644

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15587
/proc/meminfo: memFree=30109120/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1477.28 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 26046 256694 0 0 655 100 146753 220 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15585] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15585/stat : 15585 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285251102 9367552 266 33554432000 4194304 5064252 140734583467200 140734583466112 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15585/statm: 2287 266 226 213 0 72 0
[pid=15586] ppid=15585 vsize=105960 CPUtime=64.52 cores=1,3,5,7
/proc/15586/stat : 15586 (glucose) R 15585 15426 32349 0 -1 4202496 16358 0 0 0 6448 4 0 0 20 0 1 0 285251102 108503040 22790 33554432000 4194304 5208918 140736079671600 140736079669432 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15586/statm: 26490 22790 103 248 0 26239 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 261840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15594
/proc/meminfo: memFree=30111024/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1593.71 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 27794 278053 0 0 683 103 158346 239 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15593] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15593/stat : 15593 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285262747 9367552 266 33554432000 4194304 5064252 140733304736496 140733304735408 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15593/statm: 2287 266 226 213 0 72 0
[pid=15594] ppid=15593 vsize=105152 CPUtime=8.08 cores=1,3,5,7
/proc/15594/stat : 15594 (glucose) R 15593 15426 32349 0 -1 4202496 15916 0 0 0 803 5 0 0 20 0 1 0 285262748 107675648 22025 33554432000 4194304 5208918 140734120052848 140734120050696 4205128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15594/statm: 26288 22025 103 248 0 26037 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 261032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15597
/proc/meminfo: memFree=30099912/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1593.71 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 27794 278053 0 0 683 103 158346 239 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15593] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15593/stat : 15593 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285262747 9367552 266 33554432000 4194304 5064252 140733304736496 140733304735408 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15593/statm: 2287 266 226 213 0 72 0
[pid=15594] ppid=15593 vsize=107664 CPUtime=68.07 cores=1,3,5,7
/proc/15594/stat : 15594 (glucose) R 15593 15426 32349 0 -1 4202496 16514 0 0 0 6802 5 0 0 20 0 1 0 285262748 110247936 23134 33554432000 4194304 5208918 140734120052848 140734120050600 4211049 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15594/statm: 26916 23134 103 248 0 26665 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 263544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15604
/proc/meminfo: memFree=30100460/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1674.86 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 29542 299231 0 0 710 106 166412 258 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15603] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15603/stat : 15603 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285270864 9367552 266 33554432000 4194304 5064252 140733592314496 140733592313408 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15603/statm: 2287 266 226 213 0 72 0
[pid=15604] ppid=15603 vsize=107012 CPUtime=46.91 cores=1,3,5,7
/proc/15604/stat : 15604 (glucose) R 15603 15426 32349 0 -1 4202496 16606 0 0 0 4686 5 0 0 20 0 1 0 285270865 109580288 22256 33554432000 4194304 5208918 140734937712208 140734937710056 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15604/statm: 26753 22256 104 248 0 26502 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 262892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15611
/proc/meminfo: memFree=30098812/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1740.41 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 31290 321235 0 0 737 109 172917 278 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15610] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15610/stat : 15610 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285277421 9367552 267 33554432000 4194304 5064252 140735768175216 140735768174128 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15610/statm: 2287 267 226 213 0 72 0
[pid=15611] ppid=15610 vsize=103668 CPUtime=41.34 cores=1,3,5,7
/proc/15611/stat : 15611 (glucose) R 15610 15426 32349 0 -1 4202496 15408 0 0 0 4129 5 0 0 20 0 1 0 285277421 106156032 21539 33554432000 4194304 5208918 140735185030448 140735185028120 4205761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15611/statm: 25917 21539 103 248 0 25666 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 259548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15611
/proc/meminfo: memFree=30096460/32873844 swapFree=6600/6600
[pid=15426] ppid=15424 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15426/stat : 15426 (npSolver-wbo-It) S 15424 15426 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285103327 9367552 274 33554432000 4194304 5064252 140736710804288 140736710803200 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15426/statm: 2287 274 233 213 0 72 0
[pid=15427] ppid=15426 vsize=137584 CPUtime=1740.41 cores=1,3,5,7
/proc/15427/stat : 15427 (npSolver-wbo) S 15426 15426 32349 0 -1 4202496 31290 321235 0 0 737 109 172917 278 20 0 1 0 285103327 140886016 25962 33554432000 4194304 5990268 140734376350576 140734376342000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15427/statm: 34396 25962 164 439 0 33953 0
[pid=15610] ppid=15427 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15610/stat : 15610 (satsolver.sh) S 15427 15426 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285277421 9367552 267 33554432000 4194304 5064252 140735768175216 140735768174128 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15610/statm: 2287 267 226 213 0 72 0
[pid=15611] ppid=15610 vsize=103800 CPUtime=59.65 cores=1,3,5,7
/proc/15611/stat : 15611 (glucose) R 15610 15426 32349 0 -1 4202496 15455 0 0 0 5960 5 0 0 20 0 1 0 285277421 106291200 21586 33554432000 4194304 5208918 140735185030448 140735185028296 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15611/statm: 25950 21586 103 248 0 25699 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 259680

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 15426 and gives
#  childrusage.ru_utime.tv_sec=1736
#  childrusage.ru_utime.tv_usec=560002
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=883409
# CPU time returned by wait4() is 1740.44
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1796.14
CPU system time (s): 3.92
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 279120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1736.56
system time used= 3.88341
maximum resident set size= 107944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353504
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1390208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3217
involuntary context switches= 1938

runsolver used 6.63899 second user time and 20.6229 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 09:23:05
IDJOB=3715011
IDBENCH=79026
IDSOLVER=2296
FILE ID=node140/3715011-1338189785
RUNJOBID= node140-1338159152-32366
PBS_JOBID= 14624551
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= 0213af97bcb368564904cb77675881c0
RANDOM SEED=668043808

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29215136 kB
Buffers:          458464 kB
Cached:          1269248 kB
SwapCached:         1488 kB
Active:          2483568 kB
Inactive:         293688 kB
Active(anon):    1041312 kB
Inactive(anon):     8604 kB
Active(file):    1442256 kB
Inactive(file):   285084 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105304 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:       1065060 kB
Mapped:            12740 kB
Shmem:                 8 kB
Slab:             729820 kB
SReclaimable:     172020 kB
SUnreclaim:       557800 kB
KernelStack:        1520 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1389508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    987136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71160 MiB
End job on node140 at 2012-05-28 09:53:05