Trace number 3695270

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
pb2satCp2 2012-05-19? (TO) 1800.02 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE2.0_TMAX180_K67_cod2.opb
MD5SUMc53c9beb9cd805e63a521141c2bc7101
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-153854
Best CPU time to get the best result obtained on this benchmark1797.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 486
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 441272
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 441272
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.45	c fallback to adder encoding
2.28/2.30	c model valid
2.28/2.30	c current solution ok
4.37/4.43	o -17476
4.37/4.43	c fallback to adder encoding
19.97/20.08	c model valid
19.97/20.08	c current solution ok
20.05/20.13	o -26437
20.05/20.13	c fallback to adder encoding
78.47/78.54	c model valid
78.47/78.54	c current solution ok
78.47/78.59	o -47977
78.47/78.59	c fallback to adder encoding
413.40/413.51	c model valid
413.40/413.51	c current solution ok
413.40/413.57	o -48414
413.40/413.57	c fallback to adder encoding
642.14/642.35	c model valid
642.14/642.35	c current solution ok
642.19/642.41	o -62255
642.19/642.41	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	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-3695270-1338127960/watcher-3695270-1338127960 -o /tmp/evaluation-result-3695270-1338127960/solver-3695270-1338127960 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695270-1338127960.opb 222366144 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.04 2.02 2.00 3/179 15188
/proc/meminfo: memFree=27856120/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0

[startup+0.0523539 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15188
/proc/meminfo: memFree=27856120/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15188
/proc/meminfo: memFree=27856120/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15188
/proc/meminfo: memFree=27856120/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15188
/proc/meminfo: memFree=27856120/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15192
/proc/meminfo: memFree=27635504/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=63240 CPUtime=0.84 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 10409 0 0 0 78 6 0 0 20 0 1 0 278921369 64757760 15192 33554432000 4194304 5873084 140735297392976 140735297389400 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15189/statm: 15810 15192 171 410 0 15392 0
[pid=15191] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15191/stat : 15191 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278921454 9367552 267 33554432000 4194304 5064252 140735059191248 140735059190160 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15191/statm: 2287 267 226 213 0 72 0
[pid=15192] ppid=15191 vsize=94076 CPUtime=0.63 cores=0,2,4,6
/proc/15192/stat : 15192 (glucose_static) R 15191 15188 14901 0 -1 4202496 19660 0 0 0 59 4 0 0 20 0 1 0 278921454 96333824 20668 33554432000 4194304 4896791 140733328251168 140733327199960 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15192/statm: 23519 20668 76 172 0 23345 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 175612

[startup+3.10015 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15192
/proc/meminfo: memFree=27515244/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=64896 CPUtime=3.08 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) R 15188 15188 14901 0 -1 4202496 11778 20612 0 0 103 71 129 5 20 0 1 0 278921369 66453504 15612 33554432000 4194304 5873084 140735297392976 140735297388408 5127520 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 16224 15612 179 410 0 15806 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74044

[startup+6.30035 s]
/proc/loadavg: 2.03 2.02 2.00 3/185 15197
/proc/meminfo: memFree=27004152/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=71040 CPUtime=4.47 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 13671 21126 0 0 133 175 129 10 20 0 1 0 278921369 72744960 17002 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15189/statm: 17760 17002 180 410 0 17342 0
[pid=15196] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15196/stat : 15196 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 278921818 9367552 266 33554432000 4194304 5064252 140734073539456 140734073538368 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15196/statm: 2287 266 226 213 0 72 0
[pid=15197] ppid=15196 vsize=98840 CPUtime=1.79 cores=0,2,4,6
/proc/15197/stat : 15197 (glucose_static) R 15196 15188 14901 0 -1 4202496 21875 0 0 0 175 4 0 0 20 0 1 0 278921819 101212160 22578 33554432000 4194304 4896791 140736674335216 140736674332728 4224663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15197/statm: 24710 22578 77 172 0 24536 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 188176

[startup+12.7004 s]
/proc/loadavg: 2.03 2.02 2.00 3/185 15197
/proc/meminfo: memFree=27007012/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=71040 CPUtime=4.47 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 13671 21126 0 0 133 175 129 10 20 0 1 0 278921369 72744960 17002 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15189/statm: 17760 17002 180 410 0 17342 0
[pid=15196] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15196/stat : 15196 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 278921818 9367552 266 33554432000 4194304 5064252 140734073539456 140734073538368 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15196/statm: 2287 266 226 213 0 72 0
[pid=15197] ppid=15196 vsize=112044 CPUtime=8.19 cores=0,2,4,6
/proc/15197/stat : 15197 (glucose_static) R 15196 15188 14901 0 -1 4202496 24527 0 0 0 814 5 0 0 20 0 1 0 278921819 114733056 23342 33554432000 4194304 4896791 140736674335216 140736674332728 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15197/statm: 28011 23342 78 172 0 27837 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 201380

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 15200
/proc/meminfo: memFree=27007104/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=71040 CPUtime=20.16 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 16974 47403 0 0 149 176 1669 22 20 0 1 0 278921369 72744960 17002 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15189/statm: 17760 17002 180 410 0 17342 0
[pid=15199] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15199/stat : 15199 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278923388 9367552 267 33554432000 4194304 5064252 140735714997600 140735714996512 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15199/statm: 2287 267 226 213 0 72 0
[pid=15200] ppid=15199 vsize=111620 CPUtime=5.29 cores=0,2,4,6
/proc/15200/stat : 15200 (glucose_static) R 15199 15188 14901 0 -1 4202496 23318 0 0 0 525 4 0 0 20 0 1 0 278923388 114298880 23256 33554432000 4194304 4896791 140733411235072 140733411230808 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15200/statm: 27905 23256 78 172 0 27731 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 200956

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 15200
/proc/meminfo: memFree=27003320/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=71040 CPUtime=20.16 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 16974 47403 0 0 149 176 1669 22 20 0 1 0 278921369 72744960 17002 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15189/statm: 17760 17002 180 410 0 17342 0
[pid=15199] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15199/stat : 15199 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278923388 9367552 267 33554432000 4194304 5064252 140735714997600 140735714996512 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15199/statm: 2287 267 226 213 0 72 0
[pid=15200] ppid=15199 vsize=112032 CPUtime=30.9 cores=0,2,4,6
/proc/15200/stat : 15200 (glucose_static) R 15199 15188 14901 0 -1 4202496 23884 0 0 0 3085 5 0 0 20 0 1 0 278923388 114720768 23578 33554432000 4194304 4896791 140733411235072 140733411232280 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15200/statm: 28008 23578 78 172 0 27834 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 201368

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/185 15203
/proc/meminfo: memFree=27000436/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=78.62 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 20481 73107 0 0 164 178 7487 33 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15202] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15202/stat : 15202 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278929234 9367552 267 33554432000 4194304 5064252 140736672293920 140736672292832 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15202/statm: 2287 267 226 213 0 72 0
[pid=15203] ppid=15202 vsize=103004 CPUtime=23.63 cores=0,2,4,6
/proc/15203/stat : 15203 (glucose_static) R 15202 15188 14901 0 -1 4202496 27649 0 0 0 2356 7 0 0 20 0 1 0 278929234 105476096 23754 33554432000 4194304 4896791 140736203215088 140736203210824 4203096 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15203/statm: 25751 23754 78 172 0 25577 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 195412

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 15203
/proc/meminfo: memFree=26993504/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=78.62 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 20481 73107 0 0 164 178 7487 33 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15202] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15202/stat : 15202 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278929234 9367552 267 33554432000 4194304 5064252 140736672293920 140736672292832 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15202/statm: 2287 267 226 213 0 72 0
[pid=15203] ppid=15202 vsize=118316 CPUtime=83.62 cores=0,2,4,6
/proc/15203/stat : 15203 (glucose_static) R 15202 15188 14901 0 -1 4202496 33313 0 0 0 8352 10 0 0 20 0 1 0 278929234 121155584 25298 33554432000 4194304 4896791 140736203215088 140736203212616 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15203/statm: 29579 25298 78 172 0 29405 0
Current children cumulated CPU time (s) 162.24

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

/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 59473 0 0 0 71937 32 0 0 20 0 1 0 278985615 158056448 34195 33554432000 4194304 4896791 140733719026928 140733719024440 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 38588 34195 78 172 0 38414 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 246760

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15221
/proc/meminfo: memFree=26937720/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=154412 CPUtime=779.67 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 59726 0 0 0 77935 32 0 0 20 0 1 0 278985615 158117888 35746 33554432000 4194304 4896791 140733719026928 140733719024456 4203968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 38603 35746 78 172 0 38429 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 246820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15221
/proc/meminfo: memFree=26915628/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=185900 CPUtime=839.66 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 61250 0 0 0 83933 33 0 0 20 0 1 0 278985615 190361600 41222 33554432000 4194304 4896791 140733719026928 140733719024440 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 46475 41222 78 172 0 46301 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 278308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15221
/proc/meminfo: memFree=26903092/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=186584 CPUtime=899.66 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 61412 0 0 0 89932 34 0 0 20 0 1 0 278985615 191062016 44449 33554432000 4194304 4896791 140733719026928 140733719024456 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 46646 44449 78 172 0 46472 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 278992

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15221
/proc/meminfo: memFree=26930544/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=156256 CPUtime=959.65 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 62602 0 0 0 95929 36 0 0 20 0 1 0 278985615 160006144 36394 33554432000 4194304 4896791 140733719026928 140733719022664 4203891 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 39064 36394 78 172 0 38890 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 248664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 15224
/proc/meminfo: memFree=26907888/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=187516 CPUtime=1019.63 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 63970 0 0 0 101926 37 0 0 20 0 1 0 278985615 192016384 40158 33554432000 4194304 4896791 140733719026928 140733719024440 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 46879 40158 78 172 0 46705 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 279924

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15225
/proc/meminfo: memFree=26889280/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=188024 CPUtime=1079.63 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 64096 0 0 0 107926 37 0 0 20 0 1 0 278985615 192536576 43350 33554432000 4194304 4896791 140733719026928 140733719024456 4203873 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 47006 43350 78 172 0 46832 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 280432

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 15225
/proc/meminfo: memFree=26872032/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=238848 CPUtime=1139.61 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 65102 0 0 0 113923 38 0 0 20 0 1 0 278985615 244580352 46392 33554432000 4194304 4896791 140733719026928 140733719024072 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 59712 46392 78 172 0 59538 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 331256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.41 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15249
/proc/meminfo: memFree=27493612/32873844 swapFree=7124/7124
[pid=15188] ppid=15186 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15188/stat : 15188 (runPb2satCp2.sh) S 15186 15188 14901 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278921368 9367552 275 33554432000 4194304 5064252 140734763925232 140734763924144 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15188/statm: 2287 275 233 213 0 72 0
[pid=15189] ppid=15188 vsize=74112 CPUtime=642.3 cores=0,2,4,6
/proc/15189/stat : 15189 (pb2sat) S 15188 15188 14901 0 -1 4202496 27496 162378 0 0 195 179 63775 81 20 0 1 0 278921369 75890688 17722 33554432000 4194304 5873084 140735297392976 140735297386792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15189/statm: 18528 17722 180 410 0 18110 0
[pid=15213] ppid=15189 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15213/stat : 15213 (satsolver.sh) S 15189 15188 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278985615 9367552 267 33554432000 4194304 5064252 140735676232032 140735676230944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15213/statm: 2287 267 226 213 0 72 0
[pid=15214] ppid=15213 vsize=238848 CPUtime=1157.72 cores=0,2,4,6
/proc/15214/stat : 15214 (glucose_static) R 15213 15188 14901 0 -1 4202496 65130 0 0 0 115734 38 0 0 20 0 1 0 278985615 244580352 46931 33554432000 4194304 4896791 140733719026928 140733719022664 4203968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15214/statm: 59712 46931 78 172 0 59538 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 331256

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15188 and gives
#  childrusage.ru_utime.tv_sec=639
#  childrusage.ru_utime.tv_usec=709749
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=619601
# CPU time returned by wait4() is 642.329
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1797.04
CPU system time (s): 2.98
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 378800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 639.71
system time used= 2.6196
maximum resident set size= 164028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190852
page faults= 0
swaps= 0
block input operations= 0
block output operations= 470192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104
involuntary context switches= 826

runsolver used 3.50847 second user time and 8.22275 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 16:12:40
IDJOB=3695270
IDBENCH=90637
IDSOLVER=2273
FILE ID=node134/3695270-1338127960
RUNJOBID= node134-1338124357-14917
PBS_JOBID= 14624510
Free space on /tmp= 71000 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE2.0_TMAX180_K67_cod2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695270-1338127960/watcher-3695270-1338127960 -o /tmp/evaluation-result-3695270-1338127960/solver-3695270-1338127960 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695270-1338127960.opb 222366144 HOME HOME

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

MD5SUM BENCH= c53c9beb9cd805e63a521141c2bc7101
RANDOM SEED=222366144

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27857260 kB
Buffers:          399132 kB
Cached:          3750084 kB
SwapCached:            0 kB
Active:          1559404 kB
Inactive:        2604440 kB
Active(anon):      10052 kB
Inactive(anon):     5996 kB
Active(file):    1549352 kB
Inactive(file):  2598444 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22172 kB
Writeback:             0 kB
AnonPages:        200452 kB
Mapped:            14880 kB
Shmem:               212 kB
Slab:             713512 kB
SReclaimable:     155788 kB
SUnreclaim:       557724 kB
KernelStack:        1536 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 70940 MiB
End job on node134 at 2012-05-27 16:42:40