Trace number 3700935

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.06 1800.81

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_5.opb
MD5SUM2c2d9ba6f4bdaebbae04c4ec95210420
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4494319
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 89969826346
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 89969826346
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.34	c run usual solver
4.07/4.12	c model valid
4.07/4.12	c current solution ok
4.94/5.15	o 262665831
4.94/5.15	c current bound: 131332950
4.94/5.15	c fallback to adder encoding
13.63/13.80	c model valid
13.63/13.80	c current solution ok
13.63/13.84	o 130337203
13.63/13.84	c current bound: 65168636
13.63/13.84	c fallback to adder encoding
25.29/25.57	c model valid
25.29/25.57	c current solution ok
25.39/25.61	o 47112487
25.39/25.61	c current bound: 23556278
25.39/25.61	c fallback to adder encoding
45.10/45.37	c model valid
45.10/45.37	c current solution ok
45.19/45.41	o 19504343
45.19/45.41	c current bound: 9752206
45.19/45.41	c fallback to adder encoding
826.23/826.67	c model valid
826.23/826.67	c current solution ok
826.32/826.71	o 6388323
826.32/826.71	c current bound: 3194196
826.32/826.71	c fallback to adder encoding
1800.06/1800.81	c error: unexpected solver exit code
1800.06/1800.81	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-3700935-1338139630/watcher-3700935-1338139630 -o /tmp/evaluation-result-3700935-1338139630/solver-3700935-1338139630 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700935-1338139630.opb 579442699 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 20664
/proc/meminfo: memFree=29819192/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0

[startup+0.0762161 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20664
/proc/meminfo: memFree=29819192/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20664
/proc/meminfo: memFree=29819192/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20664
/proc/meminfo: memFree=29819192/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700163 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20664
/proc/meminfo: memFree=29819192/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20668
/proc/meminfo: memFree=29651740/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=30340 CPUtime=0.34 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 5981 0 0 0 31 3 0 0 20 0 1 0 280089945 31068160 6468 33554432000 4194304 5992684 140735477566832 140735477560864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20665/statm: 7585 6468 172 440 0 7141 0
[pid=20667] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20667/stat : 20667 (cp2_pre.sh) S 20665 20664 18976 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 280089981 9367552 277 33554432000 4194304 5064252 140735468250368 140735468249072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20667/statm: 2287 277 234 213 0 72 0
[pid=20668] ppid=20667 vsize=153432 CPUtime=1.13 cores=0,2,4,6
/proc/20668/stat : 20668 (coprocessor) R 20667 20664 18976 0 -1 4202496 27599 0 0 0 108 5 0 0 20 0 1 0 280089981 157114368 37078 33554432000 4194304 6586260 140733592320656 140733592316584 4754341 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/20668/statm: 38358 37078 182 584 0 37770 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 202068

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20668
/proc/meminfo: memFree=29597316/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=30340 CPUtime=2.52 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 5988 33618 0 0 31 4 188 29 20 0 1 0 280089945 31068160 6468 33554432000 4194304 5992684 140735477566832 140735477561952 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20665/statm: 7585 6468 172 440 0 7141 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 39488

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 20676
/proc/meminfo: memFree=29725448/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=189236 CPUtime=6.13 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) R 20664 20664 18976 0 -1 4202496 14576 56815 0 0 162 79 335 37 20 0 1 0 280089945 193777664 33581 33554432000 4194304 5992684 140735477566832 140735477560072 4210037 0 0 4096 0 0 0 0 17 4 0 0 13 0 0
/proc/20665/statm: 47309 33581 188 440 0 46865 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 198384

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 20678
/proc/meminfo: memFree=29236132/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=189236 CPUtime=6.55 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 15371 56815 0 0 189 94 335 37 20 0 1 0 280089945 193777664 38702 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20665/statm: 47309 38702 189 440 0 46865 0
[pid=20677] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20677/stat : 20677 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280090617 9367552 267 33554432000 4194304 5064252 140735765159376 140735765158288 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20677/statm: 2287 267 226 213 0 72 0
[pid=20678] ppid=20677 vsize=347852 CPUtime=5.96 cores=0,2,4,6
/proc/20678/stat : 20678 (glucose) R 20677 20664 18976 0 -1 4202496 57303 0 0 0 579 17 0 0 20 0 1 0 280090618 356200448 74618 33554432000 4194304 5208918 140734831348320 140734831346072 4607488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20678/statm: 86963 74618 106 248 0 86712 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 555384

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 20688
/proc/meminfo: memFree=29486380/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=172624 CPUtime=24.38 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 24463 177602 0 0 324 110 1888 116 20 0 1 0 280089945 176766976 33045 33554432000 4194304 5992684 140735477566832 140735477558640 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20665/statm: 43156 33045 189 440 0 42712 0
[pid=20686] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20686/stat : 20686 (cp2_post.sh) S 20665 20664 18976 0 -1 4202496 612 226 0 0 0 0 0 0 20 0 1 0 280092402 9367552 266 33554432000 4194304 5064252 140734878733488 140734878731776 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20686/statm: 2287 266 225 213 0 72 0
[pid=20688] ppid=20686 vsize=32656 CPUtime=0.91 cores=0,2,4,6
/proc/20688/stat : 20688 (coprocessor) R 20686 20664 18976 0 -1 4202496 5817 0 0 0 60 31 0 0 20 0 1 0 280092402 33439744 6948 33554432000 4194304 6586260 140735369149264 140735369145832 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/20688/statm: 8164 6948 150 584 0 7576 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 223576

[startup+51.1004 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 20699
/proc/meminfo: memFree=29332576/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=104300 CPUtime=46.25 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 41188 243200 0 0 535 138 3753 199 20 0 1 0 280089945 106803200 24823 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20665/statm: 26075 24823 189 440 0 25631 0
[pid=20698] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20698/stat : 20698 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094588 9367552 266 33554432000 4194304 5064252 140735397826736 140735397825648 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20698/statm: 2287 266 226 213 0 72 0
[pid=20699] ppid=20698 vsize=235980 CPUtime=4.65 cores=0,2,4,6
/proc/20699/stat : 20699 (glucose) R 20698 20664 18976 0 -1 4202496 45015 0 0 0 453 12 0 0 20 0 1 0 280094588 241643520 55695 33554432000 4194304 5208918 140734609036576 140734609034248 4212457 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 58995 55695 104 248 0 58744 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 358576

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 20699
/proc/meminfo: memFree=29312344/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=104300 CPUtime=46.25 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 41188 243200 0 0 535 138 3753 199 20 0 1 0 280089945 106803200 24823 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20665/statm: 26075 24823 189 440 0 25631 0
[pid=20698] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20698/stat : 20698 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094588 9367552 266 33554432000 4194304 5064252 140735397826736 140735397825648 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20698/statm: 2287 266 226 213 0 72 0
[pid=20699] ppid=20698 vsize=269048 CPUtime=55.85 cores=0,2,4,6
/proc/20699/stat : 20699 (glucose) R 20698 20664 18976 0 -1 4202496 46829 0 0 0 5568 17 0 0 20 0 1 0 280094588 275505152 58543 33554432000 4194304 5208918 140734609036576 140734609034664 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 67262 58543 104 248 0 67011 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 391644

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/183 20706
/proc/meminfo: memFree=29452236/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=104300 CPUtime=46.25 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 41188 243200 0 0 535 138 3753 199 20 0 1 0 280089945 106803200 24823 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/20665/statm: 26075 24823 189 440 0 25631 0
[pid=20698] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20698/stat : 20698 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094588 9367552 266 33554432000 4194304 5064252 140735397826736 140735397825648 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20698/statm: 2287 266 226 213 0 72 0
[pid=20699] ppid=20698 vsize=276080 CPUtime=115.83 cores=0,2,4,6
/proc/20699/stat : 20699 (glucose) R 20698 20664 18976 0 -1 4202496 48463 0 0 0 11565 18 0 0 20 0 1 0 280094588 282705920 61887 33554432000 4194304 5208918 140734609036576 140734609034408 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20699/statm: 69020 61887 104 248 0 68769 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 398676

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/184 20709
/proc/meminfo: memFree=29446088/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 50610 0 0 0 53423 24 0 0 20 0 1 0 280172711 271802368 55794 33554432000 4194304 5208918 140735346156464 140735346152840 4229039 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 66358 55794 105 248 0 66107 0
Current children cumulated CPU time (s) 1361.64
Current children cumulated vsize (KiB) 386800

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 20727
/proc/meminfo: memFree=29388040/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=267204 CPUtime=594.46 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 50794 0 0 0 59422 24 0 0 20 0 1 0 280172711 273616896 59555 33554432000 4194304 5208918 140735346156464 140735346154296 4229299 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 66801 59555 105 248 0 66550 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 388572

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 20727
/proc/meminfo: memFree=29378452/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=267204 CPUtime=654.44 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 52469 0 0 0 65418 26 0 0 20 0 1 0 280172711 273616896 55197 33554432000 4194304 5208918 140735346156464 140735346154616 4229133 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 66801 55197 105 248 0 66550 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 388572

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 20787
/proc/meminfo: memFree=28870444/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=317292 CPUtime=714.42 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 52757 0 0 0 71414 28 0 0 20 0 1 0 280172711 324907008 62131 33554432000 4194304 5208918 140735346156464 140735346154616 4229021 0 0 4096 0 0 0 0 17 2 0 0 1 0 0
/proc/20722/statm: 79323 62131 105 248 0 79072 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 438660

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 20787
/proc/meminfo: memFree=28875896/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=270424 CPUtime=774.42 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 54481 0 0 0 77411 31 0 0 20 0 1 0 280172711 276914176 59340 33554432000 4194304 5208918 140735346156464 140735346154616 4229365 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 67606 59340 105 248 0 67355 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 391792

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 20787
/proc/meminfo: memFree=28850396/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=270424 CPUtime=834.41 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 54663 0 0 0 83410 31 0 0 20 0 1 0 280172711 276914176 62588 33554432000 4194304 5208918 140735346156464 140735346154616 4228992 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 67606 62588 105 248 0 67355 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 391792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20787
/proc/meminfo: memFree=28845108/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=272556 CPUtime=894.4 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 55776 0 0 0 89407 33 0 0 20 0 1 0 280172711 279097344 58713 33554432000 4194304 5208918 140735346156464 140735346154552 4229319 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 68139 58713 105 248 0 67888 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 393924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20794
/proc/meminfo: memFree=28947280/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=322644 CPUtime=954.39 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 56088 0 0 0 95405 34 0 0 20 0 1 0 280172711 330387456 64134 33554432000 4194304 5208918 140735346156464 140735346154616 4229365 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 80661 64134 105 248 0 80410 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 444012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20794
/proc/meminfo: memFree=28925004/32873844 swapFree=7108/7108
[pid=20664] ppid=20662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20664/stat : 20664 (npSolver-pbo.sh) S 20662 20664 18976 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280089945 9367552 274 33554432000 4194304 5064252 140735871594944 140735871593856 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20664/statm: 2287 274 233 213 0 72 0
[pid=20665] ppid=20664 vsize=103072 CPUtime=827.17 cores=0,2,4,6
/proc/20665/stat : 20665 (npSolver-pbo) S 20664 20664 18976 0 -1 4202496 48688 315957 0 0 611 148 81678 280 20 0 1 0 280089945 105545728 21289 33554432000 4194304 5992684 140735477566832 140735477559152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 27 0 0
/proc/20665/statm: 25768 21289 189 440 0 25324 0
[pid=20721] ppid=20665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20721/stat : 20721 (satsolver.sh) S 20665 20664 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280172711 9367552 267 33554432000 4194304 5064252 140736088070464 140736088069376 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20721/statm: 2287 267 226 213 0 72 0
[pid=20722] ppid=20721 vsize=322644 CPUtime=972.89 cores=0,2,4,6
/proc/20722/stat : 20722 (glucose) R 20721 20664 18976 0 -1 4202496 56352 0 0 0 97255 34 0 0 20 0 1 0 280172711 330387456 65420 33554432000 4194304 5208918 140735346156464 140735346154616 4205139 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/20722/statm: 80661 65420 105 248 0 80410 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 444012

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 20664 and gives
#  childrusage.ru_utime.tv_sec=822
#  childrusage.ru_utime.tv_usec=893901
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=300346
# CPU time returned by wait4() is 827.194
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.06
CPU user time (s): 1795.44
CPU system time (s): 4.62
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 674852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 822.894
system time used= 4.30035
maximum resident set size= 395956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1010384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5638
involuntary context switches= 1010

runsolver used 2.94455 second user time and 7.45986 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 19:27:10
IDJOB=3700935
IDBENCH=92753
IDSOLVER=2277
FILE ID=node111/3700935-1338139630
RUNJOBID= node111-1338122669-18992
PBS_JOBID= 14624489
Free space on /tmp= 71540 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700935-1338139630/watcher-3700935-1338139630 -o /tmp/evaluation-result-3700935-1338139630/solver-3700935-1338139630 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700935-1338139630.opb 579442699 HOME HOME

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

MD5SUM BENCH= 2c2d9ba6f4bdaebbae04c4ec95210420
RANDOM SEED=579442699

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29819464 kB
Buffers:          489112 kB
Cached:          1156640 kB
SwapCached:         1668 kB
Active:          1341008 kB
Inactive:         865708 kB
Active(anon):     551108 kB
Inactive(anon):    10372 kB
Active(file):     789900 kB
Inactive(file):   855336 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67105320 kB
Dirty:            132640 kB
Writeback:             0 kB
AnonPages:        537804 kB
Mapped:            15496 kB
Shmem:                 8 kB
Slab:             707848 kB
SReclaimable:     149824 kB
SUnreclaim:       558024 kB
KernelStack:        1520 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     745196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71356 MiB
End job on node111 at 2012-05-27 19:57:11