Trace number 3701665

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? (TO) 1800.13 1800.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX120_K67_cod1.opb
MD5SUMe37abd09799c9d30512407c4e00f4218
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-536
Best CPU time to get the best result obtained on this benchmark1798.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 105402
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 105402
Number of bits of the biggest sum of numbers17
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.42	c fallback to adder encoding
1.99/2.09	c run usual solver
11.87/11.99	c model valid
11.87/11.99	c current solution ok
14.77/15.03	o -307
14.77/15.03	c current bound: 52547
14.77/15.03	c fallback to adder encoding
1800.08/1800.61	./satsolver.sh: line 5: 22768 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3701665-1338119370/watcher-3701665-1338119370 -o /tmp/evaluation-result-3701665-1338119370/solver-3701665-1338119370 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701665-1338119370.opb 929923469 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.00 2.01 2.00 3/179 22754
/proc/meminfo: memFree=28011692/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0

[startup+0.067369 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22754
/proc/meminfo: memFree=28011692/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22754
/proc/meminfo: memFree=28011692/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22754
/proc/meminfo: memFree=28011692/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700305 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22754
/proc/meminfo: memFree=28011692/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22756
/proc/meminfo: memFree=27932688/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=170856 CPUtime=1.49 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) R 22754 22754 16531 0 -1 4202496 13696 0 0 0 144 5 0 0 20 0 1 0 278061409 174956544 27918 33554432000 4194304 5992684 140733357631264 140733357626584 4523488 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22755/statm: 42714 27918 167 440 0 42270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180004

[startup+3.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22756
/proc/meminfo: memFree=27766716/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=170856 CPUtime=2.13 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 13926 0 0 0 187 26 0 0 20 0 1 0 278061409 174956544 35093 33554432000 4194304 5992684 140733357631264 140733357625296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22755/statm: 42714 35093 174 440 0 42270 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 180004
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 22758
/proc/meminfo: memFree=27334580/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=170856 CPUtime=2.13 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 13926 0 0 0 187 26 0 0 20 0 1 0 278061409 174956544 35093 33554432000 4194304 5992684 140733357631264 140733357625296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22755/statm: 42714 35093 174 440 0 42270 0
[pid=22757] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22757/stat : 22757 (cp2_pre.sh) S 22755 22754 16531 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278061623 9367552 277 33554432000 4194304 5064252 140734829614352 140734829613056 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22757/statm: 2287 277 234 213 0 72 0
[pid=22758] ppid=22757 vsize=486860 CPUtime=4.14 cores=1,3,5,7
/proc/22758/stat : 22758 (coprocessor) R 22757 22754 16531 0 -1 4202496 54002 0 0 0 401 13 0 0 20 0 1 0 278061623 498544640 118222 33554432000 4194304 6586260 140733981443216 140733981439368 4789143 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22758/statm: 121715 118222 172 584 0 121127 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 676012

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22765
/proc/meminfo: memFree=27817148/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=174772 CPUtime=12.68 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) R 22754 22754 16531 0 -1 4202496 17667 105627 0 0 214 85 920 49 20 0 1 0 278061409 178966528 36076 33554432000 4194304 5992684 140733357631264 140733357625448 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22755/statm: 43693 36076 180 440 0 43249 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 183920

[startup+25.5005 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 22768
/proc/meminfo: memFree=26852400/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=623336 CPUtime=7.5 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 92323 0 0 0 719 31 0 0 20 0 1 0 278063208 638296064 138563 33554432000 4194304 5208918 140736155913984 140736155911656 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 155834 138563 104 248 0 155583 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1087872

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 22771
/proc/meminfo: memFree=26843736/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=636884 CPUtime=33.09 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 93744 0 0 0 3278 31 0 0 20 0 1 0 278063208 652169216 141006 33554432000 4194304 5208918 140736155913984 140736155911816 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 159221 141006 104 248 0 158970 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 1101420

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 22772
/proc/meminfo: memFree=26842020/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=636884 CPUtime=84.28 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 93744 0 0 0 8397 31 0 0 20 0 1 0 278063208 652169216 141006 33554432000 4194304 5208918 140736155913984 140736155911816 4210976 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 159221 141006 104 248 0 158970 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 1101420

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22772
/proc/meminfo: memFree=26828928/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=636884 CPUtime=144.27 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 93744 0 0 0 14396 31 0 0 20 0 1 0 278063208 652169216 141006 33554432000 4194304 5208918 140736155913984 140736155911816 4229299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 159221 141006 104 248 0 158970 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 1101420

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 22772
/proc/meminfo: memFree=26842988/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22857
/proc/meminfo: memFree=27435164/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=728396 CPUtime=1404.04 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95749 0 0 0 140371 33 0 0 20 0 1 0 278063208 745877504 152793 33554432000 4194304 5208918 140736155913984 140736155910360 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 182099 152793 105 248 0 181848 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 1192932

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 22857
/proc/meminfo: memFree=27453284/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1464.04 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95853 0 0 0 146368 36 0 0 20 0 1 0 278063208 662536192 146637 33554432000 4194304 5208918 140736155913984 140736155912072 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 146637 105 248 0 161501 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1111544

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22857
/proc/meminfo: memFree=27451036/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1524.03 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95872 0 0 0 152367 36 0 0 20 0 1 0 278063208 662536192 147167 33554432000 4194304 5208918 140736155913984 140736155910360 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 147167 105 248 0 161501 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 1111544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22857
/proc/meminfo: memFree=27465668/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1584.02 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95873 0 0 0 158366 36 0 0 20 0 1 0 278063208 662536192 147679 33554432000 4194304 5208918 140736155913984 140736155910360 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 147679 105 248 0 161501 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1111544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22858
/proc/meminfo: memFree=27454716/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1644.01 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95874 0 0 0 164365 36 0 0 20 0 1 0 278063208 662536192 148191 33554432000 4194304 5208918 140736155913984 140736155910360 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 148191 105 248 0 161501 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 1111544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22858
/proc/meminfo: memFree=27424072/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1704 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95876 0 0 0 170364 36 0 0 20 0 1 0 278063208 662536192 148703 33554432000 4194304 5208918 140736155913984 140736155910360 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 148703 105 248 0 161501 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 1111544

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22858
/proc/meminfo: memFree=27438316/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1763.99 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95876 0 0 0 176363 36 0 0 20 0 1 0 278063208 662536192 148703 33554432000 4194304 5208918 140736155913984 140736155910360 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 148703 105 248 0 161501 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 1111544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 22858
/proc/meminfo: memFree=27417836/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1782.29 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95876 0 0 0 178193 36 0 0 20 0 1 0 278063208 662536192 148703 33554432000 4194304 5208918 140736155913984 140736155910360 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 148703 105 248 0 161501 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1111544

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 22858
/proc/meminfo: memFree=27417836/32873844 swapFree=7612/7612
[pid=22754] ppid=22752 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (npSolver-pbo.sh) S 22752 22754 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278061408 9367552 274 33554432000 4194304 5064252 140737081666896 140737081665808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22754/statm: 2287 274 233 213 0 72 0
[pid=22755] ppid=22754 vsize=446240 CPUtime=17.79 cores=1,3,5,7
/proc/22755/stat : 22755 (npSolver-pbo) S 22754 22754 16531 0 -1 4202496 27909 106143 0 0 515 288 920 56 20 0 1 0 278061409 456949760 85096 33554432000 4194304 5992684 140733357631264 140733357623584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 17 0 0
/proc/22755/statm: 111560 85096 183 440 0 111116 0
[pid=22767] ppid=22755 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22767/stat : 22767 (satsolver.sh) S 22755 22754 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278063207 9367552 267 33554432000 4194304 5064252 140736177479232 140736177478144 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22767/statm: 2287 267 226 213 0 72 0
[pid=22768] ppid=22767 vsize=647008 CPUtime=1782.29 cores=1,3,5,7
/proc/22768/stat : 22768 (glucose) R 22767 22754 16531 0 -1 4202496 95876 0 0 0 178193 36 0 0 20 0 1 0 278063208 662536192 148703 33554432000 4194304 5208918 140736155913984 140736155910360 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22768/statm: 161752 148703 105 248 0 161501 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1111544

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.13
CPU user time (s): 1796.3
CPU system time (s): 3.83042
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 1323160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.3
system time used= 3.83042
maximum resident set size= 728096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 810568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1150
involuntary context switches= 1872

runsolver used 3.07653 second user time and 8.44871 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 13:49:30
IDJOB=3701665
IDBENCH=90666
IDSOLVER=2277
FILE ID=node143/3701665-1338119370
RUNJOBID= node143-1338088563-16548
PBS_JOBID= 14624464
Free space on /tmp= 71472 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX120_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701665-1338119370/watcher-3701665-1338119370 -o /tmp/evaluation-result-3701665-1338119370/solver-3701665-1338119370 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701665-1338119370.opb 929923469 HOME HOME

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

MD5SUM BENCH= e37abd09799c9d30512407c4e00f4218
RANDOM SEED=929923469

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.787
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	: 5298.57
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.787
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.787
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:        28011692 kB
Buffers:          368544 kB
Cached:          2933800 kB
SwapCached:            0 kB
Active:          1582416 kB
Inactive:        2461236 kB
Active(anon):     743360 kB
Inactive(anon):        0 kB
Active(file):     839056 kB
Inactive(file):  2461236 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:        864740 kB
Mapped:            15480 kB
Shmem:               200 kB
Slab:             675132 kB
SReclaimable:     117692 kB
SUnreclaim:       557440 kB
KernelStack:        1520 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1116128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 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= 71364 MiB
End job on node143 at 2012-05-27 14:19:31