Trace number 3750768

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.15 1800.73

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12053_6.std.opb
MD5SUMafeceb08ae53f25fa9e4759a0d0118c7
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark108
Best CPU time to get the best result obtained on this benchmark1800.63
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256600
Number of constraints which are clauses255400
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 constraint93
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

3.89/3.94	c run usual solver
29.96/30.12	c model valid
29.96/30.12	c current solution ok
34.29/34.67	o 300
34.29/34.67	c current bound: 150
47.15/47.44	c model valid
47.15/47.44	c current solution ok
47.19/47.56	o 144
47.19/47.56	c current bound: 72
48.36/48.73	c current bound: 108
1800.10/1800.71	./satsolver.sh: line 5: 23002 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.71	c error: unexpected solver exit code
1800.10/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-3750768-1339164519/watcher-3750768-1339164519 -o /tmp/evaluation-result-3750768-1339164519/solver-3750768-1339164519 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750768-1339164519.opb 638946447 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.32 2.14 2.05 3/177 22974
/proc/meminfo: memFree=25930324/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0

[startup+0.0209759 s]
/proc/loadavg: 2.32 2.14 2.05 3/177 22974
/proc/meminfo: memFree=25930324/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 2.32 2.14 2.05 3/177 22974
/proc/meminfo: memFree=25930324/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300313 s]
/proc/loadavg: 2.32 2.14 2.05 3/177 22974
/proc/meminfo: memFree=25930324/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700318 s]
/proc/loadavg: 2.32 2.14 2.05 3/177 22974
/proc/meminfo: memFree=25930324/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.29 2.14 2.05 3/179 22976
/proc/meminfo: memFree=25809336/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=194544 CPUtime=1.49 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) R 22974 22974 15797 0 -1 4202496 22406 0 0 0 144 5 0 0 20 0 1 0 382580448 199213056 42924 33554432000 4194304 6004724 140735734891200 140735734885480 4579258 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22975/statm: 48636 42924 153 442 0 48190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 203692

[startup+3.10033 s]
/proc/loadavg: 2.29 2.14 2.05 3/179 22976
/proc/meminfo: memFree=25716684/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391152 CPUtime=3.08 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) R 22974 22974 15797 0 -1 4202496 23578 0 0 0 298 10 0 0 20 0 1 0 382580448 400539648 70061 33554432000 4194304 6004724 140735734891200 140735734885800 4582496 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22975/statm: 97788 70061 154 442 0 97342 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 400300

[startup+6.30056 s]
/proc/loadavg: 2.29 2.14 2.05 3/181 22978
/proc/meminfo: memFree=25260000/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391152 CPUtime=3.93 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 24225 0 0 0 351 42 0 0 20 0 1 0 382580448 400539648 79286 33554432000 4194304 6004724 140735734891200 140735734885248 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22975/statm: 97788 79286 163 442 0 97342 0
[pid=22977] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22977/stat : 22977 (cp2_pre.sh) S 22975 22974 15797 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 382580842 9367552 276 33554432000 4194304 5064252 140736136686416 140736136685120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22977/statm: 2287 276 234 213 0 72 0
[pid=22978] ppid=22977 vsize=264136 CPUtime=2.34 cores=1,3,5,7
/proc/22978/stat : 22978 (coprocessor) R 22977 22974 15797 0 -1 4202496 13467 0 0 0 222 12 0 0 20 0 1 0 382580842 270475264 63719 33554432000 4194304 6586260 140734896971392 140734896968152 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22978/statm: 66034 63719 137 584 0 65446 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 673584

[startup+12.7005 s]
/proc/loadavg: 2.25 2.13 2.05 3/181 22978
/proc/meminfo: memFree=24593072/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391152 CPUtime=3.93 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 24225 0 0 0 351 42 0 0 20 0 1 0 382580448 400539648 79286 33554432000 4194304 6004724 140735734891200 140735734885248 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22975/statm: 97788 79286 163 442 0 97342 0
[pid=22977] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22977/stat : 22977 (cp2_pre.sh) S 22975 22974 15797 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 382580842 9367552 276 33554432000 4194304 5064252 140736136686416 140736136685120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22977/statm: 2287 276 234 213 0 72 0
[pid=22978] ppid=22977 vsize=848896 CPUtime=8.74 cores=1,3,5,7
/proc/22978/stat : 22978 (coprocessor) R 22977 22974 15797 0 -1 4202496 86681 0 0 0 840 34 0 0 20 0 1 0 382580842 869269504 207451 33554432000 4194304 6586260 140734896971392 140734896967416 4774946 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22978/statm: 212224 207451 180 584 0 211636 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1258344

[startup+25.5005 s]
/proc/loadavg: 2.21 2.13 2.05 3/181 22981
/proc/meminfo: memFree=25239368/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391152 CPUtime=18.81 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 24233 98846 0 0 351 43 1398 89 20 0 1 0 382580448 400539648 79286 33554432000 4194304 6004724 140735734891200 140735734886336 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22975/statm: 97788 79286 163 442 0 97342 0
[pid=22980] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22980/stat : 22980 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382582342 9367552 267 33554432000 4194304 5064252 140734899981952 140734899980864 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22980/statm: 2287 267 226 213 0 72 0
[pid=22981] ppid=22980 vsize=373916 CPUtime=6.55 cores=1,3,5,7
/proc/22981/stat : 22981 (glucose) R 22980 22974 15797 0 -1 4202496 56498 0 0 0 640 15 0 0 20 0 1 0 382582342 382889984 77421 33554432000 4194304 5208918 140735425518400 140735425516232 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22981/statm: 93479 77421 103 248 0 93228 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 783364

[startup+51.1005 s]
/proc/loadavg: 2.20 2.13 2.05 3/181 23002
/proc/meminfo: memFree=25203424/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=318312 CPUtime=2.34 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 56740 0 0 0 219 15 0 0 20 0 1 0 382585322 325951488 70812 33554432000 4194304 5208918 140734247354608 140734247352776 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 79578 70812 95 248 0 79327 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 727764

[startup+102.301 s]
/proc/loadavg: 2.14 2.12 2.05 3/181 23005
/proc/meminfo: memFree=25197056/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=322108 CPUtime=53.55 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 58546 0 0 0 5337 18 0 0 20 0 1 0 382585322 329838592 72876 33554432000 4194304 5208918 140734247354608 140734247352456 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 80527 72876 105 248 0 80276 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 731560

[startup+162.301 s]
/proc/loadavg: 2.05 2.10 2.04 3/181 23006
/proc/meminfo: memFree=25190692/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=342768 CPUtime=113.53 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 60290 0 0 0 11333 20 0 0 20 0 1 0 382585322 350994432 74336 33554432000 4194304 5208918 140734247354608 140734247352456 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 85692 74336 105 248 0 85441 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 752220

[startup+222.307 s]
/proc/loadavg: 2.02 2.08 2.04 3/181 23007
/proc/meminfo: memFree=25190700/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23016
/proc/meminfo: memFree=25102796/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=387540 CPUtime=1313.29 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 81028 0 0 0 131267 62 0 0 20 0 1 0 382585322 396840960 82511 33554432000 4194304 5208918 140734247354608 140734247352760 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 96885 82511 105 248 0 96634 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 796992

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23017
/proc/meminfo: memFree=25115736/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=357116 CPUtime=1373.3 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 81641 0 0 0 137266 64 0 0 20 0 1 0 382585322 365686784 81139 33554432000 4194304 5208918 140734247354608 140734247352456 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 89279 81139 105 248 0 89028 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 766568

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23017
/proc/meminfo: memFree=25094220/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=357652 CPUtime=1433.27 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 82731 0 0 0 143262 65 0 0 20 0 1 0 382585322 366235648 79735 33554432000 4194304 5208918 140734247354608 140734247350984 4229039 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 89413 79735 105 248 0 89162 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 767104

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23017
/proc/meminfo: memFree=25090264/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=389016 CPUtime=1493.27 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 83455 0 0 0 149261 66 0 0 20 0 1 0 382585322 398352384 85053 33554432000 4194304 5208918 140734247354608 140734247352456 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 97254 85053 105 248 0 97003 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 798468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23017
/proc/meminfo: memFree=25144348/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=358592 CPUtime=1553.26 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 83916 0 0 0 155258 68 0 0 20 0 1 0 382585322 367198208 82519 33554432000 4194304 5208918 140734247354608 140734247352456 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 89648 82519 105 248 0 89397 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 768044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23062
/proc/meminfo: memFree=25283496/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=390080 CPUtime=1613.24 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 84712 0 0 0 161256 68 0 0 20 0 1 0 382585322 399441920 88413 33554432000 4194304 5208918 140734247354608 140734247352456 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 97520 88413 105 248 0 97269 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 799532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23063
/proc/meminfo: memFree=25282792/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=390500 CPUtime=1673.22 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 85761 0 0 0 167252 70 0 0 20 0 1 0 382585322 399872000 84926 33554432000 4194304 5208918 140734247354608 140734247352456 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 97625 84926 105 248 0 97374 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 799952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23063
/proc/meminfo: memFree=25291932/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=360376 CPUtime=1733.21 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 86278 0 0 0 173250 71 0 0 20 0 1 0 382585322 369025024 80918 33554432000 4194304 5208918 140734247354608 140734247352696 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 90094 80918 105 248 0 89843 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 769828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23063
/proc/meminfo: memFree=25287712/32873844 swapFree=7120/7120
[pid=22974] ppid=22972 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22974/stat : 22974 (npSolver-pbo.sh) S 22972 22974 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382580448 9367552 274 33554432000 4194304 5064252 140737276316480 140737276315392 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22974/statm: 2287 274 233 213 0 72 0
[pid=22975] ppid=22974 vsize=391156 CPUtime=48.47 cores=1,3,5,7
/proc/22975/stat : 22975 (npSolver-pbo) S 22974 22974 15797 0 -1 4202496 38202 284438 0 0 507 403 3741 196 20 0 1 0 382580448 400543744 79302 33554432000 4194304 6004724 140735734891200 140735734883552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/22975/statm: 97789 79302 178 442 0 97343 0
[pid=23001] ppid=22975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23001/stat : 23001 (satsolver.sh) S 22975 22974 15797 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382585321 9367552 266 33554432000 4194304 5064252 140734525476096 140734525475008 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23001/statm: 2287 266 226 213 0 72 0
[pid=23002] ppid=23001 vsize=360680 CPUtime=1751.63 cores=1,3,5,7
/proc/23002/stat : 23002 (glucose) R 23001 22974 15797 0 -1 4202496 86357 0 0 0 175091 72 0 0 20 0 1 0 382585322 369336320 82019 33554432000 4194304 5208918 140734247354608 140734247352456 4229277 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23002/statm: 90170 82019 105 248 0 89919 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 770132

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.15
CPU user time (s): 1793.41
CPU system time (s): 6.73898
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 1382636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.41
system time used= 6.73897
maximum resident set size= 958652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1072328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4872
involuntary context switches= 1894

runsolver used 5.9071 second user time and 19.714 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-08 16:08:39
IDJOB=3750768
IDBENCH=77109
IDSOLVER=2334
FILE ID=node104/3750768-1339164519
RUNJOBID= node104-1339158370-20092
PBS_JOBID= 14643766
Free space on /tmp= 70140 MiB

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

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

MD5SUM BENCH= afeceb08ae53f25fa9e4759a0d0118c7
RANDOM SEED=638946447

node104.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.266
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.53
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.266
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.266
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.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25930704 kB
Buffers:         2825820 kB
Cached:          2770232 kB
SwapCached:          840 kB
Active:          4273128 kB
Inactive:        1633596 kB
Active(anon):     301232 kB
Inactive(anon):     8364 kB
Active(file):    3971896 kB
Inactive(file):  1625232 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67104724 kB
Dirty:             16920 kB
Writeback:             0 kB
AnonPages:        319224 kB
Mapped:            11856 kB
Shmem:                 8 kB
Slab:             888372 kB
SReclaimable:     329536 kB
SUnreclaim:       558836 kB
KernelStack:        1464 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     485488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 70020 MiB
End job on node104 at 2012-06-08 16:38:40