Trace number 3694479

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800 1802.92

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_10null50mast_rapportOE1.0_TMAX120_K67_cod3.opb
MD5SUM755df0182211bb37e73b3529e8e668b2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-249174
Best CPU time to get the best result obtained on this benchmark1801.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 187878504
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 187878504
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.39	c fallback to adder encoding
3.97/4.08	c model valid
3.97/4.08	c current solution ok
10.80/11.13	o -122477
10.80/11.13	c fallback to adder encoding
1800.00/1802.91	c error: unexpected solver exit code
1800.00/1802.91	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-3694479-1338142376/watcher-3694479-1338142376 -o /tmp/evaluation-result-3694479-1338142376/solver-3694479-1338142376 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694479-1338142376.opb 1045186021 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16175
/proc/meminfo: memFree=27503884/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0

[startup+0.0849389 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16175
/proc/meminfo: memFree=27503884/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16175
/proc/meminfo: memFree=27503884/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300211 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16175
/proc/meminfo: memFree=27503884/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16175
/proc/meminfo: memFree=27503884/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16217
/proc/meminfo: memFree=27716552/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=167700 CPUtime=1.49 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) R 16175 16175 14901 0 -1 4202496 12679 0 0 0 145 4 0 0 20 0 1 0 280363022 171724800 27924 33554432000 4194304 5873084 140736633002720 140736632998776 4389880 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16176/statm: 41925 27924 164 410 0 41507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 176848

[startup+3.10037 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16219
/proc/meminfo: memFree=27444296/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=167700 CPUtime=2.03 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 13409 0 0 0 183 20 0 0 20 0 1 0 280363022 171724800 34075 33554432000 4194304 5873084 140736633002720 140736632999144 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16176/statm: 41925 34075 171 410 0 41507 0
[pid=16218] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280363225 9367552 267 33554432000 4194304 5064252 140734581131824 140734581130736 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16218/statm: 2287 267 226 213 0 72 0
[pid=16219] ppid=16218 vsize=244780 CPUtime=1.05 cores=0,2,4,6
/proc/16219/stat : 16219 (glucose_static) R 16218 16175 14901 0 -1 4202496 34168 0 0 0 97 8 0 0 20 0 1 0 280363226 250654720 50694 33554432000 4194304 4896791 140733923400704 140733922349592 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16219/statm: 61195 50694 58 172 0 61021 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 430776

[startup+6.3002 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16221
/proc/meminfo: memFree=26828860/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=175452 CPUtime=6.15 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) R 16175 16175 14901 0 -1 4202496 15777 47962 0 0 237 189 175 14 20 0 1 0 280363022 179662848 35284 33554432000 4194304 5873084 140736633002720 140736632998152 5127520 0 0 4096 0 0 0 0 17 0 0 0 10 0 0
/proc/16176/statm: 43863 35284 179 410 0 43445 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 184600

[startup+12.7003 s]
/proc/loadavg: 2.26 2.07 2.02 3/183 16222
/proc/meminfo: memFree=26780004/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=323752 CPUtime=12.54 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) R 16175 16175 14901 0 -1 4202496 24647 48477 0 0 470 578 175 31 20 0 1 0 280363022 331522048 66183 33554432000 4194304 5873084 140736633002720 140736632997112 4664112 0 0 4096 0 0 0 0 17 0 0 0 12 0 0
/proc/16176/statm: 80938 66183 180 410 0 80520 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 332900

[startup+25.5004 s]
/proc/loadavg: 2.22 2.07 2.01 3/185 16224
/proc/meminfo: memFree=25237700/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1013288 CPUtime=6.63 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 140868 0 0 0 618 45 0 0 20 0 1 0 280364907 1037606912 233490 33554432000 4194304 4896791 140736508801584 140736508798792 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 253322 233490 78 172 0 253148 0
Current children cumulated CPU time (s) 22.9
Current children cumulated vsize (KiB) 1748552

[startup+51.1004 s]
/proc/loadavg: 2.20 2.08 2.02 3/185 16224
/proc/meminfo: memFree=25215620/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1023684 CPUtime=32.23 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 149850 0 0 0 3176 47 0 0 20 0 1 0 280364907 1048252416 238299 33554432000 4194304 4896791 140736508801584 140736508798728 4203968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 255921 238299 78 172 0 255747 0
Current children cumulated CPU time (s) 48.5
Current children cumulated vsize (KiB) 1758948

[startup+102.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/185 16224
/proc/meminfo: memFree=25212704/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1024760 CPUtime=83.42 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 152206 0 0 0 8295 47 0 0 20 0 1 0 280364907 1049354240 239098 33554432000 4194304 4896791 140736508801584 140736508799112 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 256190 239098 78 172 0 256016 0
Current children cumulated CPU time (s) 99.69
Current children cumulated vsize (KiB) 1760024

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/185 16225
/proc/meminfo: memFree=25204576/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1028880 CPUtime=143.41 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 158904 0 0 0 14292 49 0 0 20 0 1 0 280364907 1053573120 241122 33554432000 4194304 4896791 140736508801584 140736508798792 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 257220 241122 78 172 0 257046 0
Current children cumulated CPU time (s) 159.68
Current children cumulated vsize (KiB) 1764144

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/185 16225
/proc/meminfo: memFree=25203892/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 183742 0 0 0 140257 62 0 0 20 0 1 0 280364907 1204097024 254472 33554432000 4194304 4896791 140736508801584 140736508797320 4203889 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 293969 254472 78 172 0 293795 0
Current children cumulated CPU time (s) 1419.46
Current children cumulated vsize (KiB) 1911140

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/185 16241
/proc/meminfo: memFree=23642664/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1176284 CPUtime=1463.18 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 183992 0 0 0 146256 62 0 0 20 0 1 0 280364907 1204514816 256113 33554432000 4194304 4896791 140736508801584 140736508798728 4203862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294071 256113 78 172 0 293897 0
Current children cumulated CPU time (s) 1479.45
Current children cumulated vsize (KiB) 1911548

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/185 16241
/proc/meminfo: memFree=23628068/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1176516 CPUtime=1523.17 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 184123 0 0 0 152255 62 0 0 20 0 1 0 280364907 1204752384 257975 33554432000 4194304 4896791 140736508801584 140736508799112 4203704 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294129 257975 78 172 0 293955 0
Current children cumulated CPU time (s) 1539.44
Current children cumulated vsize (KiB) 1911780

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/185 16241
/proc/meminfo: memFree=23618728/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1176800 CPUtime=1583.16 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 184182 0 0 0 158254 62 0 0 20 0 1 0 280364907 1205043200 259056 33554432000 4194304 4896791 140736508801584 140736508798808 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294200 259056 78 172 0 294026 0
Current children cumulated CPU time (s) 1599.43
Current children cumulated vsize (KiB) 1912064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/186 16244
/proc/meminfo: memFree=23603608/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1177256 CPUtime=1643.15 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 186479 0 0 0 164253 62 0 0 20 0 1 0 280364907 1205510144 260717 33554432000 4194304 4896791 140736508801584 140736508798808 4203903 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294314 260717 78 172 0 294140 0
Current children cumulated CPU time (s) 1659.42
Current children cumulated vsize (KiB) 1912520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 16245
/proc/meminfo: memFree=23595764/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1177284 CPUtime=1703.14 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 186502 0 0 0 170252 62 0 0 20 0 1 0 280364907 1205538816 261249 33554432000 4194304 4896791 140736508801584 140736508799112 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294321 261249 78 172 0 294147 0
Current children cumulated CPU time (s) 1719.41
Current children cumulated vsize (KiB) 1912548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 16245
/proc/meminfo: memFree=23588392/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1177496 CPUtime=1763.14 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 186564 0 0 0 176251 63 0 0 20 0 1 0 280364907 1205755904 262305 33554432000 4194304 4896791 140736508801584 140736508798808 4203964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294374 262305 78 172 0 294200 0
Current children cumulated CPU time (s) 1779.41
Current children cumulated vsize (KiB) 1912760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 16274
/proc/meminfo: memFree=25741792/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1177592 CPUtime=1783.73 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 186597 0 0 0 178310 63 0 0 20 0 1 0 280364907 1205854208 262848 33554432000 4194304 4896791 140736508801584 140736508798728 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294398 262848 78 172 0 294224 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1912856

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 16274
/proc/meminfo: memFree=25741792/32873844 swapFree=7124/7124
[pid=16175] ppid=16173 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16175/stat : 16175 (runPb2satCp2.sh) S 16173 16175 14901 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280363022 9367552 275 33554432000 4194304 5064252 140734700876560 140734700875472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16175/statm: 2287 275 233 213 0 72 0
[pid=16176] ppid=16175 vsize=716968 CPUtime=16.27 cores=0,2,4,6
/proc/16176/stat : 16176 (pb2sat) S 16175 16175 14901 0 -1 4202496 26647 48477 0 0 785 636 175 31 20 0 1 0 280363022 734175232 123527 33554432000 4194304 5873084 140736633002720 140736632996536 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 252 0 0
/proc/16176/statm: 179242 123527 180 410 0 178824 0
[pid=16223] ppid=16176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16223/stat : 16223 (satsolver.sh) S 16176 16175 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280364907 9367552 267 33554432000 4194304 5064252 140736759326112 140736759325024 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16223/statm: 2287 267 226 213 0 72 0
[pid=16224] ppid=16223 vsize=1177592 CPUtime=1783.73 cores=0,2,4,6
/proc/16224/stat : 16224 (glucose_static) R 16223 16175 14901 0 -1 4202496 186597 0 0 0 178310 63 0 0 20 0 1 0 280364907 1205854208 262848 33554432000 4194304 4896791 140736508801584 140736508798728 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16224/statm: 294398 262848 78 172 0 294224 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1912856

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16175 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=609539
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=688983
# CPU time returned by wait4() is 16.2985
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.92
CPU time (s): 1800
CPU user time (s): 1792.7
CPU system time (s): 7.3
CPU usage (%): 99.8382
Max. virtual memory (cumulated for all children) (KiB): 2117700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.60954
system time used= 6.68898
maximum resident set size= 825880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1277992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 82

runsolver used 6.79097 second user time and 19.2771 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 20:12:56
IDJOB=3694479
IDBENCH=91897
IDSOLVER=2273
FILE ID=node134/3694479-1338142376
RUNJOBID= node134-1338124357-14917
PBS_JOBID= 14624510
Free space on /tmp= 70944 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_10null50mast_rapportOE1.0_TMAX120_K67_cod3.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694479-1338142376/watcher-3694479-1338142376 -o /tmp/evaluation-result-3694479-1338142376/solver-3694479-1338142376 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694479-1338142376.opb 1045186021 HOME HOME

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

MD5SUM BENCH= 755df0182211bb37e73b3529e8e668b2
RANDOM SEED=1045186021

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27504528 kB
Buffers:          410552 kB
Cached:          3821716 kB
SwapCached:            0 kB
Active:          1896796 kB
Inactive:        2616836 kB
Active(anon):     277340 kB
Inactive(anon):     5996 kB
Active(file):    1619456 kB
Inactive(file):  2610840 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11284 kB
Writeback:             0 kB
AnonPages:        260916 kB
Mapped:            15316 kB
Shmem:               212 kB
Slab:             713448 kB
SReclaimable:     155660 kB
SUnreclaim:       557788 kB
KernelStack:        1552 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     435588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70472 MiB
End job on node134 at 2012-05-27 20:42:59