Trace number 3750512

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1593.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6207
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6207
Number of bits of the biggest sum of numbers13
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.48	c run usual solver
4.96/5.00	c model valid
4.96/5.00	c current solution ok
4.96/5.01	o 12
4.96/5.01	c current bound: 6
1800.06/1800.40	./satsolver.sh: line 5: 10903 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/1800.40	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-3750512-1339125281/watcher-3750512-1339125281 -o /tmp/evaluation-result-3750512-1339125281/solver-3750512-1339125281 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750512-1339125281.opb 290393161 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10889
/proc/meminfo: memFree=26663736/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0

[startup+0.049251 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10889
/proc/meminfo: memFree=26663736/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10889
/proc/meminfo: memFree=26663736/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10889
/proc/meminfo: memFree=26663736/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10889
/proc/meminfo: memFree=26663736/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10893
/proc/meminfo: memFree=26625752/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33040 CPUtime=0.48 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 8626 0 0 0 46 2 0 0 20 0 1 0 378656604 33832960 7817 33554432000 4194304 6004724 140736285854256 140736285848304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8260 7817 148 442 0 7814 0
[pid=10892] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10892/stat : 10892 (cp2_pre.sh) S 10890 10889 7856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378656653 9367552 277 33554432000 4194304 5064252 140737193834224 140737193832928 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10892/statm: 2287 277 234 213 0 72 0
[pid=10893] ppid=10892 vsize=7748 CPUtime=1 cores=0,2,4,6
/proc/10893/stat : 10893 (coprocessor) R 10892 10889 7856 0 -1 4202496 1494 0 0 0 100 0 0 0 20 0 1 0 378656654 7933952 1410 33554432000 4194304 6586260 140734801693568 140734801690328 4367992 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10893/statm: 1937 1410 136 584 0 1349 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59084

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10893
/proc/meminfo: memFree=26618560/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33040 CPUtime=0.48 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 8626 0 0 0 46 2 0 0 20 0 1 0 378656604 33832960 7817 33554432000 4194304 6004724 140736285854256 140736285848304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8260 7817 148 442 0 7814 0
[pid=10892] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10892/stat : 10892 (cp2_pre.sh) S 10890 10889 7856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378656653 9367552 277 33554432000 4194304 5064252 140737193834224 140737193832928 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10892/statm: 2287 277 234 213 0 72 0
[pid=10893] ppid=10892 vsize=13648 CPUtime=2.6 cores=0,2,4,6
/proc/10893/stat : 10893 (coprocessor) R 10892 10889 7856 0 -1 4202496 2991 0 0 0 260 0 0 0 20 0 1 0 378656654 13975552 2907 33554432000 4194304 6586260 140734801693568 140734801689592 4754084 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10893/statm: 3412 2907 179 584 0 2824 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64984

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10903
/proc/meminfo: memFree=26613056/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=20468 CPUtime=1.25 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 3474 0 0 0 125 0 0 0 20 0 1 0 378657108 20959232 3891 33554432000 4194304 5208918 140734980947856 140734980945800 4211863 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 5117 3891 95 248 0 4866 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 71808

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10903
/proc/meminfo: memFree=26598416/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=32332 CPUtime=7.65 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 4312 0 0 0 765 0 0 0 20 0 1 0 378657108 33107968 5751 33554432000 4194304 5208918 140734980947856 140734980946008 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 8083 5751 95 248 0 7832 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 83672

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10903
/proc/meminfo: memFree=26582416/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=44176 CPUtime=20.44 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 5106 0 0 0 2044 0 0 0 20 0 1 0 378657108 45236224 9611 33554432000 4194304 5208918 140734980947856 140734980945528 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 11044 9611 95 248 0 10793 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 95516

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10903
/proc/meminfo: memFree=26554928/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=94636 CPUtime=46.04 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 6358 0 0 0 4603 1 0 0 20 0 1 0 378657108 96907264 15973 33554432000 4194304 5208918 140734980947856 140734980945704 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 23659 15973 95 248 0 23408 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 145976

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10903
/proc/meminfo: memFree=26545284/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=95296 CPUtime=97.24 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 7276 0 0 0 9722 2 0 0 20 0 1 0 378657108 97583104 18242 33554432000 4194304 5208918 140734980947856 140734980946008 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 23824 18242 96 248 0 23573 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 146636

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10904
/proc/meminfo: memFree=26475436/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10914
/proc/meminfo: memFree=26307512/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=372620 CPUtime=1357.03 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 18664 0 0 0 135666 37 0 0 20 0 1 0 378657108 381562880 61308 33554432000 4194304 5208918 140734980947856 140734980945704 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 93155 61308 96 248 0 92904 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 423960

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 10915
/proc/meminfo: memFree=26251720/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=373180 CPUtime=1417.03 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 18821 0 0 0 141665 38 0 0 20 0 1 0 378657108 382136320 74240 33554432000 4194304 5208918 140734980947856 140734980945704 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 93295 74240 96 248 0 93044 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 424520

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 10960
/proc/meminfo: memFree=27959848/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=373756 CPUtime=1477.01 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 18974 0 0 0 147662 39 0 0 20 0 1 0 378657108 382726144 85635 33554432000 4194304 5208918 140734980947856 140734980945704 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 93439 85635 96 248 0 93188 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 425096

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 10963
/proc/meminfo: memFree=27896180/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=589844 CPUtime=1537 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 19665 0 0 0 153658 42 0 0 20 0 1 0 378657108 604000256 97240 33554432000 4194304 5208918 140734980947856 140734980945704 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 147461 97240 96 248 0 147210 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 641184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10963
/proc/meminfo: memFree=27837252/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=590908 CPUtime=1596.99 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 19942 0 0 0 159656 43 0 0 20 0 1 0 378657108 605089792 108248 33554432000 4194304 5208918 140734980947856 140734980945704 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 147727 108248 96 248 0 147476 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 642248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10963
/proc/meminfo: memFree=27790428/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=592240 CPUtime=1656.98 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 20228 0 0 0 165654 44 0 0 20 0 1 0 378657108 606453760 119392 33554432000 4194304 5208918 140734980947856 140734980945768 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 148060 119392 96 248 0 147809 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 643580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10964
/proc/meminfo: memFree=27744408/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=593472 CPUtime=1716.97 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 20552 0 0 0 171652 45 0 0 20 0 1 0 378657108 607715328 131463 33554432000 4194304 5208918 140734980947856 140734980945704 4211599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 148368 131463 96 248 0 148117 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 644812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10964
/proc/meminfo: memFree=28037744/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=247776 CPUtime=1776.95 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 21141 0 0 0 177645 50 0 0 20 0 1 0 378657108 253722624 55605 33554432000 4194304 5208918 140734980947856 140734980945944 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 61944 55605 96 248 0 61693 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 299116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10964
/proc/meminfo: memFree=28023408/32873844 swapFree=7384/7384
[pid=10889] ppid=10887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10889/stat : 10889 (npSolver-pbo.sh) S 10887 10889 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378656604 9367552 275 33554432000 4194304 5064252 140735926040752 140735926039664 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10889/statm: 2287 275 233 213 0 72 0
[pid=10890] ppid=10889 vsize=33044 CPUtime=5 cores=0,2,4,6
/proc/10890/stat : 10890 (npSolver-pbo) S 10889 10889 7856 0 -1 4202496 10090 7983 0 0 64 3 431 2 20 0 1 0 378656604 33837056 7855 33554432000 4194304 6004724 140736285854256 140736285846608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10890/statm: 8261 7855 162 442 0 7815 0
[pid=10902] ppid=10890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10902/stat : 10902 (satsolver.sh) S 10890 10889 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378657108 9367552 267 33554432000 4194304 5064252 140736083583536 140736083582448 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10902/statm: 2287 267 226 213 0 72 0
[pid=10903] ppid=10902 vsize=247908 CPUtime=1795.06 cores=0,2,4,6
/proc/10903/stat : 10903 (glucose) R 10902 10889 7856 0 -1 4202496 21165 0 0 0 179456 50 0 0 20 0 1 0 378657108 253857792 59206 33554432000 4194304 5208918 140734980947856 140734980945704 4212508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10903/statm: 61977 59206 96 248 0 61726 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 299248

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.53
CPU system time (s): 0.570913
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 857916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.570913
maximum resident set size= 724296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 1891

runsolver used 2.88656 second user time and 8.60969 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-08 05:14:41
IDJOB=3750512
IDBENCH=2850
IDSOLVER=2334
FILE ID=node106/3750512-1339125281
RUNJOBID= node106-1339112327-9431
PBS_JOBID= 14643747
Free space on /tmp= 70704 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-saucier.r.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750512-1339125281/watcher-3750512-1339125281 -o /tmp/evaluation-result-3750512-1339125281/solver-3750512-1339125281 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750512-1339125281.opb 290393161 HOME HOME

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

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=290393161

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        26664000 kB
Buffers:          420548 kB
Cached:          3473508 kB
SwapCached:         2340 kB
Active:          3180440 kB
Inactive:        2120136 kB
Active(anon):    1403092 kB
Inactive(anon):     5500 kB
Active(file):    1777348 kB
Inactive(file):  2114636 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100732 kB
Dirty:             12464 kB
Writeback:             0 kB
AnonPages:       1410716 kB
Mapped:            10212 kB
Shmem:                 0 kB
Slab:             765280 kB
SReclaimable:     207452 kB
SUnreclaim:       557828 kB
KernelStack:        1504 kB
PageTables:         6968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1763720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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= 71060 MiB
End job on node106 at 2012-06-08 05:44:42