Trace number 3696182

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.06 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_3_ic.opb
MD5SUM63c4e0568f91ae4bdd1fa7b5cc0b98cf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18759965
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

100.64/100.71	c model valid
100.64/100.71	c current solution ok
103.14/103.30	o 313867409
103.14/103.30	c current bound: 156933729
103.14/103.30	c fallback to adder encoding
791.15/791.40	c model valid
791.15/791.40	c current solution ok
791.15/791.47	o 140754077
791.15/791.47	c current bound: 70377063
791.15/791.47	c fallback to adder encoding
1800.03/1800.51	./satsolver.sh: line 5: 21271 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3696182-1338183920/watcher-3696182-1338183920 -o /tmp/evaluation-result-3696182-1338183920/solver-3696182-1338183920 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696182-1338183920.opb 1962987899 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: 1.96 2.00 2.00 3/181 21184
/proc/meminfo: memFree=26991392/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0

[startup+0.015584 s]
/proc/loadavg: 1.96 2.00 2.00 3/181 21184
/proc/meminfo: memFree=26991392/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 1.96 2.00 2.00 3/181 21184
/proc/meminfo: memFree=26991392/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 1.96 2.00 2.00 3/181 21184
/proc/meminfo: memFree=26991392/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700218 s]
/proc/loadavg: 1.96 2.00 2.00 3/181 21184
/proc/meminfo: memFree=26991392/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.96 2.00 2.00 3/183 21186
/proc/meminfo: memFree=26972756/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=136780 CPUtime=1.48 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) R 21184 21184 17634 0 -1 4202496 12595 0 0 0 142 6 0 0 20 0 1 0 284517445 140062720 26355 33554432000 4194304 5873084 140735803442240 140735803435800 5129975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 34195 26355 166 410 0 33777 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145928

[startup+3.10038 s]
/proc/loadavg: 1.96 2.00 2.00 3/185 21188
/proc/meminfo: memFree=26744720/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=102628 CPUtime=1.5 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 12599 0 0 0 142 8 0 0 20 0 1 0 284517445 105091072 17820 33554432000 4194304 5873084 140735803442240 140735803438664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 25657 17820 169 410 0 25239 0
[pid=21187] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21187/stat : 21187 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284517597 9367552 267 33554432000 4194304 5064252 140735447340720 140735447339632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21187/statm: 2287 267 226 213 0 72 0
[pid=21188] ppid=21187 vsize=168188 CPUtime=1.57 cores=0,2,4,6
/proc/21188/stat : 21188 (glucose_static) R 21187 21184 17634 0 -1 4202496 28344 0 0 0 151 6 0 0 20 0 1 0 284517597 172224512 35597 33554432000 4194304 4896791 140736181396224 140736181393432 4224980 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21188/statm: 42047 35597 76 172 0 41873 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289112

[startup+6.30036 s]
/proc/loadavg: 1.97 2.00 2.00 2/184 21234
/proc/meminfo: memFree=27401320/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=102628 CPUtime=1.5 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 12599 0 0 0 142 8 0 0 20 0 1 0 284517445 105091072 17820 33554432000 4194304 5873084 140735803442240 140735803438664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 25657 17820 169 410 0 25239 0
[pid=21187] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21187/stat : 21187 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284517597 9367552 267 33554432000 4194304 5064252 140735447340720 140735447339632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21187/statm: 2287 267 226 213 0 72 0
[pid=21188] ppid=21187 vsize=168320 CPUtime=4.77 cores=0,2,4,6
/proc/21188/stat : 21188 (glucose_static) R 21187 21184 17634 0 -1 4202496 28530 0 0 0 469 8 0 0 20 0 1 0 284517597 172359680 35783 33554432000 4194304 4896791 140736181396224 140736181393432 4224924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21188/statm: 42080 35783 76 172 0 41906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 289244

[startup+12.7004 s]
/proc/loadavg: 1.97 2.00 2.00 3/185 21248
/proc/meminfo: memFree=27384984/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=102628 CPUtime=1.5 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 12599 0 0 0 142 8 0 0 20 0 1 0 284517445 105091072 17820 33554432000 4194304 5873084 140735803442240 140735803438664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 25657 17820 169 410 0 25239 0
[pid=21187] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21187/stat : 21187 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284517597 9367552 267 33554432000 4194304 5064252 140735447340720 140735447339632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21187/statm: 2287 267 226 213 0 72 0
[pid=21188] ppid=21187 vsize=168452 CPUtime=11.16 cores=0,2,4,6
/proc/21188/stat : 21188 (glucose_static) R 21187 21184 17634 0 -1 4202496 29677 0 0 0 1108 8 0 0 20 0 1 0 284517597 172494848 35481 33554432000 4194304 4896791 140736181396224 140736181393800 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21188/statm: 42113 35481 76 172 0 41939 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 289376

[startup+25.5004 s]
/proc/loadavg: 1.97 2.00 2.00 3/185 21248
/proc/meminfo: memFree=27380020/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=102628 CPUtime=1.5 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 12599 0 0 0 142 8 0 0 20 0 1 0 284517445 105091072 17820 33554432000 4194304 5873084 140735803442240 140735803438664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 25657 17820 169 410 0 25239 0
[pid=21187] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21187/stat : 21187 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284517597 9367552 267 33554432000 4194304 5064252 140735447340720 140735447339632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21187/statm: 2287 267 226 213 0 72 0
[pid=21188] ppid=21187 vsize=187976 CPUtime=23.97 cores=0,2,4,6
/proc/21188/stat : 21188 (glucose_static) R 21187 21184 17634 0 -1 4202496 32306 0 0 0 2386 11 0 0 20 0 1 0 284517597 192487424 37056 33554432000 4194304 4896791 140736181396224 140736181393752 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21188/statm: 46994 37056 76 172 0 46820 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 308900

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 21251
/proc/meminfo: memFree=27368208/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=102628 CPUtime=1.5 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 12599 0 0 0 142 8 0 0 20 0 1 0 284517445 105091072 17820 33554432000 4194304 5873084 140735803442240 140735803438664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 25657 17820 169 410 0 25239 0
[pid=21187] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21187/stat : 21187 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284517597 9367552 267 33554432000 4194304 5064252 140735447340720 140735447339632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21187/statm: 2287 267 226 213 0 72 0
[pid=21188] ppid=21187 vsize=189024 CPUtime=49.56 cores=0,2,4,6
/proc/21188/stat : 21188 (glucose_static) R 21187 21184 17634 0 -1 4202496 34730 0 0 0 4942 14 0 0 20 0 1 0 284517597 193560576 39336 33554432000 4194304 4896791 140736181396224 140736181393800 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21188/statm: 47256 39336 76 172 0 47082 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 309948

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 21251
/proc/meminfo: memFree=27488796/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=113144 CPUtime=102.25 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) R 21184 21184 17634 0 -1 4202496 14813 41357 0 0 217 139 9846 23 20 0 1 0 284517445 115859456 20457 33554432000 4194304 5873084 140735803442240 140735803437672 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 28286 20457 177 410 0 27868 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 122292

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21254
/proc/meminfo: memFree=26944100/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=276728 CPUtime=104.51 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 20748 41871 0 0 342 233 9846 30 20 0 1 0 284517445 283369472 48702 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 69182 48702 183 410 0 68764 0
[pid=21253] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21253/stat : 21253 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284527901 9367552 266 33554432000 4194304 5064252 140735904214064 140735904212976 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21253/statm: 2287 266 226 213 0 72 0
[pid=21254] ppid=21253 vsize=352400 CPUtime=57.7 cores=0,2,4,6
/proc/21254/stat : 21254 (glucose_static) R 21253 21184 17634 0 -1 4202496 57965 0 0 0 5751 19 0 0 20 0 1 0 284527902 360857600 83632 33554432000 4194304 4896791 140736003273168 140736003270456 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21254/statm: 88100 83632 78 172 0 87926 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 647424

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21255
/proc/meminfo: memFree=26925252/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21299
/proc/meminfo: memFree=26904732/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=410700 CPUtime=569.45 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 68125 0 0 0 56912 33 0 0 20 0 1 0 284596714 420556800 87576 33554432000 4194304 4896791 140734191258688 140734191255832 4223980 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 102675 87576 78 172 0 102501 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 711540

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21300
/proc/meminfo: memFree=26908412/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=411108 CPUtime=629.44 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 69858 0 0 0 62911 33 0 0 20 0 1 0 284596714 420974592 88708 33554432000 4194304 4896791 140734191258688 140734191255896 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 102777 88708 78 172 0 102603 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 711948

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 21303
/proc/meminfo: memFree=26924432/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=362220 CPUtime=689.42 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 70640 0 0 0 68908 34 0 0 20 0 1 0 284596714 370913280 84202 33554432000 4194304 4896791 140734191258688 140734191256056 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 90555 84202 78 172 0 90381 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 663060

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21303
/proc/meminfo: memFree=26898560/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=412960 CPUtime=749.42 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 71900 0 0 0 74906 36 0 0 20 0 1 0 284596714 422871040 90295 33554432000 4194304 4896791 140734191258688 140734191255896 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 103240 90295 78 172 0 103066 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 713800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21303
/proc/meminfo: memFree=26915536/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=363440 CPUtime=809.4 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 73200 0 0 0 80902 38 0 0 20 0 1 0 284596714 372162560 85001 33554432000 4194304 4896791 140734191258688 140734191255896 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 90860 85001 78 172 0 90686 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 664280

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 21303
/proc/meminfo: memFree=26909996/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=413804 CPUtime=869.4 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 73630 0 0 0 86901 39 0 0 20 0 1 0 284596714 423735296 85942 33554432000 4194304 4896791 140734191258688 140734191256216 4224693 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 103451 85942 78 172 0 103277 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 714644

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 21303
/proc/meminfo: memFree=26893908/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=414924 CPUtime=929.39 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 74659 0 0 0 92899 40 0 0 20 0 1 0 284596714 424882176 89266 33554432000 4194304 4896791 140734191258688 140734191255832 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 103731 89266 78 172 0 103557 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 715764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21307
/proc/meminfo: memFree=26947024/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=365228 CPUtime=989.37 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 75190 0 0 0 98896 41 0 0 20 0 1 0 284596714 373993472 84466 33554432000 4194304 4896791 140734191258688 140734191254360 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 91307 84466 78 172 0 91133 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 666068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21307
/proc/meminfo: memFree=26943300/32873844 swapFree=7124/7124
[pid=21184] ppid=21182 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21184/stat : 21184 (runPb2sat.sh) S 21182 21184 17634 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284517445 9367552 274 33554432000 4194304 5064252 140736133345712 140736133344624 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21184/statm: 2287 274 233 213 0 72 0
[pid=21185] ppid=21184 vsize=282544 CPUtime=792.45 cores=0,2,4,6
/proc/21185/stat : 21185 (pb2sat) S 21184 21184 17634 0 -1 4202496 31242 108596 0 0 498 247 78427 73 20 0 1 0 284517445 289325056 49644 33554432000 4194304 5873084 140735803442240 140735803436056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21185/statm: 70636 49644 183 410 0 70218 0
[pid=21270] ppid=21185 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21270/stat : 21270 (satsolver.sh) S 21185 21184 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284596713 9367552 267 33554432000 4194304 5064252 140733330290240 140733330289152 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 2287 267 226 213 0 72 0
[pid=21271] ppid=21270 vsize=365360 CPUtime=1007.58 cores=0,2,4,6
/proc/21271/stat : 21271 (glucose_static) R 21270 21184 17634 0 -1 4202496 75206 0 0 0 100717 41 0 0 20 0 1 0 284596714 374128640 84993 33554432000 4194304 4896791 140734191258688 140734191255896 4204125 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21271/statm: 91340 84993 78 172 0 91166 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 666200

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.52
CPU time (s): 1800.06
CPU user time (s): 1796.43
CPU system time (s): 3.63745
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 796160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.43
system time used= 3.63745
maximum resident set size= 434656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 605440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290
involuntary context switches= 2043

runsolver used 3.38549 second user time and 8.79666 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 07:45:21
IDJOB=3696182
IDBENCH=92773
IDSOLVER=2274
FILE ID=node134/3696182-1338183920
RUNJOBID= node134-1338158703-17651
PBS_JOBID= 14624546
Free space on /tmp= 70844 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_3_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696182-1338183920/watcher-3696182-1338183920 -o /tmp/evaluation-result-3696182-1338183920/solver-3696182-1338183920 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696182-1338183920.opb 1962987899 HOME HOME

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

MD5SUM BENCH= 63c4e0568f91ae4bdd1fa7b5cc0b98cf
RANDOM SEED=1962987899

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:        26991664 kB
Buffers:          442088 kB
Cached:          4039812 kB
SwapCached:            0 kB
Active:          2292820 kB
Inactive:        2730556 kB
Active(anon):     537272 kB
Inactive(anon):     5996 kB
Active(file):    1755548 kB
Inactive(file):  2724560 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20612 kB
Writeback:             0 kB
AnonPages:        567744 kB
Mapped:            15364 kB
Shmem:               212 kB
Slab:             717240 kB
SReclaimable:     159384 kB
SUnreclaim:       557856 kB
KernelStack:        1536 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     765992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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= 70836 MiB
End job on node134 at 2012-05-28 08:15:21