Trace number 2668426

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
PB/CT 0.1? (MO) 903.051 903.288

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
1.19/1.22	c constraints 1/0 clauses 87120/0 units 0
1.19/1.22	c vars 29401
1.19/1.22	c objective 121 + -2658455991569831745807614120560689151
902.87/903.11	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2668426-1276628083/watcher-2668426-1276628083 -o /tmp/evaluation-result-2668426-1276628083/solver-2668426-1276628083 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2668426-1276628083.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5906
/proc/meminfo: memFree=1831648/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=2208 CPUtime=0
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 257 0 0 0 0 0 0 0 20 0 1 0 36464629 2260992 179 1992294400 134512640 136485738 4294513904 18446744073709551615 135332318 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5906/statm: 552 179 156 482 0 68 0

[startup+0.037604 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5906
/proc/meminfo: memFree=1831648/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=2340 CPUtime=0.03
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 280 0 0 0 3 0 0 0 20 0 1 0 36464629 2396160 202 1992294400 134512640 136485738 4294513904 18446744073709551615 135681184 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5906/statm: 585 202 156 482 0 101 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2340

[startup+0.101609 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5906
/proc/meminfo: memFree=1831648/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=2472 CPUtime=0.1
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 333 0 0 0 10 0 0 0 20 0 1 0 36464629 2531328 255 1992294400 134512640 136485738 4294513904 18446744073709551615 135416499 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5906/statm: 618 255 156 482 0 134 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2472

[startup+0.301628 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5906
/proc/meminfo: memFree=1831648/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=3132 CPUtime=0.29
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 482 0 0 0 29 0 0 0 20 0 1 0 36464629 3207168 404 1992294400 134512640 136485738 4294513904 18446744073709551615 135681188 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5906/statm: 783 404 156 482 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3132

[startup+0.700668 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5906
/proc/meminfo: memFree=1831648/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=4316 CPUtime=0.69
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 820 0 0 0 69 0 0 0 21 0 1 0 36464629 4419584 709 1992294400 134512640 136485738 4294513904 18446744073709551615 135418968 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5906/statm: 1079 709 156 482 0 595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4316

[startup+1.50074 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5907
/proc/meminfo: memFree=1828416/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=39808 CPUtime=1.49
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 9384 0 0 0 145 4 0 0 23 0 1 0 36464629 40763392 9208 1992294400 134512640 136485738 4294513904 18446744073709551615 134760882 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 9952 9208 194 482 0 9468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39808

[startup+3.1009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5907
/proc/meminfo: memFree=1736904/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=189312 CPUtime=3.09
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 49053 0 0 0 287 22 0 0 25 0 1 0 36464629 193855488 46282 1992294400 134512640 136485738 4294513904 18446744073709551615 134651003 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 47328 46282 198 482 0 46844 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 189312

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5909
/proc/meminfo: memFree=1449100/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=401556 CPUtime=6.29
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 104888 0 0 0 579 50 0 0 25 0 1 0 36464629 411193344 97972 1992294400 134512640 136485738 4294513904 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 100389 97972 227 482 0 99905 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 401556

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5909
/proc/meminfo: memFree=1431368/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=409744 CPUtime=12.69
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 107002 0 0 0 1205 64 0 0 25 0 1 0 36464629 419577856 100086 1992294400 134512640 136485738 4294513904 18446744073709551615 135039492 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 102436 100086 228 482 0 101952 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 409744

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5909
/proc/meminfo: memFree=1416736/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=424244 CPUtime=25.48
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 110621 0 0 0 2474 74 0 0 25 0 1 0 36464629 434425856 103705 1992294400 134512640 136485738 4294513904 18446744073709551615 134878449 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 106061 103705 228 482 0 105577 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 424244

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5909
/proc/meminfo: memFree=1359324/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=483300 CPUtime=51.08
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 125236 0 0 0 5005 103 0 0 25 0 1 0 36464629 494899200 118320 1992294400 134512640 136485738 4294513904 18446744073709551615 135039472 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 120825 118320 228 482 0 120341 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 483300

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5911
/proc/meminfo: memFree=1259380/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=583736 CPUtime=102.28
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 149804 0 0 0 10090 138 0 0 25 0 1 0 36464629 597745664 142888 1992294400 134512640 136485738 4294513904 18446744073709551615 135173635 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 145934 142888 228 482 0 145450 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 583736

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5913
/proc/meminfo: memFree=1177168/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=667712 CPUtime=162.25
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 170631 0 0 0 16063 162 0 0 25 0 1 0 36464629 683737088 163715 1992294400 134512640 136485738 4294513904 18446744073709551615 135025013 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 166928 163715 228 482 0 166444 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 667712

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5913
/proc/meminfo: memFree=1076852/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=769168 CPUtime=222.23
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 195466 0 0 0 22020 203 0 0 25 0 1 0 36464629 787628032 188550 1992294400 134512640 136485738 4294513904 18446744073709551615 135039475 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 192292 188550 228 482 0 191808 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 769168

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5915
/proc/meminfo: memFree=969468/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=877992 CPUtime=282.23
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 222486 0 0 0 28002 221 0 0 25 0 1 0 36464629 899063808 215570 1992294400 134512640 136485738 4294513904 18446744073709551615 135185044 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 219498 215570 228 482 0 219014 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 877992

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5917
/proc/meminfo: memFree=867912/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=978796 CPUtime=342.21
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 247551 0 0 0 33972 249 0 0 25 0 1 0 36464629 1002287104 240635 1992294400 134512640 136485738 4294513904 18446744073709551615 134878411 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 244699 240635 228 482 0 244215 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 978796

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5928
/proc/meminfo: memFree=785080/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1063144 CPUtime=402.18
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 268411 0 0 0 39941 277 0 0 25 0 1 0 36464629 1088659456 261495 1992294400 134512640 136485738 4294513904 18446744073709551615 134880510 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 265786 261495 228 482 0 265302 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1063144

[startup+462.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 5930
/proc/meminfo: memFree=684640/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1163440 CPUtime=462.17
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 293321 0 0 0 45908 309 0 0 25 0 1 0 36464629 1191362560 286405 1992294400 134512640 136485738 4294513904 18446744073709551615 135293365 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 290860 286405 228 482 0 290376 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1163440

[startup+522.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 5930
/proc/meminfo: memFree=590028/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1258696 CPUtime=522.15
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 316986 0 0 0 51878 337 0 0 25 0 1 0 36464629 1288904704 310070 1992294400 134512640 136485738 4294513904 18446744073709551615 134878471 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 314674 310070 228 482 0 314190 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1258696

[startup+582.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 5932
/proc/meminfo: memFree=498888/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1351556 CPUtime=582.13
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 339727 0 0 0 57863 350 0 0 25 0 1 0 36464629 1383993344 332811 1992294400 134512640 136485738 4294513904 18446744073709551615 135039478 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 337889 332811 228 482 0 337405 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1351556

[startup+642.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 5934
/proc/meminfo: memFree=396960/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1455928 CPUtime=642.12
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 364931 0 0 0 63847 365 0 0 25 0 1 0 36464629 1490870272 358015 1992294400 134512640 136485738 4294513904 18446744073709551615 134878720 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 363982 358015 228 482 0 363498 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1455928

[startup+702.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 5936
/proc/meminfo: memFree=310036/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1545968 CPUtime=702.11
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 386787 0 0 0 69837 374 0 0 25 0 1 0 36464629 1583071232 379871 1992294400 134512640 136485738 4294513904 18446744073709551615 135028888 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 386492 379871 228 482 0 386008 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 1545968

[startup+762.308 s]
/proc/loadavg: 1.11 1.06 1.01 2/107 5938
/proc/meminfo: memFree=223236/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1633736 CPUtime=762.1
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 408263 0 0 0 75826 384 0 0 25 0 1 0 36464629 1672945664 401347 1992294400 134512640 136485738 4294513904 18446744073709551615 135039472 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 408434 401347 228 482 0 407950 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 1633736

[startup+822.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/107 5938
/proc/meminfo: memFree=136436/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1720368 CPUtime=822.08
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 430341 0 0 0 81792 416 0 0 25 0 1 0 36464629 1761656832 423425 1992294400 134512640 136485738 4294513904 18446744073709551615 135028888 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 430092 423425 228 482 0 429608 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 1720368

[startup+882.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 5940
/proc/meminfo: memFree=42816/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1809704 CPUtime=882.06
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 453318 0 0 0 87768 438 0 0 25 0 1 0 36464629 1853136896 446402 1992294400 134512640 136485738 4294513904 18446744073709551615 135025013 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 452426 446402 228 482 0 451942 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 1809704



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+903.108 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 5942
/proc/meminfo: memFree=9212/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=1843288 CPUtime=902.87
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4202496 461615 0 0 0 89836 451 0 0 25 0 1 0 36464629 1887526912 454699 1992294400 134512640 136485738 4294513904 18446744073709551615 134883297 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/5906/statm: 460822 454699 228 482 0 460338 0
Current children cumulated CPU time (s) 902.87
Current children cumulated vsize (KiB) 1843288

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+903.209 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 5942
/proc/meminfo: memFree=9212/2059040 swapFree=4140256/4192956
[pid=5906] ppid=5904 vsize=0 CPUtime=902.96
/proc/5906/stat : 5906 (pbct) R 5904 5906 4985 0 -1 4194308 461615 0 0 0 89836 460 0 0 25 0 1 0 36464629 0 0 1992294400 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/5906/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 902.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 903.288
CPU time (s): 903.051
CPU user time (s): 898.367
CPU system time (s): 4.68329
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 1843288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 898.367
system time used= 4.68329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2466

runsolver used 1.45378 second user time and 4.31134 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 20:54:43
IDJOB=2668426
IDBENCH=3032
IDSOLVER=1170
FILE ID=node018/2668426-1276628083
PBS_JOBID= 11172297
Free space on /tmp= 62484 MiB

SOLVER NAME= PB/CT 0.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2668426-1276628083/watcher-2668426-1276628083 -o /tmp/evaluation-result-2668426-1276628083/solver-2668426-1276628083 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2668426-1276628083.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c58b6100663d5c2a4dc369548046ddd4
RANDOM SEED=1188273679

node018.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1832176 kB
Buffers:         42960 kB
Cached:          96808 kB
SwapCached:       6172 kB
Active:          76440 kB
Inactive:        76988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1832176 kB
SwapTotal:     4192956 kB
SwapFree:      4140256 kB
Dirty:            6032 kB
Writeback:           0 kB
AnonPages:       11816 kB
Mapped:          13024 kB
Slab:            51636 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node018 at 2010-06-15 21:09:48