Trace number 3700654

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.07 1800.72

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.01-2.opb
MD5SUMa5191d93a779f8a3cc9e0ce05eabef05
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark70991
Best CPU time to get the best result obtained on this benchmark1800.39
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables208141
Total number of constraints2069692
Number of constraints which are clauses2069692
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

5.88/5.98	c run usual solver
12.93/13.11	c model valid
12.93/13.11	c current solution ok
13.88/14.29	o 225592
13.88/14.29	c current bound: 112796
13.88/14.29	c fallback to adder encoding
1800.07/1800.71	c error: unexpected solver exit code
1800.07/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-3700654-1338146597/watcher-3700654-1338146597 -o /tmp/evaluation-result-3700654-1338146597/solver-3700654-1338146597 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700654-1338146597.opb 1822719365 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25153
/proc/meminfo: memFree=29986204/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0

[startup+0.00986299 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25153
/proc/meminfo: memFree=29986204/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100318 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25153
/proc/meminfo: memFree=29986204/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25153
/proc/meminfo: memFree=29986204/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25153
/proc/meminfo: memFree=29986204/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25155
/proc/meminfo: memFree=29974864/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=19768 CPUtime=1.49 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) R 25153 25153 23064 0 -1 4202496 2897 0 0 0 148 1 0 0 20 0 1 0 280784283 20242432 2868 33554432000 4194304 5992684 140736066671920 140736066668040 4549263 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25154/statm: 4942 2868 145 440 0 4498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28916

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25155
/proc/meminfo: memFree=29967976/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=36812 CPUtime=3.09 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) R 25153 25153 23064 0 -1 4202496 3595 0 0 0 307 2 0 0 20 0 1 0 280784283 37695488 5602 33554432000 4194304 5992684 140736066671920 140736066667656 4468192 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25154/statm: 9203 5602 145 440 0 8759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45960

[startup+6.30021 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 25155
/proc/meminfo: memFree=29938188/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=92528 CPUtime=6 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 10507 0 0 0 586 14 0 0 20 0 1 0 280784283 94748672 18521 33554432000 4194304 5992684 140736066671920 140736066665952 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25154/statm: 23132 18521 164 440 0 22688 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 101676

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 25164
/proc/meminfo: memFree=29926080/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=103028 CPUtime=12.54 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) R 25153 25153 23064 0 -1 4202496 12840 64039 0 0 801 16 371 66 20 0 1 0 280784283 105500672 21066 33554432000 4194304 5992684 140736066671920 140736066666280 4476856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25154/statm: 25757 21066 170 440 0 25313 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 112176

[startup+25.5066 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 25207
/proc/meminfo: memFree=30265220/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=390744 CPUtime=9.3 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 61410 0 0 0 915 15 0 0 20 0 1 0 280785901 400121856 87529 33554432000 4194304 5208918 140736264761376 140736264759336 4229374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 97686 87529 104 248 0 97435 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 650160

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 25219
/proc/meminfo: memFree=29546288/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=391476 CPUtime=34.89 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 61609 0 0 0 3473 16 0 0 20 0 1 0 280785901 400871424 87728 33554432000 4194304 5208918 140736264761376 140736264759336 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 97869 87728 105 248 0 97618 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 650892

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 25219
/proc/meminfo: memFree=29546172/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=391716 CPUtime=86.09 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 61673 0 0 0 8593 16 0 0 20 0 1 0 280785901 401117184 87792 33554432000 4194304 5208918 140736264761376 140736264759336 4211104 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 97929 87792 105 248 0 97678 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 651132

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25220
/proc/meminfo: memFree=29535868/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=392080 CPUtime=146.08 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 61749 0 0 0 14592 16 0 0 20 0 1 0 280785901 401489920 87868 33554432000 4194304 5208918 140736264761376 140736264759336 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 98020 87868 105 248 0 97769 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 651496

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25220
/proc/meminfo: memFree=29528720/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=395088 CPUtime=206.06 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 62464 0 0 0 20590 16 0 0 20 0 1 0 280785901 404570112 89596 33554432000 4194304 5208918 140736264761376 140736264759336 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 98772 89596 105 248 0 98521 0
Current children cumulated CPU time (s) 221.92

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

/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 109811 0 0 0 140510 76 0 0 20 0 1 0 280785901 677748736 139695 33554432000 4194304 5208918 140736264761376 140736264759224 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 165466 139695 105 248 0 165215 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 921280

[startup+1482.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/183 25231
/proc/meminfo: memFree=29091464/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=671432 CPUtime=1465.85 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 113383 0 0 0 146504 81 0 0 20 0 1 0 280785901 687546368 145177 33554432000 4194304 5208918 140736264761376 140736264759128 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 167858 145177 105 248 0 167607 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 930848

[startup+1542.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/183 25231
/proc/meminfo: memFree=29093876/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=594424 CPUtime=1525.84 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 114175 0 0 0 152500 84 0 0 20 0 1 0 280785901 608690176 137727 33554432000 4194304 5208918 140736264761376 140736264759128 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 148606 137727 105 248 0 148355 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 853840

[startup+1602.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/184 25234
/proc/meminfo: memFree=29082536/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=602332 CPUtime=1585.83 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 116855 0 0 0 158496 87 0 0 20 0 1 0 280785901 616787968 142695 33554432000 4194304 5208918 140736264761376 140736264759224 4205640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 150583 142695 105 248 0 150332 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 861748

[startup+1662.31 s]
/proc/loadavg: 2.03 2.06 2.01 3/183 25235
/proc/meminfo: memFree=29029536/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=689468 CPUtime=1645.83 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 119895 0 0 0 164490 93 0 0 20 0 1 0 280785901 706015232 148927 33554432000 4194304 5208918 140736264761376 140736264759128 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 172367 148927 105 248 0 172116 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 948884

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 25235
/proc/meminfo: memFree=29050704/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=694880 CPUtime=1705.81 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 123055 0 0 0 170478 103 0 0 20 0 1 0 280785901 711557120 150857 33554432000 4194304 5208918 140736264761376 140736264757752 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 173720 150857 105 248 0 173469 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 954296

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 25235
/proc/meminfo: memFree=29018688/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=701920 CPUtime=1765.8 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 126544 0 0 0 176469 111 0 0 20 0 1 0 280785901 718766080 151592 33554432000 4194304 5208918 140736264761376 140736264757144 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 175480 151592 105 248 0 175229 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 961336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 25235
/proc/meminfo: memFree=29014160/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=703700 CPUtime=1784.21 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 127859 0 0 0 178306 115 0 0 20 0 1 0 280785901 720588800 148970 33554432000 4194304 5208918 140736264761376 140736264759224 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 175925 148970 105 248 0 175674 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 963116

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.7 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 25235
/proc/meminfo: memFree=29014160/32873844 swapFree=7620/7620
[pid=25153] ppid=25151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (npSolver-pbo.sh) S 25151 25153 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280784283 9367552 274 33554432000 4194304 5064252 140736166034528 140736166033440 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25153/statm: 2287 274 233 213 0 72 0
[pid=25154] ppid=25153 vsize=241120 CPUtime=15.86 cores=0,2,4,6
/proc/25154/stat : 25154 (npSolver-pbo) S 25153 25153 23064 0 -1 4202496 20690 64554 0 0 1026 121 371 68 20 0 1 0 280784283 246906880 53483 33554432000 4194304 5992684 140736066671920 140736066664240 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/25154/statm: 60280 53483 181 440 0 59836 0
[pid=25166] ppid=25154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25166/stat : 25166 (satsolver.sh) S 25154 25153 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280785901 9367552 266 33554432000 4194304 5064252 140737037942736 140737037941648 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25166/statm: 2287 266 226 213 0 72 0
[pid=25167] ppid=25166 vsize=703700 CPUtime=1784.21 cores=0,2,4,6
/proc/25167/stat : 25167 (glucose) R 25166 25153 23064 0 -1 4202496 127859 0 0 0 178306 115 0 0 20 0 1 0 280785901 720588800 148970 33554432000 4194304 5208918 140736264761376 140736264759224 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25167/statm: 175925 148970 105 248 0 175674 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 963116

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25153 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=984873
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=906710
# CPU time returned by wait4() is 15.8916
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.07
CPU user time (s): 1797.03
CPU system time (s): 3.04
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 1093072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9849
system time used= 1.90671
maximum resident set size= 336024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 412752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 673
involuntary context switches= 49

runsolver used 3.17852 second user time and 7.94079 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 21:23:19
IDJOB=3700654
IDBENCH=92823
IDSOLVER=2277
FILE ID=node143/3700654-1338146597
RUNJOBID= node143-1338124293-23080
PBS_JOBID= 14624509
Free space on /tmp= 71388 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb5-0.01-2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700654-1338146597/watcher-3700654-1338146597 -o /tmp/evaluation-result-3700654-1338146597/solver-3700654-1338146597 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700654-1338146597.opb 1822719365 HOME HOME

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

MD5SUM BENCH= a5191d93a779f8a3cc9e0ce05eabef05
RANDOM SEED=1822719365

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29986468 kB
Buffers:          359808 kB
Cached:           768612 kB
SwapCached:            0 kB
Active:          1773352 kB
Inactive:         279220 kB
Active(anon):     914308 kB
Inactive(anon):    12524 kB
Active(file):     859044 kB
Inactive(file):   266696 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             73932 kB
Writeback:             0 kB
AnonPages:        931860 kB
Mapped:            15436 kB
Shmem:               200 kB
Slab:             693560 kB
SReclaimable:     135668 kB
SUnreclaim:       557892 kB
KernelStack:        1456 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1109792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    786432 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= 71208 MiB
End job on node143 at 2012-05-27 21:53:20