Trace number 3740997

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.03 1799.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1800.03/1799.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3740997-1338772602/watcher-3740997-1338772602 -o /tmp/evaluation-result-3740997-1338772602/solver-3740997-1338772602 -C 1800 -W 1900 -M 15500 pbclasp instance-3740997-1338772602.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 2382
/proc/meminfo: memFree=28791340/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) R 2380 2382 20179 0 -1 4202496 559 0 0 0 0 0 0 0 20 0 1 0 343384684 26206208 490 33554432000 4194304 4198148 140734755672448 140734755669896 239237304212 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6398 490 355 1 0 193 0

[startup+0.0130119 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2382
/proc/meminfo: memFree=28791340/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) R 2380 2382 20179 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 343384684 26628096 585 33554432000 4194304 4198148 140734755672448 140734755669896 239241061616 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 585 357 1 0 296 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26004

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2382
/proc/meminfo: memFree=28791340/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.09 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) R 2380 2382 20179 0 -1 4202496 654 0 0 0 9 0 0 0 20 0 1 0 343384684 26628096 585 33554432000 4194304 4198148 140734755672448 140734755669896 239241061616 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 585 357 1 0 296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26004

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2382
/proc/meminfo: memFree=28791340/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 26004

[startup+0.700217 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2382
/proc/meminfo: memFree=28791340/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 26004

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 2387
/proc/meminfo: memFree=28784108/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2385] ppid=2384 vsize=25592 CPUtime=1.35 cores=1,3,5,7
/proc/2385/stat : 2385 (pb2clasp1) R 2384 2382 20179 0 -1 4202496 612 0 0 0 135 0 0 0 20 0 1 0 343384698 26206208 512 33554432000 4194304 4198148 140737461096000 140737461086536 239250103528 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/2385/statm: 6398 512 378 1 0 193 0
[pid=2386] ppid=2384 vsize=10220 CPUtime=0.14 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) S 2384 2382 20179 0 -1 4202496 2109 0 0 0 14 0 0 0 20 0 1 0 343384698 10465280 2017 33554432000 134512640 134847168 4288804592 4288800312 12817456 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 2555 2017 251 82 0 1796 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 96424

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 2387
/proc/meminfo: memFree=28777288/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2385] ppid=2384 vsize=25592 CPUtime=2.94 cores=1,3,5,7
/proc/2385/stat : 2385 (pb2clasp1) R 2384 2382 20179 0 -1 4202496 614 0 0 0 294 0 0 0 20 0 1 0 343384698 26206208 514 33554432000 4194304 4198148 140737461096000 140737461086536 239237280434 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/2385/statm: 6398 514 378 1 0 193 0
[pid=2386] ppid=2384 vsize=18416 CPUtime=0.35 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) S 2384 2382 20179 0 -1 4202496 4156 0 0 0 34 1 0 0 20 0 1 0 343384698 18857984 4064 33554432000 134512640 134847168 4288804592 4288800584 12817456 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 4604 4064 251 82 0 3845 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 104620

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 2387
/proc/meminfo: memFree=28757696/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2385] ppid=2384 vsize=25724 CPUtime=6.14 cores=1,3,5,7
/proc/2385/stat : 2385 (pb2clasp1) R 2384 2382 20179 0 -1 4202496 619 0 0 0 614 0 0 0 20 0 1 0 343384698 26341376 519 33554432000 4194304 4198148 140737461096000 140737461094984 239237306989 0 0 4224 0 0 0 0 17 3 0 0 0 0 0
/proc/2385/statm: 6431 519 378 1 0 226 0
[pid=2386] ppid=2384 vsize=34920 CPUtime=0.76 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) S 2384 2382 20179 0 -1 4202496 8242 0 0 0 74 2 0 0 20 0 1 0 343384698 35758080 8150 33554432000 134512640 134847168 4288804592 4288800312 12817456 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 8730 8150 251 82 0 7971 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 121256

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2387
/proc/meminfo: memFree=28669408/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=134980 CPUtime=2.54 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 33212 0 0 0 247 7 0 0 20 0 1 0 343384698 138219520 32541 33554432000 134512640 134847168 4288804592 4288803280 134783597 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 33745 32541 272 82 0 32986 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 195592

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2387
/proc/meminfo: memFree=28644716/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=133868 CPUtime=15.34 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 33255 0 0 0 1527 7 0 0 20 0 1 0 343384698 137080832 32306 33554432000 134512640 134847168 4288804592 4288803284 134616619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 33467 32306 272 82 0 32708 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 26.96
Current children cumulated vsize (KiB) 194480

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2387
/proc/meminfo: memFree=28626828/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=133868 CPUtime=40.93 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 33274 0 0 0 4086 7 0 0 20 0 1 0 343384698 137080832 32325 33554432000 134512640 134847168 4288804592 4288803280 134735861 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 33467 32325 272 82 0 32708 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 52.55
Current children cumulated vsize (KiB) 194480

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2387
/proc/meminfo: memFree=28575656/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=153396 CPUtime=92.12 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 38059 0 0 0 9203 9 0 0 20 0 1 0 343384698 157077504 36792 33554432000 134512640 134847168 4288804592 4288803348 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 38349 36792 272 82 0 37590 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 103.74
Current children cumulated vsize (KiB) 214008

[startup+162.3 s]

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

/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1363.41
Current children cumulated vsize (KiB) 518736

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2602
/proc/meminfo: memFree=28027340/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=462476 CPUtime=1411.77 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 114725 0 0 0 141141 36 0 0 20 0 1 0 343384698 473575424 113421 33554432000 134512640 134847168 4288804592 4288803284 134616619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 115619 113421 272 82 0 114860 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1423.39
Current children cumulated vsize (KiB) 523088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2603
/proc/meminfo: memFree=28023240/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=462476 CPUtime=1471.75 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 114753 0 0 0 147139 36 0 0 20 0 1 0 343384698 473575424 114009 33554432000 134512640 134847168 4288804592 4288803348 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 115619 114009 272 82 0 114860 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1483.37
Current children cumulated vsize (KiB) 523088

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 2603
/proc/meminfo: memFree=27995960/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=487980 CPUtime=1531.74 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 121114 0 0 0 153134 40 0 0 20 0 1 0 343384698 499691520 120370 33554432000 134512640 134847168 4288804592 4288803348 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 121995 120370 272 82 0 121236 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1543.36
Current children cumulated vsize (KiB) 548592

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 2603
/proc/meminfo: memFree=27960868/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=521640 CPUtime=1591.73 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 129514 0 0 0 159130 43 0 0 20 0 1 0 343384698 534159360 128770 33554432000 134512640 134847168 4288804592 4288803332 134737633 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 130410 128770 272 82 0 129651 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1603.35
Current children cumulated vsize (KiB) 582252

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2603
/proc/meminfo: memFree=27915856/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=557904 CPUtime=1651.73 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 138557 0 0 0 165127 46 0 0 20 0 1 0 343384698 571293696 137813 33554432000 134512640 134847168 4288804592 4288803348 134737608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 139476 137813 272 82 0 138717 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1663.35
Current children cumulated vsize (KiB) 618516

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2656
/proc/meminfo: memFree=28257808/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=593072 CPUtime=1711.71 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 147293 0 0 0 171122 49 0 0 20 0 1 0 343384698 607305728 146549 33554432000 134512640 134847168 4288804592 4288803232 134782437 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 148268 146549 272 82 0 147509 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1723.33
Current children cumulated vsize (KiB) 653684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2657
/proc/meminfo: memFree=28208580/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=610200 CPUtime=1771.71 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 151574 0 0 0 177120 51 0 0 20 0 1 0 343384698 624844800 150738 33554432000 134512640 134847168 4288804592 4288803232 134782432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 152550 150738 272 82 0 151791 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1783.33
Current children cumulated vsize (KiB) 670812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2657
/proc/meminfo: memFree=28200148/32873844 swapFree=7644/7644
[pid=2382] ppid=2380 vsize=26004 CPUtime=0.13 cores=1,3,5,7
/proc/2382/stat : 2382 (pbclasp) S 2380 2382 20179 0 -1 4202496 679 0 0 0 13 0 0 0 20 0 1 0 343384684 26628096 592 33554432000 4194304 4198148 140734755672448 140734755671336 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2382/statm: 6501 592 364 1 0 296 0
[pid=2384] ppid=2382 vsize=9148 CPUtime=11.49 cores=1,3,5,7
/proc/2384/stat : 2384 (sh) S 2382 2382 20179 0 -1 4202496 371 634 0 0 0 0 1147 2 20 0 1 0 343384698 9367552 263 33554432000 4194304 5064252 140736711466832 140736711465088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2384/statm: 2287 263 223 213 0 72 0
[pid=2386] ppid=2384 vsize=610200 CPUtime=1788.41 cores=1,3,5,7
/proc/2386/stat : 2386 (clasp-1.0) R 2384 2382 20179 0 -1 4202496 151594 0 0 0 178790 51 0 0 20 0 1 0 343384698 624844800 150758 33554432000 134512640 134847168 4288804592 4288803276 134715776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2386/statm: 152550 150758 272 82 0 151791 0
[pid=2387] ppid=2384 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/2387/stat : 2387 (pboutclasp.pl) S 2384 2382 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343384698 26071040 437 33554432000 4194304 4198148 140734216687168 140734216677704 239241061616 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2387/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 670812

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 2382 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=608235
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 11.6392
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.01
CPU time (s): 1800.03
CPU user time (s): 1799.5
CPU system time (s): 0.53
CPU usage (%): 100.057
Max. virtual memory (cumulated for all children) (KiB): 670812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6082
system time used= 0.030995
maximum resident set size= 2392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2389
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= 77
involuntary context switches= 14

runsolver used 4.32034 second user time and 12.0352 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 03:16:43
IDJOB=3740997
IDBENCH=89728
IDSOLVER=2317
FILE ID=node147/3740997-1338772602
RUNJOBID= node147-1338762476-20196
PBS_JOBID= 14636809
Free space on /tmp= 70764 MiB

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

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1953854592

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:        28791388 kB
Buffers:          473816 kB
Cached:          2611132 kB
SwapCached:         3380 kB
Active:          1655300 kB
Inactive:        1563916 kB
Active(anon):     129536 kB
Inactive(anon):     5908 kB
Active(file):    1525764 kB
Inactive(file):  1558008 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             12296 kB
Writeback:            40 kB
AnonPages:        138184 kB
Mapped:            11480 kB
Shmem:                 0 kB
Slab:             723896 kB
SReclaimable:     164704 kB
SUnreclaim:       559192 kB
KernelStack:        1472 kB
PageTables:         4532 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     257880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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-3740997-1338772602.opb

Free space on /tmp at the end= 70768 MiB
End job on node147 at 2012-06-04 03:46:42