Trace number 3708690

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.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
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 ...158081/instance-3708690-1338158081.opb
0.00/0.04	c Solving...
1800.07/1800.40	
1800.07/1800.40	*** INTERRUPTED! ***
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	
1800.07/1800.40	c INTERRUPTED   : 1
1800.07/1800.40	c Models        : 0+    
1800.07/1800.40	c Time          : 1800.404s (Solving: 1800.37s 1st Model: 0.00s Unsat: 0.00s)
1800.07/1800.40	c CPU Time      : 1800.070s

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-3708690-1338158081/watcher-3708690-1338158081 -o /tmp/evaluation-result-3708690-1338158081/solver-3708690-1338158081 -C 1800 -W 1900 -M 15500 HOME/clasp-dec.sh HOME/instance-3708690-1338158081.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.00 2.00 3/177 22729
/proc/meminfo: memFree=31045172/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0

[startup+0.0119101 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22729
/proc/meminfo: memFree=31045172/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.100206 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22729
/proc/meminfo: memFree=31045172/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.300172 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22729
/proc/meminfo: memFree=31045172/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22729
/proc/meminfo: memFree=31045172/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=31040064/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=7192 CPUtime=1.49 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 1743 0 0 0 149 0 0 0 20 0 1 0 281932675 7364608 1477 33554432000 4194304 6212839 140733349288256 140733349286264 4674302 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 1798 1477 228 493 0 1303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16344

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=31038700/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=9452 CPUtime=3.09 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 2305 0 0 0 309 0 0 0 20 0 1 0 281932675 9678848 2039 33554432000 4194304 6212839 140733349288256 140733349286408 4372067 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 2363 2039 228 493 0 1868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18604

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=31035384/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=11744 CPUtime=6.28 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 2868 0 0 0 628 0 0 0 20 0 1 0 281932675 12025856 2602 33554432000 4194304 6212839 140733349288256 140733349286408 4672579 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 2936 2602 228 493 0 2441 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20896

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=31029544/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=16348 CPUtime=12.68 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 4029 0 0 0 1268 0 0 0 20 0 1 0 281932675 16740352 3766 33554432000 4194304 6212839 140733349288256 140733349286408 4333789 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 4087 3766 228 493 0 3592 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25500

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22731
/proc/meminfo: memFree=31021264/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=23376 CPUtime=25.48 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 5756 0 0 0 2547 1 0 0 20 0 1 0 281932675 23937024 5493 33554432000 4194304 6212839 140733349288256 140733349286408 4298160 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 5844 5493 228 493 0 5349 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32528

[startup+51.1002 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 22732
/proc/meminfo: memFree=31009656/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=33228 CPUtime=51.07 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 8179 0 0 0 5106 1 0 0 20 0 1 0 281932675 34025472 7938 33554432000 4194304 6212839 140733349288256 140733349286408 4743893 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 8307 7938 228 493 0 7812 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42380

[startup+102.306 s]
/proc/loadavg: 2.07 2.03 2.00 3/180 22772
/proc/meminfo: memFree=31016172/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=46912 CPUtime=102.26 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 11460 0 0 0 10224 2 0 0 20 0 1 0 281932675 48037888 11378 33554432000 4194304 6212839 140733349288256 140733349286408 4685283 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 11728 11378 228 493 0 11233 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56064

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 22772
/proc/meminfo: memFree=31002028/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=57832 CPUtime=162.25 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 14030 0 0 0 16222 3 0 0 20 0 1 0 281932675 59219968 14071 33554432000 4194304 6212839 140733349288256 140733349286408 4685303 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 14458 14071 228 493 0 13963 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66984

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 22772
/proc/meminfo: memFree=30989804/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=67120 CPUtime=222.24 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 16222 0 0 0 22220 4 0 0 20 0 1 0 281932675 68730880 16368 33554432000 4194304 6212839 140733349288256 140733349286408 4307940 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 16780 16368 228 493 0 16285 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 76272

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 22772
/proc/meminfo: memFree=30981300/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=74552 CPUtime=282.23 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 17933 0 0 0 28219 4 0 0 20 0 1 0 281932675 76341248 18227 33554432000 4194304 6212839 140733349288256 140733349286408 4674290 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 18638 18227 228 493 0 18143 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 83704

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 22775
/proc/meminfo: memFree=30972728/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=82112 CPUtime=342.22 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 19668 0 0 0 34217 5 0 0 20 0 1 0 281932675 84082688 20131 33554432000 4194304 6212839 140733349288256 140733349286408 4354127 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 20528 20131 228 493 0 20033 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 91264

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22776
/proc/meminfo: memFree=30965908/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6

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

/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=134312 CPUtime=1062.09 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 31353 0 0 0 106201 8 0 0 20 0 1 0 281932675 137535488 33138 33554432000 4194304 6212839 140733349288256 140733349286408 4328883 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 33578 33138 228 493 0 33083 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 143464

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22781
/proc/meminfo: memFree=30908316/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=137384 CPUtime=1122.07 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 32051 0 0 0 112199 8 0 0 20 0 1 0 281932675 140681216 33992 33554432000 4194304 6212839 140733349288256 140733349286408 4634964 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 34346 33992 228 493 0 33851 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 146536

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22781
/proc/meminfo: memFree=30905092/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=141008 CPUtime=1182.07 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 32833 0 0 0 118198 9 0 0 20 0 1 0 281932675 144392192 34774 33554432000 4194304 6212839 140733349288256 140733349286408 4307912 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 35252 34774 228 493 0 34757 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 150160

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22781
/proc/meminfo: memFree=30901616/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=144184 CPUtime=1242.06 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 33542 0 0 0 124197 9 0 0 20 0 1 0 281932675 147644416 35603 33554432000 4194304 6212839 140733349288256 140733349286408 4307751 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 36046 35603 228 493 0 35551 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 153336

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22782
/proc/meminfo: memFree=30899136/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=146584 CPUtime=1302.06 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 34050 0 0 0 130197 9 0 0 20 0 1 0 281932675 150102016 36111 33554432000 4194304 6212839 140733349288256 140733349286408 4676401 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 36646 36111 228 493 0 36151 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 155736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22782
/proc/meminfo: memFree=30895532/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=149844 CPUtime=1362.04 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 34782 0 0 0 136195 9 0 0 20 0 1 0 281932675 153440256 37084 33554432000 4194304 6212839 140733349288256 140733349286408 4674574 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/22730/statm: 37461 37084 228 493 0 36966 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 158996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22782
/proc/meminfo: memFree=30893176/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=152664 CPUtime=1422.03 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 35384 0 0 0 142194 9 0 0 20 0 1 0 281932675 156327936 37686 33554432000 4194304 6212839 140733349288256 140733349286408 4676495 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 38166 37686 228 493 0 37671 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 161816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22782
/proc/meminfo: memFree=30889700/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=155792 CPUtime=1482.01 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 36049 0 0 0 148192 9 0 0 20 0 1 0 281932675 159531008 38483 33554432000 4194304 6212839 140733349288256 140733349286408 4685476 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 38948 38483 228 493 0 38453 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 164944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22785
/proc/meminfo: memFree=30886220/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=159260 CPUtime=1542 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 36821 0 0 0 154191 9 0 0 20 0 1 0 281932675 163082240 39255 33554432000 4194304 6212839 140733349288256 140733349286408 4685476 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 39815 39255 228 493 0 39320 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 168412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22808
/proc/meminfo: memFree=30882804/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=162420 CPUtime=1602 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 37494 0 0 0 160190 10 0 0 20 0 1 0 281932675 166318080 40130 33554432000 4194304 6212839 140733349288256 140733349286408 4635067 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 40605 40130 228 493 0 40110 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 171572

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22808
/proc/meminfo: memFree=30880208/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=164716 CPUtime=1661.99 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 37975 0 0 0 166189 10 0 0 20 0 1 0 281932675 168669184 40611 33554432000 4194304 6212839 140733349288256 140733349286408 4674295 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 41179 40611 228 493 0 40684 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 173868

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22808
/proc/meminfo: memFree=30877660/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=166340 CPUtime=1721.98 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 38332 0 0 0 172188 10 0 0 20 0 1 0 281932675 170332160 41201 33554432000 4194304 6212839 140733349288256 140733349286408 4686028 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 41585 41201 228 493 0 41090 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 175492

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 22808
/proc/meminfo: memFree=30875180/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=168664 CPUtime=1781.97 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 38810 0 0 0 178187 10 0 0 20 0 1 0 281932675 172711936 41679 33554432000 4194304 6212839 140733349288256 140733349286408 4298198 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 42166 41679 228 493 0 41671 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 177816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22808
/proc/meminfo: memFree=30874436/32873844 swapFree=7900/7900
[pid=22729] ppid=22727 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/22729/stat : 22729 (clasp-dec.sh) S 22727 22729 21914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281932674 9371648 275 33554432000 4194304 5064252 140736992904704 140736992903616 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22729/statm: 2288 275 232 213 0 73 0
[pid=22730] ppid=22729 vsize=169420 CPUtime=1800.07 cores=0,2,4,6
/proc/22730/stat : 22730 (clasp-R5325) R 22729 22729 21914 0 -1 4202496 38966 0 0 0 179997 10 0 0 20 0 1 0 281932675 173486080 41835 33554432000 4194304 6212839 140733349288256 140733349286408 4333776 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/22730/statm: 42355 41835 228 493 0 41860 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 178572

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.08
CPU user time (s): 1799.97
CPU system time (s): 0.110983
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 178572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.110983
maximum resident set size= 167380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39341
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= 61
involuntary context switches= 2735

runsolver used 2.83157 second user time and 6.99894 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-28 00:34:41
IDJOB=3708690
IDBENCH=1498
IDSOLVER=2287
FILE ID=node137/3708690-1338158081
RUNJOBID= node137-1338154438-21930
PBS_JOBID= 14624522
Free space on /tmp= 71480 MiB

SOLVER NAME= clasp 2.0.6-R5325
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= HOME/clasp-dec.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3708690-1338158081/watcher-3708690-1338158081 -o /tmp/evaluation-result-3708690-1338158081/solver-3708690-1338158081 -C 1800 -W 1900 -M 15500  HOME/clasp-dec.sh HOME/instance-3708690-1338158081.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=81368960

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:        31045552 kB
Buffers:          332776 kB
Cached:           602372 kB
SwapCached:        20904 kB
Active:           843868 kB
Inactive:         138936 kB
Active(anon):      26644 kB
Inactive(anon):    22936 kB
Active(file):     817224 kB
Inactive(file):   116000 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:              3776 kB
Writeback:             0 kB
AnonPages:         36020 kB
Mapped:            10592 kB
Shmem:                 0 kB
Slab:             705572 kB
SReclaimable:     146272 kB
SUnreclaim:       559300 kB
KernelStack:        1456 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71480 MiB
End job on node137 at 2012-05-28 01:04:42