Trace number 3715738

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/
normalized-j9014_1-unsat--soft-66-100-0.wbo
MD5SUM6c5df40b176000d7248c596dfbe96e3b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.110982
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables16198
Total number of constraints50975
Number of soft constraints17448
Number of constraints which are clauses50623
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints352
Minimum length of a constraint1
Maximum length of a constraint90
Top cost 887339
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 887338
Biggest number in a constraint 51
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 588
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.10	c run usual solver
27.76/27.98	o 12585
27.76/27.98	c starting approximation
27.76/27.98	c factor = 2
27.76/27.98	c factor still to low - shrinking to 663.544
27.76/27.98	c approx number of clauses: 1e+06
27.76/27.98	c current bound: 6292
79.30/79.51	c current bound: 6292
127.14/127.38	c current bound: 6292
176.92/177.15	c current bound: 6292
224.22/224.47	c current bound: 6292
271.61/271.88	c current bound: 6292
319.31/319.58	c current bound: 6292
366.65/366.90	c current bound: 6292
413.99/414.25	c current bound: 6292
462.20/462.49	c current bound: 6292
510.40/510.69	c current bound: 6292
557.82/558.10	c current bound: 6292
605.27/605.58	c current bound: 6292
652.76/653.02	c current bound: 6292
700.48/700.75	c current bound: 6292
747.98/748.29	c current bound: 6292
795.58/795.89	c current bound: 6292
843.01/843.31	c current bound: 6292
890.57/890.87	c current bound: 6292
938.12/938.41	c current bound: 6292
985.66/985.95	c current bound: 6292
1033.05/1033.49	c current bound: 6292
1080.75/1081.16	c current bound: 6292
1128.55/1128.98	c current bound: 6292
1176.86/1177.29	c current bound: 6292
1226.37/1226.79	c current bound: 6292
1273.90/1274.32	c current bound: 6292
1321.52/1321.93	c current bound: 6292
1368.88/1369.31	c current bound: 6292
1419.28/1419.73	c current bound: 6292
1466.67/1467.12	c current bound: 6292
1514.19/1514.70	c current bound: 6292
1561.56/1562.14	c current bound: 6292
1608.89/1609.45	c current bound: 6292
1656.43/1657.01	c current bound: 6292
1703.83/1704.42	c current bound: 6292
1751.34/1751.93	c current bound: 6292
1798.70/1799.31	c current bound: 6292
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-3715738-1338208085/watcher-3715738-1338208085 -o /tmp/evaluation-result-3715738-1338208085/solver-3715738-1338208085 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715738-1338208085.wbo 1432712439 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 22157
/proc/meminfo: memFree=29598184/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0

[startup+0.099703 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 22157
/proc/meminfo: memFree=29598184/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 22157
/proc/meminfo: memFree=29598184/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 22157
/proc/meminfo: memFree=29598184/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 22157
/proc/meminfo: memFree=29598184/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 22168
/proc/meminfo: memFree=29506524/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=166564 CPUtime=1.49 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) R 22157 22157 20162 0 -1 4202496 5860 0 0 0 145 4 0 0 20 0 1 0 286934011 170561536 32923 33554432000 4194304 5990268 140734971492320 140734971486616 4195360 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22158/statm: 41641 32923 145 439 0 41198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 175712

[startup+3.10027 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 22177
/proc/meminfo: memFree=29442176/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=166564 CPUtime=3.09 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) R 22157 22157 20162 0 -1 4202496 5860 0 0 0 305 4 0 0 20 0 1 0 286934011 170561536 32923 33554432000 4194304 5990268 140734971492320 140734971488200 4706974 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22158/statm: 41641 32923 145 439 0 41198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175712

[startup+6.30034 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 22205
/proc/meminfo: memFree=29003228/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=166564 CPUtime=4.12 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 6327 0 0 0 398 14 0 0 20 0 1 0 286934011 170561536 34467 33554432000 4194304 5990268 140734971492320 140734971485472 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22158/statm: 41641 34467 153 439 0 41198 0
[pid=22195] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (cp2_pre.sh) S 22158 22157 20162 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 286934424 9367552 276 33554432000 4194304 5064252 140737126128752 140737126127456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22195/statm: 2287 276 234 213 0 72 0
[pid=22196] ppid=22195 vsize=593912 CPUtime=2.14 cores=0,2,4,6
/proc/22196/stat : 22196 (coprocessor) R 22195 22157 20162 0 -1 4202496 56906 0 0 0 200 14 0 0 20 0 1 0 286934424 608165888 129961 33554432000 4194304 6586260 140733709058496 140733709054760 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/22196/statm: 148478 129962 164 584 0 147890 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 778772

[startup+12.7004 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 22256
/proc/meminfo: memFree=28682864/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=166564 CPUtime=4.12 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 6327 0 0 0 398 14 0 0 20 0 1 0 286934011 170561536 34467 33554432000 4194304 5990268 140734971492320 140734971485472 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22158/statm: 41641 34467 153 439 0 41198 0
[pid=22195] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22195/stat : 22195 (cp2_pre.sh) S 22158 22157 20162 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 286934424 9367552 276 33554432000 4194304 5064252 140737126128752 140737126127456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22195/statm: 2287 276 234 213 0 72 0
[pid=22196] ppid=22195 vsize=714440 CPUtime=8.54 cores=0,2,4,6
/proc/22196/stat : 22196 (coprocessor) R 22195 22157 20162 0 -1 4202496 73119 0 0 0 836 18 0 0 20 0 1 0 286934424 731586560 174790 33554432000 4194304 6586260 140733709058496 140733709053816 4683293 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/22196/statm: 178610 174790 190 584 0 178022 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 899300

[startup+25.5004 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 22360
/proc/meminfo: memFree=29279124/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=166564 CPUtime=25.48 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) R 22157 22157 20162 0 -1 4202496 6718 135991 0 0 403 14 1906 225 20 0 1 0 286934011 170561536 34471 33554432000 4194304 5990268 140734971492320 140734971486048 4273820 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22158/statm: 41641 34471 157 439 0 41198 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 175712

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 22563
/proc/meminfo: memFree=29108540/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=166568 CPUtime=27.95 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 7097 136505 0 0 459 200 1906 230 20 0 1 0 286934011 170565632 34491 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 11 0 0
/proc/22158/statm: 41642 34491 176 439 0 41199 0
[pid=22384] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22384/stat : 22384 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286936819 9367552 267 33554432000 4194304 5064252 140736981667648 140736981666560 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22384/statm: 2287 267 226 213 0 72 0
[pid=22385] ppid=22384 vsize=304432 CPUtime=22.98 cores=0,2,4,6
/proc/22385/stat : 22385 (glucose) R 22384 22157 20162 0 -1 4202496 49830 0 0 0 2287 11 0 0 20 0 1 0 286936820 311738368 67007 33554432000 4194304 5208918 140735197124752 140735197122600 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22385/statm: 76108 67007 95 248 0 75857 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 489296

[startup+102.3 s]
/proc/loadavg: 1.97 2.02 2.00 3/179 22978
/proc/meminfo: memFree=29123100/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=79.45 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 8287 202311 0 0 476 201 6999 269 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=22797] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22797/stat : 22797 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286941972 9367552 267 33554432000 4194304 5064252 140736437382688 140736437381600 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22797/statm: 2287 267 226 213 0 72 0
[pid=22798] ppid=22797 vsize=304432 CPUtime=22.67 cores=0,2,4,6
/proc/22798/stat : 22798 (glucose) R 22797 22157 20162 0 -1 4202496 45664 0 0 0 2258 9 0 0 20 0 1 0 286941972 311738368 67142 33554432000 4194304 5208918 140735939831920 140735939829768 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22798/statm: 76108 67142 95 248 0 75857 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 508896

[startup+162.3 s]
/proc/loadavg: 1.94 2.00 1.99 3/182 23460
/proc/meminfo: memFree=29054888/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=127.33 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 9475 264558 0 0 493 203 11729 308 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=23189] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23189/stat : 23189 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286946759 9367552 266 33554432000 4194304 5064252 140735026876560 140735026875472 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23189/statm: 2287 266 226 213 0 72 0
[pid=23190] ppid=23189 vsize=304700 CPUtime=34.77 cores=0,2,4,6
/proc/23190/stat : 23190 (glucose) R 23189 22157 20162 0 -1 4202496 49165 0 0 0 3465 12 0 0 20 0 1 0 286946759 312012800 67935 33554432000 4194304 5208918 140733731135072 140733731132920 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23190/statm: 76175 67935 95 248 0 75924 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 509164

[startup+222.307 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 23946
/proc/meminfo: memFree=29076356/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=177.07 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 10663 331207 0 0 509 204 16645 349 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=23592] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/19382/stat : 19382 (glucose) R 19381 22157 20162 0 -1 4202496 46181 0 0 0 235 10 0 0 20 0 1 0 287075995 311201792 67615 33554432000 4194304 5208918 140736798938768 140736798936616 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19382/statm: 75977 67615 95 248 0 75726 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 508372

[startup+1482.3 s]
/proc/loadavg: 2.13 1.91 1.91 3/181 21060
/proc/meminfo: memFree=29108820/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1466.83 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 42739 2081242 0 0 961 243 143993 1486 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=20678] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20678/stat : 20678 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287080733 9367552 266 33554432000 4194304 5064252 140734387153856 140734387152768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20678/statm: 2287 266 226 213 0 72 0
[pid=20679] ppid=20678 vsize=304304 CPUtime=15.05 cores=0,2,4,6
/proc/20679/stat : 20679 (glucose) R 20678 22157 20162 0 -1 4202496 45634 0 0 0 1494 11 0 0 20 0 1 0 287080733 311607296 67106 33554432000 4194304 5208918 140735213345600 140735213343544 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20679/statm: 76076 67106 95 248 0 75825 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 508768

[startup+1542.31 s]
/proc/loadavg: 2.01 1.91 1.91 3/182 22718
/proc/meminfo: memFree=29123468/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1514.29 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 43927 2143299 0 0 977 244 148680 1528 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=21973] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21973/stat : 21973 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287085492 9367552 267 33554432000 4194304 5064252 140734889848464 140734889847376 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21973/statm: 2287 267 226 213 0 72 0
[pid=21974] ppid=21973 vsize=304568 CPUtime=27.47 cores=0,2,4,6
/proc/21974/stat : 21974 (glucose) R 21973 22157 20162 0 -1 4202496 47761 0 0 0 2737 10 0 0 20 0 1 0 287085492 311877632 67463 33554432000 4194304 5208918 140736613987184 140736613985032 4211740 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21974/statm: 76142 67463 95 248 0 75891 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 509032

[startup+1602.3 s]
/proc/loadavg: 1.87 1.89 1.90 3/182 24342
/proc/meminfo: memFree=29108864/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1561.73 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 45115 2206575 0 0 994 245 153363 1571 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=23272] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23272/stat : 23272 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287090235 9367552 267 33554432000 4194304 5064252 140737093448688 140737093447600 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23272/statm: 2287 267 226 213 0 72 0
[pid=23273] ppid=23272 vsize=304696 CPUtime=40.02 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose) R 23272 22157 20162 0 -1 4202496 47285 0 0 0 3992 10 0 0 20 0 1 0 287090235 312008704 67621 33554432000 4194304 5208918 140735295122368 140735295120216 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23273/statm: 76174 67621 95 248 0 75923 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 509160

[startup+1662.3 s]
/proc/loadavg: 1.78 1.86 1.89 3/181 25994
/proc/meminfo: memFree=29110096/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1656.59 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 47491 2335330 0 0 1027 248 162731 1653 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=25867] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25867/stat : 25867 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287099722 9367552 267 33554432000 4194304 5064252 140736789022496 140736789021408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25867/statm: 2287 267 226 213 0 72 0
[pid=25869] ppid=25867 vsize=304036 CPUtime=5.17 cores=0,2,4,6
/proc/25869/stat : 25869 (glucose) R 25867 22157 20162 0 -1 4202496 47628 0 0 0 506 11 0 0 20 0 1 0 287099723 311332864 66826 33554432000 4194304 5208918 140735350481712 140735350479560 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25869/statm: 76009 66826 95 248 0 75758 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 508500

[startup+1722.3 s]
/proc/loadavg: 1.88 1.87 1.89 3/181 27622
/proc/meminfo: memFree=29107864/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1704 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 48679 2401682 0 0 1044 250 167409 1697 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=27166] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27166/stat : 27166 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287104463 9367552 266 33554432000 4194304 5064252 140736138051952 140736138050864 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27166/statm: 2287 266 226 213 0 72 0
[pid=27167] ppid=27166 vsize=304436 CPUtime=17.75 cores=0,2,4,6
/proc/27167/stat : 27167 (glucose) R 27166 22157 20162 0 -1 4202496 46109 0 0 0 1764 11 0 0 20 0 1 0 287104463 311742464 67560 33554432000 4194304 5208918 140734285481328 140734285479176 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27167/statm: 76109 67560 95 248 0 75858 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 508900

[startup+1782.3 s]
/proc/loadavg: 1.90 1.88 1.89 3/182 29277
/proc/meminfo: memFree=29119712/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1751.5 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 49867 2464620 0 0 1061 251 172099 1739 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=28468] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28468/stat : 28468 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287109214 9367552 267 33554432000 4194304 5064252 140734244373648 140734244372560 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28468/statm: 2287 267 226 213 0 72 0
[pid=28469] ppid=28468 vsize=304564 CPUtime=30.23 cores=0,2,4,6
/proc/28469/stat : 28469 (glucose) R 28468 22157 20162 0 -1 4202496 46802 0 0 0 3014 9 0 0 20 0 1 0 287109214 311873536 67646 33554432000 4194304 5208918 140735003294496 140735003292344 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28469/statm: 76141 67646 95 248 0 75890 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 509028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.86 1.87 1.89 3/181 29792
/proc/meminfo: memFree=29112168/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1798.89 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 51055 2524982 0 0 1078 252 176779 1780 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=29759] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29759/stat : 29759 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287113952 9367552 267 33554432000 4194304 5064252 140734829216464 140734829215376 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29759/statm: 2287 267 226 213 0 72 0
[pid=29760] ppid=29759 vsize=303640 CPUtime=1.17 cores=0,2,4,6
/proc/29760/stat : 29760 (glucose) R 29759 22157 20162 0 -1 4202496 48782 0 0 0 107 10 0 0 20 0 1 0 287113952 310927360 66456 33554432000 4194304 5208918 140734589471216 140734589469160 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29760/statm: 75910 66456 95 248 0 75659 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 508104

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 1.86 1.87 1.89 3/181 29792
/proc/meminfo: memFree=29112168/32873852 swapFree=7624/7624
[pid=22157] ppid=22155 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22157/stat : 22157 (npSolver-wbo-It) S 22155 22157 20162 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286934010 9367552 275 33554432000 4194304 5064252 140734636612144 140734636611056 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22157/statm: 2287 275 233 213 0 72 0
[pid=22158] ppid=22157 vsize=186168 CPUtime=1798.89 cores=0,2,4,6
/proc/22158/stat : 22158 (npSolver-wbo) S 22157 22157 20162 0 -1 4202496 51055 2524982 0 0 1078 252 176779 1780 20 0 1 0 286934011 190636032 38799 33554432000 4194304 5990268 140734971492320 140734971483728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/22158/statm: 46542 38799 177 439 0 46099 0
[pid=29759] ppid=22158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29759/stat : 29759 (satsolver.sh) S 22158 22157 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287113952 9367552 267 33554432000 4194304 5064252 140734829216464 140734829215376 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29759/statm: 2287 267 226 213 0 72 0
[pid=29760] ppid=29759 vsize=303640 CPUtime=1.17 cores=0,2,4,6
/proc/29760/stat : 29760 (glucose) R 29759 22157 20162 0 -1 4202496 48782 0 0 0 107 10 0 0 20 0 1 0 287113952 310927360 66456 33554432000 4194304 5208918 140734589471216 140734589469160 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29760/statm: 75910 66456 95 248 0 75659 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 508104

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22157 and gives
#  childrusage.ru_utime.tv_sec=1778
#  childrusage.ru_utime.tv_usec=573615
#  childrusage.ru_stime.tv_sec=20
#  childrusage.ru_stime.tv_usec=332908
# CPU time returned by wait4() is 1798.91
# 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.61
CPU time (s): 1800.06
CPU user time (s): 1779.64
CPU system time (s): 20.42
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 1042400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.57
system time used= 20.3329
maximum resident set size= 827152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2577015
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4659496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99661
involuntary context switches= 2444

runsolver used 2.92455 second user time and 7.32389 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 14:28:06
IDJOB=3715738
IDBENCH=79076
IDSOLVER=2297
FILE ID=node131/3715738-1338208085
RUNJOBID= node131-1338189901-20179
PBS_JOBID= 14624570
Free space on /tmp= 71704 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/normalized-j9014_1-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715738-1338208085/watcher-3715738-1338208085 -o /tmp/evaluation-result-3715738-1338208085/solver-3715738-1338208085 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715738-1338208085.wbo 1432712439 HOME HOME

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

MD5SUM BENCH= 6c5df40b176000d7248c596dfbe96e3b
RANDOM SEED=1432712439

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29598936 kB
Buffers:          467904 kB
Cached:          1889124 kB
SwapCached:         2328 kB
Active:           788332 kB
Inactive:        1641920 kB
Active(anon):      72696 kB
Inactive(anon):      976 kB
Active(file):     715636 kB
Inactive(file):  1640944 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099048 kB
Dirty:             19340 kB
Writeback:             0 kB
AnonPages:        105916 kB
Mapped:            15148 kB
Shmem:                 0 kB
Slab:             704252 kB
SReclaimable:     145476 kB
SUnreclaim:       558776 kB
KernelStack:        1512 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     212348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71616 MiB
End job on node131 at 2012-05-28 14:58:06