Trace number 3740802

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? 1402.12 1368.5

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
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 variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1401.99/1368.49	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-3740802-1338769910/watcher-3740802-1338769910 -o /tmp/evaluation-result-3740802-1338769910/solver-3740802-1338769910 -C 1800 -W 1900 -M 15500 pbclasp instance-3740802-1338769910.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.15 2.13 2.10 3/176 32247
/proc/meminfo: memFree=26943836/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=25740 CPUtime=0 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) R 32245 32247 17435 0 -1 4202496 569 0 0 0 0 0 0 0 20 0 1 0 343117639 26357760 499 33554432000 4194304 4198148 140736302053968 140737417803848 266460606152 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/32247/statm: 6435 499 355 1 0 230 0

[startup+0.102497 s]
/proc/loadavg: 2.15 2.13 2.10 3/176 32247
/proc/meminfo: memFree=26943836/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=0.09 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) R 32245 32247 17435 0 -1 4202496 2527 0 0 0 9 0 0 0 20 0 1 0 343117639 34361344 2457 33554432000 4194304 4198148 140736302053968 140737417803848 266461031539 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/32247/statm: 8389 2457 357 1 0 2184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33556

[startup+0.200261 s]
/proc/loadavg: 2.15 2.13 2.10 3/176 32247
/proc/meminfo: memFree=26943836/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=0.19 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) R 32245 32247 17435 0 -1 4202496 2527 0 0 0 19 0 0 0 20 0 1 0 343117639 34361344 2457 33554432000 4194304 4198148 140736302053968 140737417803848 266439025904 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/32247/statm: 8389 2457 357 1 0 2184 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33556

[startup+0.300214 s]
/proc/loadavg: 2.15 2.13 2.10 3/176 32247
/proc/meminfo: memFree=26943836/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=0.29 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) R 32245 32247 17435 0 -1 4202496 2528 0 0 0 29 0 0 0 20 0 1 0 343117639 34361344 2458 33554432000 4194304 4198148 140736302053968 140737417803848 266439025904 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/32247/statm: 8389 2458 357 1 0 2184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33556

[startup+0.700161 s]
/proc/loadavg: 2.15 2.13 2.10 3/176 32247
/proc/meminfo: memFree=26943836/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=0.69 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) R 32245 32247 17435 0 -1 4202496 2529 0 0 0 68 1 0 0 20 0 1 0 343117639 34361344 2459 33554432000 4194304 4198148 140736302053968 140736302044504 266439025904 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/32247/statm: 8389 2459 357 1 0 2184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33556

[startup+1.50017 s]
/proc/loadavg: 2.15 2.13 2.10 3/180 32256
/proc/meminfo: memFree=26902748/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=1.48 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) R 32245 32247 17435 0 -1 4202496 2531 0 0 0 144 4 0 0 20 0 1 0 343117639 34361344 2461 33554432000 4194304 4198148 140736302053968 140736302044504 266439025904 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2461 357 1 0 2184 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33556

[startup+3.10011 s]
/proc/loadavg: 2.15 2.13 2.10 3/179 32256
/proc/meminfo: memFree=26839796/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 33556

[startup+6.30032 s]
/proc/loadavg: 2.14 2.12 2.10 4/181 32268
/proc/meminfo: memFree=26922508/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32258] ppid=32257 vsize=25592 CPUtime=3.54 cores=0,2,4,6
/proc/32258/stat : 32258 (pb2clasp1) R 32257 32247 17435 0 -1 4202496 615 0 0 0 354 0 0 0 20 0 1 0 343117913 26206208 514 33554432000 4194304 4198148 140736049977312 140736049967848 266460686020 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/32258/statm: 6398 514 378 1 0 193 0
[pid=32259] ppid=32257 vsize=21880 CPUtime=0.43 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) S 32257 32247 17435 0 -1 4202496 4935 0 0 0 42 1 0 0 20 0 1 0 343117913 22405120 4842 33554432000 134512640 134847168 4290066704 4290062392 6464560 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/32259/statm: 5470 4842 251 82 0 4711 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 115636

[startup+12.7004 s]
/proc/loadavg: 2.13 2.12 2.10 3/181 32284
/proc/meminfo: memFree=26887876/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32258] ppid=32257 vsize=25724 CPUtime=9.95 cores=0,2,4,6
/proc/32258/stat : 32258 (pb2clasp1) R 32257 32247 17435 0 -1 4202496 623 0 0 0 994 1 0 0 20 0 1 0 343117913 26341376 522 33554432000 4194304 4198148 140736049977312 140736049976296 266460638336 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/32258/statm: 6431 522 378 1 0 226 0
[pid=32259] ppid=32257 vsize=54104 CPUtime=1.24 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) S 32257 32247 17435 0 -1 4202496 13072 0 0 0 121 3 0 0 20 0 1 0 343117913 55402496 12979 33554432000 134512640 134847168 4290066704 4290062424 6464560 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/32259/statm: 13526 12979 251 82 0 12767 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 147992

[startup+25.5003 s]
/proc/loadavg: 2.18 2.13 2.10 3/181 32316
/proc/meminfo: memFree=26820832/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32258] ppid=32257 vsize=25724 CPUtime=22.76 cores=0,2,4,6
/proc/32258/stat : 32258 (pb2clasp1) R 32257 32247 17435 0 -1 4202496 638 0 0 0 2273 3 0 0 20 0 1 0 343117913 26341376 537 33554432000 4194304 4198148 140736049977312 140736049976296 266460649776 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/32258/statm: 6431 537 378 1 0 226 0
[pid=32259] ppid=32257 vsize=120168 CPUtime=3.07 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) S 32257 32247 17435 0 -1 4202496 29061 0 0 0 299 8 0 0 20 0 1 0 343117913 123052032 29479 33554432000 134512640 134847168 4290066704 4290062536 6464560 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/32259/statm: 30042 29479 251 82 0 29283 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 28.55
Current children cumulated vsize (KiB) 214056

[startup+51.1004 s]
/proc/loadavg: 2.12 2.12 2.09 3/181 32364
/proc/meminfo: memFree=26694240/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32258] ppid=32257 vsize=25856 CPUtime=48.34 cores=0,2,4,6
/proc/32258/stat : 32258 (pb2clasp1) R 32257 32247 17435 0 -1 4202496 659 0 0 0 4827 7 0 0 20 0 1 0 343117913 26476544 558 33554432000 4194304 4198148 140736049977312 140736049976296 266439025808 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/32258/statm: 6464 558 378 1 0 259 0
[pid=32259] ppid=32257 vsize=248616 CPUtime=6.76 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 55986 0 0 0 659 17 0 0 20 0 1 0 343117913 254582784 61473 33554432000 134512640 134847168 4290066704 4290062336 1701159 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 62154 61473 251 82 0 61395 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 57.82
Current children cumulated vsize (KiB) 342636

[startup+102.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/183 32404
/proc/meminfo: memFree=26334028/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32258] ppid=32257 vsize=25988 CPUtime=99.53 cores=0,2,4,6
/proc/32258/stat : 32258 (pb2clasp1) R 32257 32247 17435 0 -1 4202496 696 0 0 0 9938 15 0 0 20 0 1 0 343117913 26611712 595 33554432000 4194304 4198148 140736049977312 140736049976296 266460649817 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/32258/statm: 6497 595 378 1 0 292 0
[pid=32259] ppid=32257 vsize=508268 CPUtime=14.21 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) S 32257 32247 17435 0 -1 4202496 103267 0 0 0 1389 32 0 0 20 0 1 0 343117913 520466432 125982 33554432000 134512640 134847168 4290066704 4290062392 6464560 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 127067 125982 251 82 0 126308 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 116.46
Current children cumulated vsize (KiB) 602420

[startup+162.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/183 32404
/proc/meminfo: memFree=25934380/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32258] ppid=32257 vsize=26128 CPUtime=159.52 cores=0,2,4,6
/proc/32258/stat : 32258 (pb2clasp1) R 32257 32247 17435 0 -1 4202496 725 0 0 0 15929 23 0 0 20 0 1 0 343117913 26755072 624 33554432000 4194304 4198148 140736049977312 140736049976296 266460818659 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/32258/statm: 6532 624 378 1 0 327 0
[pid=32259] ppid=32257 vsize=815192 CPUtime=23.15 cores=0,2,4,6

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

/proc/32259/statm: 676743 662362 272 82 0 675984 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1155.93
Current children cumulated vsize (KiB) 2775136

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23922852/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=2806548 CPUtime=984.36 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 428691 0 0 0 98297 139 0 0 20 0 1 0 343117913 2873905152 686679 33554432000 134512640 134847168 4290066704 4290065280 134714243 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 701637 686679 272 82 0 700878 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1215.92
Current children cumulated vsize (KiB) 2874712

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23795012/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=2876392 CPUtime=1044.35 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 446007 0 0 0 104291 144 0 0 20 0 1 0 343117913 2945425408 703665 33554432000 134512640 134847168 4290066704 4290064960 1701159 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 719098 703665 272 82 0 718339 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1275.91
Current children cumulated vsize (KiB) 2944556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23696492/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=2960452 CPUtime=1104.34 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 466688 0 0 0 110283 151 0 0 20 0 1 0 343117913 3031502848 724346 33554432000 134512640 134847168 4290066704 4290065280 134714279 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 740113 724346 272 82 0 739354 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1335.9
Current children cumulated vsize (KiB) 3028616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23636656/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=3017412 CPUtime=1164.33 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 481280 0 0 0 116276 157 0 0 20 0 1 0 343117913 3089829888 738881 33554432000 134512640 134847168 4290066704 4290065460 134737608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 754353 738881 272 82 0 753594 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1395.89
Current children cumulated vsize (KiB) 3085576

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

[startup+1363.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23635416/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=3017940 CPUtime=1165.43 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 481429 0 0 0 116386 157 0 0 20 0 1 0 343117913 3090370560 739030 33554432000 134512640 134847168 4290066704 4290065444 134737633 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 754485 739030 272 82 0 753726 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1396.99
Current children cumulated vsize (KiB) 3086104

[startup+1366.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23632440/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=3020848 CPUtime=1168.63 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 482105 0 0 0 116705 158 0 0 20 0 1 0 343117913 3093348352 739706 33554432000 134512640 134847168 4290066704 4290065472 134737644 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 755212 739706 272 82 0 754453 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1400.19
Current children cumulated vsize (KiB) 3089012

[startup+1367.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23632440/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=3021244 CPUtime=1169.43 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 482197 0 0 0 116785 158 0 0 20 0 1 0 343117913 3093753856 739798 33554432000 134512640 134847168 4290066704 4290065344 134782432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 755311 739798 272 82 0 754552 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1400.99
Current children cumulated vsize (KiB) 3089408

[startup+1368.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23632316/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=3022488 CPUtime=1170.23 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 482465 0 0 0 116865 158 0 0 20 0 1 0 343117913 3095027712 740066 33554432000 134512640 134847168 4290066704 4290065460 134737608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 755622 740066 272 82 0 754863 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1401.79
Current children cumulated vsize (KiB) 3090652

[startup+1368.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32439
/proc/meminfo: memFree=23632316/32873648 swapFree=6860/6860
[pid=32247] ppid=32245 vsize=33556 CPUtime=2.72 cores=0,2,4,6
/proc/32247/stat : 32247 (pbclasp) S 32245 32247 17435 0 -1 4202496 2558 0 0 0 266 6 0 0 20 0 1 0 343117639 34361344 2469 33554432000 4194304 4198148 140736302053968 140736302052856 266439025904 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32247/statm: 8389 2469 364 1 0 2184 0
[pid=32257] ppid=32247 vsize=9148 CPUtime=228.84 cores=0,2,4,6
/proc/32257/stat : 32257 (sh) S 32247 32247 17435 0 -1 4202496 375 790 0 0 0 0 22848 36 20 0 1 0 343117913 9367552 264 33554432000 4194304 5064252 140735117206864 140735117205120 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/32257/statm: 2287 264 223 213 0 72 0
[pid=32259] ppid=32257 vsize=3022488 CPUtime=1170.43 cores=0,2,4,6
/proc/32259/stat : 32259 (clasp-1.0) R 32257 32247 17435 0 -1 4202496 482469 0 0 0 116885 158 0 0 20 0 1 0 343117913 3095027712 740070 33554432000 134512640 134847168 4290066704 4290065440 134741026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32259/statm: 755622 740070 272 82 0 754863 0
[pid=32260] ppid=32257 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/32260/stat : 32260 (pboutclasp.pl) S 32257 32247 17435 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 343117913 26071040 437 33554432000 4194304 4198148 140736678476656 140736678467192 266439025904 0 0 4224 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/32260/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1401.99
Current children cumulated vsize (KiB) 3090652

Child status: 0
Real time (s): 1368.5
CPU time (s): 1402.12
CPU user time (s): 1400.06
CPU system time (s): 2.06369
CPU usage (%): 102.457
Max. virtual memory (cumulated for all children) (KiB): 3090652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1400.06
system time used= 2.06369
maximum resident set size= 2960284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488770
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= 63411
involuntary context switches= 1534

runsolver used 2.78558 second user time and 6.79997 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-04 02:31:56
IDJOB=3740802
IDBENCH=89632
IDSOLVER=2317
FILE ID=node116/3740802-1338769910
RUNJOBID= node116-1338766724-23035
PBS_JOBID= 14636786
Free space on /tmp= 70760 MiB

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

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=1773704323

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        26943892 kB
Buffers:          564168 kB
Cached:          4425216 kB
SwapCached:         3028 kB
Active:          2550196 kB
Inactive:        2457924 kB
Active(anon):       8668 kB
Inactive(anon):     8500 kB
Active(file):    2541528 kB
Inactive(file):  2449424 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:            272588 kB
Writeback:             0 kB
AnonPages:         19612 kB
Mapped:            12732 kB
Shmem:                68 kB
Slab:             782712 kB
SReclaimable:     225684 kB
SUnreclaim:       557028 kB
KernelStack:        1440 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     130420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3740802-1338769910.opb

Free space on /tmp at the end= 70760 MiB
End job on node116 at 2012-06-04 02:54:44