Trace number 3741153

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
PB07: PB-clasp 2007-04-10? (TO) 1800.08 1799.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-70.opb
MD5SUM4f155d4f8b05885565510d4fbd89c993
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12552
Total number of constraints283802
Number of constraints which are clauses254979
Number of constraints which are cardinality constraints (but not clauses)914
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint1
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1800.08/1799.01	s UNKNOWN

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-3741153-1338774428/watcher-3741153-1338774428 -o /tmp/evaluation-result-3741153-1338774428/solver-3741153-1338774428 -C 1800 -W 1900 -M 15500 pbclasp instance-3741153-1338774428.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.02 2.04 1.96 3/180 4638
/proc/meminfo: memFree=26334336/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=25740 CPUtime=0 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) R 4636 4638 4306 0 -1 4202496 568 0 0 0 0 0 0 0 20 0 1 0 343568910 26357760 499 33554432000 4194304 4198148 140736661208320 140736661205768 251044441800 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6435 499 355 1 0 230 0

[startup+0.0886579 s]
/proc/loadavg: 2.02 2.04 1.96 3/180 4638
/proc/meminfo: memFree=26334336/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.08 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) R 4636 4638 4306 0 -1 4202496 653 0 0 0 8 0 0 0 20 0 1 0 343568910 26628096 584 33554432000 4194304 4198148 140736661208320 140736661205768 251035444464 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 584 357 1 0 296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26004

[startup+0.100243 s]
/proc/loadavg: 2.02 2.04 1.96 3/180 4638
/proc/meminfo: memFree=26334336/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.09 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) R 4636 4638 4306 0 -1 4202496 653 0 0 0 9 0 0 0 20 0 1 0 343568910 26628096 584 33554432000 4194304 4198148 140736661208320 140736661205768 251035444464 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 584 357 1 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26004

[startup+0.300236 s]
/proc/loadavg: 2.02 2.04 1.96 3/180 4638
/proc/meminfo: memFree=26334336/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 26004

[startup+0.700223 s]
/proc/loadavg: 2.02 2.04 1.96 3/180 4638
/proc/meminfo: memFree=26334336/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 26004

[startup+1.50037 s]
/proc/loadavg: 2.02 2.04 1.96 3/185 4643
/proc/meminfo: memFree=26327204/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4641] ppid=4640 vsize=25592 CPUtime=1.34 cores=0,2,4,6
/proc/4641/stat : 4641 (pb2clasp1) R 4640 4638 4306 0 -1 4202496 611 0 0 0 134 0 0 0 20 0 1 0 343568925 26206208 511 33554432000 4194304 4198148 140735799158592 140735799149128 251044454610 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/4641/statm: 6398 511 378 1 0 193 0
[pid=4642] ppid=4640 vsize=10276 CPUtime=0.15 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) S 4640 4638 4306 0 -1 4202496 2108 0 0 0 15 0 0 0 20 0 1 0 343568925 10522624 2016 33554432000 134512640 134847168 4292194816 4292190536 8229936 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4642/statm: 2569 2016 251 82 0 1810 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 96480

[startup+3.10036 s]
/proc/loadavg: 2.02 2.04 1.96 4/185 4643
/proc/meminfo: memFree=26321252/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4641] ppid=4640 vsize=25592 CPUtime=2.94 cores=0,2,4,6
/proc/4641/stat : 4641 (pb2clasp1) R 4640 4638 4306 0 -1 4202496 614 0 0 0 294 0 0 0 20 0 1 0 343568925 26206208 514 33554432000 4194304 4198148 140735799158592 140735799157576 251035444464 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/4641/statm: 6398 514 378 1 0 193 0
[pid=4642] ppid=4640 vsize=18496 CPUtime=0.35 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) S 4640 4638 4306 0 -1 4202496 4160 0 0 0 34 1 0 0 20 0 1 0 343568925 18939904 4068 33554432000 134512640 134847168 4292194816 4292190504 8229936 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4642/statm: 4624 4068 251 82 0 3865 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 104700

[startup+6.30026 s]
/proc/loadavg: 2.02 2.04 1.96 3/185 4643
/proc/meminfo: memFree=26303568/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4641] ppid=4640 vsize=25592 CPUtime=6.14 cores=0,2,4,6
/proc/4641/stat : 4641 (pb2clasp1) R 4640 4638 4306 0 -1 4202496 617 0 0 0 613 1 0 0 20 0 1 0 343568925 26206208 517 33554432000 4194304 4198148 140735799158592 140735799157576 251035444464 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/4641/statm: 6398 517 378 1 0 193 0
[pid=4642] ppid=4640 vsize=35068 CPUtime=0.75 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 8265 0 0 0 73 2 0 0 20 0 1 0 343568925 35909632 8173 33554432000 134512640 134847168 4292194816 4292191004 134632012 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/4642/statm: 8767 8173 251 82 0 8008 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 121272

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 1.96 3/185 4696
/proc/meminfo: memFree=27347856/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=131304 CPUtime=2.58 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 32940 0 0 0 249 9 0 0 20 0 1 0 343568925 134455296 32147 33554432000 134512640 134847168 4292194816 4292193584 134617498 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 32826 32147 272 82 0 32067 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 191916

[startup+25.5004 s]
/proc/loadavg: 2.08 2.05 1.97 3/185 4696
/proc/meminfo: memFree=27275752/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=131304 CPUtime=15.37 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 32948 0 0 0 1528 9 0 0 20 0 1 0 343568925 134455296 32153 33554432000 134512640 134847168 4292194816 4292193456 134782388 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 32826 32153 272 82 0 32067 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 26.94
Current children cumulated vsize (KiB) 191916

[startup+51.1004 s]
/proc/loadavg: 2.05 2.05 1.97 3/185 4696
/proc/meminfo: memFree=27147676/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=131304 CPUtime=40.96 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 32985 0 0 0 4087 9 0 0 20 0 1 0 343568925 134455296 32208 33554432000 134512640 134847168 4292194816 4292193572 134737608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 32826 32208 272 82 0 32067 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 52.53
Current children cumulated vsize (KiB) 191916

[startup+102.306 s]
/proc/loadavg: 2.13 2.07 1.98 3/183 4696
/proc/meminfo: memFree=26830160/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=159684 CPUtime=92.15 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 39972 0 0 0 9204 11 0 0 20 0 1 0 343568925 163516416 38883 33554432000 134512640 134847168 4292194816 4292193456 134782479 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 39921 38883 272 82 0 39162 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 103.72
Current children cumulated vsize (KiB) 220296

[startup+162.3 s]

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

/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1363.43
Current children cumulated vsize (KiB) 554764

[startup+1422.31 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 4732
/proc/meminfo: memFree=25937396/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=495520 CPUtime=1411.86 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 123009 0 0 0 141148 38 0 0 20 0 1 0 343568925 507412480 122738 33554432000 134512640 134847168 4292194816 4292193548 134740921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 123880 122738 272 82 0 123121 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1423.43
Current children cumulated vsize (KiB) 556132

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 4733
/proc/meminfo: memFree=25923392/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=495988 CPUtime=1471.85 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 125471 0 0 0 147146 39 0 0 20 0 1 0 343568925 507891712 122911 33554432000 134512640 134847168 4292194816 4292193456 134782673 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 123997 122911 272 82 0 123238 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1483.42
Current children cumulated vsize (KiB) 556600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 4733
/proc/meminfo: memFree=25894872/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=513136 CPUtime=1531.84 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 129829 0 0 0 153142 42 0 0 20 0 1 0 343568925 525451264 127088 33554432000 134512640 134847168 4292194816 4292193456 134782472 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 128284 127088 272 82 0 127525 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1543.41
Current children cumulated vsize (KiB) 573748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 4733
/proc/meminfo: memFree=25861516/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=535592 CPUtime=1591.83 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 135351 0 0 0 159139 44 0 0 20 0 1 0 343568925 548446208 132610 33554432000 134512640 134847168 4292194816 4292193572 134737608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 133898 132610 272 82 0 133139 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1603.4
Current children cumulated vsize (KiB) 596204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 4733
/proc/meminfo: memFree=25820224/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=567732 CPUtime=1651.82 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 143419 0 0 0 165136 46 0 0 20 0 1 0 343568925 581357568 140497 33554432000 134512640 134847168 4292194816 4292193500 134715964 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 141933 140497 272 82 0 141174 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1663.39
Current children cumulated vsize (KiB) 628344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 4733
/proc/meminfo: memFree=25780424/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=597968 CPUtime=1711.81 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 150996 0 0 0 171132 49 0 0 20 0 1 0 343568925 612319232 148074 33554432000 134512640 134847168 4292194816 4292193572 134737608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 149492 148074 272 82 0 148733 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1723.38
Current children cumulated vsize (KiB) 658580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4734
/proc/meminfo: memFree=25738912/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=627344 CPUtime=1771.8 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 158247 0 0 0 177128 52 0 0 20 0 1 0 343568925 642400256 155325 33554432000 134512640 134847168 4292194816 4292193584 134737421 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 156836 155325 272 82 0 156077 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1783.37
Current children cumulated vsize (KiB) 687956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4734
/proc/meminfo: memFree=25727844/32873844 swapFree=7372/7372
[pid=4638] ppid=4636 vsize=26004 CPUtime=0.14 cores=0,2,4,6
/proc/4638/stat : 4638 (pbclasp) S 4636 4638 4306 0 -1 4202496 679 0 0 0 14 0 0 0 20 0 1 0 343568910 26628096 592 33554432000 4194304 4198148 140736661208320 140736661207208 251035444464 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4638/statm: 6501 592 364 1 0 296 0
[pid=4640] ppid=4638 vsize=9148 CPUtime=11.43 cores=0,2,4,6
/proc/4640/stat : 4640 (sh) S 4638 4638 4306 0 -1 4202496 375 633 0 0 0 0 1142 1 20 0 1 0 343568925 9367552 264 33554432000 4194304 5064252 140737408910544 140737408908800 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4640/statm: 2287 264 223 213 0 72 0
[pid=4642] ppid=4640 vsize=635232 CPUtime=1788.51 cores=0,2,4,6
/proc/4642/stat : 4642 (clasp-1.0) R 4640 4638 4306 0 -1 4202496 160235 0 0 0 178798 53 0 0 20 0 1 0 343568925 650477568 157313 33554432000 134512640 134847168 4292194816 4292193456 134782472 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4642/statm: 158808 157313 272 82 0 158049 0
[pid=4643] ppid=4640 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/4643/stat : 4643 (pboutclasp.pl) S 4640 4638 4306 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343568925 26071040 437 33554432000 4194304 4198148 140735946410256 140735946400792 251035444464 0 0 4224 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4643/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 695844

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

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

Child status: 0

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

Real time (s): 1799.01
CPU time (s): 1800.08
CPU user time (s): 1799.54
CPU system time (s): 0.54
CPU usage (%): 100.059
Max. virtual memory (cumulated for all children) (KiB): 695844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5652
system time used= 0.023996
maximum resident set size= 2392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76
involuntary context switches= 22

runsolver used 4.6143 second user time and 9.93949 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-04 03:47:08
IDJOB=3741153
IDBENCH=89796
IDSOLVER=2317
FILE ID=node118/3741153-1338774428
RUNJOBID= node118-1338772639-4322
PBS_JOBID= 14636820
Free space on /tmp= 70912 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-70.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741153-1338774428/watcher-3741153-1338774428 -o /tmp/evaluation-result-3741153-1338774428/solver-3741153-1338774428 -C 1800 -W 1900 -M 15500  pbclasp instance-3741153-1338774428.opb HOME/temp

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

MD5SUM BENCH= 4f155d4f8b05885565510d4fbd89c993
RANDOM SEED=1625033849

node118.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.212
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.42
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.212
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	: 5438.55
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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26335700 kB
Buffers:          503564 kB
Cached:          3990808 kB
SwapCached:            0 kB
Active:          2604516 kB
Inactive:        3064560 kB
Active(anon):    1164992 kB
Inactive(anon):    11328 kB
Active(file):    1439524 kB
Inactive(file):  3053232 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16024 kB
Writeback:            32 kB
AnonPages:       1281596 kB
Mapped:            13892 kB
Shmem:               200 kB
Slab:             726824 kB
SReclaimable:     167192 kB
SUnreclaim:       559632 kB
KernelStack:        1496 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1308856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1130496 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-3741153-1338774428.opb

Free space on /tmp at the end= 70908 MiB
End job on node118 at 2012-06-04 04:17:07