Trace number 3708706

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.06 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
MD5SUMdab917560b0808668d6327532459772d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.092985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
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

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 ...310766/instance-3708706-1338310766.opb
0.00/0.00	c Solving...
1800.04/1800.40	
1800.04/1800.40	*** INTERRUPTED! ***
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	
1800.04/1800.40	c INTERRUPTED   : 1
1800.04/1800.40	c Models        : 0+    
1800.04/1800.40	c Time          : 1800.404s (Solving: 1800.40s 1st Model: 0.00s Unsat: 0.00s)
1800.04/1800.40	c CPU Time      : 1800.040s

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-3708706-1338310766/watcher-3708706-1338310766 -o /tmp/evaluation-result-3708706-1338310766/solver-3708706-1338310766 -C 1800 -W 1900 -M 15500 HOME/clasp-dec.sh HOME/instance-3708706-1338310766.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: 0.00 0.00 1.20 2/168 19439
/proc/meminfo: memFree=28184876/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0

[startup+0.037619 s]
/proc/loadavg: 0.00 0.00 1.20 2/168 19439
/proc/meminfo: memFree=28184876/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.100153 s]
/proc/loadavg: 0.00 0.00 1.20 2/168 19439
/proc/meminfo: memFree=28184876/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.30022 s]
/proc/loadavg: 0.00 0.00 1.20 2/168 19439
/proc/meminfo: memFree=28184876/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.700216 s]
/proc/loadavg: 0.00 0.00 1.20 2/168 19439
/proc/meminfo: memFree=28184876/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+1.50026 s]
/proc/loadavg: 0.00 0.00 1.20 2/170 19441
/proc/meminfo: memFree=28177528/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=11552 CPUtime=1.49 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 2730 0 0 0 149 0 0 0 20 0 1 0 297202125 11829248 2570 33554432000 4194304 6212839 140734966339168 140734966337176 4333472 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 2888 2570 227 493 0 2393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20704

[startup+3.10026 s]
/proc/loadavg: 0.00 0.00 1.20 2/170 19441
/proc/meminfo: memFree=28174296/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=13164 CPUtime=3.09 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 3118 0 0 0 309 0 0 0 20 0 1 0 297202125 13479936 2958 33554432000 4194304 6212839 140734966339168 140734966337176 4314384 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 3291 2958 227 493 0 2796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22316

[startup+6.30023 s]
/proc/loadavg: 0.08 0.02 1.20 2/170 19441
/proc/meminfo: memFree=28171028/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=16756 CPUtime=6.28 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 3959 0 0 0 628 0 0 0 20 0 1 0 297202125 17158144 3799 33554432000 4194304 6212839 140734966339168 140734966337320 4334975 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 4189 3799 227 493 0 3694 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25908

[startup+12.7002 s]
/proc/loadavg: 0.15 0.03 1.20 2/170 19441
/proc/meminfo: memFree=28164224/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=24072 CPUtime=12.68 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 5821 0 0 0 1267 1 0 0 20 0 1 0 297202125 24649728 5711 33554432000 4194304 6212839 140734966339168 140734966337320 4662636 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 6018 5711 227 493 0 5523 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33224

[startup+25.5002 s]
/proc/loadavg: 0.34 0.08 1.20 2/170 19441
/proc/meminfo: memFree=28155056/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=31512 CPUtime=25.48 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 7638 0 0 0 2547 1 0 0 20 0 1 0 297202125 32268288 7528 33554432000 4194304 6212839 140734966339168 140734966337464 4356512 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 7878 7528 227 493 0 7383 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40664

[startup+51.1002 s]
/proc/loadavg: 0.56 0.15 1.19 2/171 19444
/proc/meminfo: memFree=28137256/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=48588 CPUtime=51.06 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 11835 0 0 0 5104 2 0 0 20 0 1 0 297202125 49754112 11834 33554432000 4194304 6212839 140734966339168 140734966337176 4298175 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 12147 11834 227 493 0 11652 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57740

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 1.18 2/171 19467
/proc/meminfo: memFree=28125600/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=73032 CPUtime=102.25 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 17916 0 0 0 10221 4 0 0 20 0 1 0 297202125 74784768 17941 33554432000 4194304 6212839 140734966339168 140734966337464 4743912 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 18258 17941 227 493 0 17763 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 82184

[startup+162.3 s]
/proc/loadavg: 0.93 0.41 1.16 2/170 19468
/proc/meminfo: memFree=28105928/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=93260 CPUtime=162.22 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 23091 0 0 0 16217 5 0 0 20 0 1 0 297202125 95498240 22992 33554432000 4194304 6212839 140734966339168 140734966337464 5437001 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 23315 22992 227 493 0 22820 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 102412

[startup+222.3 s]
/proc/loadavg: 0.97 0.51 1.15 2/170 19468
/proc/meminfo: memFree=28089200/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=110904 CPUtime=222.21 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 27475 0 0 0 22215 6 0 0 20 0 1 0 297202125 113565696 27291 33554432000 4194304 6212839 140734966339168 140734966337464 4685314 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 27726 27291 227 493 0 27231 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 120056

[startup+282.3 s]
/proc/loadavg: 0.99 0.60 1.14 2/170 19468
/proc/meminfo: memFree=28071516/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=128712 CPUtime=282.19 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 31895 0 0 0 28212 7 0 0 20 0 1 0 297202125 131801088 31791 33554432000 4194304 6212839 140734966339168 140734966337176 5430945 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 32178 31791 227 493 0 31683 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 137864

[startup+342.3 s]
/proc/loadavg: 0.99 0.67 1.13 2/170 19468
/proc/meminfo: memFree=28059224/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=140524 CPUtime=342.18 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 34701 0 0 0 34210 8 0 0 20 0 1 0 297202125 143896576 34668 33554432000 4194304 6212839 140734966339168 140734966337464 4685294 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 35131 34668 227 493 0 34636 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 149676

[startup+402.3 s]
/proc/loadavg: 0.99 0.73 1.12 2/170 19468
/proc/meminfo: memFree=28051608/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6

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

/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=246104 CPUtime=1062.06 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 58884 0 0 0 106191 15 0 0 20 0 1 0 297202125 252010496 60749 33554432000 4194304 6212839 140734966339168 140734966337320 4674384 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 61526 60749 227 493 0 61031 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 255256

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 1.04 2/170 19474
/proc/meminfo: memFree=27951992/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=251204 CPUtime=1122.05 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 60007 0 0 0 112190 15 0 0 20 0 1 0 297202125 257232896 61872 33554432000 4194304 6212839 140734966339168 140734966337320 5485420 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 62801 61872 227 493 0 62306 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 260356

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 1.03 2/170 19474
/proc/meminfo: memFree=27943032/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=258584 CPUtime=1182.04 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 61578 0 0 0 118189 15 0 0 20 0 1 0 297202125 264790016 64068 33554432000 4194304 6212839 140734966339168 140734966337320 4685814 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 64646 64068 227 493 0 64151 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 267736

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 1.03 2/171 19477
/proc/meminfo: memFree=27937096/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=264880 CPUtime=1242.02 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 62915 0 0 0 124187 15 0 0 20 0 1 0 297202125 271237120 65405 33554432000 4194304 6212839 140734966339168 140734966337320 4333845 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 66220 65405 227 493 0 65725 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 274032

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 1.02 2/170 19477
/proc/meminfo: memFree=27930984/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=272216 CPUtime=1302.03 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 64461 0 0 0 130187 16 0 0 20 0 1 0 297202125 278749184 66951 33554432000 4194304 6212839 140734966339168 140734966337320 4356512 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 68054 66951 227 493 0 67559 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 281368

[startup+1362.3 s]
/proc/loadavg: 1.04 0.99 1.02 2/170 19478
/proc/meminfo: memFree=27924448/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=276588 CPUtime=1362.01 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 65393 0 0 0 136185 16 0 0 20 0 1 0 297202125 283226112 68645 33554432000 4194304 6212839 140734966339168 140734966337320 4743788 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 69147 68645 227 493 0 68652 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 285740

[startup+1422.31 s]
/proc/loadavg: 1.01 0.99 1.02 2/170 19478
/proc/meminfo: memFree=27920108/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=281224 CPUtime=1422 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 66397 0 0 0 142184 16 0 0 20 0 1 0 297202125 287973376 69649 33554432000 4194304 6212839 140734966339168 140734966337384 4328942 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 70306 69649 227 493 0 69811 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 290376

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 1.01 2/170 19478
/proc/meminfo: memFree=27916884/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=285340 CPUtime=1481.99 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 67256 0 0 0 148183 16 0 0 20 0 1 0 297202125 292188160 70508 33554432000 4194304 6212839 140734966339168 140734966337320 4661910 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 71335 70508 227 493 0 70840 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 294492

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/170 19478
/proc/meminfo: memFree=27908712/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=292560 CPUtime=1541.98 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 68737 0 0 0 154182 16 0 0 20 0 1 0 297202125 299581440 72511 33554432000 4194304 6212839 140734966339168 140734966337320 4743862 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 73140 72511 227 493 0 72645 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 301712

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/170 19478
/proc/meminfo: memFree=27903752/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=298448 CPUtime=1601.97 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 69979 0 0 0 160181 16 0 0 20 0 1 0 297202125 305610752 73753 33554432000 4194304 6212839 140734966339168 140734966337320 4685321 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 74612 73753 227 493 0 74117 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 307600

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/171 19480
/proc/meminfo: memFree=27898660/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=304560 CPUtime=1661.97 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 71243 0 0 0 166180 17 0 0 20 0 1 0 297202125 311869440 75017 33554432000 4194304 6212839 140734966339168 140734966337320 4308187 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 76140 75017 227 493 0 75645 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 313712

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/170 19480
/proc/meminfo: memFree=27891532/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=309872 CPUtime=1721.95 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 72348 0 0 0 172178 17 0 0 20 0 1 0 297202125 317308928 76758 33554432000 4194304 6212839 140734966339168 140734966337320 4298198 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 77468 76758 227 493 0 76973 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 319024

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/170 19480
/proc/meminfo: memFree=27888556/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=313300 CPUtime=1781.94 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 73105 0 0 0 178177 17 0 0 20 0 1 0 297202125 320819200 77515 33554432000 4194304 6212839 140734966339168 140734966337320 4685321 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 78325 77515 227 493 0 77830 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 322452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/170 19480
/proc/meminfo: memFree=27886448/32873624 swapFree=7112/7112
[pid=19439] ppid=19437 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/19439/stat : 19439 (clasp-dec.sh) S 19437 19439 19409 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202125 9371648 274 33554432000 4194304 5064252 140736237371664 140736237370576 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19439/statm: 2288 274 232 213 0 73 0
[pid=19440] ppid=19439 vsize=315784 CPUtime=1800.04 cores=0,2,4,6
/proc/19440/stat : 19440 (clasp-R5325) R 19439 19439 19409 0 -1 4202496 73634 0 0 0 179987 17 0 0 20 0 1 0 297202125 323362816 78044 33554432000 4194304 6212839 140734966339168 140734966337512 4685264 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/19440/statm: 78946 78044 227 493 0 78451 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 324936

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.06
CPU user time (s): 1799.88
CPU system time (s): 0.178972
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 324936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.178972
maximum resident set size= 312220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74008
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= 108
involuntary context switches= 1956

runsolver used 2.69559 second user time and 7.13392 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-29 18:59:27
IDJOB=3708706
IDBENCH=2589
IDSOLVER=2287
FILE ID=node121/3708706-1338310766
RUNJOBID= node121-1338310763-19425
PBS_JOBID= 14632107
Free space on /tmp= 71564 MiB

SOLVER NAME= clasp 2.0.6-R5325
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
COMMAND LINE= HOME/clasp-dec.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3708706-1338310766/watcher-3708706-1338310766 -o /tmp/evaluation-result-3708706-1338310766/solver-3708706-1338310766 -C 1800 -W 1900 -M 15500  HOME/clasp-dec.sh HOME/instance-3708706-1338310766.opb

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

MD5SUM BENCH= dab917560b0808668d6327532459772d
RANDOM SEED=447847439

node121.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		: 2667.042
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	: 5334.08
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        28172852 kB
Buffers:          581808 kB
Cached:          3212564 kB
SwapCached:            0 kB
Active:          1138216 kB
Inactive:        2671480 kB
Active(anon):       1980 kB
Inactive(anon):    10624 kB
Active(file):    1136236 kB
Inactive(file):  2660856 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:         17224 kB
Mapped:            13376 kB
Shmem:               200 kB
Slab:             726956 kB
SReclaimable:     171660 kB
SUnreclaim:       555296 kB
KernelStack:        1368 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:      91248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71560 MiB
End job on node121 at 2012-05-29 19:29:27