Trace number 3742073

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-10SAT 202.913 202.904

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K108.opb
MD5SUMa293d07a49a0e06ee574b1553fbf5b2b
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 benchmark105.854
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7344
Total number of constraints7562
Number of constraints which are clauses7454
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint108
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 109
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

202.87/202.90	s SATISFIABLE
202.87/202.90	v x1 x162 x263 x269 x271 x273 x370 x490 x596 x696 x698 x700 x807 x913 x1075 x1077 x1184 x1294 x1398 x1482 x1489 x1591 x1596 x1703 x1810 x1917 x2024 x2094 x2203 x2309 x2416 x2523 x2630 x2737 x2844 x2921 x2949 x2951 x3028 x3058 x3135 x3310 x3438 x3467 x3485 x3547 x3574 x3681 x3788 x3848 x3955 x4062 x4169 x4276 x4383 x4440 x4456 x4520 x4556 x4657 x4659 x4661 x4663 x4665 x4671 x4737 x4768 x4874 x4986 x5098 x5100 x5102 x5170 x5207 x5317 x5445 x5552 x5568 x5618 x5647 x5754 x5894 x6013 x6015 x6107 x6257 x6359 x6379 x6441 x6443 x6460 x6541 x6557 x6566 x6660 x6662 x6664 x6675 x6702 x6728 x6785 x6901 x6903 x7010 x7116 x7228 x7343 x7344 

Verifier Data

OK	0

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-3742073-1338784701/watcher-3742073-1338784701 -o /tmp/evaluation-result-3742073-1338784701/solver-3742073-1338784701 -C 1800 -W 1900 -M 15500 pbclasp instance-3742073-1338784701.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 1.85 1.61 3/179 15428
/proc/meminfo: memFree=27304032/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) R 15426 15428 15309 0 -1 4202496 548 0 0 0 0 0 0 0 20 0 1 0 344594481 26206208 479 33554432000 4194304 4198148 140733529441888 140733529439336 213419265940 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6398 479 355 1 0 193 0

[startup+0.04666 s]
/proc/loadavg: 2.00 1.85 1.61 3/179 15428
/proc/meminfo: memFree=27304032/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.100284 s]
/proc/loadavg: 2.00 1.85 1.61 3/179 15428
/proc/meminfo: memFree=27304032/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.300232 s]
/proc/loadavg: 2.00 1.85 1.61 3/179 15428
/proc/meminfo: memFree=27304032/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.70011 s]
/proc/loadavg: 2.00 1.85 1.61 3/179 15428
/proc/meminfo: memFree=27304032/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+1.50033 s]
/proc/loadavg: 2.00 1.85 1.61 3/183 15433
/proc/meminfo: memFree=27296428/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=9576 CPUtime=1.11 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 1978 0 0 0 111 0 0 0 20 0 1 0 344594482 9805824 1819 33554432000 134512640 134847168 4291901584 4291900324 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 2394 1819 270 82 0 1635 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 70056

[startup+3.10033 s]
/proc/loadavg: 2.00 1.85 1.61 3/183 15433
/proc/meminfo: memFree=27296056/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=10236 CPUtime=2.71 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 2163 0 0 0 271 0 0 0 20 0 1 0 344594482 10481664 2004 33554432000 134512640 134847168 4291901584 4291900160 134714330 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 2559 2004 270 82 0 1800 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 70716

[startup+6.30035 s]
/proc/loadavg: 2.00 1.85 1.62 3/183 15433
/proc/meminfo: memFree=27293328/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=14160 CPUtime=5.91 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 3140 0 0 0 591 0 0 0 20 0 1 0 344594482 14499840 2981 33554432000 134512640 134847168 4291901584 4291900268 134715846 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 3540 2981 270 82 0 2781 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 74640

[startup+12.7004 s]
/proc/loadavg: 2.00 1.85 1.62 3/183 15433
/proc/meminfo: memFree=27283440/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=21480 CPUtime=12.31 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 4953 0 0 0 1230 1 0 0 20 0 1 0 344594482 21995520 4794 33554432000 134512640 134847168 4291901584 4291900160 134714478 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 5370 4794 270 82 0 4611 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 81960

[startup+25.5004 s]
/proc/loadavg: 2.07 1.87 1.63 3/183 15433
/proc/meminfo: memFree=27272040/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=26512 CPUtime=25.1 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 6251 0 0 0 2509 1 0 0 20 0 1 0 344594482 27148288 6092 33554432000 134512640 134847168 4291901584 4291900352 134737597 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 6628 6092 270 82 0 5869 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 86992

[startup+51.1004 s]
/proc/loadavg: 2.05 1.88 1.64 3/183 15433
/proc/meminfo: memFree=27254924/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=46120 CPUtime=50.7 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 11154 0 0 0 5068 2 0 0 20 0 1 0 344594482 47226880 10995 33554432000 134512640 134847168 4291901584 4291900224 134782432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 11530 10995 270 82 0 10771 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 106600

[startup+102.307 s]
/proc/loadavg: 2.02 1.90 1.65 3/184 15436
/proc/meminfo: memFree=27225020/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=67736 CPUtime=101.88 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 16543 0 0 0 10184 4 0 0 20 0 1 0 344594482 69361664 16409 33554432000 134512640 134847168 4291901584 4291900224 134782592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 16934 16409 270 82 0 16175 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 128216

[startup+162.3 s]
/proc/loadavg: 2.00 1.91 1.67 3/183 15436
/proc/meminfo: memFree=27207860/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=161.87 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20704 0 0 0 16181 6 0 0 20 0 1 0 344594482 86519808 20570 33554432000 134512640 134847168 4291901584 4291900224 134782432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20570 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 144972

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

[startup+179.1 s]
/proc/loadavg: 2.00 1.92 1.67 3/183 15436
/proc/meminfo: memFree=27205688/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=178.67 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20706 0 0 0 17861 6 0 0 20 0 1 0 344594482 86519808 20575 33554432000 134512640 134847168 4291901584 4291900340 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20575 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 144972

[startup+191.9 s]
/proc/loadavg: 2.00 1.92 1.68 3/182 15436
/proc/meminfo: memFree=27205696/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=191.46 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20706 0 0 0 19140 6 0 0 20 0 1 0 344594482 86519808 20575 33554432000 134512640 134847168 4291901584 4291900224 134782432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20575 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 191.87
Current children cumulated vsize (KiB) 144972

[startup+198.3 s]
/proc/loadavg: 2.00 1.92 1.68 3/183 15437
/proc/meminfo: memFree=27205620/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=197.86 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20710 0 0 0 19780 6 0 0 20 0 1 0 344594482 86519808 20581 33554432000 134512640 134847168 4291901584 4291900224 134782416 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20581 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 198.27
Current children cumulated vsize (KiB) 144972

[startup+201.5 s]
/proc/loadavg: 2.00 1.92 1.68 3/183 15437
/proc/meminfo: memFree=27205620/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=201.06 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20710 0 0 0 20100 6 0 0 20 0 1 0 344594482 86519808 20581 33554432000 134512640 134847168 4291901584 4291900224 134782325 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20581 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 201.47
Current children cumulated vsize (KiB) 144972

[startup+202.3 s]
/proc/loadavg: 2.00 1.92 1.68 3/183 15437
/proc/meminfo: memFree=27205620/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=201.87 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20710 0 0 0 20181 6 0 0 20 0 1 0 344594482 86519808 20581 33554432000 134512640 134847168 4291901584 4291899860 134792592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20581 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 202.28
Current children cumulated vsize (KiB) 144972

[startup+202.7 s]
/proc/loadavg: 2.00 1.92 1.68 3/183 15437
/proc/meminfo: memFree=27205620/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=84492 CPUtime=202.26 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20710 0 0 0 20220 6 0 0 20 0 1 0 344594482 86519808 20581 33554432000 134512640 134847168 4291901584 4291900340 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 21123 20581 270 82 0 20364 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 437 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 202.67
Current children cumulated vsize (KiB) 144972

[startup+202.9 s]
/proc/loadavg: 2.00 1.92 1.68 3/183 15437
/proc/meminfo: memFree=27205620/32873844 swapFree=6608/6608
[pid=15428] ppid=15426 vsize=25872 CPUtime=0 cores=1,3,5,7
/proc/15428/stat : 15428 (pbclasp) S 15426 15428 15309 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 344594481 26492928 544 33554432000 4194304 4198148 140733529441888 140733529440776 213423023344 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15428/statm: 6468 544 363 1 0 263 0
[pid=15430] ppid=15428 vsize=9148 CPUtime=0.41 cores=1,3,5,7
/proc/15430/stat : 15430 (sh) S 15428 15428 15309 0 -1 4202496 374 624 0 0 0 0 41 0 20 0 1 0 344594482 9367552 264 33554432000 4194304 5064252 140736042870720 140736042868976 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15430/statm: 2287 264 223 213 0 72 0
[pid=15432] ppid=15430 vsize=83788 CPUtime=202.46 cores=1,3,5,7
/proc/15432/stat : 15432 (clasp-1.0) R 15430 15428 15309 0 -1 4202496 20730 0 0 0 20240 6 0 0 20 0 1 0 344594482 85798912 20425 33554432000 134512640 134847168 4291901584 4291900512 10955519 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15432/statm: 20947 20425 290 82 0 20188 0
[pid=15433] ppid=15430 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/15433/stat : 15433 (pboutclasp.pl) S 15430 15428 15309 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 344594482 26071040 446 33554432000 4194304 4198148 140734035265136 140734035255672 213423023344 0 0 4224 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15433/statm: 6365 446 351 1 0 160 0
Current children cumulated CPU time (s) 202.87
Current children cumulated vsize (KiB) 144268

Child status: 0
Real time (s): 202.904
CPU time (s): 202.913
CPU user time (s): 202.839
CPU system time (s): 0.073988
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 144972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.839
system time used= 0.073988
maximum resident set size= 82404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23052
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191
involuntary context switches= 747

runsolver used 0.32395 second user time and 0.971852 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-04 06:38:21
IDJOB=3742073
IDBENCH=90130
IDSOLVER=2317
FILE ID=node140/3742073-1338784701
RUNJOBID= node140-1338784132-15326
PBS_JOBID= 14636846
Free space on /tmp= 70616 MiB

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

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

MD5SUM BENCH= a293d07a49a0e06ee574b1553fbf5b2b
RANDOM SEED=497491791

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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.91
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.88
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		: 2667.094
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		: 2667.094
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:        27304816 kB
Buffers:          525732 kB
Cached:          4021096 kB
SwapCached:         1620 kB
Active:          1617904 kB
Inactive:        3019296 kB
Active(anon):      82776 kB
Inactive(anon):     9476 kB
Active(file):    1535128 kB
Inactive(file):  3009820 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:               744 kB
Writeback:             0 kB
AnonPages:         95008 kB
Mapped:            12364 kB
Shmem:                 8 kB
Slab:             792024 kB
SReclaimable:     233904 kB
SUnreclaim:       558120 kB
KernelStack:        1480 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     206780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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-3742073-1338784701.opb

Free space on /tmp at the end= 70616 MiB
End job on node140 at 2012-06-04 06:41:44