Trace number 3740971

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.05 1799.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
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 variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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/1799.41	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-3740971-1338772490/watcher-3740971-1338772490 -o /tmp/evaluation-result-3740971-1338772490/solver-3740971-1338772490 -C 1800 -W 1900 -M 15500 pbclasp instance-3740971-1338772490.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.05 2.01 2.00 3/180 1367
/proc/meminfo: memFree=30184112/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=25740 CPUtime=0 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) R 1364 1367 22552 0 -1 4202496 594 0 0 0 0 0 0 0 20 0 1 0 343374924 26357760 524 33554432000 4194304 4198148 140735882565168 140736224038456 259137351368 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6435 524 355 1 0 230 0

[startup+0.0975861 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 1367
/proc/meminfo: memFree=30184112/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.09 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) R 1364 1367 22552 0 -1 4202496 645 0 0 0 9 0 0 0 20 0 1 0 343374924 26628096 575 33554432000 4194304 4198148 140735882565168 140736224038456 259115771120 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 575 357 1 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26004

[startup+0.100306 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 1367
/proc/meminfo: memFree=30184112/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.09 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) R 1364 1367 22552 0 -1 4202496 645 0 0 0 9 0 0 0 20 0 1 0 343374924 26628096 575 33554432000 4194304 4198148 140735882565168 140736224038456 259115771120 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 575 357 1 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26004

[startup+0.300224 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 1367
/proc/meminfo: memFree=30184112/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26004

[startup+0.700181 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 1367
/proc/meminfo: memFree=30184112/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26004

[startup+1.50033 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 1372
/proc/meminfo: memFree=30178104/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1370] ppid=1369 vsize=25592 CPUtime=1.38 cores=0,2,4,6
/proc/1370/stat : 1370 (pb2clasp1) R 1369 1367 22552 0 -1 4202496 611 0 0 0 138 0 0 0 20 0 1 0 343374936 26206208 511 33554432000 4194304 4198148 140736458833424 140736458832408 259137372048 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/1370/statm: 6398 511 378 1 0 193 0
[pid=1371] ppid=1369 vsize=10492 CPUtime=0.16 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) S 1369 1367 22552 0 -1 4202496 2159 0 0 0 16 0 0 0 20 0 1 0 343374936 10743808 2067 33554432000 134512640 134847168 4286947312 4286943032 1725488 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1371/statm: 2623 2067 251 82 0 1864 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 96696

[startup+3.10035 s]
/proc/loadavg: 2.05 2.01 2.00 4/185 1372
/proc/meminfo: memFree=30170912/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1370] ppid=1369 vsize=25592 CPUtime=2.98 cores=0,2,4,6
/proc/1370/stat : 1370 (pb2clasp1) R 1369 1367 22552 0 -1 4202496 614 0 0 0 298 0 0 0 20 0 1 0 343374936 26206208 514 33554432000 4194304 4198148 140736458833424 140736458823960 259137731840 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/1370/statm: 6398 514 378 1 0 193 0
[pid=1371] ppid=1369 vsize=18516 CPUtime=0.33 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) S 1369 1367 22552 0 -1 4202496 4198 0 0 0 33 0 0 0 20 0 1 0 343374936 18960384 4106 33554432000 134512640 134847168 4286947312 4286943032 1725488 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1371/statm: 4629 4106 251 82 0 3870 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 104720

[startup+6.30035 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 1372
/proc/meminfo: memFree=30151580/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1370] ppid=1369 vsize=25724 CPUtime=6.18 cores=0,2,4,6
/proc/1370/stat : 1370 (pb2clasp1) R 1369 1367 22552 0 -1 4202496 618 0 0 0 618 0 0 0 20 0 1 0 343374936 26341376 518 33554432000 4194304 4198148 140736458833424 140736458832408 259137291670 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/1370/statm: 6431 518 378 1 0 226 0
[pid=1371] ppid=1369 vsize=35024 CPUtime=0.7 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) S 1369 1367 22552 0 -1 4202496 8292 0 0 0 69 1 0 0 20 0 1 0 343374936 35864576 8200 33554432000 134512640 134847168 4286947312 4286943032 1725488 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 8756 8200 251 82 0 7997 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 121360

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 1372
/proc/meminfo: memFree=30072060/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=108084 CPUtime=4.51 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 27373 0 0 0 446 5 0 0 20 0 1 0 343374936 110678016 26038 33554432000 134512640 134847168 4286947312 4286946080 134737595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 27021 26038 272 82 0 26262 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 168696

[startup+25.5012 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 1372
/proc/meminfo: memFree=30069076/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=108084 CPUtime=17.31 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 27373 0 0 0 1726 5 0 0 20 0 1 0 343374936 110678016 26038 33554432000 134512640 134847168 4286947312 4286946080 134737498 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 27021 26038 272 82 0 26262 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 26.54
Current children cumulated vsize (KiB) 168696

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 1373
/proc/meminfo: memFree=30055204/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=109224 CPUtime=42.91 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 27867 0 0 0 4285 6 0 0 20 0 1 0 343374936 111845376 26329 33554432000 134512640 134847168 4286947312 4286946036 134782308 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 27306 26329 272 82 0 26547 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 52.14
Current children cumulated vsize (KiB) 169836

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 1373
/proc/meminfo: memFree=30002932/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=140716 CPUtime=94.08 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 35350 0 0 0 9401 7 0 0 20 0 1 0 343374936 144093184 33788 33554432000 134512640 134847168 4286947312 4286946052 134737633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 35179 33788 272 82 0 34420 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 103.31
Current children cumulated vsize (KiB) 201328

[startup+162.3 s]

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

/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1363.02
Current children cumulated vsize (KiB) 468604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3135
/proc/meminfo: memFree=29354004/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=410532 CPUtime=1413.78 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 101095 0 0 0 141354 24 0 0 20 0 1 0 343374936 420384768 101540 33554432000 134512640 134847168 4286947312 4286946004 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 102633 101540 272 82 0 101874 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1423.01
Current children cumulated vsize (KiB) 471144

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 3135
/proc/meminfo: memFree=29346836/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=411256 CPUtime=1473.77 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 101268 0 0 0 147353 24 0 0 20 0 1 0 343374936 421126144 101713 33554432000 134512640 134847168 4286947312 4286945936 134784711 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 102814 101713 272 82 0 102055 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1483
Current children cumulated vsize (KiB) 471868

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 3138
/proc/meminfo: memFree=29342304/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=412340 CPUtime=1533.76 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 101634 0 0 0 153352 24 0 0 20 0 1 0 343374936 422236160 101898 33554432000 134512640 134847168 4286947312 4286946004 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 103085 101898 272 82 0 102326 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1542.99
Current children cumulated vsize (KiB) 472952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3139
/proc/meminfo: memFree=29340576/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=412636 CPUtime=1593.76 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 101698 0 0 0 159351 25 0 0 20 0 1 0 343374936 422539264 101962 33554432000 134512640 134847168 4286947312 4286945996 134715790 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 103159 101962 272 82 0 102400 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1602.99
Current children cumulated vsize (KiB) 473248

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 3139
/proc/meminfo: memFree=29335616/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=416452 CPUtime=1653.75 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 102776 0 0 0 165350 25 0 0 20 0 1 0 343374936 426446848 102769 33554432000 134512640 134847168 4286947312 4286946004 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 104113 102769 272 82 0 103354 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1662.98
Current children cumulated vsize (KiB) 477064

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3139
/proc/meminfo: memFree=29319304/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=429844 CPUtime=1713.73 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 106119 0 0 0 171347 26 0 0 20 0 1 0 343374936 440160256 106231 33554432000 134512640 134847168 4286947312 4286945952 134782685 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 107461 106231 272 82 0 106702 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1722.96
Current children cumulated vsize (KiB) 490456

[startup+1782.3 s]
/proc/loadavg: 1.78 1.95 1.98 2/174 3167
/proc/meminfo: memFree=29712808/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=456792 CPUtime=1773.72 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 112704 0 0 0 177343 29 0 0 20 0 1 0 343374936 467755008 112824 33554432000 134512640 134847168 4286947312 4286946004 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 114198 112824 272 82 0 113439 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1782.95
Current children cumulated vsize (KiB) 517404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.4 s]
/proc/loadavg: 1.56 1.89 1.96 2/174 3167
/proc/meminfo: memFree=29704632/32873648 swapFree=6860/6860
[pid=1367] ppid=1364 vsize=26004 CPUtime=0.1 cores=0,2,4,6
/proc/1367/stat : 1367 (pbclasp) S 1364 1367 22552 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343374924 26628096 582 33554432000 4194304 4198148 140735882565168 140735882564056 259115771120 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1367/statm: 6501 582 364 1 0 296 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=9.13 cores=0,2,4,6
/proc/1369/stat : 1369 (sh) S 1367 1367 22552 0 -1 4202496 372 628 0 0 0 0 913 0 20 0 1 0 343374936 9367552 263 33554432000 4194304 5064252 140736858434624 140736858432880 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 263 223 213 0 72 0
[pid=1371] ppid=1369 vsize=464960 CPUtime=1790.82 cores=0,2,4,6
/proc/1371/stat : 1371 (clasp-1.0) R 1369 1367 22552 0 -1 4202496 114732 0 0 0 179052 30 0 0 20 0 1 0 343374936 476119040 114852 33554432000 134512640 134847168 4286947312 4286945888 134714706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1371/statm: 116240 114852 272 82 0 115481 0
[pid=1372] ppid=1369 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/1372/stat : 1372 (pboutclasp.pl) S 1369 1367 22552 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343374936 26071040 437 33554432000 4194304 4198148 140734217370736 140734217361272 259115771120 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1372/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 525572

Sending SIGTERM to process tree (bottom up)

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 1367 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=242594
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=11998
# CPU time returned by wait4() is 9.25459
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.41
CPU time (s): 1800.05
CPU user time (s): 1799.75
CPU system time (s): 0.3
CPU usage (%): 100.035
Max. virtual memory (cumulated for all children) (KiB): 525572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.24259
system time used= 0.011998
maximum resident set size= 2352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2355
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= 52
involuntary context switches= 12

runsolver used 4.78827 second user time and 14.6778 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 03:14:51
IDJOB=3740971
IDBENCH=89714
IDSOLVER=2317
FILE ID=node124/3740971-1338772490
RUNJOBID= node124-1338768867-30999
PBS_JOBID= 14636791
Free space on /tmp= 70692 MiB

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

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=1833091567

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30184996 kB
Buffers:          236868 kB
Cached:          1571488 kB
SwapCached:         8268 kB
Active:           566500 kB
Inactive:        1346372 kB
Active(anon):      98788 kB
Inactive(anon):     8240 kB
Active(file):     467712 kB
Inactive(file):  1338132 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:              9704 kB
Writeback:             0 kB
AnonPages:        153152 kB
Mapped:            11212 kB
Shmem:                 0 kB
Slab:             635596 kB
SReclaimable:      79964 kB
SUnreclaim:       555632 kB
KernelStack:        1528 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     222860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3740971-1338772490.opb

Free space on /tmp at the end= 70700 MiB
End job on node124 at 2012-06-04 03:44:50