Trace number 3715735

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j605_10-unsat--soft-33-100-0.wbo
MD5SUM511a250f181b5f88452d86a600065d28
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark540
Best CPU time to get the best result obtained on this benchmark1797.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9638
Total number of constraints30220
Number of soft constraints20091
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
Top cost 1014619
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1014618
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
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.61	c run usual solver
4.50/5.40	o 14444
4.50/5.40	c starting approximation
4.50/5.40	c factor = 2
4.50/5.40	c factor still to low - shrinking to 879.64
4.50/5.40	c approx number of clauses: 1e+06
4.50/5.40	c current bound: 7222
1800.02/1801.10	./satsolver.sh: line 5: 17480 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1801.11	c error: unexpected solver exit code
1800.02/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-3715735-1338208622/watcher-3715735-1338208622 -o /tmp/evaluation-result-3715735-1338208622/solver-3715735-1338208622 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715735-1338208622.wbo 779616777 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.12 2.07 3/180 17445
/proc/meminfo: memFree=28566784/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0

[startup+0.0517749 s]
/proc/loadavg: 2.08 2.12 2.07 3/180 17445
/proc/meminfo: memFree=28566784/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100312 s]
/proc/loadavg: 2.08 2.12 2.07 3/180 17445
/proc/meminfo: memFree=28566784/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 2.08 2.12 2.07 3/180 17445
/proc/meminfo: memFree=28566784/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700157 s]
/proc/loadavg: 2.08 2.12 2.07 3/180 17445
/proc/meminfo: memFree=28566784/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.08 2.12 2.07 3/183 17453
/proc/meminfo: memFree=28359588/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=19744 CPUtime=0.64 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 5172 0 0 0 59 5 0 0 20 0 1 0 286987105 20217856 3776 33554432000 4194304 5990268 140733738908832 140733738901984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 4936 3776 153 439 0 4493 0
[pid=17452] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17452/stat : 17452 (cp2_pre.sh) S 17446 17445 2978 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 286987169 9367552 277 33554432000 4194304 5064252 140733521413568 140733521412272 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17452/statm: 2287 277 234 213 0 72 0
[pid=17453] ppid=17452 vsize=104236 CPUtime=0.83 cores=1,3,5,7
/proc/17453/stat : 17453 (coprocessor) R 17452 17445 2978 0 -1 4202496 19609 0 0 0 79 4 0 0 20 0 1 0 286987170 106737664 25179 33554432000 4194304 6586260 140737364278224 140737364274488 5599182 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/17453/statm: 26059 25179 191 584 0 25471 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 142276

[startup+3.10043 s]
/proc/loadavg: 2.08 2.12 2.07 3/181 17457
/proc/meminfo: memFree=28522168/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=19744 CPUtime=0.64 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 5172 0 0 0 59 5 0 0 20 0 1 0 286987105 20217856 3776 33554432000 4194304 5990268 140733738908832 140733738901984 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 4936 3776 153 439 0 4493 0
[pid=17452] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17452/stat : 17452 (cp2_pre.sh) S 17446 17445 2978 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 286987169 9367552 277 33554432000 4194304 5064252 140733521413568 140733521412272 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17452/statm: 2287 277 234 213 0 72 0
[pid=17453] ppid=17452 vsize=120860 CPUtime=2.44 cores=1,3,5,7
/proc/17453/stat : 17453 (coprocessor) R 17452 17445 2978 0 -1 4202496 21379 0 0 0 239 5 0 0 20 0 1 0 286987170 123760640 28409 33554432000 4194304 6586260 140737364278224 140737364273816 4406892 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 30215 28409 200 584 0 29627 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 158900

[startup+6.30023 s]
/proc/loadavg: 2.07 2.11 2.07 3/182 17475
/proc/meminfo: memFree=28410328/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 48980
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 2.07 2.11 2.07 3/183 17505
/proc/meminfo: memFree=28410060/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=86916 CPUtime=7.17 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 16970 0 0 0 714 3 0 0 20 0 1 0 286987656 89001984 18391 33554432000 4194304 5208918 140735311365104 140735311362952 4211901 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 21729 18391 95 248 0 21478 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 145044

[startup+25.5005 s]
/proc/loadavg: 2.05 2.11 2.07 2/182 17552
/proc/meminfo: memFree=28525516/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=86916 CPUtime=19.96 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 16978 0 0 0 1993 3 0 0 20 0 1 0 286987656 89001984 18399 33554432000 4194304 5208918 140735311365104 140735311362952 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 21729 18399 95 248 0 21478 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 145044

[startup+51.1004 s]
/proc/loadavg: 2.03 2.10 2.07 3/183 17645
/proc/meminfo: memFree=28318372/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=86916 CPUtime=45.56 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 16998 0 0 0 4553 3 0 0 20 0 1 0 286987656 89001984 18419 33554432000 4194304 5208918 140735311365104 140735311362952 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 21729 18419 95 248 0 21478 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 145044

[startup+102.307 s]
/proc/loadavg: 2.05 2.09 2.07 3/183 17841
/proc/meminfo: memFree=28306160/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=98604 CPUtime=96.74 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 18645 0 0 0 9671 3 0 0 20 0 1 0 286987656 100970496 20726 33554432000 4194304 5208918 140735311365104 140735311362776 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 24651 20726 104 248 0 24400 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 156732

[startup+162.3 s]
/proc/loadavg: 2.15 2.12 2.08 3/184 18069
/proc/meminfo: memFree=28464780/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=99568 CPUtime=156.73 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 19721 0 0 0 15668 5 0 0 20 0 1 0 286987656 101957632 21541 33554432000 4194304 5208918 140735311365104 140735311362952 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 24892 21541 105 248 0 24641 0

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


[startup+1362.3 s]
/proc/loadavg: 1.99 2.01 2.03 3/183 22592
/proc/meminfo: memFree=28253116/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1356.55 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23187 0 0 0 135646 9 0 0 20 0 1 0 286987656 145350656 32471 33554432000 4194304 5208918 140735311365104 140735311360872 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32471 105 248 0 35235 0
Current children cumulated CPU time (s) 1361.28
Current children cumulated vsize (KiB) 200072

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.03 3/184 22827
/proc/meminfo: memFree=28314288/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1416.55 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 141646 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360872 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 200072

[startup+1482.3 s]
/proc/loadavg: 2.11 2.03 2.03 3/185 23070
/proc/meminfo: memFree=28369448/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1476.53 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 147644 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360872 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1481.26
Current children cumulated vsize (KiB) 200072

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.03 3/183 23298
/proc/meminfo: memFree=28326260/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1536.52 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 153643 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360872 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1541.25
Current children cumulated vsize (KiB) 200072

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.03 3/183 23518
/proc/meminfo: memFree=28362340/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1596.51 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 159642 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360792 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1601.24
Current children cumulated vsize (KiB) 200072

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 2.03 3/184 23749
/proc/meminfo: memFree=28397636/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1656.5 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 165641 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360792 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1661.23
Current children cumulated vsize (KiB) 200072

[startup+1722.3 s]
/proc/loadavg: 1.94 2.02 2.02 3/184 23974
/proc/meminfo: memFree=28370296/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1716.49 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 171640 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360872 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 200072

[startup+1782.3 s]
/proc/loadavg: 1.98 2.01 2.01 3/183 24200
/proc/meminfo: memFree=28558660/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1776.48 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 177639 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360872 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 200072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.98 2.01 2.01 3/181 24269
/proc/meminfo: memFree=28478196/32873844 swapFree=6856/6856
[pid=17445] ppid=17443 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (npSolver-wbo-It) S 17443 17445 2978 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286987105 9367552 275 33554432000 4194304 5064252 140737083930544 140737083929456 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2287 275 233 213 0 72 0
[pid=17446] ppid=17445 vsize=39832 CPUtime=4.73 cores=1,3,5,7
/proc/17446/stat : 17446 (npSolver-wbo) S 17445 17445 2978 0 -1 4202496 8968 37262 0 0 74 28 325 46 20 0 1 0 286987105 40787968 8688 33554432000 4194304 5990268 140733738908832 140733738900240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17446/statm: 9958 8688 176 439 0 9515 0
[pid=17479] ppid=17446 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (satsolver.sh) S 17446 17445 2978 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286987656 9367552 266 33554432000 4194304 5064252 140734383780320 140734383779232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 266 226 213 0 72 0
[pid=17480] ppid=17479 vsize=141944 CPUtime=1795.29 cores=1,3,5,7
/proc/17480/stat : 17480 (glucose) R 17479 17445 2978 0 -1 4202496 23189 0 0 0 179520 9 0 0 20 0 1 0 286987656 145350656 32983 33554432000 4194304 5208918 140735311365104 140735311360872 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 35486 32983 105 248 0 35235 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 200072

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.11
CPU time (s): 1800.04
CPU user time (s): 1799.2
CPU system time (s): 0.845871
CPU usage (%): 99.9406
Max. virtual memory (cumulated for all children) (KiB): 230420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.845871
maximum resident set size= 142564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70408
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 329
involuntary context switches= 1938

runsolver used 3.16352 second user time and 8.84066 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 14:37:02
IDJOB=3715735
IDBENCH=79086
IDSOLVER=2297
FILE ID=node144/3715735-1338208622
RUNJOBID= node144-1338192253-2995
PBS_JOBID= 14624577
Free space on /tmp= 71396 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j605_10-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-3715735-1338208622/watcher-3715735-1338208622 -o /tmp/evaluation-result-3715735-1338208622/solver-3715735-1338208622 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715735-1338208622.wbo 779616777 HOME HOME

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

MD5SUM BENCH= 511a250f181b5f88452d86a600065d28
RANDOM SEED=779616777

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.91
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.196
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:        28567164 kB
Buffers:          494376 kB
Cached:          2764568 kB
SwapCached:            0 kB
Active:          1276392 kB
Inactive:        2191608 kB
Active(anon):     207296 kB
Inactive(anon):        0 kB
Active(file):    1069096 kB
Inactive(file):  2191608 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             43528 kB
Writeback:             0 kB
AnonPages:        185184 kB
Mapped:            15612 kB
Shmem:               200 kB
Slab:             699788 kB
SReclaimable:     141216 kB
SUnreclaim:       558572 kB
KernelStack:        1528 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     389596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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 node144 at 2012-05-28 15:07:03