Trace number 3739726

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.07 1800.21

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
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.07/1800.21	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-3739726-1338763097/watcher-3739726-1338763097 -o /tmp/evaluation-result-3739726-1338763097/solver-3739726-1338763097 -C 1800 -W 1900 -M 15500 pbclasp instance-3739726-1338763097.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.01 2.00 1.98 3/179 20456
/proc/meminfo: memFree=28622448/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) R 20454 20456 20179 0 -1 4202496 549 0 0 0 0 0 0 0 20 0 1 0 342434097 26206208 479 33554432000 4194304 4198148 140735804535232 140735804532680 239250235392 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6398 479 355 1 0 193 0

[startup+0.0445301 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 20456
/proc/meminfo: memFree=28622448/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.03 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) R 20454 20456 20179 0 -1 4202496 763 0 0 0 3 0 0 0 20 0 1 0 342434097 27029504 693 33554432000 4194304 4198148 140735804535232 140735804532680 239250194472 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 693 357 1 0 394 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26396

[startup+0.100161 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 20456
/proc/meminfo: memFree=28622448/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26396

[startup+0.300119 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 20456
/proc/meminfo: memFree=28622448/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26396

[startup+0.700111 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 20456
/proc/meminfo: memFree=28622448/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26396

[startup+1.50032 s]
/proc/loadavg: 2.01 2.00 1.98 4/184 20461
/proc/meminfo: memFree=28612992/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20459] ppid=20458 vsize=25592 CPUtime=1.42 cores=0,2,4,6
/proc/20459/stat : 20459 (pb2clasp1) R 20458 20456 20179 0 -1 4202496 606 0 0 0 142 0 0 0 20 0 1 0 342434103 26206208 506 33554432000 4194304 4198148 140733348565840 140733348564824 239249977951 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/20459/statm: 6398 506 378 1 0 193 0
[pid=20460] ppid=20458 vsize=13204 CPUtime=0.16 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 2818 0 0 0 16 0 0 0 20 0 1 0 342434103 13520896 2726 33554432000 134512640 134847168 4288418752 4288414528 3675431 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20460/statm: 3301 2726 251 82 0 2542 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 99800

[startup+3.10033 s]
/proc/loadavg: 2.01 2.00 1.98 3/184 20461
/proc/meminfo: memFree=28605800/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20459] ppid=20458 vsize=25592 CPUtime=3.01 cores=0,2,4,6
/proc/20459/stat : 20459 (pb2clasp1) R 20458 20456 20179 0 -1 4202496 615 0 0 0 301 0 0 0 20 0 1 0 342434103 26206208 515 33554432000 4194304 4198148 140733348565840 140733348556376 239241061616 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/20459/statm: 6398 515 378 1 0 193 0
[pid=20460] ppid=20458 vsize=21808 CPUtime=0.35 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) S 20458 20456 20179 0 -1 4202496 4943 0 0 0 34 1 0 0 20 0 1 0 342434103 22331392 4851 33554432000 134512640 134847168 4288418752 4288414472 3204144 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 5452 4851 251 82 0 4693 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 108404

[startup+6.30035 s]
/proc/loadavg: 2.01 2.00 1.98 3/183 20461
/proc/meminfo: memFree=28578080/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=45068 CPUtime=3.53 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 11686 0 0 0 350 3 0 0 20 0 1 0 342434103 46149632 10557 33554432000 134512640 134847168 4288418752 4288417436 134715846 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 11267 10557 272 82 0 10508 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 106072

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.98 3/183 20461
/proc/meminfo: memFree=28567680/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=57700 CPUtime=9.92 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 14828 0 0 0 989 3 0 0 20 0 1 0 342434103 59084800 13699 33554432000 134512640 134847168 4288418752 4288417520 134737597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 14425 13699 272 82 0 13666 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 118704

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 1.98 3/183 20461
/proc/meminfo: memFree=28532588/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=90924 CPUtime=22.72 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 23067 0 0 0 2266 6 0 0 20 0 1 0 342434103 93106176 21938 33554432000 134512640 134847168 4288418752 4288416928 3675431 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 22731 21938 272 82 0 21972 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 25.83
Current children cumulated vsize (KiB) 151928

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 20461
/proc/meminfo: memFree=28480508/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=141488 CPUtime=48.32 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 35771 0 0 0 4822 10 0 0 20 0 1 0 342434103 144883712 34506 33554432000 134512640 134847168 4288418752 4288417216 134713933 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 35372 34506 272 82 0 34613 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 51.43
Current children cumulated vsize (KiB) 202492

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 20461
/proc/meminfo: memFree=28423716/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=191876 CPUtime=99.52 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 48670 0 0 0 9939 13 0 0 20 0 1 0 342434103 196481024 47060 33554432000 134512640 134847168 4288418752 4288416992 3674337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 47969 47060 272 82 0 47210 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 102.63
Current children cumulated vsize (KiB) 252880

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/184 20464
/proc/meminfo: memFree=28399652/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6

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

/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 594768

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 21946
/proc/meminfo: memFree=28380972/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=535756 CPUtime=1419.12 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 145020 0 0 0 141873 39 0 0 20 0 1 0 342434103 548614144 132509 33554432000 134512640 134847168 4288418752 4288417520 134737345 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 133939 132509 272 82 0 133180 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1422.23
Current children cumulated vsize (KiB) 596760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22138
/proc/meminfo: memFree=28402096/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=535884 CPUtime=1479.1 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 145175 0 0 0 147871 39 0 0 20 0 1 0 342434103 548745216 132971 33554432000 134512640 134847168 4288418752 4288417392 134782642 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 133971 132971 272 82 0 133212 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1482.21
Current children cumulated vsize (KiB) 596888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22155
/proc/meminfo: memFree=28275316/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=536428 CPUtime=1539.1 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 145287 0 0 0 153871 39 0 0 20 0 1 0 342434103 549302272 133083 33554432000 134512640 134847168 4288418752 4288417328 134714871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 134107 133083 272 82 0 133348 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1542.21
Current children cumulated vsize (KiB) 597432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22155
/proc/meminfo: memFree=28233032/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=542224 CPUtime=1599.08 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 146615 0 0 0 159869 39 0 0 20 0 1 0 342434103 555237376 134275 33554432000 134512640 134847168 4288418752 4288417456 134748512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 135556 134275 272 82 0 134797 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1602.19
Current children cumulated vsize (KiB) 603228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22163
/proc/meminfo: memFree=28279756/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=542560 CPUtime=1659.07 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 146663 0 0 0 165868 39 0 0 20 0 1 0 342434103 555581440 134323 33554432000 134512640 134847168 4288418752 4288417392 134782707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 135640 134323 272 82 0 134881 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1662.18
Current children cumulated vsize (KiB) 603564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22163
/proc/meminfo: memFree=28233752/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=547284 CPUtime=1719.07 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 148126 0 0 0 171867 40 0 0 20 0 1 0 342434103 560418816 135292 33554432000 134512640 134847168 4288418752 4288417392 134782472 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 136821 135292 272 82 0 136062 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1722.18
Current children cumulated vsize (KiB) 608288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22163
/proc/meminfo: memFree=28189360/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=575460 CPUtime=1779.05 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 164392 0 0 0 177862 43 0 0 20 0 1 0 342434103 589271040 142202 33554432000 134512640 134847168 4288418752 4288417520 134737366 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 143865 142202 272 82 0 143106 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 636464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 22163
/proc/meminfo: memFree=28174852/32873844 swapFree=7644/7644
[pid=20456] ppid=20454 vsize=26396 CPUtime=0.04 cores=0,2,4,6
/proc/20456/stat : 20456 (pbclasp) S 20454 20456 20179 0 -1 4202496 788 0 0 0 4 0 0 0 20 0 1 0 342434097 27029504 700 33554432000 4194304 4198148 140735804535232 140735804534120 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20456/statm: 6599 700 364 1 0 394 0
[pid=20458] ppid=20456 vsize=9148 CPUtime=3.07 cores=0,2,4,6
/proc/20458/stat : 20458 (sh) S 20456 20456 20179 0 -1 4202496 375 622 0 0 0 0 307 0 20 0 1 0 342434103 9367552 264 33554432000 4194304 5064252 140736786207952 140736786206208 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20458/statm: 2287 264 223 213 0 72 0
[pid=20460] ppid=20458 vsize=575460 CPUtime=1796.96 cores=0,2,4,6
/proc/20460/stat : 20460 (clasp-1.0) R 20458 20456 20179 0 -1 4202496 164392 0 0 0 179653 43 0 0 20 0 1 0 342434103 589271040 142202 33554432000 134512640 134847168 4288418752 4288417392 134782472 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20460/statm: 143865 142202 272 82 0 143106 0
[pid=20461] ppid=20458 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/20461/stat : 20461 (pboutclasp.pl) S 20458 20456 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 342434103 26071040 437 33554432000 4194304 4198148 140734342478880 140734342469416 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20461/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 636464

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 20456 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=127524
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10998
# CPU time returned by wait4() is 3.13852
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.21
CPU time (s): 1800.07
CPU user time (s): 1799.64
CPU system time (s): 0.43
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 636464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.12752
system time used= 0.010998
maximum resident set size= 2824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2590
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= 163
involuntary context switches= 41

runsolver used 2.74058 second user time and 7.11092 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 00:38:17
IDJOB=3739726
IDBENCH=74369
IDSOLVER=2317
FILE ID=node147/3739726-1338763097
RUNJOBID= node147-1338762476-20195
PBS_JOBID= 14636809
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=92469339

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        28622604 kB
Buffers:          465344 kB
Cached:          2580660 kB
SwapCached:         3380 kB
Active:          1828192 kB
Inactive:        1560068 kB
Active(anon):     337968 kB
Inactive(anon):     5908 kB
Active(file):    1490224 kB
Inactive(file):  1554160 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              3132 kB
Writeback:             8 kB
AnonPages:        346384 kB
Mapped:            11236 kB
Shmem:                 0 kB
Slab:             723188 kB
SReclaimable:     164032 kB
SUnreclaim:       559156 kB
KernelStack:        1488 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     463908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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-3739726-1338763097.opb

Free space on /tmp at the end= 70768 MiB
End job on node147 at 2012-06-04 01:08:17