Trace number 3731679

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 NameAnswerobjective functionCPU timeWall clock time
PB07: PB-clasp 2007-04-10? (TO) 1800.11 1800.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark486
Best CPU time to get the best result obtained on this benchmark1792.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1800.05/1800.51	c Somebody sent me a SIGTERM
1800.05/1800.51	s UNKNOWN
1800.05/1800.52	pb2clasp1: no process killed
1676.84/1800.63	cat: write error: Broken pipe
1676.84/1800.63	sh: line 1: 28938 Done(1)                 cat HOME/temp/instance-3731679-1338699308.opb.op
1676.84/1800.63	     28939 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731679-1338699308.opb.clasp

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-3731679-1338699308/watcher-3731679-1338699308 -o /tmp/evaluation-result-3731679-1338699308/solver-3731679-1338699308 -C 1800 -W 1900 -M 15500 pbclasp instance-3731679-1338699308.opb HOME/temp 

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: 2.00 2.00 2.09 3/173 28820
/proc/meminfo: memFree=27674692/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) R 28817 28820 23082 0 -1 4202496 569 0 0 0 0 0 0 0 20 0 1 0 336055721 26357760 499 33554432000 4194304 4198148 140733541185888 140733541183336 223676608200 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 6435 499 355 1 0 230 0

[startup+0.018259 s]
/proc/loadavg: 2.00 2.00 2.09 3/173 28820
/proc/meminfo: memFree=27674692/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=26616 CPUtime=0.01 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) R 28817 28820 23082 0 -1 4202496 796 0 0 0 1 0 0 0 20 0 1 0 336055721 27254784 726 33554432000 4194304 4198148 140733541185888 140733541183336 223651270548 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 6654 726 362 1 0 449 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26616

[startup+0.100269 s]
/proc/loadavg: 2.00 2.00 2.09 3/173 28820
/proc/meminfo: memFree=27674692/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=26616 CPUtime=0.09 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) R 28817 28820 23082 0 -1 4202496 824 0 0 0 9 0 0 0 20 0 1 0 336055721 27254784 754 33554432000 4194304 4198148 140733541185888 140733541183336 223651316498 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 6654 754 362 1 0 449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26616

[startup+0.300224 s]
/proc/loadavg: 2.00 2.00 2.09 3/173 28820
/proc/meminfo: memFree=27674692/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=27012 CPUtime=0.29 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) R 28817 28820 23082 0 -1 4202496 923 0 0 0 29 0 0 0 20 0 1 0 336055721 27660288 853 33554432000 4194304 4198148 140733541185888 140733541183336 223651270548 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 6753 853 362 1 0 548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27012

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.09 3/173 28820
/proc/meminfo: memFree=27674692/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1268 0 0 0 57 0 0 0 20 0 1 0 336055721 29024256 1180 33554432000 4194304 4198148 140733541185888 140733541184776 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7086 1180 369 1 0 881 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 28344

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 28828
/proc/meminfo: memFree=27665896/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1268 0 0 0 57 0 0 0 20 0 1 0 336055721 29024256 1180 33554432000 4194304 4198148 140733541185888 140733541184776 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7086 1180 369 1 0 881 0
[pid=28826] ppid=28820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28826/stat : 28826 (sh) S 28820 28820 23082 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 336055779 9367552 266 33554432000 4194304 5064252 140733248473872 140733248472752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28826/statm: 2287 266 226 213 0 72 0
[pid=28828] ppid=28826 vsize=25724 CPUtime=0.91 cores=1,3,5,7
/proc/28828/stat : 28828 (pb2clasp1) R 28826 28820 23082 0 -1 4202496 620 0 0 0 91 0 0 0 20 0 1 0 336055780 26341376 530 33554432000 4194304 4198148 140733666892384 140733666882920 223651276624 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/28828/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63216

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 28828
/proc/meminfo: memFree=27663244/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1268 0 0 0 57 0 0 0 20 0 1 0 336055721 29024256 1180 33554432000 4194304 4198148 140733541185888 140733541184776 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7086 1180 369 1 0 881 0
[pid=28826] ppid=28820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28826/stat : 28826 (sh) S 28820 28820 23082 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 336055779 9367552 266 33554432000 4194304 5064252 140733248473872 140733248472752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28826/statm: 2287 266 226 213 0 72 0
[pid=28828] ppid=28826 vsize=25724 CPUtime=2.51 cores=1,3,5,7
/proc/28828/stat : 28828 (pb2clasp1) R 28826 28820 23082 0 -1 4202496 620 0 0 0 251 0 0 0 20 0 1 0 336055780 26341376 530 33554432000 4194304 4198148 140733666892384 140733666882920 223676419114 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/28828/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63216

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 28828
/proc/meminfo: memFree=27657292/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1268 0 0 0 57 0 0 0 20 0 1 0 336055721 29024256 1180 33554432000 4194304 4198148 140733541185888 140733541184776 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7086 1180 369 1 0 881 0
[pid=28826] ppid=28820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28826/stat : 28826 (sh) S 28820 28820 23082 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 336055779 9367552 266 33554432000 4194304 5064252 140733248473872 140733248472752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28826/statm: 2287 266 226 213 0 72 0
[pid=28828] ppid=28826 vsize=25724 CPUtime=5.71 cores=1,3,5,7
/proc/28828/stat : 28828 (pb2clasp1) R 28826 28820 23082 0 -1 4202496 620 0 0 0 569 2 0 0 20 0 1 0 336055780 26341376 530 33554432000 4194304 4198148 140733666892384 140733666882920 223676786568 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/28828/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63216

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 28828
/proc/meminfo: memFree=27645196/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1268 0 0 0 57 0 0 0 20 0 1 0 336055721 29024256 1180 33554432000 4194304 4198148 140733541185888 140733541184776 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7086 1180 369 1 0 881 0
[pid=28826] ppid=28820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28826/stat : 28826 (sh) S 28820 28820 23082 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 336055779 9367552 266 33554432000 4194304 5064252 140733248473872 140733248472752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28826/statm: 2287 266 226 213 0 72 0
[pid=28828] ppid=28826 vsize=25724 CPUtime=12.1 cores=1,3,5,7
/proc/28828/stat : 28828 (pb2clasp1) R 28826 28820 23082 0 -1 4202496 620 0 0 0 1206 4 0 0 20 0 1 0 336055780 26341376 530 33554432000 4194304 4198148 140733666892384 140733666891368 223651044997 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/28828/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63216

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 28842
/proc/meminfo: memFree=27109436/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=19.64 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1768 2126 0 0 58 0 1897 9 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28833] ppid=28820 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/28833/stat : 28833 (sh) S 28820 28820 23082 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 336057690 9367552 264 33554432000 4194304 5064252 140736298113184 140736298111440 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28833/statm: 2287 264 223 213 0 72 0
[pid=28835] ppid=28833 vsize=247872 CPUtime=5.8 cores=1,3,5,7
/proc/28835/stat : 28835 (clasp-1.0) R 28833 28820 23082 0 -1 4202496 51235 0 0 0 567 13 0 0 20 0 1 0 336057690 253820928 60908 33554432000 134512640 134847168 4290252064 4290250832 134617515 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28835/statm: 61968 60908 268 82 0 61209 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 286156

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 28843
/proc/meminfo: memFree=26406256/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=19.64 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1768 2126 0 0 58 0 1897 9 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28833] ppid=28820 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/28833/stat : 28833 (sh) S 28820 28820 23082 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 336057690 9367552 264 33554432000 4194304 5064252 140736298113184 140736298111440 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28833/statm: 2287 264 223 213 0 72 0
[pid=28835] ppid=28833 vsize=602964 CPUtime=31.4 cores=1,3,5,7
/proc/28835/stat : 28835 (clasp-1.0) R 28833 28820 23082 0 -1 4202496 139772 0 0 0 3110 30 0 0 20 0 1 0 336057690 617435136 149438 33554432000 134512640 134847168 4290252064 4290250332 134793570 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28835/statm: 150741 149438 268 82 0 149982 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 641248

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 28843
/proc/meminfo: memFree=25184040/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=19.64 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1768 2126 0 0 58 0 1897 9 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28833] ppid=28820 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/28833/stat : 28833 (sh) S 28820 28820 23082 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 336057690 9367552 264 33554432000 4194304 5064252 140736298113184 140736298111440 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28833/statm: 2287 264 223 213 0 72 0
[pid=28835] ppid=28833 vsize=1181232 CPUtime=82.58 cores=1,3,5,7
/proc/28835/stat : 28835 (clasp-1.0) R 28833 28820 23082 0 -1 4202496 284428 0 0 0 8199 59 0 0 20 0 1 0 336057690 1209581568 293422 33554432000 134512640 134847168 4290252064 4290250804 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28835/statm: 295308 293422 268 82 0 294549 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1219516

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 28843
/proc/meminfo: memFree=24002472/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=19.64 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1768 2126 0 0 58 0 1897 9 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28833] ppid=28820 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/28833/stat : 28833 (sh) S 28820 28820 23082 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 336057690 9367552 264 33554432000 4194304 5064252 140736298113184 140736298111440 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28833/statm: 2287 264 223 213 0 72 0
[pid=28835] ppid=28833 vsize=1767448 CPUtime=142.54 cores=1,3,5,7
/proc/28835/stat : 28835 (clasp-1.0) R 28833 28820 23082 0 -1 4202496 437855 0 0 0 14162 92 0 0 20 0 1 0 336057690 1809866752 439152 33554432000 134512640 134847168 4290252064 4290250516 134790214 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28835/statm: 441862 439152 268 82 0 441103 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1805732

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.07 3/181 28843
/proc/meminfo: memFree=22986444/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=19.64 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1768 2126 0 0 58 0 1897 9 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28833] ppid=28820 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/28833/stat : 28833 (sh) S 28820 28820 23082 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 336057690 9367552 264 33554432000 4194304 5064252 140736298113184 140736298111440 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28833/statm: 2287 264 223 213 0 72 0
[pid=28835] ppid=28833 vsize=2267232 CPUtime=202.5 cores=1,3,5,7
/proc/28835/stat : 28835 (clasp-1.0) R 28833 28820 23082 0 -1 4202496 562193 0 0 0 20132 118 0 0 20 0 1 0 336057690 2321645568 563563 33554432000 134512640 134847168 4290252064 4290250324 134792587 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28835/statm: 566808 563563 268 82 0 566049 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 2305516

[startup+282.3 s]

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

Current children cumulated vsize (KiB) 3303620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 28919
/proc/meminfo: memFree=23291860/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1124.56 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1966 2239828 0 0 59 0 111847 550 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28905] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28905/stat : 28905 (sh) S 28820 28820 23082 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336168211 9367552 264 33554432000 4194304 5064252 140735312641888 140735312640144 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28905/statm: 2287 264 223 213 0 72 0
[pid=28907] ppid=28905 vsize=3489896 CPUtime=417.31 cores=1,3,5,7
/proc/28907/stat : 28907 (clasp-1.0) R 28905 28820 23082 0 -1 4202496 889590 0 0 0 41548 183 0 0 20 0 1 0 336168212 3573653504 866861 33554432000 134512640 134847168 4286833872 4286832612 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28907/statm: 872474 866861 268 82 0 871715 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 3528180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28920
/proc/meminfo: memFree=22462584/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1124.56 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1966 2239828 0 0 59 0 111847 550 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28905] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28905/stat : 28905 (sh) S 28820 28820 23082 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336168211 9367552 264 33554432000 4194304 5064252 140735312641888 140735312640144 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28905/statm: 2287 264 223 213 0 72 0
[pid=28907] ppid=28905 vsize=3662964 CPUtime=477.29 cores=1,3,5,7
/proc/28907/stat : 28907 (clasp-1.0) R 28905 28820 23082 0 -1 4202496 932640 0 0 0 47534 195 0 0 20 0 1 0 336168212 3750875136 909921 33554432000 134512640 134847168 4286833872 4286832628 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28907/statm: 915741 909921 268 82 0 914982 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 3701248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28920
/proc/meminfo: memFree=21479416/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1124.56 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 1966 2239828 0 0 59 0 111847 550 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28905] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28905/stat : 28905 (sh) S 28820 28820 23082 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336168211 9367552 264 33554432000 4194304 5064252 140735312641888 140735312640144 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28905/statm: 2287 264 223 213 0 72 0
[pid=28907] ppid=28905 vsize=4106628 CPUtime=537.26 cores=1,3,5,7
/proc/28907/stat : 28907 (clasp-1.0) R 28905 28820 23082 0 -1 4202496 1097618 0 0 0 53496 230 0 0 20 0 1 0 336168212 4205187072 1019919 33554432000 134512640 134847168 4286833872 4286832512 134782432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28907/statm: 1026657 1019919 268 82 0 1025898 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 4144912

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 28928
/proc/meminfo: memFree=24291616/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1676.73 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 2065 3359123 0 0 60 0 166792 821 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28926] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28926/stat : 28926 (sh) S 28820 28820 23082 0 -1 4202496 372 221 0 0 0 0 0 2 20 0 1 0 336223438 9367552 264 33554432000 4194304 5064252 140736205133488 140736205131744 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28926/statm: 2287 264 223 213 0 72 0
[pid=28928] ppid=28926 vsize=797856 CPUtime=45.11 cores=1,3,5,7
/proc/28928/stat : 28928 (clasp-1.0) R 28926 28820 23082 0 -1 4202496 188466 0 0 0 4472 39 0 0 20 0 1 0 336223438 817004544 198112 33554432000 134512640 134847168 4293318768 4293317520 134781954 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28928/statm: 199464 198112 266 82 0 198705 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 836140

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 28928
/proc/meminfo: memFree=23150844/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1676.73 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 2065 3359123 0 0 60 0 166792 821 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28926] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28926/stat : 28926 (sh) S 28820 28820 23082 0 -1 4202496 372 221 0 0 0 0 0 2 20 0 1 0 336223438 9367552 264 33554432000 4194304 5064252 140736205133488 140736205131744 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28926/statm: 2287 264 223 213 0 72 0
[pid=28928] ppid=28926 vsize=1447028 CPUtime=105.1 cores=1,3,5,7
/proc/28928/stat : 28928 (clasp-1.0) R 28926 28820 23082 0 -1 4202496 350860 0 0 0 10439 71 0 0 20 0 1 0 336223438 1481756672 359634 33554432000 134512640 134847168 4293318768 4293317488 134741426 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28928/statm: 361757 359634 266 82 0 360998 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1485312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.02 2.00 4/181 28928
/proc/meminfo: memFree=22884352/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1676.73 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 2065 3359123 0 0 60 0 166792 821 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28926] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28926/stat : 28926 (sh) S 28820 28820 23082 0 -1 4202496 372 221 0 0 0 0 0 2 20 0 1 0 336223438 9367552 264 33554432000 4194304 5064252 140736205133488 140736205131744 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28926/statm: 2287 264 223 213 0 72 0
[pid=28928] ppid=28926 vsize=1596228 CPUtime=123.3 cores=1,3,5,7
/proc/28928/stat : 28928 (clasp-1.0) R 28926 28820 23082 0 -1 4202496 388002 0 0 0 12251 79 0 0 20 0 1 0 336223438 1634537472 396776 33554432000 134512640 134847168 4293318768 4293317028 134792688 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28928/statm: 399057 396776 266 82 0 398298 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1634512

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

############
# WARNING:
# current cumulated CPU time (1676.84 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (123.21 s) to the 'lost time'.

[startup+1800.5 s]
/proc/loadavg: 2.02 2.02 2.00 4/181 28928
/proc/meminfo: memFree=22884352/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1676.73 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 2065 3359123 0 0 60 0 166792 821 20 0 1 0 336055721 29835264 1395 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28820/statm: 7284 1395 387 1 0 1079 0
[pid=28926] ppid=28820 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/28926/stat : 28926 (sh) S 28820 28820 23082 0 -1 4202496 372 221 0 0 0 0 0 2 20 0 1 0 336223438 9367552 264 33554432000 4194304 5064252 140736205133488 140736205131744 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28926/statm: 2287 264 223 213 0 72 0
[pid=28928] ppid=28926 vsize=1596228 CPUtime=123.3 cores=1,3,5,7
/proc/28928/stat : 28928 (clasp-1.0) R 28926 28820 23082 0 -1 4202496 388002 0 0 0 12251 79 0 0 20 0 1 0 336223438 1634537472 396776 33554432000 134512640 134847168 4293318768 4293317028 134792688 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28928/statm: 399057 396776 266 82 0 398298 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1634512

[startup+1800.62 s]
/proc/loadavg: 2.02 2.02 2.00 5/184 28939
/proc/meminfo: memFree=25381056/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1676.8 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 2229 3361887 0 0 60 0 166792 828 20 0 1 0 336055721 29835264 1397 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28820/statm: 7284 1397 387 1 0 1079 0
[pid=28937] ppid=28820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28937/stat : 28937 (sh) S 28820 28820 23082 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336235778 9367552 263 33554432000 4194304 5064252 140733832471376 140733832469632 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28937/statm: 2287 263 223 213 0 72 0
[pid=28938] ppid=28937 vsize=4004 CPUtime=0 cores=1,3,5,7
/proc/28938/stat : 28938 (cat) R 28937 28820 23082 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 336235778 4100096 123 33554432000 4194304 4236627 140735720397408 140735720396504 223651644896 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/28938/statm: 1001 123 97 11 0 67 0
[pid=28939] ppid=28937 vsize=6280 CPUtime=0.04 cores=1,3,5,7
/proc/28939/stat : 28939 (clasp-1.0) R 28937 28820 23082 0 -1 4202496 1110 0 0 0 4 0 0 0 20 0 1 0 336235778 6430720 1008 33554432000 134512640 134847168 4286652528 4286648304 9495847 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28939/statm: 1570 1009 249 82 0 811 0
Current children cumulated CPU time (s) 1676.84
Current children cumulated vsize (KiB) 48568
#
############


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

[startup+1800.62 s]
/proc/loadavg: 2.02 2.02 2.00 5/184 28939
/proc/meminfo: memFree=25381056/32873844 swapFree=7628/7628
[pid=28820] ppid=28817 vsize=29136 CPUtime=1676.8 cores=1,3,5,7
/proc/28820/stat : 28820 (pbclasp) S 28817 28820 23082 0 -1 4202496 2229 3361887 0 0 60 0 166792 828 20 0 1 0 336055721 29835264 1397 33554432000 4194304 4198148 140733541185888 140733541184816 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28820/statm: 7284 1397 387 1 0 1079 0
[pid=28937] ppid=28820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28937/stat : 28937 (sh) S 28820 28820 23082 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336235778 9367552 263 33554432000 4194304 5064252 140733832471376 140733832469632 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28937/statm: 2287 263 223 213 0 72 0
[pid=28938] ppid=28937 vsize=4004 CPUtime=0 cores=1,3,5,7
/proc/28938/stat : 28938 (cat) R 28937 28820 23082 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 336235778 4100096 123 33554432000 4194304 4236627 140735720397408 140735720396504 223651644896 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/28938/statm: 1001 123 97 11 0 67 0
[pid=28939] ppid=28937 vsize=6280 CPUtime=0.04 cores=1,3,5,7
/proc/28939/stat : 28939 (clasp-1.0) R 28937 28820 23082 0 -1 4202496 1110 0 0 0 4 0 0 0 20 0 1 0 336235778 6430720 1008 33554432000 134512640 134847168 4286652528 4286648304 9495847 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28939/statm: 1570 1009 249 82 0 811 0
Current children cumulated CPU time (s) 1676.84
Current children cumulated vsize (KiB) 48568

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 123.21
#  lost CPU user time (s): 122.47
#  lost CPU system time (s): 0.740001

Real time (s): 1800.64
CPU time (s): 1800.11
CPU user time (s): 1791.07
CPU system time (s): 9.03874
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 4224312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1668.6
system time used= 8.29874
maximum resident set size= 4159612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3366846
page faults= 0
swaps= 0
block input operations= 8
block output operations= 204904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17602
involuntary context switches= 2530

runsolver used 4.35334 second user time and 11.8012 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 06:55:08
IDJOB=3731679
IDBENCH=1976
IDSOLVER=2317
FILE ID=node144/3731679-1338699308
RUNJOBID= node144-1338697504-28582
PBS_JOBID= 14636669
Free space on /tmp= 70804 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731679-1338699308/watcher-3731679-1338699308 -o /tmp/evaluation-result-3731679-1338699308/solver-3731679-1338699308 -C 1800 -W 1900 -M 15500  pbclasp instance-3731679-1338699308.opb HOME/temp

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=1738617838

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        27675392 kB
Buffers:          631096 kB
Cached:          3680924 kB
SwapCached:          464 kB
Active:          2447624 kB
Inactive:        1883824 kB
Active(anon):       2424 kB
Inactive(anon):    11192 kB
Active(file):    2445200 kB
Inactive(file):  1872632 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:             34364 kB
Writeback:             0 kB
AnonPages:         18176 kB
Mapped:            13668 kB
Shmem:               172 kB
Slab:             726940 kB
SReclaimable:     168464 kB
SUnreclaim:       558476 kB
KernelStack:        1432 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3731679-1338699308.opb

Free space on /tmp at the end= 70736 MiB
End job on node144 at 2012-06-03 07:25:11