Trace number 3696258

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.07 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_9_mh.opb
MD5SUM2d28530068eb86764968fa921334caf4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2596841
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16775
Biggest coefficient in the objective function 123505992
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14263006373
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 123505992
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14263006373
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c model valid
0.99/1.06	c current solution ok
1.68/1.77	o 233545827
1.68/1.77	c current bound: 116772926
1.68/1.77	c fallback to adder encoding
1800.03/1800.41	./satsolver.sh: line 5:  7733 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3696258-1338151200/watcher-3696258-1338151200 -o /tmp/evaluation-result-3696258-1338151200/solver-3696258-1338151200 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696258-1338151200.opb 1932515151 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7723
/proc/meminfo: memFree=27897480/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0

[startup+0.0678101 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7723
/proc/meminfo: memFree=27897480/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7723
/proc/meminfo: memFree=27897480/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7723
/proc/meminfo: memFree=27897480/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7723
/proc/meminfo: memFree=27897480/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 7730
/proc/meminfo: memFree=27868020/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=22388 CPUtime=1.48 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) R 7723 7723 5701 0 -1 4202496 5608 11958 0 0 52 37 57 2 20 0 1 0 281246005 22925312 5030 33554432000 4194304 5873084 140734781376768 140734781372200 5127520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 5597 5030 176 410 0 5179 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31536

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 7731
/proc/meminfo: memFree=27815920/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=176176 CPUtime=3.08 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) R 7723 7723 5701 0 -1 4202496 13894 12472 0 0 185 62 57 4 20 0 1 0 281246005 180404224 34157 33554432000 4194304 5873084 140734781376768 140734781371544 4394360 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 44044 34157 183 410 0 43626 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 185324

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7733
/proc/meminfo: memFree=27280656/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=411908 CPUtime=1.76 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 55724 0 0 0 162 14 0 0 20 0 1 0 281246457 421793792 95515 33554432000 4194304 4896791 140734254051360 140734253000152 4401607 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 102977 95515 58 172 0 102803 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 737452

[startup+12.7004 s]
/proc/loadavg: 2.16 2.03 2.01 3/184 7733
/proc/meminfo: memFree=27045284/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=493476 CPUtime=8.16 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 74459 0 0 0 796 20 0 0 20 0 1 0 281246457 505319424 110257 33554432000 4194304 4896791 140734254051360 140734254048408 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 123369 110257 78 172 0 123195 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 819020

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 2.01 3/184 7778
/proc/meminfo: memFree=27054016/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=495252 CPUtime=20.97 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 75110 0 0 0 2076 21 0 0 20 0 1 0 281246457 507138048 110908 33554432000 4194304 4896791 140734254051360 140734254048568 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 123813 110908 78 172 0 123639 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 820796

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 7778
/proc/meminfo: memFree=27049472/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=496140 CPUtime=46.56 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 75326 0 0 0 4635 21 0 0 20 0 1 0 281246457 508047360 111635 33554432000 4194304 4896791 140734254051360 140734254048728 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 124035 111635 78 172 0 123861 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 821684

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7781
/proc/meminfo: memFree=27021172/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=496456 CPUtime=97.75 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 75564 0 0 0 9754 21 0 0 20 0 1 0 281246457 508370944 112384 33554432000 4194304 4896791 140734254051360 140734254048568 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 124114 112384 78 172 0 123940 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 822000

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7784
/proc/meminfo: memFree=27029696/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=499092 CPUtime=157.74 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 79249 0 0 0 15752 22 0 0 20 0 1 0 281246457 511070208 114089 33554432000 4194304 4896791 140734254051360 140734254048504 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 124773 114089 78 172 0 124599 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 824636

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7784
/proc/meminfo: memFree=27020012/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7820
/proc/meminfo: memFree=26972724/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=519192 CPUtime=1417.48 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 105924 0 0 0 141713 35 0 0 20 0 1 0 281246457 531652608 124648 33554432000 4194304 4896791 140734254051360 140734254048504 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 129798 124648 78 172 0 129624 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 844736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7821
/proc/meminfo: memFree=26992968/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=519456 CPUtime=1477.46 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 106266 0 0 0 147710 36 0 0 20 0 1 0 281246457 531922944 119404 33554432000 4194304 4896791 140734254051360 140734254048568 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 129864 119404 78 172 0 129690 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 845000

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 7821
/proc/meminfo: memFree=26986788/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=520200 CPUtime=1537.45 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 109457 0 0 0 153708 37 0 0 20 0 1 0 281246457 532684800 120650 33554432000 4194304 4896791 140734254051360 140734254048568 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130050 120650 78 172 0 129876 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 845744

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 7822
/proc/meminfo: memFree=26992012/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=520504 CPUtime=1597.45 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 111566 0 0 0 159707 38 0 0 20 0 1 0 281246457 532996096 121820 33554432000 4194304 4896791 140734254051360 140734254048872 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130126 121820 78 172 0 129952 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 846048

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 7822
/proc/meminfo: memFree=26986108/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=521284 CPUtime=1657.45 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 111743 0 0 0 165707 38 0 0 20 0 1 0 281246457 533794816 123019 33554432000 4194304 4896791 140734254051360 140734254048568 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130321 123019 78 172 0 130147 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 846828

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 7822
/proc/meminfo: memFree=26981520/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=521816 CPUtime=1717.43 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 111889 0 0 0 171705 38 0 0 20 0 1 0 281246457 534339584 124187 33554432000 4194304 4896791 140734254051360 140734254048888 4224640 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130454 124187 78 172 0 130280 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 847360

[startup+1782.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/182 7822
/proc/meminfo: memFree=26974520/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=522184 CPUtime=1777.42 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 111998 0 0 0 177704 38 0 0 20 0 1 0 281246457 534716416 125318 33554432000 4194304 4896791 140734254051360 140734254047096 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130546 125318 78 172 0 130372 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 847728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 7823
/proc/meminfo: memFree=26972224/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=522296 CPUtime=1795.52 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 112022 0 0 0 179514 38 0 0 20 0 1 0 281246457 534831104 125853 33554432000 4194304 4896791 140734254051360 140734254048888 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130574 125853 78 172 0 130400 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 847840

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 7823
/proc/meminfo: memFree=26972224/32873648 swapFree=6864/6864
[pid=7723] ppid=7721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7723/stat : 7723 (runPb2sat.sh) S 7721 7723 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 281246005 9367552 275 33554432000 4194304 5064252 140734409642704 140734409641616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7723/statm: 2287 275 233 213 0 72 0
[pid=7724] ppid=7723 vsize=307248 CPUtime=4.51 cores=1,3,5,7
/proc/7724/stat : 7724 (pb2sat) S 7723 7723 5701 0 -1 4202496 15258 12472 0 0 300 90 57 4 20 0 1 0 281246005 314621952 54125 33554432000 4194304 5873084 140734781376768 140734781370584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 76812 54125 183 410 0 76394 0
[pid=7732] ppid=7724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (satsolver.sh) S 7724 7723 5701 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281246457 9367552 267 33554432000 4194304 5064252 140733781931168 140733781930080 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7732/statm: 2287 267 226 213 0 72 0
[pid=7733] ppid=7732 vsize=522296 CPUtime=1795.52 cores=1,3,5,7
/proc/7733/stat : 7733 (glucose_static) R 7732 7723 5701 0 -1 4202496 112022 0 0 0 179514 38 0 0 20 0 1 0 281246457 534831104 125853 33554432000 4194304 4896791 140734254051360 140734254048888 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7733/statm: 130574 125853 78 172 0 130400 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 847840

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.72
CPU system time (s): 1.3438
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 1044820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.3438
maximum resident set size= 603880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 396040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 1987

runsolver used 3.09253 second user time and 7.70683 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 22:40:00
IDJOB=3696258
IDBENCH=92709
IDSOLVER=2274
FILE ID=node120/3696258-1338151200
RUNJOBID= node120-1338124133-5718
PBS_JOBID= 14624508
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 2d28530068eb86764968fa921334caf4
RANDOM SEED=1932515151

node120.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.456
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.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.456
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.88
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.456
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
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.456
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.456
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:        27897480 kB
Buffers:          340480 kB
Cached:          3618900 kB
SwapCached:          636 kB
Active:          1035452 kB
Inactive:        3110000 kB
Active(anon):     174908 kB
Inactive(anon):    12532 kB
Active(file):     860544 kB
Inactive(file):  3097468 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             11264 kB
Writeback:             0 kB
AnonPages:        111044 kB
Mapped:            15160 kB
Shmem:               120 kB
Slab:             691140 kB
SReclaimable:     135572 kB
SUnreclaim:       555568 kB
KernelStack:        1520 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     315084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71432 MiB
End job on node120 at 2012-05-27 23:10:01