Trace number 3736626

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 NameAnswerobjective functionCPU timeWall clock time
PB07: PB-clasp 2007-04-10OPT2 31.8492 31.8844

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
MD5SUM546a5ced30808b0bb71d4cd4eb43d066
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.048992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

8.56/8.61	o 63
10.98/11.01	o 61
13.37/13.48	o 57
17.16/17.28	o 47
20.66/20.80	o 37
22.85/22.98	o 25
29.86/29.95	o 17
29.92/30.54	o 3
31.74/31.86	o 2
31.74/31.88	s OPTIMUM FOUND
31.74/31.88	v x2 x7 x8 x9 x11 x13 x14 x16 x17 x18 x19 x22 x25 x27 x28 x29 x30 x31 x36 x38 x43 x46 x49 x52 x53 x54 x56 x57 x58 x60 x62 x64 x65 x68 x70 x72 x74 x80 x87 x93 x96 x104 x106 x108 x109 x110 x118 x120 x121 x144 x146 x152 x158 x170 x182 x183 x184 x186 x188 x189 x190 x192 x200 x201 x202 x204 x206 x207 x208 x210 x212 x213 x214 x216 x218 x220 x221 x236 x238 x239 x254 x256 x258 x266 x268 x270 x272 x274 x276 x278 x280 x282 x284 x286 x288 x290 x320 x332 x363 x381 x399 x402 x417 x420 x423 x426 x429 x432 

Verifier Data

OK	2

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-3736626-1338731796/watcher-3736626-1338731796 -o /tmp/evaluation-result-3736626-1338731796/solver-3736626-1338731796 -C 1800 -W 1900 -M 15500 pbclasp instance-3736626-1338731796.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.06 2.01 2.00 3/178 28321
/proc/meminfo: memFree=29792852/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) R 28319 28321 32725 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 339308184 26206208 464 33554432000 4194304 4198148 140736396675728 140736396673176 245293877664 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 464 345 1 0 193 0

[startup+0.01337 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 28321
/proc/meminfo: memFree=29792852/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 584 0 0 0 0 0 0 0 20 0 1 0 339308184 26206208 495 33554432000 4194304 4198148 140736396675728 140736396674616 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 495 368 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.100305 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 28321
/proc/meminfo: memFree=29792852/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0.02 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 664 2089 0 0 0 0 2 0 20 0 1 0 339308184 26206208 514 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 514 387 1 0 193 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25592

[startup+0.300272 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 28321
/proc/meminfo: memFree=29792852/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0.02 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 664 2089 0 0 0 0 2 0 20 0 1 0 339308184 26206208 514 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 514 387 1 0 193 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25592

[startup+0.700278 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 28321
/proc/meminfo: memFree=29792852/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0.02 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 664 2089 0 0 0 0 2 0 20 0 1 0 339308184 26206208 514 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 514 387 1 0 193 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25592

[startup+1.50035 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 28331
/proc/meminfo: memFree=29790480/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0.02 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 664 2089 0 0 0 0 2 0 20 0 1 0 339308184 26206208 514 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 514 387 1 0 193 0
[pid=28329] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28329/stat : 28329 (sh) S 28321 28321 32725 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 339308189 9367552 264 33554432000 4194304 5064252 140734534285296 140734534283552 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28329/statm: 2287 264 223 213 0 72 0
[pid=28331] ppid=28329 vsize=5044 CPUtime=1.45 cores=0,2,4,6
/proc/28331/stat : 28331 (clasp-1.0) R 28329 28321 32725 0 -1 4202496 838 0 0 0 145 0 0 0 20 0 1 0 339308189 5165056 735 33554432000 134512640 134847168 4288797632 4288796272 134715290 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28331/statm: 1261 735 270 82 0 502 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 39784

[startup+3.10035 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 28331
/proc/meminfo: memFree=29789612/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0.02 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 664 2089 0 0 0 0 2 0 20 0 1 0 339308184 26206208 514 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 514 387 1 0 193 0
[pid=28329] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28329/stat : 28329 (sh) S 28321 28321 32725 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 339308189 9367552 264 33554432000 4194304 5064252 140734534285296 140734534283552 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28329/statm: 2287 264 223 213 0 72 0
[pid=28331] ppid=28329 vsize=5312 CPUtime=3.05 cores=0,2,4,6
/proc/28331/stat : 28331 (clasp-1.0) R 28329 28321 32725 0 -1 4202496 921 0 0 0 305 0 0 0 20 0 1 0 339308189 5439488 818 33554432000 134512640 134847168 4288797632 4288796400 134617496 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28331/statm: 1328 818 270 82 0 569 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 40052

[startup+6.30035 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 28331
/proc/meminfo: memFree=29788992/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=0.02 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 664 2089 0 0 0 0 2 0 20 0 1 0 339308184 26206208 514 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 514 387 1 0 193 0
[pid=28329] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28329/stat : 28329 (sh) S 28321 28321 32725 0 -1 4202496 370 221 0 0 0 0 0 0 20 0 1 0 339308189 9367552 264 33554432000 4194304 5064252 140734534285296 140734534283552 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28329/statm: 2287 264 223 213 0 72 0
[pid=28331] ppid=28329 vsize=5976 CPUtime=6.25 cores=0,2,4,6
/proc/28331/stat : 28331 (clasp-1.0) R 28329 28321 32725 0 -1 4202496 1085 0 0 0 625 0 0 0 20 0 1 0 339308189 6119424 982 33554432000 134512640 134847168 4288797632 4288796368 134741011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28331/statm: 1494 982 270 82 0 735 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 40716

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 28347
/proc/meminfo: memFree=29789868/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=11 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 905 8031 0 0 0 0 1099 1 20 0 1 0 339308184 26206208 518 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28321/statm: 6398 518 387 1 0 193 0
[pid=28345] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28345/stat : 28345 (sh) S 28321 28321 32725 0 -1 4202496 374 220 0 0 0 0 0 0 20 0 1 0 339309287 9367552 264 33554432000 4194304 5064252 140736697484544 140736697482800 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28345/statm: 2287 264 223 213 0 72 0
[pid=28347] ppid=28345 vsize=4916 CPUtime=1.67 cores=0,2,4,6
/proc/28347/stat : 28347 (clasp-1.0) R 28345 28321 32725 0 -1 4202496 814 0 0 0 167 0 0 0 20 0 1 0 339309287 5033984 712 33554432000 134512640 134847168 4293818208 4293816832 134784634 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28347/statm: 1229 712 272 82 0 470 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39656

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 28379
/proc/meminfo: memFree=29789496/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=22.96 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1390 19406 0 0 0 0 2292 4 20 0 1 0 339308184 26206208 518 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 518 387 1 0 193 0
[pid=28377] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28377/stat : 28377 (sh) S 28321 28321 32725 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 339310484 9367552 264 33554432000 4194304 5064252 140735117934080 140735117932336 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28377/statm: 2287 264 223 213 0 72 0
[pid=28379] ppid=28377 vsize=5040 CPUtime=2.5 cores=0,2,4,6
/proc/28379/stat : 28379 (clasp-1.0) R 28377 28321 32725 0 -1 4202496 856 0 0 0 250 0 0 0 20 0 1 0 339310484 5160960 754 33554432000 134512640 134847168 4294201664 4294200304 134616339 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28379/statm: 1260 754 270 82 0 501 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39780

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

[startup+28.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28379
/proc/meminfo: memFree=29788752/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=22.96 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1390 19406 0 0 0 0 2292 4 20 0 1 0 339308184 26206208 518 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28321/statm: 6398 518 387 1 0 193 0
[pid=28377] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28377/stat : 28377 (sh) S 28321 28321 32725 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 339310484 9367552 264 33554432000 4194304 5064252 140735117934080 140735117932336 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28377/statm: 2287 264 223 213 0 72 0
[pid=28379] ppid=28377 vsize=5704 CPUtime=5.7 cores=0,2,4,6
/proc/28379/stat : 28379 (clasp-1.0) R 28377 28321 32725 0 -1 4202496 1005 0 0 0 570 0 0 0 20 0 1 0 339310484 5840896 903 33554432000 134512640 134847168 4294201664 4294200240 134742250 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28379/statm: 1426 903 270 82 0 667 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 40444

[startup+30.3002 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28379
/proc/meminfo: memFree=29788504/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=29.92 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1510 22432 0 0 0 0 2987 5 20 0 1 0 339308184 26206208 519 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28321/statm: 6398 519 387 1 0 193 0
Current children cumulated CPU time (s) 29.92
Current children cumulated vsize (KiB) 25592

[startup+31.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28395
/proc/meminfo: memFree=29791092/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=30.51 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1630 25074 0 0 0 0 3046 5 20 0 1 0 339308184 26206208 519 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28321/statm: 6398 519 387 1 0 193 0
[pid=28393] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28393/stat : 28393 (sh) S 28321 28321 32725 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339311240 9367552 264 33554432000 4194304 5064252 140737164252368 140737164250624 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28393/statm: 2287 264 223 213 0 72 0
[pid=28395] ppid=28393 vsize=4380 CPUtime=0.54 cores=0,2,4,6
/proc/28395/stat : 28395 (clasp-1.0) R 28393 28321 32725 0 -1 4202496 670 0 0 0 54 0 0 0 20 0 1 0 339311240 4485120 568 33554432000 134512640 134847168 4289759904 4289758480 134714393 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/28395/statm: 1095 568 270 82 0 336 0
Current children cumulated CPU time (s) 31.05
Current children cumulated vsize (KiB) 39120

[startup+31.5002 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28395
/proc/meminfo: memFree=29791092/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=30.51 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1630 25074 0 0 0 0 3046 5 20 0 1 0 339308184 26206208 519 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28321/statm: 6398 519 387 1 0 193 0
[pid=28393] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28393/stat : 28393 (sh) S 28321 28321 32725 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339311240 9367552 264 33554432000 4194304 5064252 140737164252368 140737164250624 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28393/statm: 2287 264 223 213 0 72 0
[pid=28395] ppid=28393 vsize=4644 CPUtime=0.93 cores=0,2,4,6
/proc/28395/stat : 28395 (clasp-1.0) R 28393 28321 32725 0 -1 4202496 751 0 0 0 93 0 0 0 20 0 1 0 339311240 4755456 649 33554432000 134512640 134847168 4289759904 4289758640 134734120 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/28395/statm: 1161 649 270 82 0 402 0
Current children cumulated CPU time (s) 31.44
Current children cumulated vsize (KiB) 39384

[startup+31.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28395
/proc/meminfo: memFree=29791092/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=30.51 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1630 25074 0 0 0 0 3046 5 20 0 1 0 339308184 26206208 519 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28321/statm: 6398 519 387 1 0 193 0
[pid=28393] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28393/stat : 28393 (sh) S 28321 28321 32725 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339311240 9367552 264 33554432000 4194304 5064252 140737164252368 140737164250624 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28393/statm: 2287 264 223 213 0 72 0
[pid=28395] ppid=28393 vsize=4776 CPUtime=1.13 cores=0,2,4,6
/proc/28395/stat : 28395 (clasp-1.0) R 28393 28321 32725 0 -1 4202496 767 0 0 0 113 0 0 0 20 0 1 0 339311240 4890624 665 33554432000 134512640 134847168 4289759904 4289758544 134715278 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/28395/statm: 1194 665 270 82 0 435 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 39516

[startup+31.8003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28395
/proc/meminfo: memFree=29790240/32873844 swapFree=7372/7372
[pid=28321] ppid=28319 vsize=25592 CPUtime=30.51 cores=0,2,4,6
/proc/28321/stat : 28321 (pbclasp) S 28319 28321 32725 0 -1 4202496 1630 25074 0 0 0 0 3046 5 20 0 1 0 339308184 26206208 519 33554432000 4194304 4198148 140736396675728 140736396674656 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28321/statm: 6398 519 387 1 0 193 0
[pid=28393] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28393/stat : 28393 (sh) S 28321 28321 32725 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339311240 9367552 264 33554432000 4194304 5064252 140737164252368 140737164250624 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28393/statm: 2287 264 223 213 0 72 0
[pid=28395] ppid=28393 vsize=4776 CPUtime=1.23 cores=0,2,4,6
/proc/28395/stat : 28395 (clasp-1.0) R 28393 28321 32725 0 -1 4202496 775 0 0 0 123 0 0 0 20 0 1 0 339311240 4890624 673 33554432000 134512640 134847168 4289759904 4289758480 134714103 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28395/statm: 1194 673 270 82 0 435 0
Current children cumulated CPU time (s) 31.74
Current children cumulated vsize (KiB) 39516

Child status: 0
Real time (s): 31.8844
CPU time (s): 31.8492
CPU user time (s): 31.7712
CPU system time (s): 0.077988
CPU usage (%): 99.8896
Max. virtual memory (cumulated for all children) (KiB): 41116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.7712
system time used= 0.077988
maximum resident set size= 4364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 246
involuntary context switches= 149

runsolver used 0.081987 second user time and 0.154976 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 15:56:36
IDJOB=3736626
IDBENCH=48041
IDSOLVER=2317
FILE ID=node109/3736626-1338731796
RUNJOBID= node109-1338713403-32741
PBS_JOBID= 14636733
Free space on /tmp= 70712 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736626-1338731796/watcher-3736626-1338731796 -o /tmp/evaluation-result-3736626-1338731796/solver-3736626-1338731796 -C 1800 -W 1900 -M 15500  pbclasp instance-3736626-1338731796.opb HOME/temp

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

MD5SUM BENCH= 546a5ced30808b0bb71d4cd4eb43d066
RANDOM SEED=577605315

node109.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.264
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.52
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.264
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.264
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.264
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.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29793496 kB
Buffers:          608768 kB
Cached:          1573648 kB
SwapCached:          964 kB
Active:          1175256 kB
Inactive:        1029216 kB
Active(anon):      15140 kB
Inactive(anon):     7844 kB
Active(file):    1160116 kB
Inactive(file):  1021372 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:               400 kB
Writeback:             4 kB
AnonPages:         26824 kB
Mapped:            12024 kB
Shmem:                 4 kB
Slab:             737304 kB
SReclaimable:     179404 kB
SUnreclaim:       557900 kB
KernelStack:        1464 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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-3736626-1338731796.opb

Free space on /tmp at the end= 70712 MiB
End job on node109 at 2012-06-03 15:57:08