Trace number 49734

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.61 1801.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
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 14 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 ---[  12]---> Adder-cost: 382   maxlim: 1459   bits: 12/11
0.04	c ---[  10]---> Adder-cost: 358   maxlim: 1432   bits: 12/11
0.07	c ---[   8]---> Adder-cost: 352   maxlim: 1375   bits: 12/11
0.10	c ---[   6]---> Adder-cost: 368   maxlim: 1358   bits: 12/11
0.13	c ---[   4]---> Adder-cost: 342   maxlim: 1531   bits: 12/11
0.16	c ---[   2]---> Adder-cost: 354   maxlim: 1484   bits: 12/11
0.19	c ---[   0]---> Adder-cost: 336   maxlim: 1337   bits: 12/11
0.23	c ==================================[MINISAT+]==================================
0.23	c | Conflicts | Original         | Learnt                           | Progress |
0.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.23	c ==============================================================================
0.23	c |         0 |   16957    60347 |    5652       0        0     nan |  0.000 % |
0.24	c |       101 |   16949    60321 |    6217     100      983     9.8 |  6.198 % |
0.26	c |       251 |   16929    60259 |    6838     247     2286     9.3 |  6.312 % |
0.27	c |       477 |   16929    60259 |    7522     473     4714    10.0 |  6.312 % |
0.30	c |       815 |   16929    60259 |    8275     811    10666    13.2 |  6.312 % |
0.33	c |      1321 |   16929    60259 |    9102    1317    19014    14.4 |  6.312 % |
0.41	c |      2081 |   16929    60259 |   10012    2077    37756    18.2 |  6.312 % |
0.56	c |      3221 |   16929    60259 |   11014    3217    76355    23.7 |  6.312 % |
0.85	c |      4929 |   16929    60259 |   12115    4925   134815    27.4 |  6.312 % |
1.31	c |      7491 |   16929    60259 |   13327    7487   218968    29.2 |  6.312 % |
2.15	c |     11335 |   16929    60259 |   14659   11331   389766    34.4 |  6.312 % |
3.49	c |     17103 |   16929    60259 |   16125    9567   352693    36.9 |  6.312 % |
5.97	c |     25752 |   16929    60259 |   17738    9991   394782    39.5 |  6.312 % |
9.40	c |     38731 |   16929    60259 |   19512   13922   522938    37.6 |  6.312 % |
15.56	c |     58194 |   16921    60233 |   21463   13450   522766    38.9 |  6.350 % |
24.84	c |     87388 |   16921    60233 |   23609   20916   840382    40.2 |  6.350 % |
38.65	c |    131177 |   16921    60233 |   25970   16944   624940    36.9 |  6.350 % |
66.87	c |    196862 |   16913    60207 |   28567   16487   636872    38.6 |  6.388 % |
119.69	c |    295388 |   16913    60207 |   31424   26057  1165397    44.7 |  6.388 % |
198.63	c |    443179 |   16905    60181 |   34567   22131   885357    40.0 |  6.426 % |
334.92	c |    664862 |   16905    60181 |   38023   30748  1362341    44.3 |  6.426 % |
541.58	c |    997387 |   16897    60155 |   41826   17482   660643    37.8 |  6.464 % |
858.17	c |   1496175 |   16897    60155 |   46008   19496   744677    38.2 |  6.464 % |
1415.99	c |   2244357 |   16897    60155 |   50609   36487  1537543    42.1 |  6.464 % |
1801.16	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/node14/watcher-49734-1154104402 -o ROOT/results/node14/solver-49734-1154104402 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node14/49734-1154104402/instance-49734-1154104402.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1334120/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=1048 CPUtime=0
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 112 0 0 0 0 0 0 0 19 0 1 0 157301139 1073152 96 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 262 96 75 215 0 44 0

[startup+10.0018 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1329000/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=6016 CPUtime=9.99
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 1405 0 0 0 998 1 0 0 25 0 1 0 157301139 6160384 1389 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 1504 1389 123 215 0 1286 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6016

[startup+20.0078 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1327976/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=7152 CPUtime=19.99
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 1681 0 0 0 1998 1 0 0 25 0 1 0 157301139 7323648 1665 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 1788 1665 123 215 0 1570 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 7152

[startup+30.0137 s]
/proc/loadavg: 1.07 1.02 1.00 2/64 991
/proc/meminfo: memFree=1327272/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=7948 CPUtime=30
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 1867 0 0 0 2999 1 0 0 25 0 1 0 157301139 8138752 1851 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 1987 1851 123 215 0 1769 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 7948

[startup+40.0197 s]
/proc/loadavg: 1.06 1.02 1.00 2/64 991
/proc/meminfo: memFree=1327080/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=8232 CPUtime=40
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 1932 0 0 0 3999 1 0 0 25 0 1 0 157301139 8429568 1916 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2058 1916 123 215 0 1840 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 8232

[startup+50.0256 s]
/proc/loadavg: 1.05 1.01 1.00 2/64 991
/proc/meminfo: memFree=1326248/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=9020 CPUtime=50
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2142 0 0 0 4999 1 0 0 25 0 1 0 157301139 9236480 2126 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583960 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2255 2126 123 215 0 2037 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 9020

[startup+60.0316 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 991
/proc/meminfo: memFree=1325864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=9408 CPUtime=60.01
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2254 0 0 0 5999 2 0 0 25 0 1 0 157301139 9633792 2238 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2352 2238 123 215 0 2134 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 9408

[startup+70.0375 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 991
/proc/meminfo: memFree=1325736/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=9548 CPUtime=70.02
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2279 0 0 0 7000 2 0 0 25 0 1 0 157301139 9777152 2263 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2387 2263 123 215 0 2169 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 9548

[startup+80.0435 s]
/proc/loadavg: 1.03 1.01 1.00 2/64 991
/proc/meminfo: memFree=1324904/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=10368 CPUtime=80.02
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2485 0 0 0 8000 2 0 0 25 0 1 0 157301139 10616832 2469 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2592 2469 123 215 0 2374 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 10368

[startup+90.0495 s]
/proc/loadavg: 1.02 1.01 1.00 2/64 991
/proc/meminfo: memFree=1324392/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=10896 CPUtime=90.02
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2610 0 0 0 9000 2 0 0 25 0 1 0 157301139 11157504 2594 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2724 2594 123 215 0 2506 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 10896

[startup+100.055 s]
/proc/loadavg: 1.02 1.01 1.00 2/64 991
/proc/meminfo: memFree=1324264/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11028 CPUtime=100.02
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2638 0 0 0 10000 2 0 0 25 0 1 0 157301139 11292672 2622 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2757 2622 123 215 0 2539 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 11028

[startup+110.061 s]
/proc/loadavg: 1.02 1.01 1.00 2/64 991
/proc/meminfo: memFree=1324200/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11172 CPUtime=110.03
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2664 0 0 0 11001 2 0 0 25 0 1 0 157301139 11440128 2648 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2793 2648 123 215 0 2575 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 11172

[startup+120.067 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 991
/proc/meminfo: memFree=1324072/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11304 CPUtime=120.03
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2693 0 0 0 12001 2 0 0 25 0 1 0 157301139 11575296 2677 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2826 2677 123 215 0 2608 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 11304

[startup+130.073 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 991
/proc/meminfo: memFree=1324008/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11304 CPUtime=130.03
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2704 0 0 0 13001 2 0 0 25 0 1 0 157301139 11575296 2688 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2826 2688 123 215 0 2608 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 11304

[startup+140.079 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 991
/proc/meminfo: memFree=1323688/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11568 CPUtime=140.03
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2776 0 0 0 14001 2 0 0 25 0 1 0 157301139 11845632 2760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568543 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2892 2760 123 215 0 2674 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 11568

[startup+150.085 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 991
/proc/meminfo: memFree=1323560/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11708 CPUtime=150.04
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2811 0 0 0 15002 2 0 0 25 0 1 0 157301139 11988992 2795 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2927 2795 123 215 0 2709 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 11708

[startup+160.091 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 991
/proc/meminfo: memFree=1323432/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11848 CPUtime=160.04
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2840 0 0 0 16002 2 0 0 25 0 1 0 157301139 12132352 2824 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2962 2824 123 215 0 2744 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 11848

[startup+170.097 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1323432/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11848 CPUtime=170.05
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2845 0 0 0 17003 2 0 0 25 0 1 0 157301139 12132352 2829 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2962 2829 123 215 0 2744 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 11848

[startup+180.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1323496/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=11848 CPUtime=180.05
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2850 0 0 0 18003 2 0 0 25 0 1 0 157301139 12132352 2834 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581159 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 2962 2834 123 215 0 2744 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 11848

[startup+190.109 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1323432/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=12024 CPUtime=190.05
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2861 0 0 0 19003 2 0 0 25 0 1 0 157301139 12312576 2845 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 3006 2845 123 215 0 2788 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 12024

[startup+200.115 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991
/proc/meminfo: memFree=1323368/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=12024 CPUtime=200.06
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 2872 0 0 0 20004 2 0 0 25 0 1 0 157301139 12312576 2856 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 3006 2856 123 215 0 2788 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 12024

[startup+210.121 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 991

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

/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178143 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (Kb) 20428

[startup+1783.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1782.51
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178243 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581145 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1782.51
Current children cumulated vsize (Kb) 20428

[startup+1784.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1783.52
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178344 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 20428

[startup+1785.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1784.52
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178444 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (Kb) 20428

[startup+1786.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1785.53
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178545 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 20428

[startup+1787.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1786.53
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178645 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581022 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (Kb) 20428

[startup+1788.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1787.54
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178746 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 20428

[startup+1789.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1788.54
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4910 0 0 0 178846 8 0 0 25 0 1 0 157301139 20918272 4894 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4894 123 215 0 4889 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (Kb) 20428

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1789.55
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4912 0 0 0 178947 8 0 0 25 0 1 0 157301139 20918272 4896 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4896 123 215 0 4889 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 20428

[startup+1791.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1790.55
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4913 0 0 0 179047 8 0 0 25 0 1 0 157301139 20918272 4897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4897 123 215 0 4889 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 20428

[startup+1792.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1791.56
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4913 0 0 0 179148 8 0 0 25 0 1 0 157301139 20918272 4897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4897 123 215 0 4889 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 20428

[startup+1793.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314928/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20428 CPUtime=1792.56
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4913 0 0 0 179248 8 0 0 25 0 1 0 157301139 20918272 4897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5107 4897 123 215 0 4889 0
Current children cumulated CPU time (s) 1792.56
Current children cumulated vsize (Kb) 20428

[startup+1794.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1793.57
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179349 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1793.57
Current children cumulated vsize (Kb) 20628

[startup+1795.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1794.57
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179449 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (Kb) 20628

[startup+1796.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1795.57
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179549 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (Kb) 20628

[startup+1797.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1796.58
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179650 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (Kb) 20628

[startup+1798.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1797.58
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179750 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568550 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 20628

[startup+1799.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1798.59
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179851 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 20628

[startup+1800.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1799.59
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 179951 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581423 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (Kb) 20628

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1800.6
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 180052 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 20628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1192
/proc/meminfo: memFree=1314864/2055920 swapFree=4183052/4192956
[pid=991] ppid=989 vsize=20628 CPUtime=1800.6
/proc/991/stat : 991 (minisat+) R 989 991 942 0 -1 4194304 4927 0 0 0 180052 8 0 0 25 0 1 0 157301139 21123072 4911 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/991/statm: 5157 4911 123 215 0 4939 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 20628

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

Child status: 0
Real time (s): 1801.17
CPU time (s): 1800.61
CPU user time (s): 1800.53
CPU system time (s): 0.087986
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (Kb): 20628
The end

Launcher Data (download as text)

Begin job on node14 on Fri Jul 28 16:33:22 UTC 2006


FILE ID= 49734-1154104402

PBS_JOBID= 886237

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  dc0116cc9dd2d87e5a6934d46be3ef43

RANDOM SEED= 138473707

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.235
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.235
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:       1334328 kB
Buffers:         42156 kB
Cached:         598480 kB
SwapCached:       3868 kB
Active:         100828 kB
Inactive:       548592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334328 kB
SwapTotal:     4192956 kB
SwapFree:      4183052 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            58172 kB
Committed_AS:   642520 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node14 on Fri Jul 28 17:03:24 UTC 2006