Trace number 3701002

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat15_4_4_8_mh_ic.opb
MD5SUM92eaf5bbbb67d6b3b242e002852c9043
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5227195
Best CPU time to get the best result obtained on this benchmark75.5025
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9765
Total number of constraints21293
Number of constraints which are clauses14520
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints6750
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 4005
Biggest coefficient in the objective function 114791256
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4434739271
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 114791256
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4434739271
Number of bits of the biggest sum of numbers33
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.16	c run usual solver
1.36/1.45	c model valid
1.36/1.45	c current solution ok
1.68/1.77	o 88411770
1.68/1.77	c current bound: 44205892
1.68/1.77	c fallback to adder encoding
1800.04/1800.40	./satsolver.sh: line 5: 23820 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	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-3701002-1338132131/watcher-3701002-1338132131 -o /tmp/evaluation-result-3701002-1338132131/solver-3701002-1338132131 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701002-1338132131.opb 477798327 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: 6.04 5.95 4.02 3/180 23806
/proc/meminfo: memFree=30986132/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0

[startup+0.0816971 s]
/proc/loadavg: 6.04 5.95 4.02 3/180 23806
/proc/meminfo: memFree=30986132/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 6.04 5.95 4.02 3/180 23806
/proc/meminfo: memFree=30986132/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300147 s]
/proc/loadavg: 6.04 5.95 4.02 3/180 23806
/proc/meminfo: memFree=30986132/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700166 s]
/proc/loadavg: 6.04 5.95 4.02 3/180 23806
/proc/meminfo: memFree=30986132/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 6.04 5.95 4.02 3/184 23810
/proc/meminfo: memFree=30918384/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=16788 CPUtime=1.48 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) R 23806 23806 23064 0 -1 4202496 4310 21259 0 0 19 5 118 6 20 0 1 0 279337510 17190912 3140 33554432000 4194304 5992684 140733280387776 140733280382384 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 4197 3140 178 440 0 3753 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25936

[startup+3.10022 s]
/proc/loadavg: 6.04 5.95 4.02 3/182 23818
/proc/meminfo: memFree=30932524/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 102560
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 5.71 5.89 4.00 3/184 23820
/proc/meminfo: memFree=30763492/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=128980 CPUtime=3.88 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 24568 0 0 0 380 8 0 0 20 0 1 0 279337750 132075520 28864 33554432000 4194304 5208918 140736407755936 140736407753784 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23820/statm: 32245 28864 104 248 0 31994 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 240688

[startup+12.7004 s]
/proc/loadavg: 5.42 5.82 3.99 3/184 23820
/proc/meminfo: memFree=30762408/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=131328 CPUtime=10.28 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 24973 0 0 0 1020 8 0 0 20 0 1 0 279337750 134479872 29269 33554432000 4194304 5208918 140736407755936 140736407753768 4229129 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23820/statm: 32832 29269 104 248 0 32581 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 243036

[startup+25.5004 s]
/proc/loadavg: 4.66 5.63 3.96 3/184 23820
/proc/meminfo: memFree=30763076/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=131328 CPUtime=23.08 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 24973 0 0 0 2300 8 0 0 20 0 1 0 279337750 134479872 29269 33554432000 4194304 5208918 140736407755936 140736407753768 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 32832 29269 104 248 0 32581 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 243036

[startup+51.1004 s]
/proc/loadavg: 3.75 5.34 3.91 3/184 23820
/proc/meminfo: memFree=30753216/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=151464 CPUtime=48.67 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 26684 0 0 0 4857 10 0 0 20 0 1 0 279337750 155099136 31859 33554432000 4194304 5208918 140736407755936 140736407753688 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 37866 31859 104 248 0 37615 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 263172

[startup+102.307 s]
/proc/loadavg: 2.76 4.82 3.81 3/183 23820
/proc/meminfo: memFree=30750388/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=133420 CPUtime=99.87 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 26986 0 0 0 9976 11 0 0 20 0 1 0 279337750 136622080 30507 33554432000 4194304 5208918 140736407755936 140736407753784 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 33355 30507 104 248 0 33104 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 245128

[startup+162.3 s]
/proc/loadavg: 2.28 4.31 3.69 3/183 23820
/proc/meminfo: memFree=30751144/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=134268 CPUtime=159.84 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 27425 0 0 0 15973 11 0 0 20 0 1 0 279337750 137490432 30923 33554432000 4194304 5208918 140736407755936 140736407753784 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 33567 30923 104 248 0 33316 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 245976

[startup+222.3 s]
/proc/loadavg: 2.10 3.88 3.58 3/183 23820
/proc/meminfo: memFree=30741952/32873844 swapFree=7620/7620

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.45 3/183 23830
/proc/meminfo: memFree=30705908/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=163576 CPUtime=1359.63 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 36171 0 0 0 135940 23 0 0 20 0 1 0 279337750 167501824 36547 33554432000 4194304 5208918 140736407755936 140736407753608 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 40894 36547 104 248 0 40643 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 275284

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.42 3/183 23830
/proc/meminfo: memFree=30709352/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=144744 CPUtime=1419.63 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 36484 0 0 0 141939 24 0 0 20 0 1 0 279337750 148217856 34166 33554432000 4194304 5208918 140736407755936 140736407754024 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 36186 34166 104 248 0 35935 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 256452

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.39 3/183 23831
/proc/meminfo: memFree=30714072/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=164244 CPUtime=1479.61 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 37006 0 0 0 147937 24 0 0 20 0 1 0 279337750 168185856 36238 33554432000 4194304 5208918 140736407755936 140736407753784 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 41061 36238 104 248 0 40810 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 275952

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.37 3/183 23831
/proc/meminfo: memFree=30708828/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=164648 CPUtime=1539.59 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 37129 0 0 0 153935 24 0 0 20 0 1 0 279337750 168599552 37371 33554432000 4194304 5208918 140736407755936 140736407753688 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 41162 37371 104 248 0 40911 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 276356

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.34 3/183 23831
/proc/meminfo: memFree=30706348/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=164912 CPUtime=1599.58 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 37864 0 0 0 159933 25 0 0 20 0 1 0 279337750 168869888 35910 33554432000 4194304 5208918 140736407755936 140736407753784 4229244 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 41228 35910 104 248 0 40977 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 276620

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.32 3/183 23831
/proc/meminfo: memFree=30708460/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=146480 CPUtime=1659.57 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 38231 0 0 0 165932 25 0 0 20 0 1 0 279337750 149995520 34603 33554432000 4194304 5208918 140736407755936 140736407753784 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 36620 34603 104 248 0 36369 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 258188

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.30 3/184 23834
/proc/meminfo: memFree=30710316/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=165580 CPUtime=1719.56 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 38689 0 0 0 171930 26 0 0 20 0 1 0 279337750 169553920 36081 33554432000 4194304 5208918 140736407755936 140736407753784 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 41395 36081 104 248 0 41144 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 277288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.27 3/183 23877
/proc/meminfo: memFree=29074268/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=166060 CPUtime=1779.54 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 38807 0 0 0 177927 27 0 0 20 0 1 0 279337750 170045440 37735 33554432000 4194304 5208918 140736407755936 140736407753688 4229876 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 41515 37735 104 248 0 41264 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 277768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.28 2.07 2.29 3/183 23877
/proc/meminfo: memFree=27400396/32873844 swapFree=7620/7620
[pid=23806] ppid=23804 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23806/stat : 23806 (npSolver-pbo.sh) S 23804 23806 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279337510 9367552 274 33554432000 4194304 5064252 140735930339520 140735930338432 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23806/statm: 2287 274 233 213 0 72 0
[pid=23807] ppid=23806 vsize=93412 CPUtime=2.39 cores=0,2,4,6
/proc/23807/stat : 23807 (npSolver-pbo) S 23806 23806 23064 0 -1 4202496 9063 21775 0 0 79 35 118 7 20 0 1 0 279337510 95653888 15505 33554432000 4194304 5992684 140733280387776 140733280380096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23807/statm: 23353 15505 188 440 0 22909 0
[pid=23819] ppid=23807 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23819/stat : 23819 (satsolver.sh) S 23807 23806 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279337750 9367552 267 33554432000 4194304 5064252 140737032664416 140737032663328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23819/statm: 2287 267 226 213 0 72 0
[pid=23820] ppid=23819 vsize=166060 CPUtime=1797.65 cores=0,2,4,6
/proc/23820/stat : 23820 (glucose) R 23819 23806 23064 0 -1 4202496 38818 0 0 0 179738 27 0 0 20 0 1 0 279337750 170045440 37746 33554432000 4194304 5208918 140736407755936 140736407753688 4228985 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23820/statm: 41515 37746 104 248 0 41264 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 277768

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.36
CPU system time (s): 0.710891
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 307508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.710891
maximum resident set size= 181768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 108128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233
involuntary context switches= 2001

runsolver used 3.71843 second user time and 9.64353 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 17:22:11
IDJOB=3701002
IDBENCH=92668
IDSOLVER=2277
FILE ID=node143/3701002-1338132131
RUNJOBID= node143-1338124293-23080
PBS_JOBID= 14624509
Free space on /tmp= 71616 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat15_4_4_8_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701002-1338132131/watcher-3701002-1338132131 -o /tmp/evaluation-result-3701002-1338132131/solver-3701002-1338132131 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701002-1338132131.opb 477798327 HOME HOME

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

MD5SUM BENCH= 92eaf5bbbb67d6b3b242e002852c9043
RANDOM SEED=477798327

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30958156 kB
Buffers:          345396 kB
Cached:           543904 kB
SwapCached:            0 kB
Active:           796748 kB
Inactive:         285900 kB
Active(anon):     182736 kB
Inactive(anon):    12524 kB
Active(file):     614012 kB
Inactive(file):   273376 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             64232 kB
Writeback:             0 kB
AnonPages:        200088 kB
Mapped:            15364 kB
Shmem:               200 kB
Slab:             693964 kB
SReclaimable:     135312 kB
SUnreclaim:       558652 kB
KernelStack:        1488 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     348120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 70720 MiB
End job on node143 at 2012-05-27 17:52:12