Trace number 3749981

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.newlist/normalized-randc18b26.cudf.trendy.opb
MD5SUM16fcb87ec6e0d214403f64d4df628c22
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30185484701
Best CPU time to get the best result obtained on this benchmark3.43348
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7205
Total number of constraints30168
Number of constraints which are clauses29862
Number of constraints which are cardinality constraints (but not clauses)306
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3416
Biggest coefficient in the objective function 5000211000
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 2760110624957
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 5000211000
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 2760110624957
Number of bits of the biggest sum of numbers42
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.11	c run usual solver
0.00/0.30	c model valid
0.00/0.30	c current solution ok
0.00/0.33	o 555277818038
0.00/0.33	c current bound: 277638909019
0.00/0.33	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3749981-1339161876/watcher-3749981-1339161876 -o /tmp/evaluation-result-3749981-1339161876/solver-3749981-1339161876 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749981-1339161876.opb 704661589 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.00 2.00 1.90 3/179 17867
/proc/meminfo: memFree=30015364/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0

[startup+0.0188441 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17867
/proc/meminfo: memFree=30015364/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17867
/proc/meminfo: memFree=30015364/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17867
/proc/meminfo: memFree=30015364/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17867
/proc/meminfo: memFree=30015364/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 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.00 2.00 1.90 3/181 17879
/proc/meminfo: memFree=29934924/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 106164

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 17881
/proc/meminfo: memFree=29771416/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=132664 CPUtime=1.97 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 26328 0 0 0 192 5 0 0 20 0 1 0 382313758 135847936 28927 33554432000 4194304 5208918 140733294298432 140733294296280 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 33166 28927 104 248 0 32915 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 247976

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 17881
/proc/meminfo: memFree=29765988/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=134484 CPUtime=5.17 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 26633 0 0 0 512 5 0 0 20 0 1 0 382313758 137711616 29232 33554432000 4194304 5208918 140733294298432 140733294294808 4211182 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 33621 29232 104 248 0 33370 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 249796

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 17881
/proc/meminfo: memFree=29762664/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=135520 CPUtime=11.58 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 26893 0 0 0 1152 6 0 0 20 0 1 0 382313758 138772480 30003 33554432000 4194304 5208918 140733294298432 140733294296264 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 33880 30003 104 248 0 33629 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 250832

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 17881
/proc/meminfo: memFree=29763940/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=137628 CPUtime=24.38 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 27603 0 0 0 2432 6 0 0 20 0 1 0 382313758 140931072 31735 33554432000 4194304 5208918 140733294298432 140733294296264 4205256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 34407 31735 104 248 0 34156 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 252940

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 17881
/proc/meminfo: memFree=29754088/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=141444 CPUtime=49.97 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 29528 0 0 0 4989 8 0 0 20 0 1 0 382313758 144838656 32851 33554432000 4194304 5208918 140733294298432 140733294294808 4212500 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 35361 32851 104 248 0 35110 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 256756

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 17882
/proc/meminfo: memFree=29683116/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=221844 CPUtime=101.17 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 33352 0 0 0 10105 12 0 0 20 0 1 0 382313758 227168256 49237 33554432000 4194304 5208918 140733294298432 140733294296424 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 55461 49237 104 248 0 55210 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 337156

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 17883
/proc/meminfo: memFree=29668988/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=221844 CPUtime=161.15 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 36128 0 0 0 16099 16 0 0 20 0 1 0 382313758 227168256 49791 33554432000 4194304 5208918 140733294298432 140733294296520 4210724 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 55461 49791 104 248 0 55210 0
Current children cumulated CPU time (s) 162.24

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

/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 97916 0 0 0 135958 136 0 0 20 0 1 0 382313758 361259008 76381 33554432000 4194304 5208918 140733294298432 140733294294200 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 88198 76381 104 248 0 87947 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 468104

[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 1.97 3/183 17893
/proc/meminfo: memFree=29479904/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=355756 CPUtime=1420.93 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 99541 0 0 0 141953 140 0 0 20 0 1 0 382313758 364294144 82873 33554432000 4194304 5208918 140733294298432 140733294294808 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 88939 82873 104 248 0 88688 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 471068

[startup+1482.3 s]
/proc/loadavg: 2.09 2.06 1.97 3/183 17893
/proc/meminfo: memFree=29475848/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=365716 CPUtime=1480.9 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 101962 0 0 0 147945 145 0 0 20 0 1 0 382313758 374493184 79429 33554432000 4194304 5208918 140733294298432 140733294294120 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 91429 79429 104 248 0 91178 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 481028

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 1.98 3/184 17896
/proc/meminfo: memFree=29431744/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=365716 CPUtime=1540.9 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 102860 0 0 0 153941 149 0 0 20 0 1 0 382313758 374493184 85575 33554432000 4194304 5208918 140733294298432 140733294294808 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 91429 85575 104 248 0 91178 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 481028

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 1.98 3/183 17955
/proc/meminfo: memFree=29881988/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=316076 CPUtime=1600.89 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 104381 0 0 0 159935 154 0 0 20 0 1 0 382313758 323661824 76662 33554432000 4194304 5208918 140733294298432 140733294294216 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 79019 76662 104 248 0 78768 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 431388

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 1.98 3/183 17955
/proc/meminfo: memFree=29846856/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=368628 CPUtime=1660.88 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 106314 0 0 0 165928 160 0 0 20 0 1 0 382313758 377475072 82154 33554432000 4194304 5208918 140733294298432 140733294294808 4229725 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 92157 82154 104 248 0 91906 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 483940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 1.98 3/183 17956
/proc/meminfo: memFree=29821888/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=370264 CPUtime=1720.86 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 107773 0 0 0 171922 164 0 0 20 0 1 0 382313758 379150336 86638 33554432000 4194304 5208918 140733294298432 140733294296280 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 92566 86638 104 248 0 92315 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 485576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/183 17956
/proc/meminfo: memFree=29793952/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=372860 CPUtime=1780.85 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 109485 0 0 0 177915 170 0 0 20 0 1 0 382313758 381808640 91746 33554432000 4194304 5208918 140733294298432 140733294296280 4617370 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 93215 91746 104 248 0 92964 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 488172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 1.98 3/183 17956
/proc/meminfo: memFree=29828404/32873648 swapFree=7628/7628
[pid=17867] ppid=17865 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (npSolver-pbo.sh) S 17865 17867 12494 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382313647 9367552 274 33554432000 4194304 5064252 140734692212176 140734692211088 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2287 274 233 213 0 72 0
[pid=17868] ppid=17867 vsize=97016 CPUtime=1.09 cores=1,3,5,7
/proc/17868/stat : 17868 (npSolver-pbo) S 17867 17867 12494 0 -1 4202496 10486 7062 0 0 83 12 12 2 20 0 1 0 382313647 99344384 19657 33554432000 4194304 6004724 140736833440800 140736833433152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17868/statm: 24254 19657 175 442 0 23808 0
[pid=17880] ppid=17868 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17880/stat : 17880 (satsolver.sh) S 17868 17867 12494 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382313758 9367552 267 33554432000 4194304 5064252 140736099177648 140736099176560 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17880/statm: 2287 267 226 213 0 72 0
[pid=17881] ppid=17880 vsize=373124 CPUtime=1798.96 cores=1,3,5,7
/proc/17881/stat : 17881 (glucose) R 17880 17867 12494 0 -1 4202496 110559 0 0 0 179722 174 0 0 20 0 1 0 382313758 382078976 83069 33554432000 4194304 5208918 140733294298432 140733294294808 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 93281 83069 104 248 0 93030 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 488436

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 17867 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=953854
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 1.11583
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.17
CPU system time (s): 1.88
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 649832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.953854
system time used= 0.161975
maximum resident set size= 125424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 20

runsolver used 3.55246 second user time and 9.31958 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-08 15:24:37
IDJOB=3749981
IDBENCH=72292
IDSOLVER=2334
FILE ID=node122/3749981-1339161876
RUNJOBID= node122-1339159858-17354
PBS_JOBID= 14643791
Free space on /tmp= 70564 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.newlist/normalized-randc18b26.cudf.trendy.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749981-1339161876/watcher-3749981-1339161876 -o /tmp/evaluation-result-3749981-1339161876/solver-3749981-1339161876 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749981-1339161876.opb 704661589 HOME HOME

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

MD5SUM BENCH= 16fcb87ec6e0d214403f64d4df628c22
RANDOM SEED=704661589

node122.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.533
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.06
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        30015636 kB
Buffers:          186560 kB
Cached:          1532244 kB
SwapCached:         2132 kB
Active:          1116912 kB
Inactive:         890068 kB
Active(anon):     288008 kB
Inactive(anon):     2216 kB
Active(file):     828904 kB
Inactive(file):   887852 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:              8964 kB
Writeback:             0 kB
AnonPages:        344260 kB
Mapped:             9784 kB
Shmem:                 0 kB
Slab:             712384 kB
SReclaimable:     156404 kB
SUnreclaim:       555980 kB
KernelStack:        1520 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     440952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70556 MiB
End job on node122 at 2012-06-08 15:54:37