Trace number 49739

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.71 1801.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
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: 402   maxlim: 1613   bits: 12/11
0.04	c ---[  12]---> Adder-cost: 414   maxlim: 1584   bits: 12/11
0.07	c ---[  10]---> Adder-cost: 406   maxlim: 1715   bits: 12/11
0.11	c ---[   8]---> Adder-cost: 406   maxlim: 1743   bits: 12/11
0.15	c ---[   6]---> Adder-cost: 442   maxlim: 1792   bits: 12/11
0.19	c ---[   4]---> Adder-cost: 408   maxlim: 1656   bits: 12/11
0.23	c ---[   2]---> Adder-cost: 390   maxlim: 1631   bits: 12/11
0.26	c ---[   0]---> Adder-cost: 446   maxlim: 1881   bits: 12/11
0.32	c ==================================[MINISAT+]==================================
0.32	c | Conflicts | Original         | Learnt                           | Progress |
0.32	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.32	c ==============================================================================
0.32	c |         0 |   22607    80467 |    7535       0        0     nan |  0.000 % |
0.32	c |       100 |   22601    80449 |    8288      99      722     7.3 |  5.356 % |
0.33	c |       250 |   22593    80423 |    9117     248     1905     7.7 |  5.384 % |
0.35	c |       475 |   22585    80397 |   10029     472     3337     7.1 |  5.413 % |
0.38	c |       814 |   22585    80397 |   11031     811     9759    12.0 |  5.413 % |
0.42	c |      1320 |   22585    80397 |   12135    1317    22139    16.8 |  5.413 % |
0.47	c |      2080 |   22585    80397 |   13348    2077    40680    19.6 |  5.413 % |
0.60	c |      3220 |   22585    80397 |   14683    3217    72531    22.5 |  5.413 % |
0.85	c |      4928 |   22585    80397 |   16151    4925   134533    27.3 |  5.413 % |
1.36	c |      7491 |   22585    80397 |   17767    7488   235592    31.5 |  5.413 % |
2.22	c |     11335 |   22585    80397 |   19543   11332   407130    35.9 |  5.413 % |
3.47	c |     17101 |   22585    80397 |   21498   17098   639194    37.4 |  5.413 % |
5.97	c |     25750 |   22585    80397 |   23648   14770   612226    41.5 |  5.413 % |
10.57	c |     38725 |   22585    80397 |   26012   15681   674320    43.0 |  5.413 % |
18.26	c |     58186 |   22585    80397 |   28614   21392   970840    45.4 |  5.413 % |
32.29	c |     87380 |   22585    80397 |   31475   21533  1025862    47.6 |  5.413 % |
56.65	c |    131169 |   22585    80397 |   34623   28224  1543231    54.7 |  5.413 % |
87.93	c |    196853 |   22585    80397 |   38085   16708   628181    37.6 |  5.413 % |
140.74	c |    295379 |   22585    80397 |   41893   27015  1125708    41.7 |  5.413 % |
238.69	c |    443169 |   22578    80374 |   46083   39594  2109631    53.3 |  5.442 % |
390.01	c |    664852 |   22578    80374 |   50691   17182   742775    43.2 |  5.442 % |
629.23	c |    997378 |   22570    80348 |   55760   43671  2077941    47.6 |  5.471 % |
972.38	c |   1496166 |   22554    80296 |   61336   53595  2705645    50.5 |  5.528 % |
1561.21	c |   2244348 |   22538    80244 |   67470   51054  2981765    58.4 |  5.586 % |
1801.25	c 
1801.25	c *** TERMINATED ***
1801.25	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/node40/watcher-49739-1154106242 -o ROOT/results/node40/solver-49739-1154106242 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node40/49739-1154106242/instance-49739-1154106242.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1489912/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=1048 CPUtime=0
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 157495312 1073152 99 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012189 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 262 99 75 215 0 44 0

[startup+10.0019 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1482816/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=7992 CPUtime=9.99
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 1901 0 0 0 998 1 0 0 25 0 1 0 157495312 8183808 1885 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 1998 1885 122 215 0 1780 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7992

[startup+20.0082 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1481984/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=8784 CPUtime=20
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2099 0 0 0 1999 1 0 0 25 0 1 0 157495312 8994816 2083 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 2196 2083 122 215 0 1978 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 8784

[startup+30.0145 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1480832/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=10128 CPUtime=29.99
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2397 0 0 0 2998 1 0 0 25 0 1 0 157495312 10371072 2381 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 2532 2381 122 215 0 2314 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 10128

[startup+40.0208 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1479744/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=11168 CPUtime=40.01
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2661 0 0 0 3999 2 0 0 25 0 1 0 157495312 11436032 2645 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 2792 2645 122 215 0 2574 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 11168

[startup+50.0271 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1479296/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=11564 CPUtime=50.01
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2765 0 0 0 4999 2 0 0 25 0 1 0 157495312 11841536 2749 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580396 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 2891 2749 122 215 0 2673 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 11564

[startup+60.0334 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12220 CPUtime=60.01
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2937 0 0 0 5999 2 0 0 25 0 1 0 157495312 12513280 2921 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3055 2921 122 215 0 2837 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 12220

[startup+70.0397 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478592/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12372 CPUtime=70.01
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2956 0 0 0 6999 2 0 0 25 0 1 0 157495312 12668928 2940 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3093 2940 122 215 0 2875 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 12372

[startup+80.046 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478528/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12372 CPUtime=80.01
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2979 0 0 0 7999 2 0 0 25 0 1 0 157495312 12668928 2963 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580935 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3093 2963 122 215 0 2875 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 12372

[startup+90.0523 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478464/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12504 CPUtime=90.02
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2986 0 0 0 9000 2 0 0 25 0 1 0 157495312 12804096 2970 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3126 2970 122 215 0 2908 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 12504

[startup+100.059 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478464/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12504 CPUtime=100.02
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 2994 0 0 0 10000 2 0 0 25 0 1 0 157495312 12804096 2978 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3126 2978 122 215 0 2908 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 12504

[startup+110.065 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478336/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12504 CPUtime=110.02
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3012 0 0 0 11000 2 0 0 25 0 1 0 157495312 12804096 2996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3126 2996 122 215 0 2908 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 12504

[startup+120.072 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478080/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12768 CPUtime=120.03
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3076 0 0 0 12001 2 0 0 25 0 1 0 157495312 13074432 3060 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3192 3060 122 215 0 2974 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 12768

[startup+130.078 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1478016/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=12900 CPUtime=130.03
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3086 0 0 0 13001 2 0 0 25 0 1 0 157495312 13209600 3070 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3225 3070 122 215 0 3007 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 12900

[startup+140.085 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1477760/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=13176 CPUtime=140.03
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3150 0 0 0 14001 2 0 0 25 0 1 0 157495312 13492224 3134 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3294 3134 122 215 0 3076 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 13176

[startup+150.091 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1476992/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=14044 CPUtime=150.04
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3352 0 0 0 15001 3 0 0 25 0 1 0 157495312 14381056 3336 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3511 3336 122 215 0 3293 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 14044

[startup+160.097 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1476928/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=14044 CPUtime=160.04
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3362 0 0 0 16001 3 0 0 25 0 1 0 157495312 14381056 3346 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3511 3346 122 215 0 3293 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 14044

[startup+170.104 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1475264/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=15788 CPUtime=170.05
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3780 0 0 0 17001 4 0 0 25 0 1 0 157495312 16166912 3764 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3947 3764 122 215 0 3729 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 15788

[startup+180.11 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1475200/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=15788 CPUtime=180.05
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3785 0 0 0 18001 4 0 0 25 0 1 0 157495312 16166912 3769 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3947 3769 122 215 0 3729 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 15788

[startup+190.116 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1475008/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=15952 CPUtime=190.05
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3838 0 0 0 19001 4 0 0 25 0 1 0 157495312 16334848 3822 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3988 3822 122 215 0 3770 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 15952

[startup+200.123 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1475008/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=15952 CPUtime=200.06
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 3838 0 0 0 20002 4 0 0 25 0 1 0 157495312 16334848 3822 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 3988 3822 122 215 0 3770 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 15952

[startup+210.129 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638

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

/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6885 0 0 0 178149 11 0 0 25 0 1 0 157495312 29286400 6869 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6869 122 215 0 6932 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (Kb) 28600

[startup+1783.16 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1782.6
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178249 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (Kb) 28600

[startup+1784.16 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1783.61
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178350 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1783.61
Current children cumulated vsize (Kb) 28600

[startup+1785.17 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1784.61
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178450 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (Kb) 28600

[startup+1786.17 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1785.62
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178551 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (Kb) 28600

[startup+1787.18 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1786.62
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178651 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (Kb) 28600

[startup+1788.18 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1787.63
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178752 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (Kb) 28600

[startup+1789.19 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1788.63
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178852 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581022 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1788.63
Current children cumulated vsize (Kb) 28600

[startup+1790.19 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1789.63
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 178952 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (Kb) 28600

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1790.64
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179053 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1790.64
Current children cumulated vsize (Kb) 28600

[startup+1792.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1791.64
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179153 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (Kb) 28600

[startup+1793.21 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1792.65
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179254 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580816 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (Kb) 28600

[startup+1794.21 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1793.65
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179354 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (Kb) 28600

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1794.66
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179455 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (Kb) 28600

[startup+1796.22 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1795.66
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179555 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1795.66
Current children cumulated vsize (Kb) 28600

[startup+1797.23 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1796.67
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179656 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574156 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (Kb) 28600

[startup+1798.23 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1797.67
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179756 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 28600

[startup+1799.24 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1798.68
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179857 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 28600

[startup+1800.24 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1799.68
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 179957 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 28600

[startup+1801.25 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1800.69
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 180058 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 28600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.25 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 17638
/proc/meminfo: memFree=1462720/2055920 swapFree=4183148/4192956
[pid=17638] ppid=17636 vsize=28600 CPUtime=1800.69
/proc/17638/stat : 17638 (minisat+) R 17636 17638 17589 0 -1 4194304 6894 0 0 0 180058 11 0 0 25 0 1 0 157495312 29286400 6878 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17638/statm: 7150 6878 122 215 0 6932 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 28600

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

Child status: 0
Real time (s): 1801.26
CPU time (s): 1800.71
CPU user time (s): 1800.59
CPU system time (s): 0.119981
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (Kb): 28600
The end

Launcher Data (download as text)

Begin job on node40 on Fri Jul 28 17:04:02 UTC 2006


FILE ID= 49739-1154106242

PBS_JOBID= 886302

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  d78f5121f87a7bad7fc74d5d3eacc32f

RANDOM SEED= 888530034

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.245
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.245
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:       1490120 kB
Buffers:         26764 kB
Cached:         470180 kB
SwapCached:       3672 kB
Active:          40948 kB
Inactive:       464640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490120 kB
SwapTotal:     4192956 kB
SwapFree:      4183148 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            46240 kB
Committed_AS:   586500 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node40 on Fri Jul 28 17:34:04 UTC 2006