Trace number 49747

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, and are wall clock time (not CPU 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
minisat+ 1.14? (TO) 1800.65 1801.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_1.opb
MD5SUMc7543821508efc06c2ce41424051ab2c
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5652
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Parsing PB file...
0.01	c Converting 16 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: ########
0.01	c   -- Clauses(.)/Splits(s): (none)
0.01	c ---[  14]---> Adder-cost: 400   maxlim: 1683   bits: 12/11
0.05	c ---[  12]---> Adder-cost: 390   maxlim: 1439   bits: 12/11
0.08	c ---[  10]---> Adder-cost: 396   maxlim: 1628   bits: 12/11
0.12	c ---[   8]---> Adder-cost: 382   maxlim: 1561   bits: 12/11
0.15	c ---[   6]---> Adder-cost: 414   maxlim: 1737   bits: 12/11
0.19	c ---[   4]---> Adder-cost: 422   maxlim: 1876   bits: 12/11
0.23	c ---[   2]---> Adder-cost: 418   maxlim: 1878   bits: 12/11
0.27	c ---[   0]---> Adder-cost: 408   maxlim: 1884   bits: 12/11
0.33	c ==================================[MINISAT+]==================================
0.33	c | Conflicts | Original         | Learnt                           | Progress |
0.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.33	c ==============================================================================
0.33	c |         0 |   22035    78435 |    7345       0        0     nan |  0.000 % |
0.34	c |       100 |   22013    78365 |    8079      97      328     3.4 |  5.547 % |
0.34	c |       251 |   22006    78342 |    8887     247     1853     7.5 |  5.577 % |
0.36	c |       477 |   22000    78324 |    9776     472     3643     7.7 |  5.606 % |
0.38	c |       814 |   22000    78324 |   10753     809     8735    10.8 |  5.606 % |
0.42	c |      1321 |   22000    78324 |   11829    1316    17461    13.3 |  5.606 % |
0.47	c |      2081 |   22000    78324 |   13012    2076    29947    14.4 |  5.606 % |
0.63	c |      3222 |   22000    78324 |   14313    3217    68856    21.4 |  5.606 % |
1.01	c |      4930 |   22000    78324 |   15744    4925   137232    27.9 |  5.606 % |
1.30	c |      7492 |   22000    78324 |   17319    7487   204363    27.3 |  5.606 % |
2.26	c |     11336 |   22000    78324 |   19051   11331   370739    32.7 |  5.606 % |
3.13	c |     17103 |   22000    78324 |   20956   17098   547724    32.0 |  5.606 % |
5.80	c |     25753 |   22000    78324 |   23051   15012   631729    42.1 |  5.606 % |
11.13	c |     38728 |   22000    78324 |   25356   16199   743663    45.9 |  5.606 % |
18.34	c |     58190 |   21984    78272 |   27892   22706   949710    41.8 |  5.665 % |
32.58	c |     87383 |   21984    78272 |   30681   22082  1028086    46.6 |  5.665 % |
59.18	c |    131174 |   21984    78272 |   33750   17296   710473    41.1 |  5.665 % |
93.82	c |    196859 |   21984    78272 |   37125   24348  1111821    45.7 |  5.665 % |
151.82	c |    295386 |   21968    78220 |   40837   31136  1336868    42.9 |  5.724 % |
245.27	c |    443175 |   21960    78194 |   44921   22845   973875    42.6 |  5.754 % |
370.02	c |    664858 |   21952    78168 |   49413   41827  1949366    46.6 |  5.783 % |
619.56	c |    997384 |   21944    78142 |   54354   36500  1675133    45.9 |  5.813 % |
1058.79	c |   1496172 |   21944    78142 |   59790   22636   988339    43.7 |  5.813 % |
1630.00	c |   2244355 |   21944    78142 |   65769   57372  2555556    44.5 |  5.813 % |
1801.15	c 
1801.16	c *** TERMINATED ***
1801.16	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node51/watcher-49747-1154108881 -o ROOT/results/node51/solver-49747-1154108881 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node51/49747-1154108881/instance-49747-1154108881.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.07 0.99 0.97 3/64 5128
/proc/meminfo: memFree=980640/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=1048 CPUtime=0
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 157758760 1073152 95 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134833856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 262 95 75 215 0 44 0

[startup+10.0019 s]
/proc/loadavg: 1.06 0.99 0.97 2/64 5128
/proc/meminfo: memFree=973600/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=8024 CPUtime=9.99
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 1886 0 0 0 997 2 0 0 25 0 1 0 157758760 8216576 1870 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2006 1870 122 215 0 1788 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8024

[startup+20.0078 s]
/proc/loadavg: 1.05 0.99 0.97 2/64 5128
/proc/meminfo: memFree=973032/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=8680 CPUtime=19.99
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2049 0 0 0 1997 2 0 0 25 0 1 0 157758760 8888320 2033 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2170 2033 122 215 0 1952 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8680

[startup+30.0137 s]
/proc/loadavg: 1.04 0.99 0.97 2/64 5128
/proc/meminfo: memFree=971880/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=9772 CPUtime=29.99
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2330 0 0 0 2997 2 0 0 25 0 1 0 157758760 10006528 2314 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2443 2314 122 215 0 2225 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 9772

[startup+40.0196 s]
/proc/loadavg: 1.03 0.99 0.97 2/64 5128
/proc/meminfo: memFree=971368/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=10432 CPUtime=40
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2480 0 0 0 3997 3 0 0 25 0 1 0 157758760 10682368 2464 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2608 2464 122 215 0 2390 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 10432

[startup+50.0265 s]
/proc/loadavg: 1.03 0.99 0.97 2/64 5128
/proc/meminfo: memFree=971304/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=10432 CPUtime=50.01
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2487 0 0 0 4998 3 0 0 25 0 1 0 157758760 10682368 2471 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2608 2471 122 215 0 2390 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 10432

[startup+60.0325 s]
/proc/loadavg: 1.02 0.99 0.97 2/64 5128
/proc/meminfo: memFree=971112/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=10700 CPUtime=60.01
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2545 0 0 0 5998 3 0 0 25 0 1 0 157758760 10956800 2529 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2675 2529 122 215 0 2457 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 10700

[startup+70.0384 s]
/proc/loadavg: 1.02 0.99 0.97 2/64 5128
/proc/meminfo: memFree=970536/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=11228 CPUtime=70.01
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2687 0 0 0 6998 3 0 0 25 0 1 0 157758760 11497472 2671 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010100 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2807 2671 122 215 0 2589 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 11228

[startup+80.0443 s]
/proc/loadavg: 1.02 0.99 0.97 2/64 5128
/proc/meminfo: memFree=969832/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=11876 CPUtime=80.02
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2857 0 0 0 7999 3 0 0 25 0 1 0 157758760 12161024 2841 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 2969 2841 122 215 0 2751 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 11876

[startup+90.0502 s]
/proc/loadavg: 1.01 0.99 0.97 2/64 5128
/proc/meminfo: memFree=969576/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=12136 CPUtime=90.02
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2918 0 0 0 8999 3 0 0 25 0 1 0 157758760 12427264 2902 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3034 2902 122 215 0 2816 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 12136

[startup+100.056 s]
/proc/loadavg: 1.01 0.99 0.97 2/64 5128
/proc/meminfo: memFree=969576/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=12136 CPUtime=100.02
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2919 0 0 0 9999 3 0 0 25 0 1 0 157758760 12427264 2903 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3034 2903 122 215 0 2816 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 12136

[startup+110.062 s]
/proc/loadavg: 1.01 0.99 0.97 2/64 5128
/proc/meminfo: memFree=969256/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=12400 CPUtime=110.02
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 2998 0 0 0 10999 3 0 0 25 0 1 0 157758760 12697600 2982 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3100 2982 122 215 0 2882 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 12400

[startup+120.069 s]
/proc/loadavg: 1.01 0.99 0.97 2/64 5128
/proc/meminfo: memFree=968296/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=13476 CPUtime=120.02
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3241 0 0 0 11999 3 0 0 25 0 1 0 157758760 13799424 3225 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579929 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3369 3225 122 215 0 3151 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 13476

[startup+130.075 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=968296/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=13476 CPUtime=130.03
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3246 0 0 0 13000 3 0 0 25 0 1 0 157758760 13799424 3230 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3369 3230 122 215 0 3151 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 13476

[startup+140.081 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=968296/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=13476 CPUtime=140.03
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3253 0 0 0 14000 3 0 0 25 0 1 0 157758760 13799424 3237 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573396 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3369 3237 122 215 0 3151 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 13476

[startup+150.087 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=968296/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=13476 CPUtime=150.04
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3253 0 0 0 15001 3 0 0 25 0 1 0 157758760 13799424 3237 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3369 3237 122 215 0 3151 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 13476

[startup+160.093 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=968232/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=13704 CPUtime=160.05
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3271 0 0 0 16001 4 0 0 25 0 1 0 157758760 14032896 3255 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3426 3255 122 215 0 3208 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 13704

[startup+170.098 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=968168/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=13704 CPUtime=170.05
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3287 0 0 0 17001 4 0 0 25 0 1 0 157758760 14032896 3271 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579892 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3426 3271 122 215 0 3208 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 13704

[startup+180.104 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=967400/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=14488 CPUtime=180.05
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3474 0 0 0 18001 4 0 0 25 0 1 0 157758760 14835712 3458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3622 3458 122 215 0 3404 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 14488

[startup+190.11 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=967336/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=14488 CPUtime=190.05
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3495 0 0 0 19001 4 0 0 25 0 1 0 157758760 14835712 3479 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3622 3479 122 215 0 3404 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 14488

[startup+200.116 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128
/proc/meminfo: memFree=967336/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=14488 CPUtime=200.06
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 3495 0 0 0 20002 4 0 0 25 0 1 0 157758760 14835712 3479 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 3622 3479 122 215 0 3404 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 14488

[startup+210.122 s]
/proc/loadavg: 1.00 0.99 0.97 2/64 5128

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

/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6459 0 0 0 178139 15 0 0 25 0 1 0 157758760 27336704 6443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6674 6443 122 215 0 6456 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (Kb) 26696

[startup+1783.06 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26696 CPUtime=1782.54
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6459 0 0 0 178239 15 0 0 25 0 1 0 157758760 27336704 6443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6674 6443 122 215 0 6456 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 26696

[startup+1784.07 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26696 CPUtime=1783.55
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6459 0 0 0 178340 15 0 0 25 0 1 0 157758760 27336704 6443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6674 6443 122 215 0 6456 0
Current children cumulated CPU time (s) 1783.55
Current children cumulated vsize (Kb) 26696

[startup+1785.07 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26696 CPUtime=1784.55
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6459 0 0 0 178440 15 0 0 25 0 1 0 157758760 27336704 6443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6674 6443 122 215 0 6456 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 26696

[startup+1786.08 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26696 CPUtime=1785.56
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6459 0 0 0 178541 15 0 0 25 0 1 0 157758760 27336704 6443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6674 6443 122 215 0 6456 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (Kb) 26696

[startup+1787.08 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26696 CPUtime=1786.56
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6459 0 0 0 178641 15 0 0 25 0 1 0 157758760 27336704 6443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6674 6443 122 215 0 6456 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 26696

[startup+1788.09 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1787.57
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 178742 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1787.57
Current children cumulated vsize (Kb) 26848

[startup+1789.09 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1788.57
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 178842 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1788.57
Current children cumulated vsize (Kb) 26848

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1789.57
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 178942 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573829 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 26848

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1790.58
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 179043 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1790.58
Current children cumulated vsize (Kb) 26848

[startup+1792.11 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1791.58
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 179143 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 26848

[startup+1793.11 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1792.59
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 179244 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1792.59
Current children cumulated vsize (Kb) 26848

[startup+1794.12 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955120/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1793.59
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6466 0 0 0 179344 15 0 0 25 0 1 0 157758760 27492352 6450 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6450 122 215 0 6494 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 26848

[startup+1795.12 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1794.6
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6474 0 0 0 179445 15 0 0 25 0 1 0 157758760 27492352 6458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6458 122 215 0 6494 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (Kb) 26848

[startup+1796.13 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1795.6
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6474 0 0 0 179545 15 0 0 25 0 1 0 157758760 27492352 6458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6458 122 215 0 6494 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 26848

[startup+1797.13 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1796.61
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6474 0 0 0 179646 15 0 0 25 0 1 0 157758760 27492352 6458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6458 122 215 0 6494 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (Kb) 26848

[startup+1798.14 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1797.61
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6474 0 0 0 179746 15 0 0 25 0 1 0 157758760 27492352 6458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6458 122 215 0 6494 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (Kb) 26848

[startup+1799.14 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1798.62
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6474 0 0 0 179847 15 0 0 25 0 1 0 157758760 27492352 6458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6458 122 215 0 6494 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 26848

[startup+1800.15 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1799.62
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6474 0 0 0 179947 15 0 0 25 0 1 0 157758760 27492352 6458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6458 122 215 0 6494 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 26848

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1800.63
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6476 0 0 0 180048 15 0 0 25 0 1 0 157758760 27492352 6460 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577218 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6460 122 215 0 6494 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 26848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 0.97 2/64 5326
/proc/meminfo: memFree=955056/2055920 swapFree=4183068/4192956
[pid=5128] ppid=5126 vsize=26848 CPUtime=1800.63
/proc/5128/stat : 5128 (minisat+) R 5126 5128 5079 0 -1 4194304 6476 0 0 0 180048 15 0 0 25 0 1 0 157758760 27492352 6460 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5128/statm: 6712 6460 122 215 0 6494 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 26848

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

Child status: 0
Real time (s): 1801.17
CPU time (s): 1800.65
CPU user time (s): 1800.49
CPU system time (s): 0.158975
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (Kb): 26848
The end

Launcher Data (download as text)

Begin job on node51 on Fri Jul 28 17:48:02 UTC 2006


FILE ID= 49747-1154108881

PBS_JOBID= 886406

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_1.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node51/49747-1154108881/instance-49747-1154108881.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-49747-1154108881 -o ROOT/results/node51/solver-49747-1154108881 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node51/49747-1154108881/instance-49747-1154108881.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  c7543821508efc06c2ce41424051ab2c

RANDOM SEED= 43990204

TIMEOUT= 1800 seconds


/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        980848 kB
Buffers:         26068 kB
Cached:         990684 kB
SwapCached:       3588 kB
Active:          39648 kB
Inactive:       985616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        980848 kB
SwapTotal:     4192956 kB
SwapFree:      4183068 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            35844 kB
Committed_AS:   708216 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node51 on Fri Jul 28 18:18:03 UTC 2006