Trace number 3700652

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.02 1800.42

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.20-14.opb
MD5SUM58717b0b0a90960d41e2eb289053174d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark132621
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214997
Total number of constraints3677941
Number of constraints which are clauses3677941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.29/10.38	c run usual solver
21.15/21.25	c model valid
21.15/21.25	c current solution ok
23.25/23.38	o 306369
23.25/23.38	c current bound: 153184
23.25/23.38	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3700652-1338148414/watcher-3700652-1338148414 -o /tmp/evaluation-result-3700652-1338148414/solver-3700652-1338148414 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700652-1338148414.opb 25529053 HOME HOME 

running on 4 cores: 1,3,5,7

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.02 2.04 2.00 3/179 21417
/proc/meminfo: memFree=29940460/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0

[startup+0.059752 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21417
/proc/meminfo: memFree=29940460/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21417
/proc/meminfo: memFree=29940460/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21417
/proc/meminfo: memFree=29940460/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21417
/proc/meminfo: memFree=29940460/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21417
/proc/meminfo: memFree=29940460/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+3.10027 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 21419
/proc/meminfo: memFree=29920328/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=36420 CPUtime=3.08 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) R 21417 21417 18976 0 -1 4202496 3322 0 0 0 306 2 0 0 20 0 1 0 280968763 37294080 5840 33554432000 4194304 5992684 140735191575984 140735191571720 5179600 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21418/statm: 9105 5840 145 440 0 8661 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45568

[startup+6.30028 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 21419
/proc/meminfo: memFree=29899104/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=69980 CPUtime=6.29 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) R 21417 21417 18976 0 -1 4202496 4055 0 0 0 624 5 0 0 20 0 1 0 280968763 71659520 11156 33554432000 4194304 5992684 140735191575984 140735191571976 5179600 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21418/statm: 17495 11156 145 440 0 17051 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79128

[startup+12.7071 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 21421
/proc/meminfo: memFree=29496332/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=158320 CPUtime=10.4 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 10769 0 0 0 1016 24 0 0 20 0 1 0 280968763 162119680 25577 33554432000 4194304 5992684 140735191575984 140735191570016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 39580 25577 164 440 0 39136 0
[pid=21420] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21420/stat : 21420 (cp2_pre.sh) S 21418 21417 18976 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 280969806 9367552 276 33554432000 4194304 5064252 140736596675696 140736596674400 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21420/statm: 2287 276 234 213 0 72 0
[pid=21421] ppid=21420 vsize=281828 CPUtime=2.25 cores=1,3,5,7
/proc/21421/stat : 21421 (coprocessor) R 21420 21417 18976 0 -1 4202496 40165 0 0 0 216 9 0 0 20 0 1 0 280969806 288591872 64865 33554432000 4194304 6586260 140735440679520 140735440675672 4496489 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21421/statm: 70457 64865 170 584 0 69869 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 458444

[startup+25.5003 s]
/proc/loadavg: 2.09 2.05 2.00 3/180 21429
/proc/meminfo: memFree=29667528/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 316924

[startup+51.1004 s]
/proc/loadavg: 2.17 2.08 2.01 3/182 21431
/proc/meminfo: memFree=29123284/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=465928 CPUtime=25.61 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 68928 0 0 0 2536 25 0 0 20 0 1 0 280971311 477110272 100043 33554432000 4194304 5208918 140735729084784 140735729082456 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21431/statm: 116482 100043 104 248 0 116231 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 792000

[startup+102.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 21433
/proc/meminfo: memFree=29092936/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=469836 CPUtime=76.79 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 69922 0 0 0 7654 25 0 0 20 0 1 0 280971311 481112064 102570 33554432000 4194304 5208918 140735729084784 140735729082632 4211160 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21431/statm: 117459 102570 104 248 0 117208 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 795908

[startup+162.307 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 21433
/proc/meminfo: memFree=29101100/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=470372 CPUtime=136.79 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 70014 0 0 0 13654 25 0 0 20 0 1 0 280971311 481660928 102662 33554432000 4194304 5208918 140735729084784 140735729081096 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21431/statm: 117593 102662 104 248 0 117342 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 796444

[startup+222.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 21475
/proc/meminfo: memFree=29229560/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=470372 CPUtime=196.78 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 70021 0 0 0 19653 25 0 0 20 0 1 0 280971311 481660928 102669 33554432000 4194304 5208918 140735729084784 140735729081096 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21431/statm: 117593 102669 104 248 0 117342 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 796444

[startup+282.3 s]

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

/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 126204 0 0 0 133509 148 0 0 20 0 1 0 280971311 723185664 162364 33554432000 4194304 5208918 140735729084784 140735729082632 4229717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 176559 162364 104 248 0 176308 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 1032308

[startup+1422.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/174 21957
/proc/meminfo: memFree=29274024/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=710732 CPUtime=1396.54 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 127433 0 0 0 139502 152 0 0 20 0 1 0 280971311 727789568 162076 33554432000 4194304 5208918 140735729084784 140735729082536 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 177683 162076 104 248 0 177432 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1036804

[startup+1482.31 s]
/proc/loadavg: 1.00 1.04 1.35 2/174 21957
/proc/meminfo: memFree=29288144/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=713792 CPUtime=1456.54 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 128882 0 0 0 145496 158 0 0 20 0 1 0 280971311 730923008 158392 33554432000 4194304 5208918 140735729084784 140735729082632 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 178448 158392 104 248 0 178197 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1039864

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/174 21957
/proc/meminfo: memFree=29269276/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=716940 CPUtime=1516.53 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 130243 0 0 0 151490 163 0 0 20 0 1 0 280971311 734146560 163685 33554432000 4194304 5208918 140735729084784 140735729082632 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 179235 163685 104 248 0 178984 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1043012

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/175 21960
/proc/meminfo: memFree=29284104/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=720536 CPUtime=1576.52 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 131780 0 0 0 157482 170 0 0 20 0 1 0 280971311 737828864 159410 33554432000 4194304 5208918 140735729084784 140735729082872 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 180134 159410 104 248 0 179883 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1046608

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/174 21961
/proc/meminfo: memFree=29250596/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=721484 CPUtime=1636.51 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 132040 0 0 0 163480 171 0 0 20 0 1 0 280971311 738799616 167846 33554432000 4194304 5208918 140735729084784 140735729080472 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 180371 167846 104 248 0 180120 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1047556

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/174 21961
/proc/meminfo: memFree=29256368/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=723540 CPUtime=1696.5 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 132663 0 0 0 169476 174 0 0 20 0 1 0 280971311 740904960 166446 33554432000 4194304 5208918 140735729084784 140735729082536 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 180885 166446 104 248 0 180634 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1049612

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.25 2/174 21961
/proc/meminfo: memFree=29263384/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=725072 CPUtime=1756.5 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 133608 0 0 0 175471 179 0 0 20 0 1 0 280971311 742473728 165118 33554432000 4194304 5208918 140735729084784 140735729081160 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 181268 165118 104 248 0 181017 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1051144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.24 2/174 21961
/proc/meminfo: memFree=29243960/32873844 swapFree=7108/7108
[pid=21417] ppid=21415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo.sh) S 21415 21417 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280968763 9367552 275 33554432000 4194304 5064252 140734127762032 140734127760944 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21417/statm: 2287 275 233 213 0 72 0
[pid=21418] ppid=21417 vsize=307776 CPUtime=25.43 cores=1,3,5,7
/proc/21418/stat : 21418 (npSolver-pbo) S 21417 21417 18976 0 -1 4202496 20749 75879 0 0 1680 231 581 51 20 0 1 0 280968763 315162624 62829 33554432000 4194304 5992684 140735191575984 140735191568304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/21418/statm: 76944 62829 181 440 0 76500 0
[pid=21430] ppid=21418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21430/stat : 21430 (satsolver.sh) S 21418 21417 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280971310 9367552 266 33554432000 4194304 5064252 140733801156160 140733801155072 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21430/statm: 2287 266 226 213 0 72 0
[pid=21431] ppid=21430 vsize=725904 CPUtime=1774.59 cores=1,3,5,7
/proc/21431/stat : 21431 (glucose) R 21430 21417 18976 0 -1 4202496 133847 0 0 0 177280 179 0 0 20 0 1 0 280971311 743325696 169445 33554432000 4194304 5208918 140735729084784 140735729081160 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 181476 169445 104 248 0 181225 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1051976

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 21417 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=622560
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=835568
# CPU time returned by wait4() is 25.4581
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1795.41
CPU system time (s): 4.61
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 1262352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6226
system time used= 2.83557
maximum resident set size= 381744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97606
page faults= 0
swaps= 0
block input operations= 8
block output operations= 550104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 690
involuntary context switches= 77

runsolver used 6.70398 second user time and 18.1822 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 21:53:38
IDJOB=3700652
IDBENCH=92862
IDSOLVER=2277
FILE ID=node111/3700652-1338148414
RUNJOBID= node111-1338122669-18993
PBS_JOBID= 14624489
Free space on /tmp= 71520 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb10-0.20-14.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700652-1338148414/watcher-3700652-1338148414 -o /tmp/evaluation-result-3700652-1338148414/solver-3700652-1338148414 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700652-1338148414.opb 25529053 HOME HOME

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

MD5SUM BENCH= 58717b0b0a90960d41e2eb289053174d
RANDOM SEED=25529053

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:        29940716 kB
Buffers:          497520 kB
Cached:          1216852 kB
SwapCached:         1668 kB
Active:          1176600 kB
Inactive:         905252 kB
Active(anon):     358188 kB
Inactive(anon):    10368 kB
Active(file):     818412 kB
Inactive(file):   894884 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67105320 kB
Dirty:            123172 kB
Writeback:             0 kB
AnonPages:        374032 kB
Mapped:            15500 kB
Shmem:                 8 kB
Slab:             710776 kB
SReclaimable:     152948 kB
SUnreclaim:       557828 kB
KernelStack:        1472 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     502328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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= 71396 MiB
End job on node111 at 2012-05-27 22:23:38