Trace number 3701597

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? (TO) 1800.12 1800.72

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/
j90opt/normalized-j909_4.std.opb
MD5SUMbe0ddee39050738fafcfaea7d5126638
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark131
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54782
Total number of constraints176044
Number of constraints which are clauses174844
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint73
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.58/1.67	c run usual solver
97.53/97.70	c model valid
97.53/97.70	c current solution ok
102.22/102.62	o 300
102.22/102.62	c current bound: 150
163.99/164.34	c model valid
163.99/164.34	c current solution ok
164.04/164.43	o 150
164.04/164.43	c current bound: 75
164.98/165.40	c current bound: 113
1800.08/1800.71	./satsolver.sh: line 5: 30628 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.71	c error: unexpected solver exit code
1800.08/1800.71	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-3701597-1338101067/watcher-3701597-1338101067 -o /tmp/evaluation-result-3701597-1338101067/solver-3701597-1338101067 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701597-1338101067.opb 733593165 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.44 2.16 2.24 3/178 30600
/proc/meminfo: memFree=27796452/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0

[startup+0.091876 s]
/proc/loadavg: 2.44 2.16 2.24 3/178 30600
/proc/meminfo: memFree=27796452/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.44 2.16 2.24 3/178 30600
/proc/meminfo: memFree=27796452/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.44 2.16 2.24 3/178 30600
/proc/meminfo: memFree=27796452/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700266 s]
/proc/loadavg: 2.44 2.16 2.24 3/178 30600
/proc/meminfo: memFree=27796452/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.44 2.16 2.24 3/180 30602
/proc/meminfo: memFree=27730508/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=133880 CPUtime=1.49 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) R 30600 30600 23596 0 -1 4202496 19948 0 0 0 144 5 0 0 20 0 1 0 276232595 137093120 31656 33554432000 4194304 5992684 140735983347408 140735983336328 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30601/statm: 33470 31656 158 440 0 33026 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143028

[startup+3.1004 s]
/proc/loadavg: 2.41 2.16 2.24 3/182 30604
/proc/meminfo: memFree=27533140/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=137572 CPUtime=1.63 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 21303 0 0 0 149 14 0 0 20 0 1 0 276232595 140873728 33068 33554432000 4194304 5992684 140735983347408 140735983341440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/30601/statm: 34393 33068 165 440 0 33949 0
[pid=30603] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30603/stat : 30603 (cp2_pre.sh) S 30601 30600 23596 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276232762 9367552 277 33554432000 4194304 5064252 140737434661552 140737434660256 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30603/statm: 2287 277 234 213 0 72 0
[pid=30604] ppid=30603 vsize=629092 CPUtime=1.41 cores=0,2,4,6
/proc/30604/stat : 30604 (coprocessor) R 30603 30600 23596 0 -1 4202496 43272 0 0 0 127 14 0 0 20 0 1 0 276232762 644190208 135847 33554432000 4194304 6586260 140737064680016 140737064676280 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 157273 135849 164 584 0 156685 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 784960

[startup+6.30041 s]
/proc/loadavg: 2.41 2.16 2.24 3/182 30604
/proc/meminfo: memFree=26827968/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=137572 CPUtime=1.63 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 21303 0 0 0 149 14 0 0 20 0 1 0 276232595 140873728 33068 33554432000 4194304 5992684 140735983347408 140735983341440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/30601/statm: 34393 33068 165 440 0 33949 0
[pid=30603] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30603/stat : 30603 (cp2_pre.sh) S 30601 30600 23596 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276232762 9367552 277 33554432000 4194304 5064252 140737434661552 140737434660256 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30603/statm: 2287 277 234 213 0 72 0
[pid=30604] ppid=30603 vsize=886392 CPUtime=4.61 cores=0,2,4,6
/proc/30604/stat : 30604 (coprocessor) R 30603 30600 23596 0 -1 4202496 87693 0 0 0 439 22 0 0 20 0 1 0 276232762 907665408 218588 33554432000 4194304 6586260 140737064680016 140737064676040 5599298 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 221598 218588 189 584 0 221010 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 1042260

[startup+12.7003 s]
/proc/loadavg: 2.43 2.17 2.25 3/182 30604
/proc/meminfo: memFree=26674344/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=137572 CPUtime=12.06 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 21311 89438 0 0 149 15 1004 38 20 0 1 0 276232595 140873728 33068 33554432000 4194304 5992684 140735983347408 140735983342528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/30601/statm: 34393 33068 165 440 0 33949 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 146720

[startup+25.5004 s]
/proc/loadavg: 2.36 2.16 2.24 3/182 30607
/proc/meminfo: memFree=27246088/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=137572 CPUtime=12.06 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 21311 89438 0 0 149 15 1004 38 20 0 1 0 276232595 140873728 33068 33554432000 4194304 5992684 140735983347408 140735983342528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/30601/statm: 34393 33068 165 440 0 33949 0
[pid=30606] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276233816 9367552 267 33554432000 4194304 5064252 140734695303824 140734695302736 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30606/statm: 2287 267 226 213 0 72 0
[pid=30607] ppid=30606 vsize=387700 CPUtime=13.27 cores=0,2,4,6
/proc/30607/stat : 30607 (glucose) R 30606 30600 23596 0 -1 4202496 63579 0 0 0 1315 12 0 0 20 0 1 0 276233816 397004800 90429 33554432000 4194304 5208918 140735007697456 140735007695400 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30607/statm: 96925 90429 95 248 0 96674 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 543568

[startup+51.1004 s]
/proc/loadavg: 2.24 2.15 2.24 3/182 30607
/proc/meminfo: memFree=27243816/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=137572 CPUtime=12.06 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 21311 89438 0 0 149 15 1004 38 20 0 1 0 276232595 140873728 33068 33554432000 4194304 5992684 140735983347408 140735983342528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/30601/statm: 34393 33068 165 440 0 33949 0
[pid=30606] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276233816 9367552 267 33554432000 4194304 5064252 140734695303824 140734695302736 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30606/statm: 2287 267 226 213 0 72 0
[pid=30607] ppid=30606 vsize=419600 CPUtime=38.86 cores=0,2,4,6
/proc/30607/stat : 30607 (glucose) R 30606 30600 23596 0 -1 4202496 64184 0 0 0 3874 12 0 0 20 0 1 0 276233816 429670400 91022 33554432000 4194304 5208918 140735007697456 140735007695608 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30607/statm: 104900 91022 103 248 0 104649 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 575468

[startup+102.307 s]
/proc/loadavg: 2.17 2.14 2.22 3/179 30611
/proc/meminfo: memFree=27502320/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=179508 CPUtime=102 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) R 30600 30600 23596 0 -1 4202496 24707 163845 0 0 257 388 9494 61 20 0 1 0 276232595 183816192 43559 33554432000 4194304 5992684 140735983347408 140735983341592 5179696 0 0 4096 0 0 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 44877 43559 172 440 0 44433 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 188656

[startup+162.3 s]
/proc/loadavg: 2.06 2.11 2.21 3/181 30614
/proc/meminfo: memFree=27151692/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=179508 CPUtime=102.34 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 25242 164361 0 0 261 407 9494 72 20 0 1 0 276232595 183816192 43562 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 44877 43562 175 440 0 44433 0
[pid=30613] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30613/stat : 30613 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276242859 9367552 267 33554432000 4194304 5064252 140735664082624 140735664081536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30613/statm: 2287 267 226 213 0 72 0
[pid=30614] ppid=30613 vsize=394384 CPUtime=59.63 cores=0,2,4,6
/proc/30614/stat : 30614 (glucose) R 30613 30600 23596 0 -1 4202496 68137 0 0 0 5949 14 0 0 20 0 1 0 276242859 403849216 89854 33554432000 4194304 5208918 140736860965488 140736860963336 4205165 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30614/statm: 98596 89854 104 248 0 98345 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 592188

[startup+222.3 s]
/proc/loadavg: 2.02 2.08 2.19 3/181 30629
/proc/meminfo: memFree=27145076/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 30661
/proc/meminfo: memFree=27123896/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=410920 CPUtime=1256.63 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 76512 0 0 0 125635 28 0 0 20 0 1 0 276249136 420782080 94971 33554432000 4194304 5208918 140735787567568 140735787565656 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 102730 94971 105 248 0 102479 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 620800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 30662
/proc/meminfo: memFree=27127868/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=411292 CPUtime=1316.62 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 77043 0 0 0 131633 29 0 0 20 0 1 0 276249136 421163008 94019 33554432000 4194304 5208918 140735787567568 140735787565656 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 102823 94019 105 248 0 102572 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 621172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/182 30665
/proc/meminfo: memFree=27121320/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=411832 CPUtime=1376.6 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 77165 0 0 0 137631 29 0 0 20 0 1 0 276249136 421715968 95674 33554432000 4194304 5208918 140735787567568 140735787565416 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 102958 95674 105 248 0 102707 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 621712

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 30665
/proc/meminfo: memFree=27116700/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=443276 CPUtime=1436.59 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 77892 0 0 0 143629 30 0 0 20 0 1 0 276249136 453914624 96901 33554432000 4194304 5208918 140735787567568 140735787565416 4228965 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 110819 96901 105 248 0 110568 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 653156

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.01 3/181 30710
/proc/meminfo: memFree=27442124/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=413096 CPUtime=1496.59 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 78248 0 0 0 149628 31 0 0 20 0 1 0 276249136 423010304 94462 33554432000 4194304 5208918 140735787567568 140735787565656 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 103274 94462 105 248 0 103023 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 622976

[startup+1722.3 s]
/proc/loadavg: 2.19 2.06 2.02 3/181 30710
/proc/meminfo: memFree=27406844/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=413508 CPUtime=1556.58 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 78341 0 0 0 155627 31 0 0 20 0 1 0 276249136 423432192 96088 33554432000 4194304 5208918 140735787567568 140735787565416 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 103377 96088 105 248 0 103126 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 623388

[startup+1782.3 s]
/proc/loadavg: 2.18 2.07 2.03 3/181 30718
/proc/meminfo: memFree=27281268/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=413880 CPUtime=1616.57 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 79073 0 0 0 161624 33 0 0 20 0 1 0 276249136 423813120 95154 33554432000 4194304 5208918 140735787567568 140735787565656 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 103470 95154 105 248 0 103219 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 623760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.14 2.07 2.03 3/181 30718
/proc/meminfo: memFree=27279844/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=414044 CPUtime=1634.98 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 79111 0 0 0 163465 33 0 0 20 0 1 0 276249136 423981056 95192 33554432000 4194304 5208918 140735787567568 140735787565416 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 103511 95192 105 248 0 103260 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 623924

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.14 2.07 2.03 3/181 30718
/proc/meminfo: memFree=27279844/32873852 swapFree=6848/6848
[pid=30600] ppid=30598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (npSolver-pbo.sh) S 30598 30600 23596 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276232594 9367552 275 33554432000 4194304 5064252 140733869345088 140733869344000 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30600/statm: 2287 275 233 213 0 72 0
[pid=30601] ppid=30600 vsize=191584 CPUtime=165.1 cores=0,2,4,6
/proc/30601/stat : 30601 (npSolver-pbo) S 30600 30600 23596 0 -1 4202496 29269 305744 0 0 295 409 15671 135 20 0 1 0 276232595 196182016 46581 33554432000 4194304 5992684 140735983347408 140735983339728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/30601/statm: 47896 46581 175 440 0 47452 0
[pid=30627] ppid=30601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30627/stat : 30627 (satsolver.sh) S 30601 30600 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276249136 9367552 266 33554432000 4194304 5064252 140733684134288 140733684133200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30627/statm: 2287 266 226 213 0 72 0
[pid=30628] ppid=30627 vsize=414044 CPUtime=1634.98 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose) R 30627 30600 23596 0 -1 4202496 79111 0 0 0 163465 33 0 0 20 0 1 0 276249136 423981056 95192 33554432000 4194304 5208918 140735787567568 140735787565416 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30628/statm: 103511 95192 105 248 0 103260 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 623924

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.12
CPU user time (s): 1794.32
CPU system time (s): 5.79412
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 1044508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 5.79412
maximum resident set size= 912448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415114
page faults= 0
swaps= 0
block input operations= 8
block output operations= 754888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6205
involuntary context switches= 1901

runsolver used 3.81242 second user time and 9.23959 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 08:44:27
IDJOB=3701597
IDBENCH=77770
IDSOLVER=2277
FILE ID=node128/3701597-1338101067
RUNJOBID= node128-1338098911-27179
PBS_JOBID= 14624447
Free space on /tmp= 71280 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j90opt/normalized-j909_4.std.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701597-1338101067/watcher-3701597-1338101067 -o /tmp/evaluation-result-3701597-1338101067/solver-3701597-1338101067 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701597-1338101067.opb 733593165 HOME HOME

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

MD5SUM BENCH= be0ddee39050738fafcfaea7d5126638
RANDOM SEED=733593165

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27797096 kB
Buffers:          374272 kB
Cached:          3520224 kB
SwapCached:            0 kB
Active:          1392240 kB
Inactive:        2861180 kB
Active(anon):     361344 kB
Inactive(anon):        0 kB
Active(file):    1030896 kB
Inactive(file):  2861180 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14612 kB
Writeback:             0 kB
AnonPages:        365672 kB
Mapped:            15476 kB
Shmem:               204 kB
Slab:             683308 kB
SReclaimable:     125156 kB
SUnreclaim:       558152 kB
KernelStack:        1448 kB
PageTables:         4788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     524684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71188 MiB
End job on node128 at 2012-05-27 09:14:28