Trace number 3696075

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.03 1801.02

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.41	c fallback to adder encoding
3.98/4.05	c model valid
3.98/4.05	c current solution ok
10.67/11.03	o -122477
10.67/11.03	c current bound: 93878013
10.67/11.03	c fallback to adder encoding
1800.03/1801.01	c error: unexpected solver exit code
1800.03/1801.01	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-3696075-1338133623/watcher-3696075-1338133623 -o /tmp/evaluation-result-3696075-1338133623/solver-3696075-1338133623 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696075-1338133623.opb 1481231882 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.01 2.00 3/179 6748
/proc/meminfo: memFree=28018704/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0

[startup+0.056688 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6748
/proc/meminfo: memFree=28018704/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6748
/proc/meminfo: memFree=28018704/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6748
/proc/meminfo: memFree=28018704/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700283 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6748
/proc/meminfo: memFree=28018704/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6790
/proc/meminfo: memFree=29926548/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=167704 CPUtime=1.48 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) R 6748 6748 6064 0 -1 4202496 12853 0 0 0 144 4 0 0 20 0 1 0 279486689 171728896 27588 33554432000 4194304 5873084 140734019762560 140734019758616 4394205 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6749/statm: 41926 27588 164 410 0 41508 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 176852

[startup+3.10039 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6792
/proc/meminfo: memFree=29644632/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=167704 CPUtime=2.04 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 13584 0 0 0 184 20 0 0 20 0 1 0 279486689 171728896 34251 33554432000 4194304 5873084 140734019762560 140734019758984 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6749/statm: 41926 34251 171 410 0 41508 0
[pid=6791] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6791/stat : 6791 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279486894 9367552 267 33554432000 4194304 5064252 140735382524896 140735382523808 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6791/statm: 2287 267 226 213 0 72 0
[pid=6792] ppid=6791 vsize=252784 CPUtime=1.04 cores=0,2,4,6
/proc/6792/stat : 6792 (glucose_static) R 6791 6748 6064 0 -1 4202496 36550 0 0 0 95 9 0 0 20 0 1 0 279486894 258850816 52521 33554432000 4194304 4896791 140735263585408 140735262534456 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6792/statm: 63196 52522 58 172 0 63022 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 438784

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6794
/proc/meminfo: memFree=29068568/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=175456 CPUtime=6.14 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) R 6748 6748 6064 0 -1 4202496 16196 49175 0 0 236 192 171 15 20 0 1 0 279486689 179666944 35704 33554432000 4194304 5873084 140734019762560 140734019757992 5127520 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/6749/statm: 43864 35704 179 410 0 43446 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 184604

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 6795
/proc/meminfo: memFree=28913120/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=322404 CPUtime=12.53 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) R 6748 6748 6064 0 -1 4202496 26682 49689 0 0 478 570 171 34 20 0 1 0 279486689 330141696 68757 33554432000 4194304 5873084 140734019762560 140734019756952 4708467 0 0 4096 0 0 0 0 17 2 0 0 14 0 0
/proc/6749/statm: 80601 68757 180 410 0 80183 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 331552

[startup+25.5004 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 6797
/proc/meminfo: memFree=27447324/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1010776 CPUtime=8.9 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 139447 0 0 0 842 48 0 0 20 0 1 0 279488348 1035034624 228714 33554432000 4194304 4896791 140736688684960 140736688682168 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 252694 228714 78 172 0 252520 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 1744692

[startup+51.1004 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 6797
/proc/meminfo: memFree=27447940/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1013020 CPUtime=34.5 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 143350 0 0 0 3401 49 0 0 20 0 1 0 279488348 1037332480 230080 33554432000 4194304 4896791 140736688684960 140736688682168 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 253255 230080 78 172 0 253081 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 1746936

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 6798
/proc/meminfo: memFree=27442232/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1015276 CPUtime=85.69 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 147006 0 0 0 8519 50 0 0 20 0 1 0 279488348 1039642624 231678 33554432000 4194304 4896791 140736688684960 140736688682488 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 253819 231678 78 172 0 253645 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 1749192

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 6798
/proc/meminfo: memFree=27436152/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1016728 CPUtime=145.68 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 151995 0 0 0 14517 51 0 0 20 0 1 0 279488348 1041129472 233150 33554432000 4194304 4896791 140736688684960 140736688682168 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 254182 233150 78 172 0 254008 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 1750644

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 6801
/proc/meminfo: memFree=27436144/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 161713 0 0 0 134490 53 0 0 20 0 1 0 279488348 1045172224 235629 33554432000 4194304 4896791 140736688684960 140736688682168 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 255169 235629 78 172 0 254995 0
Current children cumulated CPU time (s) 1361.38
Current children cumulated vsize (KiB) 1754592

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 6838
/proc/meminfo: memFree=25962852/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1020676 CPUtime=1405.43 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 161716 0 0 0 140489 54 0 0 20 0 1 0 279488348 1045172224 235949 33554432000 4194304 4896791 140736688684960 140736688682168 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 255169 235949 78 172 0 254995 0
Current children cumulated CPU time (s) 1421.38
Current children cumulated vsize (KiB) 1754592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 6838
/proc/meminfo: memFree=25957748/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1020864 CPUtime=1465.41 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 163329 0 0 0 146487 54 0 0 20 0 1 0 279488348 1045364736 237188 33554432000 4194304 4896791 140736688684960 140736688682472 4203064 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 255216 237188 78 172 0 255042 0
Current children cumulated CPU time (s) 1481.36
Current children cumulated vsize (KiB) 1754780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6838
/proc/meminfo: memFree=25958148/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1021024 CPUtime=1525.4 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 163331 0 0 0 152486 54 0 0 20 0 1 0 279488348 1045528576 237190 33554432000 4194304 4896791 140736688684960 140736688682504 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 255256 237190 78 172 0 255082 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 1754940

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6838
/proc/meminfo: memFree=25958300/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1021024 CPUtime=1585.39 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 163332 0 0 0 158485 54 0 0 20 0 1 0 279488348 1045528576 237191 33554432000 4194304 4896791 140736688684960 140736688682504 4224640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 255256 237191 78 172 0 255082 0
Current children cumulated CPU time (s) 1601.34
Current children cumulated vsize (KiB) 1754940

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6839
/proc/meminfo: memFree=25953808/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1155680 CPUtime=1645.39 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 169004 0 0 0 164483 56 0 0 20 0 1 0 279488348 1183416320 238277 33554432000 4194304 4896791 140736688684960 140736688682472 4203052 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 288920 238277 78 172 0 288746 0
Current children cumulated CPU time (s) 1661.34
Current children cumulated vsize (KiB) 1889596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6839
/proc/meminfo: memFree=25949836/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1156088 CPUtime=1705.38 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 169150 0 0 0 170482 56 0 0 20 0 1 0 279488348 1183834112 239444 33554432000 4194304 4896791 140736688684960 140736688682104 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 289022 239444 78 172 0 288848 0
Current children cumulated CPU time (s) 1721.33
Current children cumulated vsize (KiB) 1890004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6839
/proc/meminfo: memFree=25943880/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1157292 CPUtime=1765.38 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 169416 0 0 0 176482 56 0 0 20 0 1 0 279488348 1185067008 240732 33554432000 4194304 4896791 140736688684960 140736688682488 4203070 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 289323 240732 78 172 0 289149 0
Current children cumulated CPU time (s) 1781.33
Current children cumulated vsize (KiB) 1891208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6839
/proc/meminfo: memFree=25941992/32873844 swapFree=7628/7628
[pid=6748] ppid=6746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runPb2sat.sh) S 6746 6748 6064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279486689 9367552 275 33554432000 4194304 5064252 140735260551040 140735260549952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6748/statm: 2287 275 233 213 0 72 0
[pid=6749] ppid=6748 vsize=715620 CPUtime=15.95 cores=0,2,4,6
/proc/6749/stat : 6749 (pb2sat) S 6748 6748 6064 0 -1 4202496 28625 49689 0 0 764 626 171 34 20 0 1 0 279486689 732794880 120469 33554432000 4194304 5873084 140734019762560 140734019756376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 60 0 0
/proc/6749/statm: 178905 120469 180 410 0 178487 0
[pid=6796] ppid=6749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6796/stat : 6796 (satsolver.sh) S 6749 6748 6064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279488347 9367552 267 33554432000 4194304 5064252 140734852601984 140734852600896 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6796/statm: 2287 267 226 213 0 72 0
[pid=6797] ppid=6796 vsize=1157424 CPUtime=1784.08 cores=0,2,4,6
/proc/6797/stat : 6797 (glucose_static) R 6796 6748 6064 0 -1 4202496 169430 0 0 0 178352 56 0 0 20 0 1 0 279488348 1185202176 241257 33554432000 4194304 4896791 140736688684960 140736688682168 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6797/statm: 289356 241257 78 172 0 289182 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1891340

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1801.02
CPU time (s): 1800.03
CPU user time (s): 1792.87
CPU system time (s): 7.16
CPU usage (%): 99.9448
Max. virtual memory (cumulated for all children) (KiB): 2063444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.36358
system time used= 6.61699
maximum resident set size= 801200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1253096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 26

runsolver used 2.93955 second user time and 7.14191 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 17:47:03
IDJOB=3696075
IDBENCH=91897
IDSOLVER=2274
FILE ID=node145/3696075-1338133623
RUNJOBID= node145-1338122811-6080
PBS_JOBID= 14624491
Free space on /tmp= 70996 MiB

SOLVER NAME= pb2sat 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/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696075-1338133623/watcher-3696075-1338133623 -o /tmp/evaluation-result-3696075-1338133623/solver-3696075-1338133623 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696075-1338133623.opb 1481231882 HOME HOME

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

MD5SUM BENCH= 755df0182211bb37e73b3529e8e668b2
RANDOM SEED=1481231882

node145.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.149
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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.91
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.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28018968 kB
Buffers:          305224 kB
Cached:          2298116 kB
SwapCached:            0 kB
Active:          2656760 kB
Inactive:        1381272 kB
Active(anon):    1426300 kB
Inactive(anon):    10912 kB
Active(file):    1230460 kB
Inactive(file):  1370360 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11308 kB
Writeback:             0 kB
AnonPages:       1442360 kB
Mapped:            15144 kB
Shmem:               200 kB
Slab:             674124 kB
SReclaimable:     115644 kB
SUnreclaim:       558480 kB
KernelStack:        1464 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1991720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1331200 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= 70456 MiB
End job on node145 at 2012-05-27 18:17:04