Trace number 3755091

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 (fixed)? (TO) 1800.09 1801.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-33-100-0.wbo
MD5SUM0f4cdf827473fd69202dfaa2ec82572c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.678895
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints13064
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 665815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 665814
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.19	c run usual solver
0.98/1.07	o 7864
0.98/1.07	c current bound: 3932
0.98/1.07	c fallback to adder encoding
355.69/355.82	o 3932
355.69/355.82	c current bound: 1966
355.69/355.82	c fallback to adder encoding
1245.55/1245.86	o 1966
1245.55/1245.86	c current bound: 983
1245.55/1245.86	c fallback to adder encoding
1492.23/1493.14	o 983
1492.23/1493.14	c current bound: 491
1492.23/1493.14	c fallback to adder encoding
1800.09/1801.01	c error: unexpected solver exit code
1800.09/1801.01	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-3755091-1339189251/watcher-3755091-1339189251 -o /tmp/evaluation-result-3755091-1339189251/solver-3755091-1339189251 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755091-1339189251.wbo 649354497 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.01 2.00 3/180 1235
/proc/meminfo: memFree=31064844/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0

[startup+0.0524851 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1235
/proc/meminfo: memFree=31064844/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100308 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1235
/proc/meminfo: memFree=31064844/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1235
/proc/meminfo: memFree=31064844/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 1235
/proc/meminfo: memFree=31064844/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 1242
/proc/meminfo: memFree=31044248/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=75056 CPUtime=1.47 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) R 1235 1235 31525 0 -1 4202496 11824 12757 0 0 59 10 75 3 20 0 1 0 385053644 76857344 17352 33554432000 4194304 6006132 140736309486928 140736309479320 4582624 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 18764 17352 179 443 0 18317 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84204

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 1247
/proc/meminfo: memFree=30951692/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 182508

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 1249
/proc/meminfo: memFree=30508928/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
[pid=1248] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1248/stat : 1248 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385053933 9367552 267 33554432000 4194304 5064252 140734122881968 140734122880880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1248/statm: 2287 267 226 213 0 72 0
[pid=1249] ppid=1248 vsize=315572 CPUtime=3.4 cores=0,2,4,6
/proc/1249/stat : 1249 (glucose) R 1248 1235 31525 0 -1 4202496 53431 0 0 0 324 16 0 0 20 0 1 0 385053934 323145728 69591 33554432000 4194304 5208918 140734468717584 140734468715544 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1249/statm: 78893 69591 104 248 0 78642 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 507228

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 1272
/proc/meminfo: memFree=30513568/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
[pid=1248] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1248/stat : 1248 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385053933 9367552 267 33554432000 4194304 5064252 140734122881968 140734122880880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1248/statm: 2287 267 226 213 0 72 0
[pid=1249] ppid=1248 vsize=315836 CPUtime=9.8 cores=0,2,4,6
/proc/1249/stat : 1249 (glucose) R 1248 1235 31525 0 -1 4202496 53497 0 0 0 964 16 0 0 20 0 1 0 385053934 323416064 69657 33554432000 4194304 5208918 140734468717584 140734468715432 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1249/statm: 78959 69657 104 248 0 78708 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 507492

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 1272
/proc/meminfo: memFree=30511104/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
[pid=1248] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1248/stat : 1248 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385053933 9367552 267 33554432000 4194304 5064252 140734122881968 140734122880880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1248/statm: 2287 267 226 213 0 72 0
[pid=1249] ppid=1248 vsize=316860 CPUtime=22.59 cores=0,2,4,6
/proc/1249/stat : 1249 (glucose) R 1248 1235 31525 0 -1 4202496 53738 0 0 0 2243 16 0 0 20 0 1 0 385053934 324464640 70409 33554432000 4194304 5208918 140734468717584 140734468715544 4211156 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1249/statm: 79215 70409 105 248 0 78964 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 508516

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 1272
/proc/meminfo: memFree=30510484/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
[pid=1248] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1248/stat : 1248 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385053933 9367552 267 33554432000 4194304 5064252 140734122881968 140734122880880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1248/statm: 2287 267 226 213 0 72 0
[pid=1249] ppid=1248 vsize=317648 CPUtime=48.19 cores=0,2,4,6
/proc/1249/stat : 1249 (glucose) R 1248 1235 31525 0 -1 4202496 53926 0 0 0 4803 16 0 0 20 0 1 0 385053934 325271552 70597 33554432000 4194304 5208918 140734468717584 140734468715544 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1249/statm: 79412 70597 105 248 0 79161 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 509304

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1272
/proc/meminfo: memFree=30504164/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
[pid=1248] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1248/stat : 1248 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385053933 9367552 267 33554432000 4194304 5064252 140734122881968 140734122880880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1248/statm: 2287 267 226 213 0 72 0
[pid=1249] ppid=1248 vsize=319772 CPUtime=99.38 cores=0,2,4,6
/proc/1249/stat : 1249 (glucose) R 1248 1235 31525 0 -1 4202496 54449 0 0 0 9922 16 0 0 20 0 1 0 385053934 327446528 72142 33554432000 4194304 5208918 140734468717584 140734468715544 4211162 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1249/statm: 79943 72142 105 248 0 79692 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 511428

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1272
/proc/meminfo: memFree=30500000/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=173360 CPUtime=2.87 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 13070 12757 0 0 179 30 75 3 20 0 1 0 385053644 177520640 38857 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 43340 38857 180 443 0 42893 0
[pid=1248] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1248/stat : 1248 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385053933 9367552 267 33554432000 4194304 5064252 140734122881968 140734122880880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1248/statm: 2287 267 226 213 0 72 0
[pid=1249] ppid=1248 vsize=320740 CPUtime=159.35 cores=0,2,4,6
/proc/1249/stat : 1249 (glucose) R 1248 1235 31525 0 -1 4202496 54742 0 0 0 15919 16 0 0 20 0 1 0 385053934 328437760 72422 33554432000 4194304 5208918 140734468717584 140734468715432 4210976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1249/statm: 80185 72422 105 248 0 79934 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 512396

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1272
/proc/meminfo: memFree=30494816/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/1325/stat : 1325 (glucose) R 1324 1235 31525 0 -1 4202496 47305 0 0 0 11420 14 0 0 20 0 1 0 385178381 296275968 60372 33554432000 4194304 5208918 140736080011024 140736080008776 4211160 0 0 4096 0 0 0 0 17 4 0 0 54 0 0
/proc/1325/statm: 72333 60372 104 248 0 72082 0
Current children cumulated CPU time (s) 1361.46
Current children cumulated vsize (KiB) 462972

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 1432
/proc/meminfo: memFree=29812376/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=155344 CPUtime=1247.12 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 29636 135568 0 0 458 67 124059 128 20 0 1 0 385053644 159072256 29265 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38836 29265 180 443 0 38389 0
[pid=1324] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385178381 9367552 267 33554432000 4194304 5064252 140734936442896 140734936441808 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1324/statm: 2287 267 226 213 0 72 0
[pid=1325] ppid=1324 vsize=290544 CPUtime=174.33 cores=0,2,4,6
/proc/1325/stat : 1325 (glucose) R 1324 1235 31525 0 -1 4202496 47591 0 0 0 17419 14 0 0 20 0 1 0 385178381 297517056 61062 33554432000 4194304 5208918 140736080011024 140736080008984 4229319 0 0 4096 0 0 0 0 17 4 0 0 54 0 0
/proc/1325/statm: 72636 61062 104 248 0 72385 0
Current children cumulated CPU time (s) 1421.45
Current children cumulated vsize (KiB) 464184

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 1433
/proc/meminfo: memFree=29807288/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=155344 CPUtime=1247.12 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 29636 135568 0 0 458 67 124059 128 20 0 1 0 385053644 159072256 29265 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38836 29265 180 443 0 38389 0
[pid=1324] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385178381 9367552 267 33554432000 4194304 5064252 140734936442896 140734936441808 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1324/statm: 2287 267 226 213 0 72 0
[pid=1325] ppid=1324 vsize=290808 CPUtime=234.31 cores=0,2,4,6
/proc/1325/stat : 1325 (glucose) R 1324 1235 31525 0 -1 4202496 47696 0 0 0 23417 14 0 0 20 0 1 0 385178381 297787392 61678 33554432000 4194304 5208918 140736080011024 140736080008872 4229365 0 0 4096 0 0 0 0 17 4 0 0 54 0 0
/proc/1325/statm: 72702 61678 104 248 0 72451 0
Current children cumulated CPU time (s) 1481.43
Current children cumulated vsize (KiB) 464448

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1440
/proc/meminfo: memFree=29864828/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=153712 CPUtime=1493.64 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 37341 190457 0 0 577 84 148522 181 20 0 1 0 385053644 157401088 26297 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38428 26297 180 443 0 37981 0
[pid=1439] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1439/stat : 1439 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385203093 9367552 267 33554432000 4194304 5064252 140733530377488 140733530376400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1439/statm: 2287 267 226 213 0 72 0
[pid=1440] ppid=1439 vsize=234272 CPUtime=47.79 cores=0,2,4,6
/proc/1440/stat : 1440 (glucose) R 1439 1235 31525 0 -1 4202496 42441 0 0 0 4767 12 0 0 20 0 1 0 385203094 239894528 52520 33554432000 4194304 5208918 140734123590880 140734123588840 4211182 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1440/statm: 58568 52520 104 248 0 58317 0
Current children cumulated CPU time (s) 1541.43
Current children cumulated vsize (KiB) 406280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 1440
/proc/meminfo: memFree=29860984/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=153712 CPUtime=1493.64 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 37341 190457 0 0 577 84 148522 181 20 0 1 0 385053644 157401088 26297 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38428 26297 180 443 0 37981 0
[pid=1439] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1439/stat : 1439 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385203093 9367552 267 33554432000 4194304 5064252 140733530377488 140733530376400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1439/statm: 2287 267 226 213 0 72 0
[pid=1440] ppid=1439 vsize=266976 CPUtime=107.78 cores=0,2,4,6
/proc/1440/stat : 1440 (glucose) R 1439 1235 31525 0 -1 4202496 43336 0 0 0 10766 12 0 0 20 0 1 0 385203094 273383424 53362 33554432000 4194304 5208918 140734123590880 140734123588728 4211160 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1440/statm: 66744 53362 104 248 0 66493 0
Current children cumulated CPU time (s) 1601.42
Current children cumulated vsize (KiB) 438984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 1440
/proc/meminfo: memFree=29859964/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=153712 CPUtime=1493.64 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 37341 190457 0 0 577 84 148522 181 20 0 1 0 385053644 157401088 26297 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38428 26297 180 443 0 37981 0
[pid=1439] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1439/stat : 1439 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385203093 9367552 267 33554432000 4194304 5064252 140733530377488 140733530376400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1439/statm: 2287 267 226 213 0 72 0
[pid=1440] ppid=1439 vsize=267584 CPUtime=167.77 cores=0,2,4,6
/proc/1440/stat : 1440 (glucose) R 1439 1235 31525 0 -1 4202496 43529 0 0 0 16764 13 0 0 20 0 1 0 385203094 274006016 53544 33554432000 4194304 5208918 140734123590880 140734123588776 4205672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1440/statm: 66896 53544 104 248 0 66645 0
Current children cumulated CPU time (s) 1661.41
Current children cumulated vsize (KiB) 439592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 1440
/proc/meminfo: memFree=29856968/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=153712 CPUtime=1493.64 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 37341 190457 0 0 577 84 148522 181 20 0 1 0 385053644 157401088 26297 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38428 26297 180 443 0 37981 0
[pid=1439] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1439/stat : 1439 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385203093 9367552 267 33554432000 4194304 5064252 140733530377488 140733530376400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1439/statm: 2287 267 226 213 0 72 0
[pid=1440] ppid=1439 vsize=268244 CPUtime=227.76 cores=0,2,4,6
/proc/1440/stat : 1440 (glucose) R 1439 1235 31525 0 -1 4202496 43844 0 0 0 22763 13 0 0 20 0 1 0 385203094 274681856 54360 33554432000 4194304 5208918 140734123590880 140734123588728 4211066 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1440/statm: 67061 54360 104 248 0 66810 0
Current children cumulated CPU time (s) 1721.4
Current children cumulated vsize (KiB) 440252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1452
/proc/meminfo: memFree=29856104/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=153712 CPUtime=1493.64 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 37341 190457 0 0 577 84 148522 181 20 0 1 0 385053644 157401088 26297 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38428 26297 180 443 0 37981 0
[pid=1439] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1439/stat : 1439 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385203093 9367552 267 33554432000 4194304 5064252 140733530377488 140733530376400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1439/statm: 2287 267 226 213 0 72 0
[pid=1440] ppid=1439 vsize=268944 CPUtime=287.75 cores=0,2,4,6
/proc/1440/stat : 1440 (glucose) R 1439 1235 31525 0 -1 4202496 43998 0 0 0 28762 13 0 0 20 0 1 0 385203094 275398656 54514 33554432000 4194304 5208918 140734123590880 140734123588728 4211521 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1440/statm: 67236 54514 104 248 0 66985 0
Current children cumulated CPU time (s) 1781.39
Current children cumulated vsize (KiB) 440952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1452
/proc/meminfo: memFree=29855732/32873844 swapFree=7116/7116
[pid=1235] ppid=1233 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1235/stat : 1235 (npSolver-wbo.sh) S 1233 1235 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385053644 9367552 274 33554432000 4194304 5064252 140735203795344 140735203794256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1235/statm: 2287 274 233 213 0 72 0
[pid=1236] ppid=1235 vsize=153712 CPUtime=1493.64 cores=0,2,4,6
/proc/1236/stat : 1236 (npSolver-wbo) S 1235 1235 31525 0 -1 4202496 37341 190457 0 0 577 84 148522 181 20 0 1 0 385053644 157401088 26297 33554432000 4194304 6006132 140736309486928 140736309478336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1236/statm: 38428 26297 180 443 0 37981 0
[pid=1439] ppid=1236 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1439/stat : 1439 (satsolver.sh) S 1236 1235 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385203093 9367552 267 33554432000 4194304 5064252 140733530377488 140733530376400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1439/statm: 2287 267 226 213 0 72 0
[pid=1440] ppid=1439 vsize=269452 CPUtime=306.45 cores=0,2,4,6
/proc/1440/stat : 1440 (glucose) R 1439 1235 31525 0 -1 4202496 44104 0 0 0 30632 13 0 0 20 0 1 0 385203094 275918848 54620 33554432000 4194304 5208918 140734123590880 140734123588552 4205631 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1440/statm: 67363 54620 104 248 0 67112 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 441460

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1235 and gives
#  childrusage.ru_utime.tv_sec=1490
#  childrusage.ru_utime.tv_usec=996334
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=661595
# CPU time returned by wait4() is 1493.66
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.01
CPU time (s): 1800.09
CPU user time (s): 1797.31
CPU system time (s): 2.78
CPU usage (%): 99.9487
Max. virtual memory (cumulated for all children) (KiB): 628328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1491
system time used= 2.6616
maximum resident set size= 376704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228776
page faults= 0
swaps= 0
block input operations= 0
block output operations= 821120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3517
involuntary context switches= 1744

runsolver used 3.88341 second user time and 9.50855 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 23:00:51
IDJOB=3755091
IDBENCH=79050
IDSOLVER=2339
FILE ID=node103/3755091-1339189251
RUNJOBID= node103-1339183658-464
PBS_JOBID= 14643832
Free space on /tmp= 71140 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf8.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755091-1339189251/watcher-3755091-1339189251 -o /tmp/evaluation-result-3755091-1339189251/solver-3755091-1339189251 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755091-1339189251.wbo 649354497 HOME HOME

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

MD5SUM BENCH= 0f4cdf827473fd69202dfaa2ec82572c
RANDOM SEED=649354497

node103.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.189
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.37
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.189
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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31064844 kB
Buffers:          316932 kB
Cached:           365964 kB
SwapCached:         5468 kB
Active:           908280 kB
Inactive:          29508 kB
Active(anon):     249476 kB
Inactive(anon):     7868 kB
Active(file):     658804 kB
Inactive(file):    21640 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:              9132 kB
Writeback:             0 kB
AnonPages:        266072 kB
Mapped:             9588 kB
Shmem:                 0 kB
Slab:             732088 kB
SReclaimable:     172580 kB
SUnreclaim:       559508 kB
KernelStack:        1528 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     409460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 70868 MiB
End job on node103 at 2012-06-08 23:30:52