Trace number 3708693

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM1f72b7f8bd829aeeb06978977df8efc2
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.19397
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
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 constraint105
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 106
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-3708693-1338310766.opb
0.00/0.00	c Solving...
1800.05/1800.50	
1800.05/1800.50	*** INTERRUPTED! ***
1800.05/1800.50	s UNKNOWN
1800.05/1800.50	
1800.05/1800.50	c INTERRUPTED   : 1
1800.05/1800.50	c Models        : 0+    
1800.05/1800.50	c Time          : 1800.505s (Solving: 1800.50s 1st Model: 0.00s Unsat: 0.00s)
1800.05/1800.50	c CPU Time      : 1800.050s

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-3708693-1338310766/watcher-3708693-1338310766 -o /tmp/evaluation-result-3708693-1338310766/solver-3708693-1338310766 -C 1800 -W 1900 -M 15500 HOME/clasp-dec.sh HOME/instance-3708693-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 0.76 1/170 12400
/proc/meminfo: memFree=30066616/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0

[startup+0.0789241 s]
/proc/loadavg: 0.00 0.00 0.76 1/170 12400
/proc/meminfo: memFree=30066616/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.100168 s]
/proc/loadavg: 0.00 0.00 0.76 1/170 12400
/proc/meminfo: memFree=30066616/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.300105 s]
/proc/loadavg: 0.00 0.00 0.76 1/170 12400
/proc/meminfo: memFree=30066616/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.700104 s]
/proc/loadavg: 0.00 0.00 0.76 1/170 12400
/proc/meminfo: memFree=30066616/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+1.50014 s]
/proc/loadavg: 0.00 0.00 0.76 2/172 12402
/proc/meminfo: memFree=30050480/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=19688 CPUtime=1.48 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 4887 0 0 0 148 0 0 0 20 0 1 0 297202127 20160512 4596 33554432000 4194304 6212839 140735863261632 140735863259640 4743842 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/12401/statm: 4922 4596 227 493 0 4427 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28840

[startup+3.10014 s]
/proc/loadavg: 0.00 0.00 0.76 2/172 12402
/proc/meminfo: memFree=30046628/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=28024 CPUtime=3.09 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 6863 0 0 0 308 1 0 0 20 0 1 0 297202127 28696576 6572 33554432000 4194304 6212839 140735863261632 140735863259640 4333864 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/12401/statm: 7006 6572 227 493 0 6511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37176

[startup+6.30021 s]
/proc/loadavg: 0.08 0.02 0.76 2/172 12402
/proc/meminfo: memFree=30034208/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=37220 CPUtime=6.29 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 9172 0 0 0 627 2 0 0 20 0 1 0 297202127 38113280 8881 33554432000 4194304 6212839 140735863261632 140735863259640 5437001 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/12401/statm: 9305 8881 227 493 0 8810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46372

[startup+12.7002 s]
/proc/loadavg: 0.15 0.03 0.76 2/172 12402
/proc/meminfo: memFree=30027188/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=39904 CPUtime=12.68 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 9913 0 0 0 1266 2 0 0 20 0 1 0 297202127 40861696 9624 33554432000 4194304 6212839 140735863261632 140735863259928 4328971 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/12401/statm: 9976 9624 227 493 0 9481 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49056

[startup+25.5002 s]
/proc/loadavg: 0.34 0.08 0.76 2/172 12402
/proc/meminfo: memFree=30012060/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=55520 CPUtime=25.47 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 13797 0 0 0 2544 3 0 0 20 0 1 0 297202127 56852480 13505 33554432000 4194304 6212839 140735863261632 140735863259784 4685476 0 0 4096 18946 0 0 0 17 0 0 0 0 0 0
/proc/12401/statm: 13880 13505 227 493 0 13385 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 64672

[startup+51.1002 s]
/proc/loadavg: 0.56 0.15 0.77 2/173 12405
/proc/meminfo: memFree=29986564/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=80728 CPUtime=51.05 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 19964 0 0 0 5101 4 0 0 20 0 1 0 297202127 82665472 19856 33554432000 4194304 6212839 140735863261632 140735863259640 4333818 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 20182 19856 227 493 0 19687 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 89880

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 0.78 2/173 12428
/proc/meminfo: memFree=29950212/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=117916 CPUtime=102.24 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 29258 0 0 0 10218 6 0 0 20 0 1 0 297202127 120745984 29144 33554432000 4194304 6212839 140735863261632 140735863259784 4334724 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 29479 29144 227 493 0 28984 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 127068

[startup+162.3 s]
/proc/loadavg: 0.93 0.41 0.79 2/172 12429
/proc/meminfo: memFree=29920752/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=149464 CPUtime=162.22 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 36680 0 0 0 16214 8 0 0 20 0 1 0 297202127 153051136 36873 33554432000 4194304 6212839 140735863261632 140735863259640 4683176 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 37366 36873 227 493 0 36871 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 158616

[startup+222.3 s]
/proc/loadavg: 0.97 0.51 0.80 2/172 12429
/proc/meminfo: memFree=29886608/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=182280 CPUtime=222.19 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 44864 0 0 0 22210 9 0 0 20 0 1 0 297202127 186654720 45238 33554432000 4194304 6212839 140735863261632 140735863259784 4298183 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 45570 45238 227 493 0 45075 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 191432

[startup+282.3 s]
/proc/loadavg: 0.99 0.60 0.81 2/172 12429
/proc/meminfo: memFree=29853612/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=216072 CPUtime=282.17 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 53180 0 0 0 28206 11 0 0 20 0 1 0 297202127 221257728 53668 33554432000 4194304 6212839 140735863261632 140735863259640 4685294 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 54018 53668 227 493 0 53523 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 225224

[startup+342.3 s]
/proc/loadavg: 0.99 0.67 0.82 2/172 12429
/proc/meminfo: memFree=29837864/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=231968 CPUtime=342.17 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 57272 0 0 0 34204 13 0 0 20 0 1 0 297202127 237535232 57568 33554432000 4194304 6212839 140735863261632 140735863259640 4674397 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 57992 57568 227 493 0 57497 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 241120

[startup+402.3 s]
/proc/loadavg: 0.99 0.73 0.83 2/172 12429
/proc/meminfo: memFree=29821464/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6

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

/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=418884 CPUtime=1121.98 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 105050 0 0 0 112175 23 0 0 20 0 1 0 297202127 428937216 104329 33554432000 4194304 6212839 140735863261632 140735863259784 4685294 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 104721 104329 227 493 0 104226 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 428036

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/172 12435
/proc/meminfo: memFree=29642776/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=428964 CPUtime=1181.97 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 107564 0 0 0 118173 24 0 0 20 0 1 0 297202127 439259136 106843 33554432000 4194304 6212839 140735863261632 140735863259640 4685352 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 107241 106843 227 493 0 106746 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 438116

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/173 12438
/proc/meminfo: memFree=29633100/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=435848 CPUtime=1241.96 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 109407 0 0 0 124171 25 0 0 20 0 1 0 297202127 446308352 108532 33554432000 4194304 6212839 140735863261632 140735863259784 4298110 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 108962 108532 227 493 0 108467 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 445000

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/172 12438
/proc/meminfo: memFree=29628460/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=440476 CPUtime=1301.95 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 110570 0 0 0 130170 25 0 0 20 0 1 0 297202127 451047424 109787 33554432000 4194304 6212839 140735863261632 140735863259640 4705176 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 110119 109787 227 493 0 109624 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 449628

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/172 12439
/proc/meminfo: memFree=29628336/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=440476 CPUtime=1361.93 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 110570 0 0 0 136168 25 0 0 20 0 1 0 297202127 451047424 109787 33554432000 4194304 6212839 140735863261632 140735863259640 4298304 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 110119 109787 227 493 0 109624 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 449628

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.91 2/172 12439
/proc/meminfo: memFree=29616060/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=452824 CPUtime=1421.93 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 113645 0 0 0 142167 26 0 0 20 0 1 0 297202127 463691776 112862 33554432000 4194304 6212839 140735863261632 140735863259640 4705179 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 113206 112862 227 493 0 112711 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 461976

[startup+1482.3 s]
/proc/loadavg: 1.03 0.99 0.91 2/172 12439
/proc/meminfo: memFree=29613952/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=455152 CPUtime=1481.91 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 114202 0 0 0 148165 26 0 0 20 0 1 0 297202127 466075648 113419 33554432000 4194304 6212839 140735863261632 140735863259640 4334710 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 113788 113419 227 493 0 113293 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 464304

[startup+1542.3 s]
/proc/loadavg: 1.01 0.99 0.91 2/172 12439
/proc/meminfo: memFree=29604272/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=463988 CPUtime=1541.9 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 116423 0 0 0 154163 27 0 0 20 0 1 0 297202127 475123712 115649 33554432000 4194304 6212839 140735863261632 140735863259640 4298304 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 115997 115649 227 493 0 115502 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 473140

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/172 12439
/proc/meminfo: memFree=29593624/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=475136 CPUtime=1601.87 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 119205 0 0 0 160160 27 0 0 20 0 1 0 297202127 486539264 118455 33554432000 4194304 6212839 140735863261632 140735863259640 4333776 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 118784 118455 227 493 0 118289 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 484288

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/173 12441
/proc/meminfo: memFree=29593616/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=475136 CPUtime=1661.86 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 119205 0 0 0 166159 27 0 0 20 0 1 0 297202127 486539264 118455 33554432000 4194304 6212839 140735863261632 140735863259640 4674397 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 118784 118455 227 493 0 118289 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 484288

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/172 12441
/proc/meminfo: memFree=29588168/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=480688 CPUtime=1721.86 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 120701 0 0 0 172158 28 0 0 20 0 1 0 297202127 492224512 119831 33554432000 4194304 6212839 140735863261632 140735863259784 4328942 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 120172 119831 227 493 0 119677 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 489840

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/172 12441
/proc/meminfo: memFree=29585440/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=483912 CPUtime=1781.85 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 121419 0 0 0 178157 28 0 0 20 0 1 0 297202127 495525888 120549 33554432000 4194304 6212839 140735863261632 140735863259784 4298198 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 120978 120549 227 493 0 120483 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 493064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/172 12441
/proc/meminfo: memFree=29583332/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=486020 CPUtime=1800.05 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 121870 0 0 0 179977 28 0 0 20 0 1 0 297202127 497684480 121000 33554432000 4194304 6212839 140735863261632 140735863259784 4334958 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 121505 121000 227 493 0 121010 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 495172

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/172 12441
/proc/meminfo: memFree=29583332/32873648 swapFree=7116/7116
[pid=12400] ppid=12398 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (clasp-dec.sh) S 12398 12400 12370 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 297202127 9371648 274 33554432000 4194304 5064252 140733924552112 140733924551024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12400/statm: 2288 274 232 213 0 73 0
[pid=12401] ppid=12400 vsize=486020 CPUtime=1800.05 cores=0,2,4,6
/proc/12401/stat : 12401 (clasp-R5325) R 12400 12400 12370 0 -1 4202496 121870 0 0 0 179977 28 0 0 20 0 1 0 297202127 497684480 121000 33554432000 4194304 6212839 140735863261632 140735863259784 4334958 0 0 4096 18946 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 121505 121000 227 493 0 121010 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 495172

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1799.78
CPU system time (s): 0.289955
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 495172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.289955
maximum resident set size= 484040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122243
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= 209
involuntary context switches= 2330

runsolver used 2.6536 second user time and 7.17691 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-29 18:59:27
IDJOB=3708693
IDBENCH=2601
IDSOLVER=2287
FILE ID=node127/3708693-1338310766
RUNJOBID= node127-1338310763-12386
PBS_JOBID= 14632101
Free space on /tmp= 70812 MiB

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

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

MD5SUM BENCH= 1f72b7f8bd829aeeb06978977df8efc2
RANDOM SEED=447847439

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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		: 2666.348
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.348
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:        30067524 kB
Buffers:          452940 kB
Cached:          1454592 kB
SwapCached:         1908 kB
Active:          1429108 kB
Inactive:         488564 kB
Active(anon):       2084 kB
Inactive(anon):     9832 kB
Active(file):    1427024 kB
Inactive(file):   478732 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67105656 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:         14580 kB
Mapped:            10120 kB
Shmem:               196 kB
Slab:             751292 kB
SReclaimable:     195904 kB
SUnreclaim:       555388 kB
KernelStack:        1392 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102792 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= 70808 MiB
End job on node127 at 2012-05-29 19:29:27