Trace number 3697038

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
pb2sat 2012-05-19? (TO) 1800.09 1843.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.065989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Solver Data

668.15/670.49	c model valid
668.15/670.49	c current solution ok
702.52/734.97	o 23
702.52/734.97	c current bound: 11
1800.09/1843.41	c error: unexpected solver exit code
1800.09/1843.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-3697038-1338077288/watcher-3697038-1338077288 -o /tmp/evaluation-result-3697038-1338077288/solver-3697038-1338077288 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3697038-1338077288.opb 365721075 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.17 2.07 2.01 2/179 2643
/proc/meminfo: memFree=27952840/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0

[startup+0.026935 s]
/proc/loadavg: 2.17 2.07 2.01 2/179 2643
/proc/meminfo: memFree=27952840/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.17 2.07 2.01 2/179 2643
/proc/meminfo: memFree=27952840/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300196 s]
/proc/loadavg: 2.17 2.07 2.01 2/179 2643
/proc/meminfo: memFree=27952840/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.17 2.07 2.01 2/179 2643
/proc/meminfo: memFree=27952840/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.17 2.07 2.01 3/181 2645
/proc/meminfo: memFree=27928932/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=34796 CPUtime=1.49 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) R 2643 2643 31659 0 -1 4202496 2962 0 0 0 148 1 0 0 20 0 1 0 273852873 35631104 8047 33554432000 4194304 5873084 140736086294160 140736086290488 4995879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2644/statm: 8699 8047 146 410 0 8281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43944

[startup+3.10027 s]
/proc/loadavg: 2.17 2.07 2.01 3/181 2645
/proc/meminfo: memFree=27903612/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=67564 CPUtime=3.08 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) R 2643 2643 31659 0 -1 4202496 3519 0 0 0 306 2 0 0 20 0 1 0 273852873 69185536 16253 33554432000 4194304 5873084 140736086294160 140736086290488 4995857 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2644/statm: 16891 16253 146 410 0 16473 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76712

[startup+6.30026 s]
/proc/loadavg: 2.16 2.07 2.01 3/181 2645
/proc/meminfo: memFree=27835164/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=133100 CPUtime=6.29 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) R 2643 2643 31659 0 -1 4202496 3976 0 0 0 624 5 0 0 20 0 1 0 273852873 136294400 32519 33554432000 4194304 5873084 140736086294160 140736086290488 4995857 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2644/statm: 33275 32519 146 410 0 32857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142248

[startup+12.7003 s]
/proc/loadavg: 2.14 2.07 2.01 3/180 2645
/proc/meminfo: memFree=27698896/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=264172 CPUtime=12.68 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) R 2643 2643 31659 0 -1 4202496 4600 0 0 0 1260 8 0 0 20 0 1 0 273852873 270512128 65272 33554432000 4194304 5873084 140736086294160 140736086290488 4728178 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2644/statm: 66043 65272 146 410 0 65625 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273320

[startup+25.5003 s]
/proc/loadavg: 2.11 2.06 2.01 3/181 2646
/proc/meminfo: memFree=27432852/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=526316 CPUtime=25.48 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) R 2643 2643 31659 0 -1 4202496 5364 0 0 0 2533 15 0 0 20 0 1 0 273852873 538947584 129272 33554432000 4194304 5873084 140736086294160 140736086290872 4664983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2644/statm: 131579 129272 146 410 0 131161 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 535464

[startup+51.1003 s]
/proc/loadavg: 2.07 2.06 2.01 3/181 2646
/proc/meminfo: memFree=26915464/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=1050604 CPUtime=51.08 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) R 2643 2643 31659 0 -1 4202496 6380 0 0 0 5078 30 0 0 20 0 1 0 273852873 1075818496 256760 33554432000 4194304 5873084 140736086294160 140736086290872 4394360 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2644/statm: 262651 256760 146 410 0 262233 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1059752

[startup+102.307 s]
/proc/loadavg: 2.37 2.13 2.03 3/181 2689
/proc/meminfo: memFree=23060996/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099656 CPUtime=79.86 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9094 0 0 0 7697 289 0 0 20 0 1 0 273852873 2150047744 385894 33554432000 4194304 5873084 140736086294160 140736086290584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 212 0 0
/proc/2644/statm: 524914 385894 162 410 0 524496 0
[pid=2688] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2688/stat : 2688 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273861074 9367552 267 33554432000 4194304 5064252 140736515776416 140736515775328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2688/statm: 2287 267 226 213 0 72 0
[pid=2689] ppid=2688 vsize=2825508 CPUtime=20.28 cores=0,2,4,6
/proc/2689/stat : 2689 (glucose_static) R 2688 2643 31659 0 -1 4202496 33367 0 0 0 1957 71 0 0 20 0 1 0 273861075 2893320192 494419 33554432000 4194304 4896791 140733425020576 140733423969624 4195437 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2689/statm: 706377 494419 58 172 0 706203 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 4943460

[startup+162.3 s]
/proc/loadavg: 2.29 2.15 2.04 3/182 2692
/proc/meminfo: memFree=21308732/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099656 CPUtime=79.86 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9094 0 0 0 7697 289 0 0 20 0 1 0 273852873 2150047744 385894 33554432000 4194304 5873084 140736086294160 140736086290584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 212 0 0
/proc/2644/statm: 524914 385894 162 410 0 524496 0
[pid=2688] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2688/stat : 2688 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273861074 9367552 267 33554432000 4194304 5064252 140736515776416 140736515775328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2688/statm: 2287 267 226 213 0 72 0
[pid=2689] ppid=2688 vsize=3339720 CPUtime=80.26 cores=0,2,4,6
/proc/2689/stat : 2689 (glucose_static) R 2688 2643 31659 0 -1 4202496 82217 0 0 0 7940 86 0 0 20 0 1 0 273861075 3419873280 620131 33554432000 4194304 4896791 140733425020576 140733425017864 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2689/statm: 834930 620131 78 172 0 834756 0
Current children cumulated CPU time (s) 160.12
Current children cumulated vsize (KiB) 5457672

[startup+222.3 s]
/proc/loadavg: 2.10 2.12 2.03 3/181 2692
/proc/meminfo: memFree=19923032/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099656 CPUtime=79.86 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9094 0 0 0 7697 289 0 0 20 0 1 0 273852873 2150047744 385894 33554432000 4194304 5873084 140736086294160 140736086290584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 212 0 0
/proc/2644/statm: 524914 385894 162 410 0 524496 0
[pid=2688] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2688/stat : 2688 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273861074 9367552 267 33554432000 4194304 5064252 140736515776416 140736515775328 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2688/statm: 2287 267 226 213 0 72 0
[pid=2689] ppid=2688 vsize=3466784 CPUtime=140.25 cores=0,2,4,6
/proc/2689/stat : 2689 (glucose_static) R 2688 2643 31659 0 -1 4202496 91744 0 0 0 13935 90 0 0 20 0 1 0 273861075 3549986816 646506 33554432000 4194304 4896791 140733425020576 140733425018008 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2689/statm: 866696 646506 78 172 0 866522 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 5584736

[startup+282.3 s]
/proc/loadavg: 2.04 2.09 2.03 3/181 2692
/proc/meminfo: memFree=18634548/32873648 swapFree=7360/7360
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099656 CPUtime=79.86 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9094 0 0 0 7697 289 0 0 20 0 1 0 273852873 2150047744 385894 33554432000 4194304 5873084 140736086294160 140736086290584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 212 0 0
/proc/2644/statm: 524914 385894 162 410 0 524496 0
[pid=2688] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/2701/statm: 956642 711543 78 172 0 956468 0
Current children cumulated CPU time (s) 1379.06
Current children cumulated vsize (KiB) 5944524

[startup+1482.31 s]
/proc/loadavg: 2.00 2.37 2.45 3/183 2755
/proc/meminfo: memFree=22673408/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3828368 CPUtime=736.49 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 126252 0 0 0 73481 168 0 0 20 0 1 0 273926371 3920248832 713551 33554432000 4194304 4896791 140735619297424 140735619294856 4225002 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 957092 713551 78 172 0 956918 0
Current children cumulated CPU time (s) 1439.06
Current children cumulated vsize (KiB) 5946324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.30 2.42 3/183 2756
/proc/meminfo: memFree=22650696/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3843372 CPUtime=796.47 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 127213 0 0 0 79478 169 0 0 20 0 1 0 273926371 3935612928 718379 33554432000 4194304 4896791 140735619297424 140735619294856 4225002 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 960843 718379 78 172 0 960669 0
Current children cumulated CPU time (s) 1499.04
Current children cumulated vsize (KiB) 5961328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.24 2.39 3/183 2756
/proc/meminfo: memFree=22642296/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3843372 CPUtime=856.46 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 127298 0 0 0 85477 169 0 0 20 0 1 0 273926371 3935612928 718975 33554432000 4194304 4896791 140735619297424 140735619294856 4224983 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 960843 718975 78 172 0 960669 0
Current children cumulated CPU time (s) 1559.03
Current children cumulated vsize (KiB) 5961328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.20 2.37 3/183 2756
/proc/meminfo: memFree=22629220/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3845940 CPUtime=916.45 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 127802 0 0 0 91475 170 0 0 20 0 1 0 273926371 3938242560 721012 33554432000 4194304 4896791 140735619297424 140735619294856 4224960 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 961485 721012 78 172 0 961311 0
Current children cumulated CPU time (s) 1619.02
Current children cumulated vsize (KiB) 5963896

[startup+1722.3 s]
/proc/loadavg: 2.03 2.17 2.35 3/183 2756
/proc/meminfo: memFree=22604624/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3852156 CPUtime=976.44 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 128711 0 0 0 97473 171 0 0 20 0 1 0 273926371 3944607744 723964 33554432000 4194304 4896791 140735619297424 140735619294856 4224992 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 963039 723964 78 172 0 962865 0
Current children cumulated CPU time (s) 1679.01
Current children cumulated vsize (KiB) 5970112

[startup+1782.3 s]
/proc/loadavg: 2.01 2.14 2.32 3/183 2756
/proc/meminfo: memFree=22585460/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3880156 CPUtime=1036.43 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 129947 0 0 0 103471 172 0 0 20 0 1 0 273926371 3973279744 728777 33554432000 4194304 4896791 140735619297424 140735619294680 4224960 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 970039 728777 78 172 0 969865 0
Current children cumulated CPU time (s) 1739
Current children cumulated vsize (KiB) 5998112

[startup+1842.3 s]
/proc/loadavg: 2.00 2.11 2.30 3/182 2756
/proc/meminfo: memFree=22600548/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3880300 CPUtime=1096.42 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 130046 0 0 0 109470 172 0 0 20 0 1 0 273926371 3973427200 729824 33554432000 4194304 4896791 140735619297424 140735619294712 4224975 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 970075 729824 78 172 0 969901 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 5998256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.4 s]
/proc/loadavg: 2.00 2.11 2.30 3/182 2756
/proc/meminfo: memFree=22598500/32873648 swapFree=7368/7368
[pid=2643] ppid=2641 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2643/stat : 2643 (runPb2sat.sh) S 2641 2643 31659 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273852873 9367552 274 33554432000 4194304 5064252 140737069243264 140737069242176 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2643/statm: 2287 274 233 213 0 72 0
[pid=2644] ppid=2643 vsize=2099660 CPUtime=702.57 cores=0,2,4,6
/proc/2644/stat : 2644 (pb2sat) S 2643 2643 31659 0 -1 4202496 9179 125731 0 0 8281 2893 58724 359 20 0 1 0 273852873 2150051840 385909 33554432000 4194304 5873084 140736086294160 140736086287976 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 787 0 0
/proc/2644/statm: 524915 385909 173 410 0 524497 0
[pid=2700] ppid=2644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2700/stat : 2700 (satsolver.sh) S 2644 2643 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273926371 9367552 267 33554432000 4194304 5064252 140735622576672 140735622575584 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2700/statm: 2287 267 226 213 0 72 0
[pid=2701] ppid=2700 vsize=3880300 CPUtime=1097.52 cores=0,2,4,6
/proc/2701/stat : 2701 (glucose_static) R 2700 2643 31659 0 -1 4202496 130046 0 0 0 109580 172 0 0 20 0 1 0 273926371 3973427200 729824 33554432000 4194304 4896791 140735619297424 140735619294712 4225029 0 0 4096 0 0 0 0 17 4 0 0 1066 0 0
/proc/2701/statm: 970075 729824 78 172 0 969901 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5998256

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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 2643 and gives
#  childrusage.ru_utime.tv_sec=670
#  childrusage.ru_utime.tv_usec=57135
#  childrusage.ru_stime.tv_sec=32
#  childrusage.ru_stime.tv_usec=535053
# CPU time returned by wait4() is 702.592
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1843.42
CPU time (s): 1800.09
CPU user time (s): 1765.85
CPU system time (s): 34.24
CPU usage (%): 97.6496
Max. virtual memory (cumulated for all children) (KiB): 6028276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 670.057
system time used= 32.5351
maximum resident set size= 3083920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135886
page faults= 0
swaps= 0
block input operations= 128
block output operations= 9242248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 524
involuntary context switches= 886

runsolver used 4.08038 second user time and 11.5742 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 02:08:08
IDJOB=3697038
IDBENCH=47998
IDSOLVER=2274
FILE ID=node149/3697038-1338077288
RUNJOBID= node149-1338051874-31675
PBS_JOBID= 14624385
Free space on /tmp= 71396 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697038-1338077288/watcher-3697038-1338077288 -o /tmp/evaluation-result-3697038-1338077288/solver-3697038-1338077288 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3697038-1338077288.opb 365721075 HOME HOME

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=365721075

node149.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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
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.145
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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.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		: 2666.145
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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5438.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		: 2666.145
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.145
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:       32873648 kB
MemFree:        27952980 kB
Buffers:          292688 kB
Cached:          3296436 kB
SwapCached:            0 kB
Active:          1546316 kB
Inactive:        2582168 kB
Active(anon):     540732 kB
Inactive(anon):        0 kB
Active(file):    1005584 kB
Inactive(file):  2582168 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8540 kB
Writeback:            48 kB
AnonPages:        545488 kB
Mapped:            15420 kB
Shmem:               200 kB
Slab:             654444 kB
SReclaimable:      98116 kB
SUnreclaim:       556328 kB
KernelStack:        1480 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     795412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68668 MiB
End job on node149 at 2012-05-27 02:38:51