Trace number 3708576

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
clasp 2.0.6-R5325 (dec)? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Calling clasp with: --sat-p=20,25,240,-1,1 --heuristic=Vsids --dynamic-restarts=100,0.7 --dinit=500,20000 --del=3.0,1.1,20.0 --recursive-str --update-lbd --dglue=2 --otfs=2 --dgrowS=100,1.5 --save-p=75 --cir=3 --cir-bump=1023 --reverse-arcs=2 --dsched=+,10000,2000 --dfrac=0.5
0.00/0.00	c clasp version 2.0.6
0.00/0.00	c Reading from ...154465/instance-3708576-1338154465.opb
5.78/5.83	c Solving...
1800.08/1800.40	
1800.08/1800.40	*** INTERRUPTED! ***
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	
1800.08/1800.40	c INTERRUPTED   : 1
1800.08/1800.40	c Models        : 0+    
1800.08/1800.40	c Time          : 1800.404s (Solving: 1794.57s 1st Model: 0.00s Unsat: 0.00s)
1800.08/1800.40	c CPU Time      : 1800.080s

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-3708576-1338154465/watcher-3708576-1338154465 -o /tmp/evaluation-result-3708576-1338154465/solver-3708576-1338154465 -C 1800 -W 1900 -M 15500 HOME/clasp-dec.sh HOME/instance-3708576-1338154465.opb 

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.14 2.06 3/177 21999
/proc/meminfo: memFree=31023536/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0

[startup+0.035755 s]
/proc/loadavg: 2.00 2.14 2.06 3/177 21999
/proc/meminfo: memFree=31023536/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.100278 s]
/proc/loadavg: 2.00 2.14 2.06 3/177 21999
/proc/meminfo: memFree=31023536/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.300258 s]
/proc/loadavg: 2.00 2.14 2.06 3/177 21999
/proc/meminfo: memFree=31023536/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.700274 s]
/proc/loadavg: 2.00 2.14 2.06 3/177 21999
/proc/meminfo: memFree=31023536/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+1.50032 s]
/proc/loadavg: 2.00 2.14 2.06 3/179 22001
/proc/meminfo: memFree=30979968/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=47960 CPUtime=1.49 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 12287 0 0 0 148 1 0 0 20 0 1 0 281571107 49111040 11047 33554432000 4194304 6212839 140735681887040 140735681885688 4601312 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 11990 11047 204 493 0 11495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57112

[startup+3.10032 s]
/proc/loadavg: 2.00 2.14 2.06 3/179 22001
/proc/meminfo: memFree=30978116/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=47960 CPUtime=3.09 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 12287 0 0 0 308 1 0 0 20 0 1 0 281571107 49111040 11047 33554432000 4194304 6212839 140735681887040 140735681885688 4601641 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 11990 11047 204 493 0 11495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57112

[startup+6.30032 s]
/proc/loadavg: 2.00 2.14 2.06 3/179 22001
/proc/meminfo: memFree=30977388/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=52988 CPUtime=6.28 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 13805 0 0 0 627 1 0 0 20 0 1 0 281571107 54259712 12673 33554432000 4194304 6212839 140735681887040 140735681885688 4685294 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 13247 12673 226 493 0 12752 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 62140

[startup+12.7003 s]
/proc/loadavg: 2.08 2.15 2.06 3/179 22001
/proc/meminfo: memFree=30970148/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=52988 CPUtime=12.68 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 13935 0 0 0 1267 1 0 0 20 0 1 0 281571107 54259712 12803 33554432000 4194304 6212839 140735681887040 140735681886008 4685939 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 13247 12803 227 493 0 12752 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62140

[startup+25.5003 s]
/proc/loadavg: 2.07 2.14 2.06 3/179 22001
/proc/meminfo: memFree=30947192/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=73668 CPUtime=25.48 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 18847 0 0 0 2545 3 0 0 20 0 1 0 281571107 75436032 17709 33554432000 4194304 6212839 140735681887040 140735681885048 4685336 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 18417 17709 227 493 0 17922 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82820

[startup+51.1003 s]
/proc/loadavg: 2.04 2.13 2.06 3/179 22001
/proc/meminfo: memFree=30933276/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=83040 CPUtime=51.07 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 21230 0 0 0 5103 4 0 0 20 0 1 0 281571107 85032960 20078 33554432000 4194304 6212839 140735681887040 140735681885048 4307907 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 20760 20078 227 493 0 20265 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 92192

[startup+102.306 s]
/proc/loadavg: 2.02 2.11 2.06 3/179 22001
/proc/meminfo: memFree=30917232/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=93484 CPUtime=102.25 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 23806 0 0 0 10221 4 0 0 20 0 1 0 281571107 95727616 22893 33554432000 4194304 6212839 140735681887040 140735681885048 4634964 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 23371 22893 227 493 0 22876 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 102636

[startup+162.3 s]
/proc/loadavg: 2.00 2.09 2.05 3/179 22001
/proc/meminfo: memFree=30902040/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=102064 CPUtime=162.24 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 25998 0 0 0 16219 5 0 0 20 0 1 0 281571107 104513536 25102 33554432000 4194304 6212839 140735681887040 140735681885048 4685565 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 25516 25102 227 493 0 25021 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 111216

[startup+222.3 s]
/proc/loadavg: 2.04 2.08 2.05 3/179 22001
/proc/meminfo: memFree=30891856/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=108532 CPUtime=222.22 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 27612 0 0 0 22217 5 0 0 20 0 1 0 281571107 111136768 26711 33554432000 4194304 6212839 140735681887040 140735681885048 4685294 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 27133 26711 227 493 0 26638 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 117684

[startup+282.3 s]
/proc/loadavg: 2.01 2.07 2.04 3/178 22001
/proc/meminfo: memFree=30886896/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=110644 CPUtime=282.21 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 28146 0 0 0 28216 5 0 0 20 0 1 0 281571107 113299456 27241 33554432000 4194304 6212839 140735681887040 140735681885048 4685317 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 27661 27241 227 493 0 27166 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 119796

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/180 22005
/proc/meminfo: memFree=30877752/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=117652 CPUtime=342.21 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 29817 0 0 0 34215 6 0 0 20 0 1 0 281571107 120475648 28912 33554432000 4194304 6212839 140735681887040 140735681885048 4685317 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 29413 28912 227 493 0 28918 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 126804

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/179 22005
/proc/meminfo: memFree=30874536/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6

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

/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=141284 CPUtime=1062.09 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 35763 0 0 0 106201 8 0 0 20 0 1 0 281571107 144674816 34901 33554432000 4194304 6212839 140735681887040 140735681885048 4685801 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 35321 34901 227 493 0 34826 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 150436

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22022
/proc/meminfo: memFree=30826676/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=149864 CPUtime=1122.07 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 37892 0 0 0 112199 8 0 0 20 0 1 0 281571107 153460736 37030 33554432000 4194304 6212839 140735681887040 140735681885048 4685696 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 37466 37030 227 493 0 36971 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 159016

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22022
/proc/meminfo: memFree=30826188/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=149864 CPUtime=1182.06 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 37896 0 0 0 118198 8 0 0 20 0 1 0 281571107 153460736 37030 33554432000 4194304 6212839 140735681887040 140735681885048 4685484 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 37466 37030 227 493 0 36971 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 159016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22023
/proc/meminfo: memFree=30821968/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=150128 CPUtime=1242.05 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 37970 0 0 0 124197 8 0 0 20 0 1 0 281571107 153731072 37104 33554432000 4194304 6212839 140735681887040 140735681885048 4685294 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 37532 37104 227 493 0 37037 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 159280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22023
/proc/meminfo: memFree=30819240/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=150128 CPUtime=1302.05 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 37970 0 0 0 130197 8 0 0 20 0 1 0 281571107 153731072 37104 33554432000 4194304 6212839 140735681887040 140735681885048 4683206 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 37532 37104 227 493 0 37037 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 159280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22023
/proc/meminfo: memFree=30817812/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=151448 CPUtime=1362.04 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 38296 0 0 0 136195 9 0 0 20 0 1 0 281571107 155082752 37430 33554432000 4194304 6212839 140735681887040 140735681885048 4307552 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 37862 37430 227 493 0 37367 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 160600

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22023
/proc/meminfo: memFree=30817192/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=152524 CPUtime=1422.04 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 38536 0 0 0 142195 9 0 0 20 0 1 0 281571107 156184576 37670 33554432000 4194304 6212839 140735681887040 140735681885336 4685294 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 38131 37670 227 493 0 37636 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 161676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22023
/proc/meminfo: memFree=30814520/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=154900 CPUtime=1482.02 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 39147 0 0 0 148193 9 0 0 20 0 1 0 281571107 158617600 38310 33554432000 4194304 6212839 140735681887040 140735681885048 4685809 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 38725 38310 227 493 0 38230 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 164052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22027
/proc/meminfo: memFree=30813076/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=156088 CPUtime=1542.01 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 39435 0 0 0 154192 9 0 0 20 0 1 0 281571107 159834112 38598 33554432000 4194304 6212839 140735681887040 140735681885048 4634964 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 39022 38598 227 493 0 38527 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 165240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22049
/proc/meminfo: memFree=30813624/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=156088 CPUtime=1602 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 39435 0 0 0 160191 9 0 0 20 0 1 0 281571107 159834112 38598 33554432000 4194304 6212839 140735681887040 140735681885048 4333776 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 39022 38598 227 493 0 38527 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 165240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22049
/proc/meminfo: memFree=30806272/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=163348 CPUtime=1662 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 41243 0 0 0 166190 10 0 0 20 0 1 0 281571107 167268352 40406 33554432000 4194304 6212839 140735681887040 140735681885048 4683135 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 40837 40406 227 493 0 40342 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 172500

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 22049
/proc/meminfo: memFree=30806148/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=163612 CPUtime=1721.99 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 41328 0 0 0 172189 10 0 0 20 0 1 0 281571107 167538688 40491 33554432000 4194304 6212839 140735681887040 140735681885048 4685827 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 40903 40491 227 493 0 40408 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 172764

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22089
/proc/meminfo: memFree=30878132/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=163612 CPUtime=1781.98 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 41332 0 0 0 178188 10 0 0 20 0 1 0 281571107 167538688 40491 33554432000 4194304 6212839 140735681887040 140735681885048 4298304 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 40903 40491 227 493 0 40408 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 172764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22089
/proc/meminfo: memFree=30860804/32873844 swapFree=7900/7900
[pid=21999] ppid=21997 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (clasp-dec.sh) S 21997 21999 21914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281571107 9371648 275 33554432000 4194304 5064252 140735957816608 140735957815520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21999/statm: 2288 275 232 213 0 73 0
[pid=22000] ppid=21999 vsize=165460 CPUtime=1800.08 cores=0,2,4,6
/proc/22000/stat : 22000 (clasp-R5325) R 21999 21999 21914 0 -1 4202496 41766 0 0 0 179998 10 0 0 20 0 1 0 281571107 169431040 40925 33554432000 4194304 6212839 140735681887040 140735681885048 4308043 0 0 4096 18946 0 0 0 17 4 0 0 0 0 0
/proc/22000/statm: 41365 40925 227 493 0 40870 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 174612

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.41
CPU time (s): 1800.09
CPU user time (s): 1799.98
CPU system time (s): 0.105983
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 174612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.105983
maximum resident set size= 163740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 1909

runsolver used 2.82057 second user time and 7.03793 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 23:34:26
IDJOB=3708576
IDBENCH=1373
IDSOLVER=2287
FILE ID=node137/3708576-1338154465
RUNJOBID= node137-1338154438-21930
PBS_JOBID= 14624522
Free space on /tmp= 71460 MiB

SOLVER NAME= clasp 2.0.6-R5325
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= HOME/clasp-dec.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3708576-1338154465/watcher-3708576-1338154465 -o /tmp/evaluation-result-3708576-1338154465/solver-3708576-1338154465 -C 1800 -W 1900 -M 15500  HOME/clasp-dec.sh HOME/instance-3708576-1338154465.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1988909876

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:        31023900 kB
Buffers:          331596 kB
Cached:           619044 kB
SwapCached:        20904 kB
Active:           869148 kB
Inactive:         134572 kB
Active(anon):      32412 kB
Inactive(anon):    22936 kB
Active(file):     836736 kB
Inactive(file):   111636 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             27848 kB
Writeback:             0 kB
AnonPages:         43372 kB
Mapped:            10656 kB
Shmem:                 0 kB
Slab:             705360 kB
SReclaimable:     146508 kB
SUnreclaim:       558852 kB
KernelStack:        1464 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71464 MiB
End job on node137 at 2012-05-28 00:04:26