Trace number 3714630

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.03 1801.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j308_1-unsat--soft-0-100-0.wbo
MD5SUM591706804da9a76ba42d2e694fd25fcb
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.024995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2728
Total number of constraints8382
Number of soft constraints8382
Number of constraints which are clauses8210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints172
Minimum length of a constraint1
Maximum length of a constraint17
Top cost 422384
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 422383
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 143
Number of bits of the biggest sum of numbers8
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.09/2.18	c run usual solver
5.57/5.67	o 216
5.57/5.67	c fallback to adder encoding
127.27/127.51	o 215
127.27/127.51	c fallback to adder encoding
253.83/254.10	o 214
253.83/254.10	c fallback to adder encoding
407.03/407.47	o 213
407.03/407.47	c fallback to adder encoding
515.59/516.05	o 212
515.59/516.05	c fallback to adder encoding
590.54/591.28	o 211
590.54/591.28	c fallback to adder encoding
706.20/706.96	o 210
706.20/706.96	c fallback to adder encoding
825.51/826.67	o 209
825.51/826.67	c fallback to adder encoding
1005.84/1006.76	o 208
1005.84/1006.76	c fallback to adder encoding
1098.58/1099.53	o 207
1098.58/1099.53	c fallback to adder encoding
1181.28/1182.25	o 206
1181.28/1182.25	c fallback to adder encoding
1302.71/1303.99	o 205
1302.71/1303.99	c fallback to adder encoding
1416.06/1417.36	o 204
1416.06/1417.36	c fallback to adder encoding
1493.88/1494.92	o 203
1493.88/1494.92	c fallback to adder encoding
1582.43/1583.50	o 202
1582.43/1583.50	c fallback to adder encoding
1680.97/1682.02	o 201
1680.97/1682.02	c fallback to adder encoding
1767.51/1768.62	o 200
1767.51/1768.62	c fallback to adder encoding
1800.03/1801.11	c error: unexpected solver exit code
1800.03/1801.11	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-3714630-1338222912/watcher-3714630-1338222912 -o /tmp/evaluation-result-3714630-1338222912/solver-3714630-1338222912 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714630-1338222912.wbo 934270289 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.15 2.07 2.01 3/179 20080
/proc/meminfo: memFree=30924276/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0

[startup+0.081198 s]
/proc/loadavg: 2.15 2.07 2.01 3/179 20080
/proc/meminfo: memFree=30924276/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.15 2.07 2.01 3/179 20080
/proc/meminfo: memFree=30924276/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300282 s]
/proc/loadavg: 2.15 2.07 2.01 3/179 20080
/proc/meminfo: memFree=30924276/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.15 2.07 2.01 3/179 20080
/proc/meminfo: memFree=30924276/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.15 2.07 2.01 3/181 20082
/proc/meminfo: memFree=30871760/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=67980 CPUtime=1.49 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) R 20080 20080 12121 0 -1 4202496 6437 0 0 0 147 2 0 0 20 0 1 0 288415504 69611520 13052 33554432000 4194304 5990268 140734917393616 140734917385208 4547439 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20081/statm: 16995 13052 145 439 0 16552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77128

[startup+3.1002 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 20082
/proc/meminfo: memFree=30869340/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=68148 CPUtime=2.18 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 7065 0 0 0 211 7 0 0 20 0 1 0 288415504 69783552 13615 33554432000 4194304 5990268 140734917393616 140734917386768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20081/statm: 17037 13615 153 439 0 16594 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 77296
heavy processes:

[startup+6.30019 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 20091
/proc/meminfo: memFree=30821656/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=6.02 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 11213 33253 0 0 256 59 257 30 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 146960

[startup+12.7004 s]
/proc/loadavg: 2.27 2.10 2.02 3/183 20094
/proc/meminfo: memFree=30628628/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=6.02 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 11213 33253 0 0 256 59 257 30 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20093] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20093/stat : 20093 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288416124 9367552 267 33554432000 4194304 5064252 140735468475456 140735468474368 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20093/statm: 2287 267 226 213 0 72 0
[pid=20094] ppid=20093 vsize=115192 CPUtime=6.49 cores=0,2,4,6
/proc/20094/stat : 20094 (glucose) R 20093 20080 12121 0 -1 4202496 17856 0 0 0 644 5 0 0 20 0 1 0 288416124 117956608 25585 33554432000 4194304 5208918 140735573698784 140735573696536 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20094/statm: 28798 25585 102 248 0 28547 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 271300

[startup+25.5067 s]
/proc/loadavg: 2.23 2.09 2.02 3/183 20094
/proc/meminfo: memFree=30626576/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=6.02 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 11213 33253 0 0 256 59 257 30 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20093] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20093/stat : 20093 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288416124 9367552 267 33554432000 4194304 5064252 140735468475456 140735468474368 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20093/statm: 2287 267 226 213 0 72 0
[pid=20094] ppid=20093 vsize=118104 CPUtime=19.29 cores=0,2,4,6
/proc/20094/stat : 20094 (glucose) R 20093 20080 12121 0 -1 4202496 18552 0 0 0 1924 5 0 0 20 0 1 0 288416124 120938496 26281 33554432000 4194304 5208918 140735573698784 140735573696632 4211030 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 29526 26281 102 248 0 29275 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 274212

[startup+51.1004 s]
/proc/loadavg: 2.15 2.08 2.02 3/183 20094
/proc/meminfo: memFree=30623844/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=6.02 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 11213 33253 0 0 256 59 257 30 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20093] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20093/stat : 20093 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288416124 9367552 267 33554432000 4194304 5064252 140735468475456 140735468474368 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20093/statm: 2287 267 226 213 0 72 0
[pid=20094] ppid=20093 vsize=118312 CPUtime=44.88 cores=0,2,4,6
/proc/20094/stat : 20094 (glucose) R 20093 20080 12121 0 -1 4202496 18623 0 0 0 4483 5 0 0 20 0 1 0 288416124 121151488 26352 33554432000 4194304 5208918 140735573698784 140735573696744 4231104 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 29578 26352 102 248 0 29327 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 274420

[startup+102.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/183 20094
/proc/meminfo: memFree=30619368/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=6.02 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 11213 33253 0 0 256 59 257 30 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20093] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20093/stat : 20093 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288416124 9367552 267 33554432000 4194304 5064252 140735468475456 140735468474368 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20093/statm: 2287 267 226 213 0 72 0
[pid=20094] ppid=20093 vsize=120816 CPUtime=96.07 cores=0,2,4,6
/proc/20094/stat : 20094 (glucose) R 20093 20080 12121 0 -1 4202496 19270 0 0 0 9602 5 0 0 20 0 1 0 288416124 123715584 26999 33554432000 4194304 5208918 140735573698784 140735573696536 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 30204 26999 103 248 0 29953 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 276924

[startup+162.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/183 20101
/proc/meminfo: memFree=30623548/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=127.7 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 15337 58931 0 0 291 63 12364 52 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20100] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20100/stat : 20100 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288428293 9367552 267 33554432000 4194304 5064252 140733762013168 140733762012080 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20100/statm: 2287 267 226 213 0 72 0
[pid=20101] ppid=20100 vsize=113568 CPUtime=34.38 cores=0,2,4,6
/proc/20101/stat : 20101 (glucose) R 20100 20080 12121 0 -1 4202496 18310 0 0 0 3433 5 0 0 20 0 1 0 288428294 116293632 25182 33554432000 4194304 5208918 140733207505136 140733207502808 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20101/statm: 28392 25182 95 248 0 28141 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 269676

[startup+222.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/183 20101
/proc/meminfo: memFree=30618228/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=127.7 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 15337 58931 0 0 291 63 12364 52 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0

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

/proc/20593/stat : 20593 (glucose) R 20592 20080 12121 0 -1 4202496 19000 0 0 0 450 4 0 0 20 0 1 0 288557279 120942592 26222 33554432000 4194304 5208918 140737045652672 140737045650344 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20593/statm: 29527 26222 102 248 0 29276 0
Current children cumulated CPU time (s) 1421.32
Current children cumulated vsize (KiB) 274216

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 20608
/proc/meminfo: memFree=30932272/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1416.78 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 60701 340461 0 0 679 104 140610 285 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20592] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20592/stat : 20592 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288557279 9367552 266 33554432000 4194304 5064252 140736311602608 140736311601520 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20592/statm: 2287 266 226 213 0 72 0
[pid=20593] ppid=20592 vsize=121260 CPUtime=64.54 cores=0,2,4,6
/proc/20593/stat : 20593 (glucose) R 20592 20080 12121 0 -1 4202496 19802 0 0 0 6449 5 0 0 20 0 1 0 288557279 124170240 27024 33554432000 4194304 5208918 140737045652672 140737045650344 4229456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20593/statm: 30315 27024 103 248 0 30064 0
Current children cumulated CPU time (s) 1481.32
Current children cumulated vsize (KiB) 277368

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 20618
/proc/meminfo: memFree=30912844/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1494.32 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 64825 365965 0 0 713 108 148303 308 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20617] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20617/stat : 20617 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288565034 9367552 266 33554432000 4194304 5064252 140736714694032 140736714692944 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20617/statm: 2287 266 226 213 0 72 0
[pid=20618] ppid=20617 vsize=118852 CPUtime=46.97 cores=0,2,4,6
/proc/20618/stat : 20618 (glucose) R 20617 20080 12121 0 -1 4202496 18725 0 0 0 4693 4 0 0 20 0 1 0 288565035 121704448 26250 33554432000 4194304 5208918 140736642722128 140736642719976 4205263 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20618/statm: 29713 26250 102 248 0 29462 0
Current children cumulated CPU time (s) 1541.29
Current children cumulated vsize (KiB) 274960

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 20648
/proc/meminfo: memFree=30880172/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1582.86 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 68949 390725 0 0 747 111 157100 328 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20647] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20647/stat : 20647 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288573893 9367552 266 33554432000 4194304 5064252 140736489972368 140736489971280 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20647/statm: 2287 266 226 213 0 72 0
[pid=20648] ppid=20647 vsize=117316 CPUtime=18.39 cores=0,2,4,6
/proc/20648/stat : 20648 (glucose) R 20647 20080 12121 0 -1 4202496 18621 0 0 0 1834 5 0 0 20 0 1 0 288573893 120131584 26000 33554432000 4194304 5208918 140735605018512 140735605016472 4211141 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20648/statm: 29329 26000 102 248 0 29078 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 273424

[startup+1662.31 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 20648
/proc/meminfo: memFree=30879024/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1582.86 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 68949 390725 0 0 747 111 157100 328 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20647] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20647/stat : 20647 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288573893 9367552 266 33554432000 4194304 5064252 140736489972368 140736489971280 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20647/statm: 2287 266 226 213 0 72 0
[pid=20648] ppid=20647 vsize=120400 CPUtime=78.38 cores=0,2,4,6
/proc/20648/stat : 20648 (glucose) R 20647 20080 12121 0 -1 4202496 19382 0 0 0 7833 5 0 0 20 0 1 0 288573893 123289600 26943 33554432000 4194304 5208918 140735605018512 140735605016472 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20648/statm: 30100 26943 103 248 0 29849 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 276508

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 20662
/proc/meminfo: memFree=30931024/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1681.36 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 73073 415734 0 0 782 115 166889 350 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20661] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20661/stat : 20661 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288583744 9367552 266 33554432000 4194304 5064252 140733250462000 140733250460912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20661/statm: 2287 266 226 213 0 72 0
[pid=20662] ppid=20661 vsize=118676 CPUtime=39.87 cores=0,2,4,6
/proc/20662/stat : 20662 (glucose) R 20661 20080 12121 0 -1 4202496 18643 0 0 0 3983 4 0 0 20 0 1 0 288583745 121524224 26513 33554432000 4194304 5208918 140733539755648 140733539753496 4211038 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20662/statm: 29669 26513 103 248 0 29418 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 274784

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 20677
/proc/meminfo: memFree=30939248/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1767.95 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 77197 441286 0 0 816 120 175487 372 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20669] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20669/stat : 20669 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288592404 9367552 267 33554432000 4194304 5064252 140737457502192 140737457501104 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20669/statm: 2287 267 226 213 0 72 0
[pid=20670] ppid=20669 vsize=115884 CPUtime=13.29 cores=0,2,4,6
/proc/20670/stat : 20670 (glucose) R 20669 20080 12121 0 -1 4202496 18022 0 0 0 1324 5 0 0 20 0 1 0 288592404 118665216 25804 33554432000 4194304 5208918 140734348501520 140734348499480 4205651 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20670/statm: 28971 25804 102 248 0 28720 0
Current children cumulated CPU time (s) 1781.24
Current children cumulated vsize (KiB) 271992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 20677
/proc/meminfo: memFree=30937728/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1767.95 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 77197 441286 0 0 816 120 175487 372 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20669] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20669/stat : 20669 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288592404 9367552 267 33554432000 4194304 5064252 140737457502192 140737457501104 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20669/statm: 2287 267 226 213 0 72 0
[pid=20670] ppid=20669 vsize=116476 CPUtime=32.08 cores=0,2,4,6
/proc/20670/stat : 20670 (glucose) R 20669 20080 12121 0 -1 4202496 18188 0 0 0 3203 5 0 0 20 0 1 0 288592404 119271424 26060 33554432000 4194304 5208918 140734348501520 140734348499416 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20670/statm: 29119 26060 102 248 0 28868 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 272584

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 20677
/proc/meminfo: memFree=30937728/32873844 swapFree=7632/7632
[pid=20080] ppid=20078 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (npSolver-wbo-It) S 20078 20080 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288415504 9367552 275 33554432000 4194304 5064252 140733436512912 140733436511824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20080/statm: 2287 275 233 213 0 72 0
[pid=20081] ppid=20080 vsize=137812 CPUtime=1767.95 cores=0,2,4,6
/proc/20081/stat : 20081 (npSolver-wbo) S 20080 20080 12121 0 -1 4202496 77197 441286 0 0 816 120 175487 372 20 0 1 0 288415504 141119488 28749 33554432000 4194304 5990268 140734917393616 140734917385040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 48 0 0
/proc/20081/statm: 34453 28749 166 439 0 34010 0
[pid=20669] ppid=20081 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20669/stat : 20669 (satsolver.sh) S 20081 20080 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288592404 9367552 267 33554432000 4194304 5064252 140737457502192 140737457501104 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20669/statm: 2287 267 226 213 0 72 0
[pid=20670] ppid=20669 vsize=116476 CPUtime=32.08 cores=0,2,4,6
/proc/20670/stat : 20670 (glucose) R 20669 20080 12121 0 -1 4202496 18188 0 0 0 3203 5 0 0 20 0 1 0 288592404 119271424 26060 33554432000 4194304 5208918 140734348501520 140734348499416 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20670/statm: 29119 26060 102 248 0 28868 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 272584

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20080 and gives
#  childrusage.ru_utime.tv_sec=1763
#  childrusage.ru_utime.tv_usec=39977
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=928250
# CPU time returned by wait4() is 1767.97
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.11
CPU time (s): 1800.03
CPU user time (s): 1795.06
CPU system time (s): 4.97
CPU usage (%): 99.9398
Max. virtual memory (cumulated for all children) (KiB): 278260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1763.04
system time used= 4.92825
maximum resident set size= 115004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1878328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5287
involuntary context switches= 2189

runsolver used 5.02024 second user time and 13.9619 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-28 18:35:12
IDJOB=3714630
IDBENCH=79346
IDSOLVER=2296
FILE ID=node141/3714630-1338222912
RUNJOBID= node141-1338210956-15178
PBS_JOBID= 14624602
Free space on /tmp= 71428 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j308_1-unsat--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-3714630-1338222912/watcher-3714630-1338222912 -o /tmp/evaluation-result-3714630-1338222912/solver-3714630-1338222912 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714630-1338222912.wbo 934270289 HOME HOME

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

MD5SUM BENCH= 591706804da9a76ba42d2e694fd25fcb
RANDOM SEED=934270289

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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:        30924920 kB
Buffers:          303700 kB
Cached:           503848 kB
SwapCached:          220 kB
Active:           632868 kB
Inactive:         476524 kB
Active(anon):     291652 kB
Inactive(anon):    11292 kB
Active(file):     341216 kB
Inactive(file):   465232 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:             78960 kB
Writeback:             0 kB
AnonPages:        332144 kB
Mapped:            11720 kB
Shmem:               172 kB
Slab:             698776 kB
SReclaimable:     141100 kB
SUnreclaim:       557676 kB
KernelStack:        1520 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     459440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71428 MiB
End job on node141 at 2012-05-28 19:05:13