Trace number 3731690

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) 1801.98 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUM2fd45123d8e20b24379108257151f007
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark712
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 414
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 488873
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 488873
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

1082.41/1082.74	sh: line 1:  6979 Done                    cat HOME/temp/instance-3731690-1338699427.opb.op
1082.41/1082.74	      6980 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731690-1338699427.opb.clasp
1800.06/1800.62	c Somebody sent me a SIGTERM
1800.06/1800.62	s UNKNOWN
1800.06/1800.62	pb2clasp1: no process killed

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

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 1.98 3/179 6913
/proc/meminfo: memFree=27475976/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) R 6911 6913 14418 0 -1 4202496 556 0 0 0 0 0 0 0 20 0 1 0 336068247 26206208 487 33554432000 4194304 4198148 140733675045264 140733675042712 239885496008 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 6398 487 355 1 0 193 0

[startup+0.01438 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6913
/proc/meminfo: memFree=27475976/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=26616 CPUtime=0 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) R 6911 6913 14418 0 -1 4202496 794 0 0 0 0 0 0 0 20 0 1 0 336068247 27254784 725 33554432000 4194304 4198148 140733675045264 140733675042712 239885876480 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 6654 725 362 1 0 449 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26616

[startup+0.100299 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6913
/proc/meminfo: memFree=27475976/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=26616 CPUtime=0.09 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) R 6911 6913 14418 0 -1 4202496 823 0 0 0 9 0 0 0 20 0 1 0 336068247 27254784 754 33554432000 4194304 4198148 140733675045264 140733675042712 239885876496 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/6913/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 1.98 3/179 6913
/proc/meminfo: memFree=27475976/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=27012 CPUtime=0.29 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) R 6911 6913 14418 0 -1 4202496 922 0 0 0 29 0 0 0 20 0 1 0 336068247 27660288 853 33554432000 4194304 4198148 140733675045264 140733675044040 239885876496 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 6753 853 362 1 0 548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27012

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6913
/proc/meminfo: memFree=27475976/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 336068247 29024256 1180 33554432000 4194304 4198148 140733675045264 140733675044152 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7086 1180 369 1 0 881 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 28344

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6916
/proc/meminfo: memFree=27351704/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 336068247 29024256 1180 33554432000 4194304 4198148 140733675045264 140733675044152 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7086 1180 369 1 0 881 0
[pid=6915] ppid=6913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6915/stat : 6915 (sh) S 6913 6913 14418 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 336068305 9367552 267 33554432000 4194304 5064252 140736210673712 140736210672592 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6915/statm: 2287 267 226 213 0 72 0
[pid=6916] ppid=6915 vsize=25724 CPUtime=0.91 cores=0,2,4,6
/proc/6916/stat : 6916 (pb2clasp1) R 6915 6913 14418 0 -1 4202496 620 0 0 0 91 0 0 0 20 0 1 0 336068305 26341376 530 33554432000 4194304 4198148 140736603257616 140736603248152 239885580072 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/6916/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63216

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6916
/proc/meminfo: memFree=27340716/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 336068247 29024256 1180 33554432000 4194304 4198148 140733675045264 140733675044152 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7086 1180 369 1 0 881 0
[pid=6915] ppid=6913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6915/stat : 6915 (sh) S 6913 6913 14418 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 336068305 9367552 267 33554432000 4194304 5064252 140736210673712 140736210672592 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6915/statm: 2287 267 226 213 0 72 0
[pid=6916] ppid=6915 vsize=25724 CPUtime=2.51 cores=0,2,4,6
/proc/6916/stat : 6916 (pb2clasp1) R 6915 6913 14418 0 -1 4202496 620 0 0 0 251 0 0 0 20 0 1 0 336068305 26341376 530 33554432000 4194304 4198148 140736603257616 140736603248152 239885528597 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/6916/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63216

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6916
/proc/meminfo: memFree=27339904/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 336068247 29024256 1180 33554432000 4194304 4198148 140733675045264 140733675044152 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7086 1180 369 1 0 881 0
[pid=6915] ppid=6913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6915/stat : 6915 (sh) S 6913 6913 14418 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 336068305 9367552 267 33554432000 4194304 5064252 140736210673712 140736210672592 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6915/statm: 2287 267 226 213 0 72 0
[pid=6916] ppid=6915 vsize=25724 CPUtime=5.71 cores=0,2,4,6
/proc/6916/stat : 6916 (pb2clasp1) R 6915 6913 14418 0 -1 4202496 620 0 0 0 570 1 0 0 20 0 1 0 336068305 26341376 530 33554432000 4194304 4198148 140736603257616 140736603248152 239872546297 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/6916/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 1.98 3/181 6916
/proc/meminfo: memFree=27230180/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 336068247 29024256 1180 33554432000 4194304 4198148 140733675045264 140733675044152 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7086 1180 369 1 0 881 0
[pid=6915] ppid=6913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6915/stat : 6915 (sh) S 6913 6913 14418 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 336068305 9367552 267 33554432000 4194304 5064252 140736210673712 140736210672592 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6915/statm: 2287 267 226 213 0 72 0
[pid=6916] ppid=6915 vsize=25724 CPUtime=12.11 cores=0,2,4,6
/proc/6916/stat : 6916 (pb2clasp1) R 6915 6913 14418 0 -1 4202496 620 0 0 0 1208 3 0 0 20 0 1 0 336068305 26341376 530 33554432000 4194304 4198148 140736603257616 140736603256600 239872515406 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/6916/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 63216

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6923
/proc/meminfo: memFree=26756044/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=20.13 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1761 2126 0 0 58 0 1947 8 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=6921] ppid=6913 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6913 6913 14418 0 -1 4202496 371 220 0 0 0 0 0 1 20 0 1 0 336070263 9367552 264 33554432000 4194304 5064252 140735635100864 140735635099120 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6921/statm: 2287 264 223 213 0 72 0
[pid=6923] ppid=6921 vsize=247872 CPUtime=5.33 cores=0,2,4,6
/proc/6923/stat : 6923 (clasp-1.0) R 6921 6913 14418 0 -1 4202496 51205 0 0 0 520 13 0 0 20 0 1 0 336070263 253820928 60879 33554432000 134512640 134847168 4290148256 4290147024 134617547 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6923/statm: 61968 60879 266 82 0 61209 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 286156

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6923
/proc/meminfo: memFree=26037192/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=20.13 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1761 2126 0 0 58 0 1947 8 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=6921] ppid=6913 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6913 6913 14418 0 -1 4202496 371 220 0 0 0 0 0 1 20 0 1 0 336070263 9367552 264 33554432000 4194304 5064252 140735635100864 140735635099120 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6921/statm: 2287 264 223 213 0 72 0
[pid=6923] ppid=6921 vsize=623948 CPUtime=30.92 cores=0,2,4,6
/proc/6923/stat : 6923 (clasp-1.0) R 6921 6913 14418 0 -1 4202496 144958 0 0 0 3063 29 0 0 20 0 1 0 336070263 638922752 154632 33554432000 134512640 134847168 4290148256 4290146708 134790214 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6923/statm: 155987 154632 266 82 0 155228 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 662232

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6923
/proc/meminfo: memFree=24873124/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=20.13 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1761 2126 0 0 58 0 1947 8 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=6921] ppid=6913 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6913 6913 14418 0 -1 4202496 371 220 0 0 0 0 0 1 20 0 1 0 336070263 9367552 264 33554432000 4194304 5064252 140735635100864 140735635099120 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6921/statm: 2287 264 223 213 0 72 0
[pid=6923] ppid=6921 vsize=1250112 CPUtime=82.12 cores=0,2,4,6
/proc/6923/stat : 6923 (clasp-1.0) R 6921 6913 14418 0 -1 4202496 301643 0 0 0 8156 56 0 0 20 0 1 0 336070263 1280114688 310445 33554432000 134512640 134847168 4290148256 4290146564 134792965 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6923/statm: 312528 310445 266 82 0 311769 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1288396

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 6923
/proc/meminfo: memFree=23748596/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=20.13 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1761 2126 0 0 58 0 1947 8 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=6921] ppid=6913 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6913 6913 14418 0 -1 4202496 371 220 0 0 0 0 0 1 20 0 1 0 336070263 9367552 264 33554432000 4194304 5064252 140735635100864 140735635099120 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6921/statm: 2287 264 223 213 0 72 0
[pid=6923] ppid=6921 vsize=1861756 CPUtime=142.11 cores=0,2,4,6
/proc/6923/stat : 6923 (clasp-1.0) R 6921 6913 14418 0 -1 4202496 461300 0 0 0 14126 85 0 0 20 0 1 0 336070263 1906438144 462597 33554432000 134512640 134847168 4290148256 4290146896 134782644 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6923/statm: 465439 462597 266 82 0 464680 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1900040

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/182 6926
/proc/meminfo: memFree=22789228/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=20.13 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 1761 2126 0 0 58 0 1947 8 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=6921] ppid=6913 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6913 6913 14418 0 -1 4202496 371 220 0 0 0 0 0 1 20 0 1 0 336070263 9367552 264 33554432000 4194304 5064252 140735635100864 140735635099120 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6921/statm: 2287 264 223 213 0 72 0
[pid=6923] ppid=6921 vsize=2366492 CPUtime=202.1 cores=0,2,4,6
/proc/6923/stat : 6923 (clasp-1.0) R 6921 6913 14418 0 -1 4202496 586905 0 0 0 20102 108 0 0 20 0 1 0 336070263 2423287808 588202 33554432000 134512640 134847168 4290148256 4290147012 134737608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6923/statm: 591623 588202 266 82 0 590864 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2404776

[startup+282.3 s]

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

/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2129 3642295 0 0 60 1 156319 805 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=7123] ppid=6913 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/7123/stat : 7123 (sh) S 6913 6913 14418 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336225479 9367552 264 33554432000 4194304 5064252 140734862409552 140734862407808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7123/statm: 2287 264 223 213 0 72 0
[pid=7125] ppid=7123 vsize=1357100 CPUtime=89.94 cores=0,2,4,6
/proc/7125/stat : 7125 (clasp-1.0) R 7123 6913 14418 0 -1 4202496 328256 0 0 0 8936 58 0 0 20 0 1 0 336225479 1389670400 337045 33554432000 134512640 134847168 4291929168 4291927808 134782472 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7125/statm: 339275 337045 266 82 0 338516 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 1395384

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 7125
/proc/meminfo: memFree=25607504/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.85 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2129 3642295 0 0 60 1 156319 805 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=7123] ppid=6913 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/7123/stat : 7123 (sh) S 6913 6913 14418 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336225479 9367552 264 33554432000 4194304 5064252 140734862409552 140734862407808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7123/statm: 2287 264 223 213 0 72 0
[pid=7125] ppid=7123 vsize=1937704 CPUtime=149.92 cores=0,2,4,6
/proc/7125/stat : 7125 (clasp-1.0) R 7123 6913 14418 0 -1 4202496 480164 0 0 0 14905 87 0 0 20 0 1 0 336225479 1984208896 481448 33554432000 134512640 134847168 4291929168 4291927808 134782455 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7125/statm: 484426 481448 266 82 0 483667 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 1975988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7126
/proc/meminfo: memFree=25113020/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.85 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2129 3642295 0 0 60 1 156319 805 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=7123] ppid=6913 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/7123/stat : 7123 (sh) S 6913 6913 14418 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336225479 9367552 264 33554432000 4194304 5064252 140734862409552 140734862407808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7123/statm: 2287 264 223 213 0 72 0
[pid=7125] ppid=7123 vsize=2418476 CPUtime=209.89 cores=0,2,4,6
/proc/7125/stat : 7125 (clasp-1.0) R 7123 6913 14418 0 -1 4202496 610249 0 0 0 20876 113 0 0 20 0 1 0 336225479 2476519424 601037 33554432000 134512640 134847168 4291929168 4291928012 134740921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7125/statm: 604619 601037 266 82 0 603860 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 2456760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7126
/proc/meminfo: memFree=24987748/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.85 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2129 3642295 0 0 60 1 156319 805 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=7123] ppid=6913 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/7123/stat : 7123 (sh) S 6913 6913 14418 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336225479 9367552 264 33554432000 4194304 5064252 140734862409552 140734862407808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7123/statm: 2287 264 223 213 0 72 0
[pid=7125] ppid=7123 vsize=2552400 CPUtime=228.19 cores=0,2,4,6
/proc/7125/stat : 7125 (clasp-1.0) R 7123 6913 14418 0 -1 4202496 656509 0 0 0 22697 122 0 0 20 0 1 0 336225479 2613657600 634123 33554432000 134512640 134847168 4291929168 4291927424 7513383 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7125/statm: 638100 634123 266 82 0 637341 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2590684

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7126
/proc/meminfo: memFree=24987748/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.85 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2129 3642295 0 0 60 1 156319 805 20 0 1 0 336068247 29835264 1395 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6913/statm: 7284 1395 387 1 0 1079 0
[pid=7123] ppid=6913 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/7123/stat : 7123 (sh) S 6913 6913 14418 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 336225479 9367552 264 33554432000 4194304 5064252 140734862409552 140734862407808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7123/statm: 2287 264 223 213 0 72 0
[pid=7125] ppid=7123 vsize=2552400 CPUtime=228.19 cores=0,2,4,6
/proc/7125/stat : 7125 (clasp-1.0) R 7123 6913 14418 0 -1 4202496 656509 0 0 0 22697 122 0 0 20 0 1 0 336225479 2613657600 634123 33554432000 134512640 134847168 4291929168 4291927424 7513383 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7125/statm: 638100 634123 266 82 0 637341 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2590684

[startup+1800.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7126
/proc/meminfo: memFree=24987748/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.92 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2285 3645055 0 0 60 1 156319 812 20 0 1 0 336068247 29835264 1397 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6913/statm: 7284 1397 387 1 0 1079 0
Current children cumulated CPU time (s) 1571.92
Current children cumulated vsize (KiB) 29136
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6913

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7126
/proc/meminfo: memFree=24987748/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.92 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2285 3645055 0 0 60 1 156319 812 20 0 1 0 336068247 29835264 1397 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6913/statm: 7284 1397 387 1 0 1079 0
Current children cumulated CPU time (s) 1571.92
Current children cumulated vsize (KiB) 29136

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7145
/proc/meminfo: memFree=27536304/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.92 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2285 3645055 0 0 60 1 156319 812 20 0 1 0 336068247 29835264 1397 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6913/statm: 7284 1397 387 1 0 1079 0
[pid=7143] ppid=6913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7143/stat : 7143 (sh) S 6913 6913 14418 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 336248315 9367552 264 33554432000 4194304 5064252 140736442277184 140736442275440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7143/statm: 2287 264 223 213 0 72 0
[pid=7144] ppid=7143 vsize=4004 CPUtime=0.01 cores=0,2,4,6
/proc/7144/stat : 7144 (cat) S 7143 6913 14418 0 -1 4202496 211 0 0 0 0 1 0 0 20 0 1 0 336248315 4100096 123 33554432000 4194304 4236627 140734345877456 140734345876552 239873115616 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/7144/statm: 1001 123 97 11 0 67 0
[pid=7145] ppid=7143 vsize=76980 CPUtime=1.51 cores=0,2,4,6
/proc/7145/stat : 7145 (clasp-1.0) R 7143 6913 14418 0 -1 4202496 18672 0 0 0 146 5 0 0 20 0 1 0 336248315 78827520 18570 33554432000 134512640 134847168 4294415424 4294410976 1582375 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7145/statm: 19245 18570 251 82 0 18486 0
Current children cumulated CPU time (s) 1573.44
Current children cumulated vsize (KiB) 119268

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7145
/proc/meminfo: memFree=27536304/32873844 swapFree=7384/7384
[pid=6913] ppid=6911 vsize=29136 CPUtime=1571.92 cores=0,2,4,6
/proc/6913/stat : 6913 (pbclasp) S 6911 6913 14418 0 -1 4202496 2285 3645055 0 0 60 1 156319 812 20 0 1 0 336068247 29835264 1397 33554432000 4194304 4198148 140733675045264 140733675044192 239876501534 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6913/statm: 7284 1397 387 1 0 1079 0
[pid=7143] ppid=6913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7143/stat : 7143 (sh) S 6913 6913 14418 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 336248315 9367552 264 33554432000 4194304 5064252 140736442277184 140736442275440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7143/statm: 2287 264 223 213 0 72 0
[pid=7144] ppid=7143 vsize=4004 CPUtime=0.01 cores=0,2,4,6
/proc/7144/stat : 7144 (cat) S 7143 6913 14418 0 -1 4202496 211 0 0 0 0 1 0 0 20 0 1 0 336248315 4100096 123 33554432000 4194304 4236627 140734345877456 140734345876552 239873115616 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/7144/statm: 1001 123 97 11 0 67 0
[pid=7145] ppid=7143 vsize=93148 CPUtime=1.91 cores=0,2,4,6
/proc/7145/stat : 7145 (clasp-1.0) R 7143 6913 14418 0 -1 4202496 22839 0 0 0 186 5 0 0 20 0 1 0 336248315 95383552 22737 33554432000 134512640 134847168 4294415424 4294411216 1582375 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7145/statm: 23287 22737 251 82 0 22528 0
Current children cumulated CPU time (s) 1573.84
Current children cumulated vsize (KiB) 135436

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6913 and gives
#  childrusage.ru_utime.tv_sec=1563
#  childrusage.ru_utime.tv_usec=806265
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=154760
# CPU time returned by wait4() is 1571.96
# while last known CPU time is 1573.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 228.14
#  lost CPU user time (s): 226.97
#  lost CPU system time (s): 1.17

Real time (s): 1802.63
CPU time (s): 1801.98
CPU user time (s): 1792.62
CPU system time (s): 9.36
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 4225248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1563.81
system time used= 8.15476
maximum resident set size= 4160824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3648733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 239096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25005
involuntary context switches= 1749

runsolver used 3.59045 second user time and 15.5716 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-03 06:57:08
IDJOB=3731690
IDBENCH=1977
IDSOLVER=2317
FILE ID=node136/3731690-1338699427
RUNJOBID= node136-1338679217-23146
PBS_JOBID= 14636677
Free space on /tmp= 69752 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_1.opb.PB06.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731690-1338699427/watcher-3731690-1338699427 -o /tmp/evaluation-result-3731690-1338699427/solver-3731690-1338699427 -C 1800 -W 1900 -M 15500  pbclasp instance-3731690-1338699427.opb HOME/temp

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

MD5SUM BENCH= 2fd45123d8e20b24379108257151f007
RANDOM SEED=1779775369

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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		: 2667.247
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		: 2667.247
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:        27480976 kB
Buffers:          879900 kB
Cached:          3475944 kB
SwapCached:        20316 kB
Active:          2470484 kB
Inactive:        2031632 kB
Active(anon):     119504 kB
Inactive(anon):    22312 kB
Active(file):    2350980 kB
Inactive(file):  2009320 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             34240 kB
Writeback:             0 kB
AnonPages:        125640 kB
Mapped:            11448 kB
Shmem:                 0 kB
Slab:             751188 kB
SReclaimable:     192224 kB
SUnreclaim:       558964 kB
KernelStack:        1480 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     245120 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-3731690-1338699427.opb

Free space on /tmp at the end= 69768 MiB
End job on node136 at 2012-06-03 07:27:11