Trace number 3741049

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 1795.52

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
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 variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
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 757
Number of bits of the biggest sum of numbers10
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/1795.52	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-3741049-1338773187/watcher-3741049-1338773187 -o /tmp/evaluation-result-3741049-1338773187/solver-3741049-1338773187 -C 1800 -W 1900 -M 15500 pbclasp instance-3741049-1338773187.opb HOME/temp 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.05 2.00 4/181 3447
/proc/meminfo: memFree=26047644/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=26004 CPUtime=0 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) R 3445 3447 14893 0 -1 4202496 642 0 0 0 0 0 0 0 20 0 1 0 343447342 26628096 573 33554432000 4194304 4198148 140735941583216 140736099823880 218226117446 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6501 573 356 1 0 296 0

[startup+0.020079 s]
/proc/loadavg: 2.03 2.05 2.00 4/181 3447
/proc/meminfo: memFree=26047644/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.01 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) R 3445 3447 14893 0 -1 4202496 933 0 0 0 1 0 0 0 20 0 1 0 343447342 27828224 864 33554432000 4194304 4198148 140735941583216 140736099823880 218217112816 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 864 357 1 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27176

[startup+0.100282 s]
/proc/loadavg: 2.03 2.05 2.00 4/181 3447
/proc/meminfo: memFree=26047644/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.09 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) R 3445 3447 14893 0 -1 4202496 934 0 0 0 9 0 0 0 20 0 1 0 343447342 27828224 865 33554432000 4194304 4198148 140735941583216 140736099823880 218217112816 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 865 357 1 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27176

[startup+0.300254 s]
/proc/loadavg: 2.03 2.05 2.00 4/181 3447
/proc/meminfo: memFree=26047644/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.29 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) R 3445 3447 14893 0 -1 4202496 934 0 0 0 29 0 0 0 20 0 1 0 343447342 27828224 865 33554432000 4194304 4198148 140735941583216 140735941573752 218217112816 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 865 357 1 0 589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27176

[startup+0.700114 s]
/proc/loadavg: 2.03 2.05 2.00 4/181 3447
/proc/meminfo: memFree=26047644/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 27176

[startup+1.50044 s]
/proc/loadavg: 2.03 2.05 2.00 3/186 3452
/proc/meminfo: memFree=26034328/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3450] ppid=3449 vsize=25592 CPUtime=1.07 cores=1,3,5,7
/proc/3450/stat : 3450 (pb2clasp1) R 3449 3447 14893 0 -1 4202496 610 0 0 0 107 0 0 0 20 0 1 0 343447383 26206208 509 33554432000 4194304 4198148 140737459246976 140737459237512 218226484850 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/3450/statm: 6398 509 378 1 0 193 0
[pid=3451] ppid=3449 vsize=8964 CPUtime=0.11 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) S 3449 3447 14893 0 -1 4202496 1755 0 0 0 11 0 0 0 20 0 1 0 343447383 9179136 1662 33554432000 134512640 134847168 4293349712 4293345512 13595696 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 2241 1662 251 82 0 1482 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 96340

[startup+3.10043 s]
/proc/loadavg: 2.03 2.05 2.00 3/186 3452
/proc/meminfo: memFree=26022548/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3450] ppid=3449 vsize=25592 CPUtime=2.67 cores=1,3,5,7
/proc/3450/stat : 3450 (pb2clasp1) R 3449 3447 14893 0 -1 4202496 610 0 0 0 267 0 0 0 20 0 1 0 343447383 26206208 509 33554432000 4194304 4198148 140737459246976 140737459237512 218226234869 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/3450/statm: 6398 509 378 1 0 193 0
[pid=3451] ppid=3449 vsize=17020 CPUtime=0.29 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) S 3449 3447 14893 0 -1 4202496 3791 0 0 0 29 0 0 0 20 0 1 0 343447383 17428480 3698 33554432000 134512640 134847168 4293349712 4293345432 13595696 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 4255 3698 251 82 0 3496 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 104396

[startup+6.30037 s]
/proc/loadavg: 2.03 2.04 2.00 3/185 3452
/proc/meminfo: memFree=25956960/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3450] ppid=3449 vsize=25724 CPUtime=5.87 cores=1,3,5,7
/proc/3450/stat : 3450 (pb2clasp1) R 3449 3447 14893 0 -1 4202496 634 0 0 0 587 0 0 0 20 0 1 0 343447383 26341376 533 33554432000 4194304 4198148 140737459246976 140737459245960 218226622404 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/3450/statm: 6431 533 378 1 0 226 0
[pid=3451] ppid=3449 vsize=33512 CPUtime=0.69 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) S 3449 3447 14893 0 -1 4202496 7838 0 0 0 68 1 0 0 20 0 1 0 343447383 34316288 7745 33554432000 134512640 134847168 4293349712 4293345544 13595696 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 8378 7745 251 82 0 7619 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 121020

[startup+12.7004 s]
/proc/loadavg: 2.03 2.04 2.00 3/185 3452
/proc/meminfo: memFree=25923892/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3450] ppid=3449 vsize=25724 CPUtime=12.27 cores=1,3,5,7
/proc/3450/stat : 3450 (pb2clasp1) R 3449 3447 14893 0 -1 4202496 641 0 0 0 1225 2 0 0 20 0 1 0 343447383 26341376 540 33554432000 4194304 4198148 140737459246976 140737459237512 218226158739 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/3450/statm: 6431 540 378 1 0 226 0
[pid=3451] ppid=3449 vsize=65804 CPUtime=1.57 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 15861 0 0 0 153 4 0 0 20 0 1 0 343447383 67383296 15768 33554432000 134512640 134847168 4293349712 4293345872 2865647 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 16451 15768 251 82 0 15692 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 153312

[startup+25.5004 s]
/proc/loadavg: 2.02 2.04 2.00 3/185 3452
/proc/meminfo: memFree=25855992/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3450] ppid=3449 vsize=25856 CPUtime=25.07 cores=1,3,5,7
/proc/3450/stat : 3450 (pb2clasp1) R 3449 3447 14893 0 -1 4202496 652 0 0 0 2503 4 0 0 20 0 1 0 343447383 26476544 551 33554432000 4194304 4198148 140737459246976 140737459245960 218213139257 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/3450/statm: 6464 551 378 1 0 259 0
[pid=3451] ppid=3449 vsize=131312 CPUtime=3.41 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) S 3449 3447 14893 0 -1 4202496 31804 0 0 0 333 8 0 0 20 0 1 0 343447383 134463488 32222 33554432000 134512640 134847168 4293349712 4293345560 13595696 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 32828 32222 251 82 0 32069 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 28.89
Current children cumulated vsize (KiB) 218952

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.00 3/185 3504
/proc/meminfo: memFree=25575352/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=390160 CPUtime=20.38 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 79622 0 0 0 2017 21 0 0 20 0 1 0 343447383 399523840 95936 33554432000 134512640 134847168 4293349712 4293348480 134617547 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 97540 95936 272 82 0 96781 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 56
Current children cumulated vsize (KiB) 451944

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/184 3504
/proc/meminfo: memFree=25384748/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=390160 CPUtime=71.57 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 79639 0 0 0 7136 21 0 0 20 0 1 0 343447383 399523840 95961 33554432000 134512640 134847168 4293349712 4293348288 134714504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 97540 95961 272 82 0 96781 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7

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

/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1366.94
Current children cumulated vsize (KiB) 549876

[startup+1422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 3772
/proc/meminfo: memFree=24754512/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=495332 CPUtime=1391.3 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 106111 0 0 0 139099 31 0 0 20 0 1 0 343447383 507219968 122459 33554432000 134512640 134847168 4293349712 4293348396 134715803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 123833 122459 272 82 0 123074 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1426.92
Current children cumulated vsize (KiB) 557116

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 3772
/proc/meminfo: memFree=24725540/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=505996 CPUtime=1451.3 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 108671 0 0 0 145097 33 0 0 20 0 1 0 343447383 518139904 125019 33554432000 134512640 134847168 4293349712 4293348468 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 126499 125019 272 82 0 125740 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1486.92
Current children cumulated vsize (KiB) 567780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 3773
/proc/meminfo: memFree=24698360/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=513980 CPUtime=1511.29 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 110615 0 0 0 151095 34 0 0 20 0 1 0 343447383 526315520 126963 33554432000 134512640 134847168 4293349712 4293348468 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 128495 126963 272 82 0 127736 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1546.91
Current children cumulated vsize (KiB) 575764

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 3773
/proc/meminfo: memFree=24665636/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=524348 CPUtime=1571.28 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 113183 0 0 0 157093 35 0 0 20 0 1 0 343447383 536932352 129531 33554432000 134512640 134847168 4293349712 4293348396 134715846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 131087 129531 272 82 0 130328 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1606.9
Current children cumulated vsize (KiB) 586132

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 3773
/proc/meminfo: memFree=24639964/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=532904 CPUtime=1631.28 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 115237 0 0 0 163092 36 0 0 20 0 1 0 343447383 545693696 131585 33554432000 134512640 134847168 4293349712 4293348428 134715744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 133226 131585 272 82 0 132467 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1666.9
Current children cumulated vsize (KiB) 594688

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 3773
/proc/meminfo: memFree=24594936/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=543004 CPUtime=1691.26 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 117706 0 0 0 169089 37 0 0 20 0 1 0 343447383 556036096 134054 33554432000 134512640 134847168 4293349712 4293348288 134714247 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 135751 134054 272 82 0 134992 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1726.88
Current children cumulated vsize (KiB) 604788

[startup+1782.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 3773
/proc/meminfo: memFree=24557364/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=551256 CPUtime=1751.26 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 119730 0 0 0 175088 38 0 0 20 0 1 0 343447383 564486144 136078 33554432000 134512640 134847168 4293349712 4293348396 134715846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 137814 136078 272 82 0 137055 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 613040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.51 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 3773
/proc/meminfo: memFree=24548560/32873844 swapFree=7628/7628
[pid=3447] ppid=3445 vsize=27176 CPUtime=0.41 cores=1,3,5,7
/proc/3447/stat : 3447 (pbclasp) S 3445 3447 14893 0 -1 4202496 959 0 0 0 40 1 0 0 20 0 1 0 343447342 27828224 872 33554432000 4194304 4198148 140735941583216 140735941582104 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3447/statm: 6794 872 364 1 0 589 0
[pid=3449] ppid=3447 vsize=9148 CPUtime=35.21 cores=1,3,5,7
/proc/3449/stat : 3449 (sh) S 3447 3447 14893 0 -1 4202496 373 665 0 0 0 0 3515 6 20 0 1 0 343447383 9367552 264 33554432000 4194304 5064252 140736470054960 140736470053216 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3449/statm: 2287 264 223 213 0 72 0
[pid=3451] ppid=3449 vsize=553088 CPUtime=1764.46 cores=1,3,5,7
/proc/3451/stat : 3451 (clasp-1.0) R 3449 3447 14893 0 -1 4202496 120165 0 0 0 176408 38 0 0 20 0 1 0 343447383 566362112 136513 33554432000 134512640 134847168 4293349712 4293348396 134715846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3451/statm: 138272 136513 272 82 0 137513 0
[pid=3452] ppid=3449 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3452/stat : 3452 (pboutclasp.pl) S 3449 3447 14893 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 343447383 26071040 438 33554432000 4194304 4198148 140735933566400 140735933556936 218217112816 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3452/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 614872

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 3447 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=558594
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=79987
# CPU time returned by wait4() is 35.6386
# 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): 1795.52
CPU time (s): 1800.08
CPU user time (s): 1799.63
CPU system time (s): 0.45
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 614872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5586
system time used= 0.079987
maximum resident set size= 3512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2892
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= 234
involuntary context switches= 52

runsolver used 4.35234 second user time and 12.2631 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-04 03:26:28
IDJOB=3741049
IDBENCH=89740
IDSOLVER=2317
FILE ID=node107/3741049-1338773187
RUNJOBID= node107-1338749388-14910
PBS_JOBID= 14636800
Free space on /tmp= 70564 MiB

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

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=1753422210

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.86
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.760
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:        26049156 kB
Buffers:          913220 kB
Cached:          4983424 kB
SwapCached:           76 kB
Active:          2711828 kB
Inactive:        3219380 kB
Active(anon):      24864 kB
Inactive(anon):    11060 kB
Active(file):    2686964 kB
Inactive(file):  3208320 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             45276 kB
Writeback:             0 kB
AnonPages:         41244 kB
Mapped:            16196 kB
Shmem:               184 kB
Slab:             751972 kB
SReclaimable:     193684 kB
SUnreclaim:       558288 kB
KernelStack:        1496 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150452 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-3741049-1338773187.opb

Free space on /tmp at the end= 70520 MiB
End job on node107 at 2012-06-04 03:56:24