Trace number 3753306

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 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf8.ucl--soft-0-100-0.wbo
MD5SUMe93fbae592ddea3040fe1429b48d9ce6
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.247961
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 constraints16684
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 841384
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 841383
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

0.00/0.18	c run usual solver
1.17/1.27	o 123
1.17/1.27	c fallback to adder encoding
310.78/310.97	o 122
310.78/310.97	c fallback to adder encoding
630.24/630.42	o 121
630.24/630.42	c fallback to adder encoding
1040.63/1040.98	o 120
1040.63/1040.98	c fallback to adder encoding
1407.08/1407.44	o 119
1407.08/1407.44	c fallback to adder encoding
1729.10/1729.57	o 118
1729.10/1729.57	c fallback to adder encoding
1800.00/1800.41	c error: unexpected solver exit code
1800.00/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-3753306-1339199895/watcher-3753306-1339199895 -o /tmp/evaluation-result-3753306-1339199895/solver-3753306-1339199895 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753306-1339199895.wbo 532032572 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.02 2.00 3/181 22195
/proc/meminfo: memFree=31142472/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0

[startup+0.011087 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 22195
/proc/meminfo: memFree=31142472/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 22195
/proc/meminfo: memFree=31142472/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 22195
/proc/meminfo: memFree=31142472/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 22195
/proc/meminfo: memFree=31142472/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 22199
/proc/meminfo: memFree=31103052/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=58060 CPUtime=1.47 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) R 22195 22195 17075 0 -1 4202496 10987 13752 0 0 40 11 93 3 20 0 1 0 29956486 59453440 13352 33554432000 4194304 6006132 140734436194320 140734436187424 4537521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22196/statm: 14515 13352 178 443 0 14068 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 67208

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 22207
/proc/meminfo: memFree=31042920/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 181896

[startup+6.30036 s]
/proc/loadavg: 2.16 2.05 2.01 3/185 22209
/proc/meminfo: memFree=30720816/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
[pid=22208] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22208/stat : 22208 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29956749 9367552 267 33554432000 4194304 5064252 140736346787696 140736346786608 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22208/statm: 2287 267 226 213 0 72 0
[pid=22209] ppid=22208 vsize=234144 CPUtime=3.66 cores=0,2,4,6
/proc/22209/stat : 22209 (glucose) R 22208 22195 17075 0 -1 4202496 41714 0 0 0 356 10 0 0 20 0 1 0 29956749 239763456 52793 33554432000 4194304 5208918 140735934223888 140735934221736 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22209/statm: 58536 52793 104 248 0 58285 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 425188

[startup+12.7004 s]
/proc/loadavg: 2.15 2.05 2.01 3/185 22209
/proc/meminfo: memFree=30726100/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
[pid=22208] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22208/stat : 22208 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29956749 9367552 267 33554432000 4194304 5064252 140736346787696 140736346786608 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22208/statm: 2287 267 226 213 0 72 0
[pid=22209] ppid=22208 vsize=234144 CPUtime=10.06 cores=0,2,4,6
/proc/22209/stat : 22209 (glucose) R 22208 22195 17075 0 -1 4202496 41715 0 0 0 996 10 0 0 20 0 1 0 29956749 239763456 52794 33554432000 4194304 5208918 140735934223888 140735934221736 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22209/statm: 58536 52794 104 248 0 58285 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 425188

[startup+25.5068 s]
/proc/loadavg: 2.11 2.04 2.01 3/185 22209
/proc/meminfo: memFree=30726224/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
[pid=22208] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22208/stat : 22208 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29956749 9367552 267 33554432000 4194304 5064252 140736346787696 140736346786608 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22208/statm: 2287 267 226 213 0 72 0
[pid=22209] ppid=22208 vsize=234284 CPUtime=22.87 cores=0,2,4,6
/proc/22209/stat : 22209 (glucose) R 22208 22195 17075 0 -1 4202496 41725 0 0 0 2277 10 0 0 20 0 1 0 29956749 239906816 52804 33554432000 4194304 5208918 140735934223888 140735934221560 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22209/statm: 58571 52804 104 248 0 58320 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 425328

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 2.01 3/185 22209
/proc/meminfo: memFree=30726224/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
[pid=22208] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22208/stat : 22208 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29956749 9367552 267 33554432000 4194304 5064252 140736346787696 140736346786608 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22208/statm: 2287 267 226 213 0 72 0
[pid=22209] ppid=22208 vsize=234284 CPUtime=48.46 cores=0,2,4,6
/proc/22209/stat : 22209 (glucose) R 22208 22195 17075 0 -1 4202496 41742 0 0 0 4836 10 0 0 20 0 1 0 29956749 239906816 52821 33554432000 4194304 5208918 140735934223888 140735934221560 4205631 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22209/statm: 58571 52821 104 248 0 58320 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 425328

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/185 22209
/proc/meminfo: memFree=30723744/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
[pid=22208] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22208/stat : 22208 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29956749 9367552 267 33554432000 4194304 5064252 140736346787696 140736346786608 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22208/statm: 2287 267 226 213 0 72 0
[pid=22209] ppid=22208 vsize=237328 CPUtime=99.65 cores=0,2,4,6
/proc/22209/stat : 22209 (glucose) R 22208 22195 17075 0 -1 4202496 42239 0 0 0 9955 10 0 0 20 0 1 0 29956749 243023872 53318 33554432000 4194304 5208918 140735934223888 140735934221720 4210905 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22209/statm: 59332 53318 104 248 0 59081 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 428372

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/186 22212
/proc/meminfo: memFree=30718588/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=172748 CPUtime=2.56 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 13452 13752 0 0 135 25 93 3 20 0 1 0 29956486 176893952 30249 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/22196/statm: 43187 30249 179 443 0 42740 0
[pid=22208] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22208/stat : 22208 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 29956749 9367552 267 33554432000 4194304 5064252 140736346787696 140736346786608 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22208/statm: 2287 267 226 213 0 72 0
[pid=22209] ppid=22208 vsize=239688 CPUtime=159.64 cores=0,2,4,6
/proc/22209/stat : 22209 (glucose) R 22208 22195 17075 0 -1 4202496 42500 0 0 0 15954 10 0 0 20 0 1 0 29956749 245440512 53579 33554432000 4194304 5208918 140735934223888 140735934221720 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22209/statm: 59922 53579 104 248 0 59671 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 430732

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/186 22236
/proc/meminfo: memFree=30716292/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/22263/stat : 22263 (glucose) R 22262 22195 17075 0 -1 4202496 44272 0 0 0 31979 12 0 0 20 0 1 0 30060719 247652352 53450 33554432000 4194304 5208918 140737431839088 140737431835464 4205261 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22263/statm: 60462 53450 105 248 0 60211 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 416516

[startup+1422.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/183 22457
/proc/meminfo: memFree=31300448/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1408.49 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 46377 216001 0 0 607 90 139966 186 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22437] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30097368 9367552 267 33554432000 4194304 5064252 140734897987312 140734897986224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22437/statm: 2287 267 226 213 0 72 0
[pid=22438] ppid=22437 vsize=234580 CPUtime=13.46 cores=0,2,4,6
/proc/22438/stat : 22438 (glucose) R 22437 22195 17075 0 -1 4202496 42450 0 0 0 1335 11 0 0 20 0 1 0 30097368 240209920 52456 33554432000 4194304 5208918 140733949637808 140733949635656 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22438/statm: 58645 52456 96 248 0 58394 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 409248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 22558
/proc/meminfo: memFree=31269364/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1408.49 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 46377 216001 0 0 607 90 139966 186 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22437] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30097368 9367552 267 33554432000 4194304 5064252 140734897987312 140734897986224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22437/statm: 2287 267 226 213 0 72 0
[pid=22438] ppid=22437 vsize=238652 CPUtime=73.45 cores=0,2,4,6
/proc/22438/stat : 22438 (glucose) R 22437 22195 17075 0 -1 4202496 43027 0 0 0 7334 11 0 0 20 0 1 0 30097368 244379648 53102 33554432000 4194304 5208918 140733949637808 140733949635640 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22438/statm: 59663 53102 104 248 0 59412 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 413320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 22649
/proc/meminfo: memFree=31277352/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1408.49 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 46377 216001 0 0 607 90 139966 186 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22437] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30097368 9367552 267 33554432000 4194304 5064252 140734897987312 140734897986224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22437/statm: 2287 267 226 213 0 72 0
[pid=22438] ppid=22437 vsize=238652 CPUtime=133.45 cores=0,2,4,6
/proc/22438/stat : 22438 (glucose) R 22437 22195 17075 0 -1 4202496 43033 0 0 0 13334 11 0 0 20 0 1 0 30097368 244379648 53209 33554432000 4194304 5208918 140733949637808 140733949635640 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22438/statm: 59663 53209 104 248 0 59412 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 413320

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 22705
/proc/meminfo: memFree=31267200/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1408.49 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 46377 216001 0 0 607 90 139966 186 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22437] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30097368 9367552 267 33554432000 4194304 5064252 140734897987312 140734897986224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22437/statm: 2287 267 226 213 0 72 0
[pid=22438] ppid=22437 vsize=238652 CPUtime=193.43 cores=0,2,4,6
/proc/22438/stat : 22438 (glucose) R 22437 22195 17075 0 -1 4202496 43034 0 0 0 19332 11 0 0 20 0 1 0 30097368 244379648 53721 33554432000 4194304 5208918 140733949637808 140733949635640 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22438/statm: 59663 53721 104 248 0 59412 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 413320

[startup+1662.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 22803
/proc/meminfo: memFree=31265944/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1408.49 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 46377 216001 0 0 607 90 139966 186 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22437] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30097368 9367552 267 33554432000 4194304 5064252 140734897987312 140734897986224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22437/statm: 2287 267 226 213 0 72 0
[pid=22438] ppid=22437 vsize=240416 CPUtime=253.43 cores=0,2,4,6
/proc/22438/stat : 22438 (glucose) R 22437 22195 17075 0 -1 4202496 43363 0 0 0 25332 11 0 0 20 0 1 0 30097368 246185984 54050 33554432000 4194304 5208918 140733949637808 140733949635640 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22438/statm: 60104 54050 104 248 0 59853 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 415084

[startup+1722.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/185 22866
/proc/meminfo: memFree=31265360/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1408.49 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 46377 216001 0 0 607 90 139966 186 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22437] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22437/stat : 22437 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30097368 9367552 267 33554432000 4194304 5064252 140734897987312 140734897986224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22437/statm: 2287 267 226 213 0 72 0
[pid=22438] ppid=22437 vsize=240416 CPUtime=313.41 cores=0,2,4,6
/proc/22438/stat : 22438 (glucose) R 22437 22195 17075 0 -1 4202496 43365 0 0 0 31330 11 0 0 20 0 1 0 30097368 246185984 54051 33554432000 4194304 5208918 140733949637808 140733949635640 4211623 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22438/statm: 60104 54051 105 248 0 59853 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 415084

[startup+1782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/185 23000
/proc/meminfo: memFree=31279288/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1730.57 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 54608 265762 0 0 729 106 171994 228 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22886] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22886/stat : 22886 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30129581 9367552 266 33554432000 4194304 5064252 140733229543648 140733229542560 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22886/statm: 2287 266 226 213 0 72 0
[pid=22887] ppid=22886 vsize=234496 CPUtime=51.33 cores=0,2,4,6
/proc/22887/stat : 22887 (glucose) R 22886 22195 17075 0 -1 4202496 41957 0 0 0 5125 8 0 0 20 0 1 0 30129582 240123904 51351 33554432000 4194304 5208918 140736881893808 140736881891480 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 58624 51351 96 248 0 58373 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 409164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.06 2.01 3/185 23049
/proc/meminfo: memFree=31278836/32873844 swapFree=7124/7124
[pid=22195] ppid=22193 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (npSolver-wbo-It) S 22193 22195 17075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 29956486 9367552 274 33554432000 4194304 5064252 140735142718464 140735142717376 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22195/statm: 2287 274 233 213 0 72 0
[pid=22196] ppid=22195 vsize=156372 CPUtime=1730.57 cores=0,2,4,6
/proc/22196/stat : 22196 (npSolver-wbo) S 22195 22195 17075 0 -1 4202496 54608 265762 0 0 729 106 171994 228 20 0 1 0 29956486 160124928 26188 33554432000 4194304 6006132 140734436194320 140734436185712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/22196/statm: 39093 26188 180 443 0 38646 0
[pid=22886] ppid=22196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22886/stat : 22886 (satsolver.sh) S 22196 22195 17075 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30129581 9367552 266 33554432000 4194304 5064252 140733229543648 140733229542560 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22886/statm: 2287 266 226 213 0 72 0
[pid=22887] ppid=22886 vsize=234496 CPUtime=69.43 cores=0,2,4,6
/proc/22887/stat : 22887 (glucose) R 22886 22195 17075 0 -1 4202496 41969 0 0 0 6935 8 0 0 20 0 1 0 30129582 240123904 51363 33554432000 4194304 5208918 140736881893808 140736881891480 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 58624 51363 96 248 0 58373 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 409164

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 22195 and gives
#  childrusage.ru_utime.tv_sec=1727
#  childrusage.ru_utime.tv_usec=245418
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=354490
# CPU time returned by wait4() is 1730.6
# while last known CPU time is 1800
#
# 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
CPU user time (s): 1796.58
CPU system time (s): 3.42
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 496392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1727.25
system time used= 3.35449
maximum resident set size= 266964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321346
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1025664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4733
involuntary context switches= 2025

runsolver used 3.56946 second user time and 8.83166 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-09 01:58:16
IDJOB=3753306
IDBENCH=79337
IDSOLVER=2337
FILE ID=node133/3753306-1339199895
RUNJOBID= node133-1339184681-18370
PBS_JOBID= 14643824
Free space on /tmp= 71060 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf8.ucl--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-3753306-1339199895/watcher-3753306-1339199895 -o /tmp/evaluation-result-3753306-1339199895/solver-3753306-1339199895 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753306-1339199895.wbo 532032572 HOME HOME

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

MD5SUM BENCH= e93fbae592ddea3040fe1429b48d9ce6
RANDOM SEED=532032572

node133.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.139
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.27
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.56
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.139
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	: 5332.56
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.139
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	: 5332.52
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.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31142472 kB
Buffers:          134920 kB
Cached:           314308 kB
SwapCached:         1824 kB
Active:           761164 kB
Inactive:         148368 kB
Active(anon):     460316 kB
Inactive(anon):     2420 kB
Active(file):     300848 kB
Inactive(file):   145948 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100328 kB
Dirty:              9080 kB
Writeback:             0 kB
AnonPages:        466324 kB
Mapped:             9852 kB
Shmem:                 0 kB
Slab:             679824 kB
SReclaimable:     121944 kB
SUnreclaim:       557880 kB
KernelStack:        1528 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     626268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 71084 MiB
End job on node133 at 2012-06-09 02:28:16