Trace number 3740945

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
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.10/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-3740945-1338771387/watcher-3740945-1338771387 -o /tmp/evaluation-result-3740945-1338771387/solver-3740945-1338771387 -C 1800 -W 1900 -M 15500 pbclasp instance-3740945-1338771387.opb HOME/temp 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3303
/proc/meminfo: memFree=26079372/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) R 3301 3303 14893 0 -1 4202496 643 0 0 0 0 0 0 0 20 0 1 0 343267290 26628096 573 33554432000 4194304 4198148 140735910078544 140735653542616 218226110152 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 573 356 1 0 296 0

[startup+0.0994061 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3303
/proc/meminfo: memFree=26079372/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.09 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) R 3301 3303 14893 0 -1 4202496 645 0 0 0 9 0 0 0 20 0 1 0 343267290 26628096 575 33554432000 4194304 4198148 140735910078544 140735653542616 218217112816 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 575 357 1 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26004

[startup+0.100292 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3303
/proc/meminfo: memFree=26079372/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.09 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) R 3301 3303 14893 0 -1 4202496 645 0 0 0 9 0 0 0 20 0 1 0 343267290 26628096 575 33554432000 4194304 4198148 140735910078544 140735653542616 218217112816 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 575 357 1 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26004

[startup+0.300191 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3303
/proc/meminfo: memFree=26079372/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26004

[startup+0.700185 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3303
/proc/meminfo: memFree=26079372/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/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.00 2.00 2.00 3/185 3308
/proc/meminfo: memFree=26068568/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3306] ppid=3305 vsize=25592 CPUtime=1.38 cores=1,3,5,7
/proc/3306/stat : 3306 (pb2clasp1) R 3305 3303 14893 0 -1 4202496 611 0 0 0 138 0 0 0 20 0 1 0 343267301 26206208 511 33554432000 4194304 4198148 140733960935024 140733960934008 218226284817 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/3306/statm: 6398 511 378 1 0 193 0
[pid=3307] ppid=3305 vsize=10380 CPUtime=0.15 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) S 3305 3303 14893 0 -1 4202496 2112 0 0 0 14 1 0 0 20 0 1 0 343267301 10629120 2020 33554432000 134512640 134847168 4293349632 4293345352 5403696 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3307/statm: 2595 2020 249 82 0 1836 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 96584

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 3308
/proc/meminfo: memFree=26055796/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3306] ppid=3305 vsize=25592 CPUtime=2.97 cores=1,3,5,7
/proc/3306/stat : 3306 (pb2clasp1) R 3305 3303 14893 0 -1 4202496 614 0 0 0 297 0 0 0 20 0 1 0 343267301 26206208 514 33554432000 4194304 4198148 140733960935024 140733960934008 218226121048 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/3306/statm: 6398 514 378 1 0 193 0
[pid=3307] ppid=3305 vsize=18416 CPUtime=0.35 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) S 3305 3303 14893 0 -1 4202496 4115 0 0 0 34 1 0 0 20 0 1 0 343267301 18857984 4023 33554432000 134512640 134847168 4293349632 4293345432 5403696 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 4604 4023 249 82 0 3845 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 104620

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3308
/proc/meminfo: memFree=25986480/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3306] ppid=3305 vsize=25724 CPUtime=6.17 cores=1,3,5,7
/proc/3306/stat : 3306 (pb2clasp1) R 3305 3303 14893 0 -1 4202496 618 0 0 0 617 0 0 0 20 0 1 0 343267301 26341376 518 33554432000 4194304 4198148 140733960935024 140733960934008 218213085992 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/3306/statm: 6431 518 378 1 0 226 0
[pid=3307] ppid=3305 vsize=34540 CPUtime=0.74 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) S 3305 3303 14893 0 -1 4202496 8125 0 0 0 72 2 0 0 20 0 1 0 343267301 35368960 8033 33554432000 134512640 134847168 4293349632 4293345320 5403696 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 8635 8033 249 82 0 7876 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 120876

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3308
/proc/meminfo: memFree=25910580/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=107580 CPUtime=4.39 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 27374 0 0 0 433 6 0 0 20 0 1 0 343267301 110161920 25854 33554432000 134512640 134847168 4293349632 4293348316 134715884 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 26895 25854 270 82 0 26136 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 13.8
Current children cumulated vsize (KiB) 168192

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3308
/proc/meminfo: memFree=25910952/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=107580 CPUtime=17.19 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 27374 0 0 0 1713 6 0 0 20 0 1 0 343267301 110161920 25854 33554432000 134512640 134847168 4293349632 4293348272 134782432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 26895 25854 270 82 0 26136 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 26.6
Current children cumulated vsize (KiB) 168192

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3308
/proc/meminfo: memFree=25886128/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=114964 CPUtime=42.79 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 29125 0 0 0 4272 7 0 0 20 0 1 0 343267301 117723136 27402 33554432000 134512640 134847168 4293349632 4293348208 134714321 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 28741 27402 270 82 0 27982 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 52.2
Current children cumulated vsize (KiB) 175576

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3308
/proc/meminfo: memFree=25819212/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=146452 CPUtime=93.95 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 36596 0 0 0 9385 10 0 0 20 0 1 0 343267301 149966848 35326 33554432000 134512640 134847168 4293349632 4293348372 134737633 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 36613 35326 270 82 0 35854 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 103.36
Current children cumulated vsize (KiB) 207064

[startup+162.3 s]

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

/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1423.06
Current children cumulated vsize (KiB) 460156

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 3345
/proc/meminfo: memFree=25405696/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=402176 CPUtime=1473.63 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 98858 0 0 0 147326 37 0 0 20 0 1 0 343267301 411828224 99010 33554432000 134512640 134847168 4293349632 4293348372 134737633 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 100544 99010 270 82 0 99785 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1483.04
Current children cumulated vsize (KiB) 462788

[startup+1542.31 s]
/proc/loadavg: 2.14 2.05 2.01 3/184 3345
/proc/meminfo: memFree=25369612/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=431112 CPUtime=1533.63 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 106069 0 0 0 153323 40 0 0 20 0 1 0 343267301 441458688 106221 33554432000 134512640 134847168 4293349632 4293348388 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 107778 106221 270 82 0 107019 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1543.04
Current children cumulated vsize (KiB) 491724

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/184 3345
/proc/meminfo: memFree=25333776/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=466968 CPUtime=1593.61 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 114986 0 0 0 159318 43 0 0 20 0 1 0 343267301 478175232 115138 33554432000 134512640 134847168 4293349632 4293348316 134715812 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 116742 115138 270 82 0 115983 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1603.02
Current children cumulated vsize (KiB) 527580

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 3345
/proc/meminfo: memFree=25302316/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=495660 CPUtime=1653.6 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 122134 0 0 0 165314 46 0 0 20 0 1 0 343267301 507555840 122286 33554432000 134512640 134847168 4293349632 4293348388 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 123915 122286 270 82 0 123156 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1663.01
Current children cumulated vsize (KiB) 556272

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/184 3345
/proc/meminfo: memFree=25300456/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=497152 CPUtime=1713.59 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 122438 0 0 0 171313 46 0 0 20 0 1 0 343267301 509083648 122590 33554432000 134512640 134847168 4293349632 4293348272 134782650 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 124288 122590 270 82 0 123529 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1723
Current children cumulated vsize (KiB) 557764

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/184 3346
/proc/meminfo: memFree=25299092/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=498044 CPUtime=1773.58 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 122639 0 0 0 177312 46 0 0 20 0 1 0 343267301 509997056 122791 33554432000 134512640 134847168 4293349632 4293348256 134784634 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 124511 122791 270 82 0 123752 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1782.99
Current children cumulated vsize (KiB) 558656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.4 s]
/proc/loadavg: 2.03 2.05 2.00 3/185 3399
/proc/meminfo: memFree=25587804/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=498588 CPUtime=1790.69 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 122738 0 0 0 179023 46 0 0 20 0 1 0 343267301 510554112 122890 33554432000 134512640 134847168 4293349632 4293348272 134782479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 124647 122890 270 82 0 123888 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 559200

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

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

[startup+1799.4 s]
/proc/loadavg: 2.03 2.05 2.00 3/185 3399
/proc/meminfo: memFree=25587804/32873844 swapFree=7628/7628
[pid=3303] ppid=3301 vsize=26004 CPUtime=0.1 cores=1,3,5,7
/proc/3303/stat : 3303 (pbclasp) S 3301 3303 14893 0 -1 4202496 671 0 0 0 10 0 0 0 20 0 1 0 343267290 26628096 582 33554432000 4194304 4198148 140735910078544 140735910077432 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3303/statm: 6501 582 364 1 0 296 0
[pid=3305] ppid=3303 vsize=9148 CPUtime=9.31 cores=1,3,5,7
/proc/3305/stat : 3305 (sh) S 3303 3303 14893 0 -1 4202496 373 629 0 0 0 0 931 0 20 0 1 0 343267301 9367552 264 33554432000 4194304 5064252 140734662896048 140734662894304 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3305/statm: 2287 264 223 213 0 72 0
[pid=3307] ppid=3305 vsize=498588 CPUtime=1790.69 cores=1,3,5,7
/proc/3307/stat : 3307 (clasp-1.0) R 3305 3303 14893 0 -1 4202496 122738 0 0 0 179023 46 0 0 20 0 1 0 343267301 510554112 122890 33554432000 134512640 134847168 4293349632 4293348272 134782479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3307/statm: 124647 122890 270 82 0 123888 0
[pid=3308] ppid=3305 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/3308/stat : 3308 (pboutclasp.pl) S 3305 3303 14893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343267301 26071040 437 33554432000 4194304 4198148 140737429927168 140737429917704 218217112816 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3308/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 559200

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3303 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=426566
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=18997
# CPU time returned by wait4() is 9.44556
# while last known CPU time is 1800.1
#
# 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.1
CPU user time (s): 1799.64
CPU system time (s): 0.46
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 559200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.42657
system time used= 0.018997
maximum resident set size= 2352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2357
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= 53
involuntary context switches= 38

runsolver used 4.28235 second user time and 12.2621 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-04 02:56:27
IDJOB=3740945
IDBENCH=89703
IDSOLVER=2317
FILE ID=node107/3740945-1338771387
RUNJOBID= node107-1338749388-14910
PBS_JOBID= 14636800
Free space on /tmp= 70588 MiB

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

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=645572308

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:        26080668 kB
Buffers:          913096 kB
Cached:          4955692 kB
SwapCached:           76 kB
Active:          2678160 kB
Inactive:        3222656 kB
Active(anon):      22548 kB
Inactive(anon):    11060 kB
Active(file):    2655612 kB
Inactive(file):  3211596 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             17616 kB
Writeback:             0 kB
AnonPages:         38616 kB
Mapped:            16368 kB
Shmem:               184 kB
Slab:             751276 kB
SReclaimable:     192928 kB
SUnreclaim:       558348 kB
KernelStack:        1480 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147300 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-3740945-1338771387.opb

Free space on /tmp at the end= 70588 MiB
End job on node107 at 2012-06-04 03:26:27