Trace number 3696912

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 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM187352532546cdf6dd143df196fcb0ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8192
Best CPU time to get the best result obtained on this benchmark1800.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.98/4.02	c fallback to adder encoding
1800.06/1800.41	./satsolver.sh: line 5:  5853 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.41	c error: unexpected solver exit code
1800.06/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-3696912-1338125934/watcher-3696912-1338125934 -o /tmp/evaluation-result-3696912-1338125934/solver-3696912-1338125934 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696912-1338125934.opb 370901434 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.00 2.00 2.00 2/174 5810
/proc/meminfo: memFree=27614956/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runsolver) D 5808 5810 5701 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 278719483 12095488 50 33554432000 4194304 5436572 140735501400672 140735501396968 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/5810/statm: 2953 50 31 304 0 2645 0

[startup+0.051536 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5810
/proc/meminfo: memFree=27614956/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100203 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5810
/proc/meminfo: memFree=27614956/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300176 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5810
/proc/meminfo: memFree=27614956/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700205 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5810
/proc/meminfo: memFree=27614956/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5812
/proc/meminfo: memFree=27608568/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=15132 CPUtime=1.49 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) R 5810 5810 5701 0 -1 4202496 3319 0 0 0 148 1 0 0 20 0 1 0 278719484 15495168 3333 33554432000 4194304 5873084 140736391934544 140736391931912 5127424 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5812/statm: 3783 3333 146 410 0 3365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24280

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5851
/proc/meminfo: memFree=28169172/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=66040 CPUtime=3.08 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) R 5810 5810 5701 0 -1 4202496 10957 0 0 0 305 3 0 0 20 0 1 0 278719484 67624960 13514 33554432000 4194304 5873084 140736391934544 140736391932344 4913798 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5812/statm: 16510 13514 157 410 0 16092 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75188

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5851
/proc/meminfo: memFree=27850396/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=589400 CPUtime=6.28 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) R 5810 5810 5701 0 -1 4202496 29549 0 0 0 610 18 0 0 20 0 1 0 278719484 603545600 138793 33554432000 4194304 5873084 140736391934544 140736391930600 5129975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5812/statm: 147350 138793 168 410 0 146932 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 598548

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5855
/proc/meminfo: memFree=26192256/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=668788 CPUtime=6.1 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 97273 0 0 0 581 29 0 0 20 0 1 0 278720142 684838912 146990 33554432000 4194304 4896791 140737259706048 140737259703336 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 167197 146990 78 172 0 167023 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1048104

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 5855
/proc/meminfo: memFree=26197368/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=668788 CPUtime=18.9 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 97275 0 0 0 1861 29 0 0 20 0 1 0 278720142 684838912 146992 33554432000 4194304 4896791 140737259706048 140737259703336 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 167197 146992 78 172 0 167023 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1048104

[startup+51.1069 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 5855
/proc/meminfo: memFree=26198180/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=668920 CPUtime=44.5 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 97283 0 0 0 4421 29 0 0 20 0 1 0 278720142 684974080 147000 33554432000 4194304 4896791 140737259706048 140737259703400 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 167230 147000 78 172 0 167056 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1048236

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 5858
/proc/meminfo: memFree=26196556/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=670376 CPUtime=95.68 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 97760 0 0 0 9539 29 0 0 20 0 1 0 278720142 686465024 147477 33554432000 4194304 4896791 140737259706048 140737259703256 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 167594 147477 78 172 0 167420 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1049692

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5859
/proc/meminfo: memFree=26191668/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=670508 CPUtime=155.67 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 97784 0 0 0 15538 29 0 0 20 0 1 0 278720142 686600192 147501 33554432000 4194304 4896791 140737259706048 140737259703400 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 167627 147501 78 172 0 167453 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1049824

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5859
/proc/meminfo: memFree=26191420/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5892
/proc/meminfo: memFree=26162584/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=673712 CPUtime=1415.46 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 98845 0 0 0 141516 30 0 0 20 0 1 0 278720142 689881088 149465 33554432000 4194304 4896791 140737259706048 140737259703256 4225088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168428 149465 78 172 0 168254 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1053028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5892
/proc/meminfo: memFree=26162088/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=673784 CPUtime=1475.45 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 98846 0 0 0 147515 30 0 0 20 0 1 0 278720142 689954816 149466 33554432000 4194304 4896791 140737259706048 140737259703592 4203064 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168446 149466 78 172 0 168272 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1053100

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5892
/proc/meminfo: memFree=26162340/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=673784 CPUtime=1535.44 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 98847 0 0 0 153514 30 0 0 20 0 1 0 278720142 689954816 149467 33554432000 4194304 4896791 140737259706048 140737259703592 4225130 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168446 149467 78 172 0 168272 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1053100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5892
/proc/meminfo: memFree=26161472/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=674204 CPUtime=1595.43 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 98944 0 0 0 159513 30 0 0 20 0 1 0 278720142 690384896 149564 33554432000 4194304 4896791 140737259706048 140737259703368 4202999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168551 149564 78 172 0 168377 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1053520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5893
/proc/meminfo: memFree=26161348/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=674204 CPUtime=1655.42 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 98948 0 0 0 165512 30 0 0 20 0 1 0 278720142 690384896 149568 33554432000 4194304 4896791 140737259706048 140737259703368 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168551 149568 78 172 0 168377 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1053520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5893
/proc/meminfo: memFree=26157068/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=674916 CPUtime=1715.4 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 100924 0 0 0 171510 30 0 0 20 0 1 0 278720142 691113984 149757 33554432000 4194304 4896791 140737259706048 140737259703256 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168729 149757 78 172 0 168555 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 1054232

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5893
/proc/meminfo: memFree=26154652/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=674916 CPUtime=1775.39 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 100926 0 0 0 177509 30 0 0 20 0 1 0 278720142 691113984 149759 33554432000 4194304 4896791 140737259706048 140737259703256 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168729 149759 78 172 0 168555 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 1054232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 5893
/proc/meminfo: memFree=26152484/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=674916 CPUtime=1793.5 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 100928 0 0 0 179320 30 0 0 20 0 1 0 278720142 691113984 150272 33554432000 4194304 4896791 140737259706048 140737259703256 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168729 150272 78 172 0 168555 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1054232

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.07 2.02 2.00 3/183 5893
/proc/meminfo: memFree=26152484/32873648 swapFree=6864/6864
[pid=5810] ppid=5808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5810/stat : 5810 (runPb2sat.sh) S 5808 5810 5701 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278719483 9367552 275 33554432000 4194304 5064252 140734914081712 140734914080624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5810/statm: 2287 275 233 213 0 72 0
[pid=5812] ppid=5810 vsize=361020 CPUtime=6.56 cores=0,2,4,6
/proc/5812/stat : 5812 (pb2sat) S 5810 5810 5701 0 -1 4202496 29553 0 0 0 610 46 0 0 20 0 1 0 278719484 369684480 81701 33554432000 4194304 5873084 140736391934544 140736391930968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/5812/statm: 90255 81701 171 410 0 89837 0
[pid=5852] ppid=5812 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5852/stat : 5852 (satsolver.sh) S 5812 5810 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278720142 9367552 267 33554432000 4194304 5064252 140736337405008 140736337403920 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5852/statm: 2287 267 226 213 0 72 0
[pid=5853] ppid=5852 vsize=674916 CPUtime=1793.5 cores=0,2,4,6
/proc/5853/stat : 5853 (glucose_static) R 5852 5810 5701 0 -1 4202496 100928 0 0 0 179320 30 0 0 20 0 1 0 278720142 691113984 150272 33554432000 4194304 4896791 140737259706048 140737259703256 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5853/statm: 168729 150272 78 172 0 168555 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1054232

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.09
CPU user time (s): 1799.31
CPU system time (s): 0.78288
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 1252196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.78288
maximum resident set size= 739408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131472
page faults= 0
swaps= 0
block input operations= 8
block output operations= 456760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 1941

runsolver used 2.67559 second user time and 7.30789 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 15:38:55
IDJOB=3696912
IDBENCH=91052
IDSOLVER=2274
FILE ID=node120/3696912-1338125934
RUNJOBID= node120-1338124133-5717
PBS_JOBID= 14624508
Free space on /tmp= 71056 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696912-1338125934/watcher-3696912-1338125934 -o /tmp/evaluation-result-3696912-1338125934/solver-3696912-1338125934 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696912-1338125934.opb 370901434 HOME HOME

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

MD5SUM BENCH= 187352532546cdf6dd143df196fcb0ac
RANDOM SEED=370901434

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:        27615336 kB
Buffers:          316820 kB
Cached:          4092148 kB
SwapCached:          636 kB
Active:          1418180 kB
Inactive:        3006900 kB
Active(anon):       4836 kB
Inactive(anon):    12532 kB
Active(file):    1413344 kB
Inactive(file):  2994368 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             36008 kB
Writeback:            24 kB
AnonPages:        293668 kB
Mapped:            14084 kB
Shmem:               120 kB
Slab:             695092 kB
SReclaimable:     139316 kB
SUnreclaim:       555776 kB
KernelStack:        1480 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71228 MiB
End job on node120 at 2012-05-27 16:08:55