Trace number 3715733

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j605_1-unsat--soft-33-100-0.wbo
MD5SUM45ee7d19535e08aa25eac21bd6c9cde2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark6.22805
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9272
Total number of constraints29174
Number of soft constraints19508
Number of constraints which are clauses28874
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints300
Minimum length of a constraint1
Maximum length of a constraint35
Top cost 985166
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 985165
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
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

Solver Data

0.00/0.56	c run usual solver
4.05/4.47	o 12149
4.05/4.47	c starting approximation
4.05/4.47	c factor = 2
4.05/4.47	c factor still to low - shrinking to 718.188
4.05/4.47	c approx number of clauses: 1e+06
4.05/4.47	c current bound: 6074
61.55/62.34	c current bound: 6074
119.96/120.75	c current bound: 6074
177.91/178.36	c current bound: 6074
235.00/235.79	c current bound: 6074
292.37/293.19	c current bound: 6074
350.84/351.66	c current bound: 6074
408.21/409.04	c current bound: 6074
466.98/467.40	c current bound: 6074
524.29/525.14	c current bound: 6074
582.68/583.53	c current bound: 6074
640.76/641.22	c current bound: 6074
699.87/700.31	c current bound: 6074
757.54/758.05	c current bound: 6074
815.86/816.73	c current bound: 6074
873.41/874.29	c current bound: 6074
931.13/931.69	c current bound: 6074
989.71/990.25	c current bound: 6074
1047.41/1047.91	c current bound: 6074
1106.01/1106.59	c current bound: 6074
1163.23/1164.18	c current bound: 6074
1221.58/1222.54	c current bound: 6074
1279.23/1280.19	c current bound: 6074
1338.06/1338.60	c current bound: 6074
1395.39/1396.36	c current bound: 6074
1454.62/1455.21	c current bound: 6074
1515.11/1515.75	c current bound: 6074
1573.69/1574.35	c current bound: 6074
1632.00/1633.03	c current bound: 6074
1691.37/1692.04	c current bound: 6074
1749.94/1750.98	c current bound: 6074
1800.08/1800.71	c error: unexpected solver exit code
1800.08/1800.71	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-3715733-1338210362/watcher-3715733-1338210362 -o /tmp/evaluation-result-3715733-1338210362/solver-3715733-1338210362 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715733-1338210362.wbo 259262785 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.76 1.91 1.91 3/177 14767
/proc/meminfo: memFree=29584996/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0

[startup+0.00918991 s]
/proc/loadavg: 1.76 1.91 1.91 3/177 14767
/proc/meminfo: memFree=29584996/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.76 1.91 1.91 3/177 14767
/proc/meminfo: memFree=29584996/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 1.76 1.91 1.91 3/177 14767
/proc/meminfo: memFree=29584996/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 1.76 1.91 1.91 3/177 14767
/proc/meminfo: memFree=29584996/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 1.76 1.91 1.91 3/182 14781
/proc/meminfo: memFree=29483756/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=19784 CPUtime=0.59 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 6187 0 0 0 55 4 0 0 20 0 1 0 287161641 20258816 3525 33554432000 4194304 5990268 140737452815184 140737452808336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 4946 3525 153 439 0 4503 0
[pid=14775] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14775/stat : 14775 (cp2_pre.sh) S 14768 14767 20162 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287161701 9367552 277 33554432000 4194304 5064252 140736238793728 140736238792432 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14775/statm: 2287 277 234 213 0 72 0
[pid=14776] ppid=14775 vsize=97784 CPUtime=0.89 cores=1,3,5,7
/proc/14776/stat : 14776 (coprocessor) R 14775 14767 20162 0 -1 4202496 18952 0 0 0 86 3 0 0 20 0 1 0 287161702 100130816 23500 33554432000 4194304 6586260 140735521261008 140735521256376 5599216 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14776/statm: 24446 23500 191 584 0 23858 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 135864

[startup+3.10035 s]
/proc/loadavg: 1.76 1.91 1.91 3/179 14790
/proc/meminfo: memFree=29484980/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=19784 CPUtime=0.59 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 6187 0 0 0 55 4 0 0 20 0 1 0 287161641 20258816 3525 33554432000 4194304 5990268 140737452815184 140737452808336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 4946 3525 153 439 0 4503 0
[pid=14775] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14775/stat : 14775 (cp2_pre.sh) S 14768 14767 20162 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287161701 9367552 277 33554432000 4194304 5064252 140736238793728 140736238792432 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14775/statm: 2287 277 234 213 0 72 0
[pid=14776] ppid=14775 vsize=116364 CPUtime=2.49 cores=1,3,5,7
/proc/14776/stat : 14776 (coprocessor) R 14775 14767 20162 0 -1 4202496 20926 0 0 0 224 25 0 0 20 0 1 0 287161702 119156736 27956 33554432000 4194304 6586260 140735521261008 140735521256600 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14776/statm: 29091 27956 202 584 0 28503 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 154444

[startup+6.30039 s]
/proc/loadavg: 1.78 1.91 1.91 3/181 14830
/proc/meminfo: memFree=29424592/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=4.22 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 9615 35350 0 0 69 26 284 43 20 0 1 0 287161641 39739392 8303 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 9702 8303 176 439 0 9259 0
[pid=14822] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14822/stat : 14822 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287162099 9367552 267 33554432000 4194304 5064252 140736403498352 140736403497264 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14822/statm: 2287 267 226 213 0 72 0
[pid=14823] ppid=14822 vsize=75392 CPUtime=1.71 cores=1,3,5,7
/proc/14823/stat : 14823 (glucose) R 14822 14767 20162 0 -1 4202496 14819 0 0 0 169 2 0 0 20 0 1 0 287162099 77201408 16779 33554432000 4194304 5208918 140733853620032 140733853617704 4211577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14823/statm: 18848 16779 95 248 0 18597 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 132496

[startup+12.7004 s]
/proc/loadavg: 1.79 1.91 1.91 3/181 14893
/proc/meminfo: memFree=29425048/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=4.22 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 9615 35350 0 0 69 26 284 43 20 0 1 0 287161641 39739392 8303 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 9702 8303 176 439 0 9259 0
[pid=14822] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14822/stat : 14822 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287162099 9367552 267 33554432000 4194304 5064252 140736403498352 140736403497264 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14822/statm: 2287 267 226 213 0 72 0
[pid=14823] ppid=14822 vsize=75392 CPUtime=8.11 cores=1,3,5,7
/proc/14823/stat : 14823 (glucose) R 14822 14767 20162 0 -1 4202496 14835 0 0 0 809 2 0 0 20 0 1 0 287162099 77201408 16795 33554432000 4194304 5208918 140733853620032 140733853617704 4211572 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14823/statm: 18848 16795 95 248 0 18597 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 132496

[startup+25.5004 s]
/proc/loadavg: 1.84 1.92 1.91 3/181 15019
/proc/meminfo: memFree=29433316/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=4.22 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 9615 35350 0 0 69 26 284 43 20 0 1 0 287161641 39739392 8303 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 9702 8303 176 439 0 9259 0
[pid=14822] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14822/stat : 14822 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287162099 9367552 267 33554432000 4194304 5064252 140736403498352 140736403497264 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14822/statm: 2287 267 226 213 0 72 0
[pid=14823] ppid=14822 vsize=75392 CPUtime=20.91 cores=1,3,5,7
/proc/14823/stat : 14823 (glucose) R 14822 14767 20162 0 -1 4202496 14847 0 0 0 2089 2 0 0 20 0 1 0 287162099 77201408 16807 33554432000 4194304 5208918 140733853620032 140733853617704 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14823/statm: 18848 16807 95 248 0 18597 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 132496

[startup+51.1003 s]
/proc/loadavg: 1.83 1.91 1.91 3/179 15262
/proc/meminfo: memFree=29479136/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=4.22 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 9615 35350 0 0 69 26 284 43 20 0 1 0 287161641 39739392 8303 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 9702 8303 176 439 0 9259 0
[pid=14822] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14822/stat : 14822 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287162099 9367552 267 33554432000 4194304 5064252 140736403498352 140736403497264 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14822/statm: 2287 267 226 213 0 72 0
[pid=14823] ppid=14822 vsize=75524 CPUtime=46.5 cores=1,3,5,7
/proc/14823/stat : 14823 (glucose) R 14822 14767 20162 0 -1 4202496 14865 0 0 0 4648 2 0 0 20 0 1 0 287162099 77336576 17390 33554432000 4194304 5208918 140733853620032 140733853617880 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14823/statm: 18881 17390 95 248 0 18630 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 132628

[startup+102.307 s]
/proc/loadavg: 1.93 1.92 1.91 3/179 15766
/proc/meminfo: memFree=29480900/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=62.08 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 12776 59618 0 0 79 27 6042 60 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=15382] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15382/stat : 15382 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287167886 9367552 267 33554432000 4194304 5064252 140735719932352 140735719931264 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15382/statm: 2287 267 226 213 0 72 0
[pid=15383] ppid=15382 vsize=75520 CPUtime=39.84 cores=1,3,5,7
/proc/15383/stat : 15383 (glucose) R 15382 14767 20162 0 -1 4202496 16342 0 0 0 3981 3 0 0 20 0 1 0 287167886 77332480 17240 33554432000 4194304 5208918 140736594045744 140736594043592 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15383/statm: 18880 17240 95 248 0 18629 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 132624

[startup+162.3 s]
/proc/loadavg: 1.92 1.92 1.91 3/181 16342
/proc/meminfo: memFree=29466544/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=120.49 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 15937 84670 0 0 89 29 11853 78 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=15949] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/28177/stat : 28177 (glucose) R 28176 14767 20162 0 -1 4202496 15416 0 0 0 2578 3 0 0 20 0 1 0 287301289 77332480 16928 33554432000 4194304 5208918 140733854383040 140733854380888 4211580 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28177/statm: 18880 16928 95 248 0 18629 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 132624

[startup+1482.3 s]
/proc/loadavg: 2.25 2.10 2.00 3/182 28196
/proc/meminfo: memFree=26894604/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1454.74 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 88640 650464 0 0 313 69 144599 493 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28195] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28195/stat : 28195 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287307173 9367552 267 33554432000 4194304 5064252 140734945372160 140734945371072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28195/statm: 2287 267 226 213 0 72 0
[pid=28196] ppid=28195 vsize=75524 CPUtime=26.97 cores=1,3,5,7
/proc/28196/stat : 28196 (glucose) R 28195 14767 20162 0 -1 4202496 15430 0 0 0 2693 4 0 0 20 0 1 0 287307173 77336576 16938 33554432000 4194304 5208918 140736896847072 140736896844920 4211599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28196/statm: 18881 16938 95 248 0 18630 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 132628

[startup+1542.3 s]
/proc/loadavg: 2.09 2.08 2.00 3/181 28204
/proc/meminfo: memFree=26894512/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1515.27 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 91801 674603 0 0 322 71 150622 512 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28203] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28203/stat : 28203 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287313227 9367552 266 33554432000 4194304 5064252 140734870031728 140734870030640 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28203/statm: 2287 266 226 213 0 72 0
[pid=28204] ppid=28203 vsize=75520 CPUtime=26.43 cores=1,3,5,7
/proc/28204/stat : 28204 (glucose) R 28203 14767 20162 0 -1 4202496 15404 0 0 0 2640 3 0 0 20 0 1 0 287313227 77332480 16844 33554432000 4194304 5208918 140734616906432 140734616904280 4211851 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28204/statm: 18880 16844 95 248 0 18629 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 132624

[startup+1602.3 s]
/proc/loadavg: 2.03 2.06 2.00 3/182 28212
/proc/meminfo: memFree=26894096/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1573.86 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 94962 698407 0 0 332 73 156451 530 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28211] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28211/stat : 28211 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287319087 9367552 266 33554432000 4194304 5064252 140733350531440 140733350530352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28211/statm: 2287 266 226 213 0 72 0
[pid=28212] ppid=28211 vsize=75528 CPUtime=27.83 cores=1,3,5,7
/proc/28212/stat : 28212 (glucose) R 28211 14767 20162 0 -1 4202496 15445 0 0 0 2780 3 0 0 20 0 1 0 287319087 77340672 16875 33554432000 4194304 5208918 140736178505120 140736178502968 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28212/statm: 18882 16875 95 248 0 18631 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 132632

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/181 28219
/proc/meminfo: memFree=26893512/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1632.53 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 98123 723332 0 0 342 74 162286 551 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28218] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28218/stat : 28218 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287324955 9367552 267 33554432000 4194304 5064252 140736285190832 140736285189744 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28218/statm: 2287 267 226 213 0 72 0
[pid=28219] ppid=28218 vsize=75524 CPUtime=29.15 cores=1,3,5,7
/proc/28219/stat : 28219 (glucose) R 28218 14767 20162 0 -1 4202496 16107 0 0 0 2911 4 0 0 20 0 1 0 287324955 77336576 17087 33554432000 4194304 5208918 140736838662944 140736838660792 4211620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28219/statm: 18881 17087 95 248 0 18630 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 132628

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/181 28226
/proc/meminfo: memFree=26893288/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1691.54 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 101284 747973 0 0 352 76 168156 570 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28225] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28225/stat : 28225 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287330856 9367552 266 33554432000 4194304 5064252 140733973949552 140733973948464 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28225/statm: 2287 266 226 213 0 72 0
[pid=28226] ppid=28225 vsize=75524 CPUtime=30.14 cores=1,3,5,7
/proc/28226/stat : 28226 (glucose) R 28225 14767 20162 0 -1 4202496 16324 0 0 0 3010 4 0 0 20 0 1 0 287330857 77336576 17226 33554432000 4194304 5208918 140736780710672 140736780708520 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28226/statm: 18881 17226 95 248 0 18630 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 132628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 28233
/proc/meminfo: memFree=26892076/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1750.47 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 104445 772996 0 0 361 78 174018 590 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28232] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28232/stat : 28232 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336750 9367552 267 33554432000 4194304 5064252 140735928358480 140735928357392 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28232/statm: 2287 267 226 213 0 72 0
[pid=28233] ppid=28232 vsize=75524 CPUtime=31.19 cores=1,3,5,7
/proc/28233/stat : 28233 (glucose) R 28232 14767 20162 0 -1 4202496 15841 0 0 0 3117 2 0 0 20 0 1 0 287336751 77336576 17246 33554432000 4194304 5208918 140734985357744 140734985355592 4211665 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28233/statm: 18881 17246 95 248 0 18630 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 132628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 28234
/proc/meminfo: memFree=26888696/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1750.47 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 104445 772996 0 0 361 78 174018 590 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28232] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28232/stat : 28232 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336750 9367552 267 33554432000 4194304 5064252 140735928358480 140735928357392 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28232/statm: 2287 267 226 213 0 72 0
[pid=28233] ppid=28232 vsize=78484 CPUtime=49.61 cores=1,3,5,7
/proc/28233/stat : 28233 (glucose) R 28232 14767 20162 0 -1 4202496 16599 0 0 0 4958 3 0 0 20 0 1 0 287336751 80367616 18004 33554432000 4194304 5208918 140734985357744 140734985355688 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28233/statm: 19621 18004 103 248 0 19370 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 135588

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 28234
/proc/meminfo: memFree=26888696/32873852 swapFree=7624/7624
[pid=14767] ppid=14765 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14767/stat : 14767 (npSolver-wbo-It) S 14765 14767 20162 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287161641 9367552 275 33554432000 4194304 5064252 140735363668160 140735363667072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14767/statm: 2287 275 233 213 0 72 0
[pid=14768] ppid=14767 vsize=38808 CPUtime=1750.47 cores=1,3,5,7
/proc/14768/stat : 14768 (npSolver-wbo) S 14767 14767 20162 0 -1 4202496 104445 772996 0 0 361 78 174018 590 20 0 1 0 287161641 39739392 7926 33554432000 4194304 5990268 140737452815184 140737452806592 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/14768/statm: 9702 7926 177 439 0 9259 0
[pid=28232] ppid=14768 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28232/stat : 28232 (satsolver.sh) S 14768 14767 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287336750 9367552 267 33554432000 4194304 5064252 140735928358480 140735928357392 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28232/statm: 2287 267 226 213 0 72 0
[pid=28233] ppid=28232 vsize=78484 CPUtime=49.61 cores=1,3,5,7
/proc/28233/stat : 28233 (glucose) R 28232 14767 20162 0 -1 4202496 16599 0 0 0 4958 3 0 0 20 0 1 0 287336751 80367616 18004 33554432000 4194304 5208918 140734985357744 140734985355688 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28233/statm: 19621 18004 103 248 0 19370 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 135588

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14767 and gives
#  childrusage.ru_utime.tv_sec=1743
#  childrusage.ru_utime.tv_usec=808900
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=689982
# CPU time returned by wait4() is 1750.5
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.08
CPU user time (s): 1793.37
CPU system time (s): 6.71
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 154448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1743.81
system time used= 6.68998
maximum resident set size= 111844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 878418
page faults= 0
swaps= 0
block input operations= 8
block output operations= 830528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16920
involuntary context switches= 2182

runsolver used 3.86241 second user time and 10.9253 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 15:06:02
IDJOB=3715733
IDBENCH=79098
IDSOLVER=2297
FILE ID=node131/3715733-1338210362
RUNJOBID= node131-1338189901-20180
PBS_JOBID= 14624570
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 45ee7d19535e08aa25eac21bd6c9cde2
RANDOM SEED=259262785

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:        29588160 kB
Buffers:          478944 kB
Cached:          1888480 kB
SwapCached:         2328 kB
Active:           791564 kB
Inactive:        1650152 kB
Active(anon):      73280 kB
Inactive(anon):      976 kB
Active(file):     718284 kB
Inactive(file):  1649176 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099048 kB
Dirty:             18668 kB
Writeback:             0 kB
AnonPages:         91260 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             704692 kB
SReclaimable:     145372 kB
SUnreclaim:       559320 kB
KernelStack:        1504 kB
PageTables:         4076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     224172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71072 MiB
End job on node131 at 2012-05-28 15:36:03