Trace number 3708692

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.08 1800.51

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
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.18997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
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 102
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 ...158427/instance-3708692-1338158427.opb
0.00/0.00	c Solving...
1800.08/1800.50	
1800.08/1800.50	*** INTERRUPTED! ***
1800.08/1800.50	s UNKNOWN
1800.08/1800.50	
1800.08/1800.50	c INTERRUPTED   : 1
1800.08/1800.50	c Models        : 0+    
1800.08/1800.50	c Time          : 1800.504s (Solving: 1800.50s 1st Model: 0.00s Unsat: 0.00s)
1800.08/1800.50	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-3708692-1338158427/watcher-3708692-1338158427 -o /tmp/evaluation-result-3708692-1338158427/solver-3708692-1338158427 -C 1800 -W 1900 -M 15500 HOME/clasp-dec.sh HOME/instance-3708692-1338158427.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.64 1.92 1.97 4/176 8326
/proc/meminfo: memFree=28108432/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0

[startup+0.085666 s]
/proc/loadavg: 1.64 1.92 1.97 4/176 8326
/proc/meminfo: memFree=28108432/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.100156 s]
/proc/loadavg: 1.64 1.92 1.97 4/176 8326
/proc/meminfo: memFree=28108432/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.300109 s]
/proc/loadavg: 1.64 1.92 1.97 4/176 8326
/proc/meminfo: memFree=28108432/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.700119 s]
/proc/loadavg: 1.64 1.92 1.97 4/176 8326
/proc/meminfo: memFree=28108432/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+1.50016 s]
/proc/loadavg: 1.64 1.92 1.97 4/180 8330
/proc/meminfo: memFree=28085088/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=18612 CPUtime=1.49 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 4595 0 0 0 148 1 0 0 20 0 1 0 281968667 19058688 4315 33554432000 4194304 6212839 140734603541616 140734603539624 5437001 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 4653 4315 227 493 0 4158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27764

[startup+3.10029 s]
/proc/loadavg: 1.64 1.92 1.97 4/180 8330
/proc/meminfo: memFree=28069836/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=25396 CPUtime=3.09 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 6225 0 0 0 308 1 0 0 20 0 1 0 281968667 26005504 5945 33554432000 4194304 6212839 140734603541616 140734603539624 4683144 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 6349 5945 227 493 0 5854 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34548

[startup+6.30027 s]
/proc/loadavg: 1.74 1.94 1.98 4/180 8330
/proc/meminfo: memFree=28053488/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=37684 CPUtime=6.28 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 9267 0 0 0 627 1 0 0 20 0 1 0 281968667 38588416 8987 33554432000 4194304 6212839 140734603541616 140734603539624 4298125 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 9421 8987 227 493 0 8926 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46836

[startup+12.7003 s]
/proc/loadavg: 1.76 1.94 1.98 4/180 8330
/proc/meminfo: memFree=28047580/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=37684 CPUtime=12.68 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 9318 0 0 0 1267 1 0 0 20 0 1 0 281968667 38588416 9038 33554432000 4194304 6212839 140734603541616 140734603539624 4685294 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 9421 9038 227 493 0 8926 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46836

[startup+25.5003 s]
/proc/loadavg: 1.82 1.94 1.98 4/180 8330
/proc/meminfo: memFree=28027088/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=49240 CPUtime=25.48 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 12256 0 0 0 2546 2 0 0 20 0 1 0 281968667 50421760 11973 33554432000 4194304 6212839 140734603541616 140734603539624 4745766 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 12310 11973 227 493 0 11815 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58392

[startup+51.1003 s]
/proc/loadavg: 1.88 1.94 1.98 4/179 8331
/proc/meminfo: memFree=27990732/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=68432 CPUtime=51.05 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 16778 0 0 0 5102 3 0 0 20 0 1 0 281968667 70074368 16500 33554432000 4194304 6212839 140734603541616 140734603539624 4308132 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 17108 16500 227 493 0 16613 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 77584

[startup+102.307 s]
/proc/loadavg: 1.95 1.95 1.98 4/179 8331
/proc/meminfo: memFree=27931792/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=99360 CPUtime=102.24 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 24407 0 0 0 10219 5 0 0 20 0 1 0 281968667 101744640 24408 33554432000 4194304 6212839 140734603541616 140734603539624 4683115 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 24840 24408 227 493 0 24345 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 108512

[startup+162.3 s]
/proc/loadavg: 1.98 1.95 1.98 4/179 8331
/proc/meminfo: memFree=27866052/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=136584 CPUtime=162.24 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 33888 0 0 0 16216 8 0 0 20 0 1 0 281968667 139862016 33715 33554432000 4194304 6212839 140734603541616 140734603539912 4328971 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 34146 33715 227 493 0 33651 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 145736

[startup+222.3 s]
/proc/loadavg: 1.99 1.96 1.98 4/179 8331
/proc/meminfo: memFree=27817956/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=162904 CPUtime=222.2 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 40167 0 0 0 22210 10 0 0 20 0 1 0 281968667 166813696 40078 33554432000 4194304 6212839 140734603541616 140734603539624 4685814 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 40726 40078 227 493 0 40231 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 172056

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.98 4/179 8331
/proc/meminfo: memFree=27779372/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=182720 CPUtime=282.17 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 45080 0 0 0 28206 11 0 0 20 0 1 0 281968667 187105280 45312 33554432000 4194304 6212839 140734603541616 140734603539768 4681533 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 45680 45312 227 493 0 45185 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 191872

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 4/178 8331
/proc/meminfo: memFree=27742252/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=203816 CPUtime=342.16 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 50257 0 0 0 34204 12 0 0 20 0 1 0 281968667 208707584 50489 33554432000 4194304 6212839 140734603541616 140734603539624 4298304 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 50954 50489 227 493 0 50459 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 212968

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.98 4/179 8333
/proc/meminfo: memFree=27692692/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7

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

/proc/8328/statm: 93385 92560 227 493 0 92890 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 382692

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 2.00 4/180 8363
/proc/meminfo: memFree=27421524/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=383912 CPUtime=1241.97 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 94055 0 0 0 124176 21 0 0 20 0 1 0 281968667 393125888 94922 33554432000 4194304 6212839 140734603541616 140734603539624 4683095 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 95978 94922 227 493 0 95483 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 393064

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/179 8364
/proc/meminfo: memFree=27413460/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=386900 CPUtime=1301.97 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 94794 0 0 0 130176 21 0 0 20 0 1 0 281968667 396185600 95661 33554432000 4194304 6212839 140734603541616 140734603539768 4298198 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 96725 95661 227 493 0 96230 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 396052

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 8364
/proc/meminfo: memFree=27398184/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=394188 CPUtime=1361.95 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 96540 0 0 0 136173 22 0 0 20 0 1 0 281968667 403648512 97839 33554432000 4194304 6212839 140734603541616 140734603539768 4685458 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 98547 97839 227 493 0 98052 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 403340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 8364
/proc/meminfo: memFree=27386964/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=401348 CPUtime=1421.94 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 98296 0 0 0 142172 22 0 0 20 0 1 0 281968667 410980352 99956 33554432000 4194304 6212839 140734603541616 140734603539624 4307639 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 100337 99956 227 493 0 99842 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 410500

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 8364
/proc/meminfo: memFree=27368116/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=414856 CPUtime=1481.92 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 101676 0 0 0 148169 23 0 0 20 0 1 0 281968667 424812544 103336 33554432000 4194304 6212839 140734603541616 140734603539624 4298171 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 103714 103336 227 493 0 103219 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 424008

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 8364
/proc/meminfo: memFree=27362660/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=414856 CPUtime=1541.91 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 101676 0 0 0 154168 23 0 0 20 0 1 0 281968667 424812544 103336 33554432000 4194304 6212839 140734603541616 140734603539624 4298328 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 103714 103336 227 493 0 103219 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 424008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 8365
/proc/meminfo: memFree=27343876/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=424960 CPUtime=1601.9 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 104078 0 0 0 160167 23 0 0 20 0 1 0 281968667 435159040 105738 33554432000 4194304 6212839 140734603541616 140734603539624 4674583 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 106240 105738 227 493 0 105745 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 434112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8365
/proc/meminfo: memFree=27330732/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=432380 CPUtime=1661.89 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 105835 0 0 0 166165 24 0 0 20 0 1 0 281968667 442757120 107495 33554432000 4194304 6212839 140734603541616 140734603539624 4685375 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 108095 107495 227 493 0 107600 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 441532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 8365
/proc/meminfo: memFree=27311392/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=435192 CPUtime=1721.88 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 106718 0 0 0 172164 24 0 0 20 0 1 0 281968667 445636608 108164 33554432000 4194304 6212839 140734603541616 140734603539768 4333831 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 108798 108164 227 493 0 108303 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 444344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 8368
/proc/meminfo: memFree=27300844/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=444512 CPUtime=1781.88 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 109344 0 0 0 178163 25 0 0 20 0 1 0 281968667 455180288 110446 33554432000 4194304 6212839 140734603541616 140734603539624 4298160 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 111128 110446 227 493 0 110633 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 453664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 8395
/proc/meminfo: memFree=27670448/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=444512 CPUtime=1800.08 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 109344 0 0 0 179983 25 0 0 20 0 1 0 281968667 455180288 110446 33554432000 4194304 6212839 140734603541616 140734603539624 4685336 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 111128 110446 227 493 0 110633 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 453664

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 8395
/proc/meminfo: memFree=27670448/32873648 swapFree=6864/6864
[pid=8326] ppid=8322 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (clasp-dec.sh) S 8322 8326 8283 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 281968666 9371648 275 33554432000 4194304 5064252 140733229759776 140733229758688 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8326/statm: 2288 275 232 213 0 73 0
[pid=8328] ppid=8326 vsize=444512 CPUtime=1800.08 cores=1,3,5,7
/proc/8328/stat : 8328 (clasp-R5325) R 8326 8326 8283 0 -1 4202496 109344 0 0 0 179983 25 0 0 20 0 1 0 281968667 455180288 110446 33554432000 4194304 6212839 140734603541616 140734603539624 4685336 0 0 4096 18946 0 0 0 17 5 0 0 0 0 0
/proc/8328/statm: 111128 110446 227 493 0 110633 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 453664

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8326 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.83
CPU system time (s): 0.25
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 454944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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= 4
involuntary context switches= 3

runsolver used 3.43248 second user time and 10.1535 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 00:40:27
IDJOB=3708692
IDBENCH=2578
IDSOLVER=2287
FILE ID=node120/3708692-1338158427
RUNJOBID= node120-1338158427-8300
PBS_JOBID= 14624540
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=1228043226

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        28109720 kB
Buffers:          345852 kB
Cached:          3573012 kB
SwapCached:          636 kB
Active:           819760 kB
Inactive:        3112576 kB
Active(anon):       2424 kB
Inactive(anon):    12532 kB
Active(file):     817336 kB
Inactive(file):  3100044 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              4696 kB
Writeback:             0 kB
AnonPages:         18872 kB
Mapped:            13492 kB
Shmem:               120 kB
Slab:             691136 kB
SReclaimable:     135364 kB
SUnreclaim:       555772 kB
KernelStack:        1392 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71668 MiB
End job on node120 at 2012-05-28 01:10:29