Trace number 3741995

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 1171.05 1171.23

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K106.opb
MD5SUMafe4117ba13dcfbcd06fd88e1353402a
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 benchmark143.74
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7208
Total number of constraints7422
Number of constraints which are clauses7316
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint106
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 107
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

1170.99/1171.22	s SATISFIABLE
1170.99/1171.22	v x1 x165 x214 x270 x272 x277 x279 x321 x481 x492 x596 x697 x700 x805 x910 x1042 x1044 x1046 x1058 x1149 x1271 x1359 x1363 x1365 x1375 x1384 x1391 x1491 x1496 x1598 x1705 x1812 x1919 x2067 x2174 x2278 x2383 x2488 x2593 x2698 x2803 x2908 x3013 x3118 x3199 x3308 x3415 x3433 x3473 x3578 x3683 x3788 x3893 x3998 x4103 x4208 x4313 x4370 x4386 x4428 x4490 x4583 x4585 x4591 x4593 x4595 x4597 x4641 x4690 x4804 x4912 x5010 x5012 x5014 x5066 x5119 x5223 x5304 x5411 x5461 x5476 x5555 x5660 x5796 x5846 x5992 x6005 x6128 x6136 x6144 x6233 x6272 x6274 x6374 x6431 x6481 x6483 x6593 x6774 x6776 x6778 x6881 x6989 x7091 x7097 x7208 

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-3741995-1338783729/watcher-3741995-1338783729 -o /tmp/evaluation-result-3741995-1338783729/solver-3741995-1338783729 -C 1800 -W 1900 -M 15500 pbclasp instance-3741995-1338783729.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.00 2.00 2.01 3/179 24681
/proc/meminfo: memFree=28657264/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25740 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) R 24679 24681 20179 0 -1 4202496 567 0 0 0 0 0 0 0 20 0 1 0 344497263 26357760 498 33554432000 4194304 4198148 140735523496752 140735523494200 239250058952 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6435 498 355 1 0 230 0

[startup+0.09972 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 24681
/proc/meminfo: memFree=28657264/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.100123 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 24681
/proc/meminfo: memFree=28657264/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 24681
/proc/meminfo: memFree=28657264/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 24681
/proc/meminfo: memFree=28657264/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 24686
/proc/meminfo: memFree=28649668/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=9292 CPUtime=1.11 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 1916 0 0 0 111 0 0 0 20 0 1 0 344497264 9515008 1776 33554432000 134512640 134847168 4287562976 4287561660 134715846 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 2323 1776 270 82 0 1564 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 69772

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 24686
/proc/meminfo: memFree=28649180/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=9788 CPUtime=2.71 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 2015 0 0 0 271 0 0 0 20 0 1 0 344497264 10022912 1875 33554432000 134512640 134847168 4287562976 4287561232 12965159 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 2447 1875 270 82 0 1688 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 70268

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 24686
/proc/meminfo: memFree=28642120/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=12344 CPUtime=5.91 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 2696 0 0 0 591 0 0 0 20 0 1 0 344497264 12640256 2556 33554432000 134512640 134847168 4287562976 4287561616 134782441 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 3086 2556 270 82 0 2327 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 72824

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 24686
/proc/meminfo: memFree=28631604/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=22432 CPUtime=12.31 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 5185 0 0 0 1230 1 0 0 20 0 1 0 344497264 22970368 5045 33554432000 134512640 134847168 4287562976 4287561744 134737597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 5608 5045 270 82 0 4849 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 82912

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 24686
/proc/meminfo: memFree=28618104/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=32264 CPUtime=25.1 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 7644 0 0 0 2509 1 0 0 20 0 1 0 344497264 33038336 7504 33554432000 134512640 134847168 4287562976 4287561744 134737360 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 8066 7504 270 82 0 7307 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 92744

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 24686
/proc/meminfo: memFree=28611904/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=38404 CPUtime=50.7 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 9179 0 0 0 5068 2 0 0 20 0 1 0 344497264 39325696 9039 33554432000 134512640 134847168 4287562976 4287561552 134714478 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 9601 9039 270 82 0 8842 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 98884

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24686
/proc/meminfo: memFree=28583088/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=60892 CPUtime=101.89 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 14786 0 0 0 10185 4 0 0 20 0 1 0 344497264 62353408 14651 33554432000 134512640 134847168 4287562976 4287561696 134741370 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 15223 14651 270 82 0 14464 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 121372

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24686
/proc/meminfo: memFree=28564412/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=79680 CPUtime=161.88 cores=0,2,4,6

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

/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 263784

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24750
/proc/meminfo: memFree=28478080/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1125.69 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 112555 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561744 134737260 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1126.1
Current children cumulated vsize (KiB) 263784

[startup+1151.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28476228/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1151.28 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 115114 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561600 134784700 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1151.69
Current children cumulated vsize (KiB) 263784

[startup+1164.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28476104/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1164.08 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 116394 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561616 134782432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1164.49
Current children cumulated vsize (KiB) 263784

[startup+1167.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28468788/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1167.28 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 116714 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561744 134737400 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1167.69
Current children cumulated vsize (KiB) 263784

[startup+1169.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28468788/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1168.88 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 116874 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561616 134782472 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1169.29
Current children cumulated vsize (KiB) 263784

[startup+1170.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28468664/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1169.69 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 116955 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561744 134737260 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1170.1
Current children cumulated vsize (KiB) 263784

[startup+1170.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28468664/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1170.08 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 116994 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561616 134782432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1170.49
Current children cumulated vsize (KiB) 263784

[startup+1171.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28468664/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1170.48 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 117034 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561616 134782647 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1170.89
Current children cumulated vsize (KiB) 263784

[startup+1171.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24750
/proc/meminfo: memFree=28468664/32873844 swapFree=7644/7644
[pid=24681] ppid=24679 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/24681/stat : 24681 (pbclasp) S 24679 24681 20179 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 344497263 26492928 542 33554432000 4194304 4198148 140735523496752 140735523495640 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24681/statm: 6468 542 363 1 0 263 0
[pid=24683] ppid=24681 vsize=9148 CPUtime=0.41 cores=0,2,4,6
/proc/24683/stat : 24683 (sh) S 24681 24681 20179 0 -1 4202496 371 623 0 0 0 0 41 0 20 0 1 0 344497264 9367552 263 33554432000 4194304 5064252 140733295731280 140733295729536 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24683/statm: 2287 263 223 213 0 72 0
[pid=24685] ppid=24683 vsize=203304 CPUtime=1170.58 cores=0,2,4,6
/proc/24685/stat : 24685 (clasp-1.0) R 24683 24681 20179 0 -1 4202496 50005 0 0 0 117044 14 0 0 20 0 1 0 344497264 208183296 50293 33554432000 134512640 134847168 4287562976 4287561660 134616169 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24685/statm: 50826 50293 270 82 0 50067 0
[pid=24686] ppid=24683 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/24686/stat : 24686 (pboutclasp.pl) S 24683 24681 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 344497264 26071040 437 33554432000 4194304 4198148 140734904244192 140734904234728 239241061616 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24686/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1170.99
Current children cumulated vsize (KiB) 263784

Child status: 0
Real time (s): 1171.23
CPU time (s): 1171.05
CPU user time (s): 1170.89
CPU system time (s): 0.149977
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 263784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1170.89
system time used= 0.149977
maximum resident set size= 201252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52341
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= 250
involuntary context switches= 1348

runsolver used 1.89871 second user time and 4.75428 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 06:22:09
IDJOB=3741995
IDBENCH=90124
IDSOLVER=2317
FILE ID=node147/3741995-1338783729
RUNJOBID= node147-1338762476-20195
PBS_JOBID= 14636809
Free space on /tmp= 70784 MiB

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

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

MD5SUM BENCH= afe4117ba13dcfbcd06fd88e1353402a
RANDOM SEED=448629104

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:        28657908 kB
Buffers:          604252 kB
Cached:          2640120 kB
SwapCached:         3380 kB
Active:          1744444 kB
Inactive:        1608812 kB
Active(anon):     103452 kB
Inactive(anon):     5904 kB
Active(file):    1640992 kB
Inactive(file):  1602908 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:         74848 kB
Mapped:            11604 kB
Shmem:                 0 kB
Slab:             724388 kB
SReclaimable:     165172 kB
SUnreclaim:       559216 kB
KernelStack:        1520 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     227900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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-3741995-1338783729.opb

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-04 06:41:40