Trace number 49715

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.66 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
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 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
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: 398   maxlim: 1763   bits: 12/11
0.05	c ---[  12]---> Adder-cost: 442   maxlim: 1638   bits: 12/11
0.09	c ---[  10]---> Adder-cost: 392   maxlim: 1713   bits: 12/11
0.12	c ---[   8]---> Adder-cost: 424   maxlim: 1943   bits: 12/11
0.16	c ---[   6]---> Adder-cost: 410   maxlim: 1617   bits: 12/11
0.19	c ---[   4]---> Adder-cost: 398   maxlim: 1492   bits: 12/11
0.22	c ---[   2]---> Adder-cost: 450   maxlim: 1803   bits: 12/11
0.26	c ---[   0]---> Adder-cost: 430   maxlim: 1657   bits: 12/11
0.31	c ==================================[MINISAT+]==================================
0.31	c | Conflicts | Original         | Learnt                           | Progress |
0.31	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.31	c ==============================================================================
0.31	c |         0 |   22823    81243 |    7607       0        0     nan |  0.000 % |
0.32	c |       100 |   22807    81191 |    8367      98      895     9.1 |  5.338 % |
0.33	c |       250 |   22801    81173 |    9204     247     2038     8.3 |  5.367 % |
0.35	c |       475 |   22801    81173 |   10124     472     4311     9.1 |  5.367 % |
0.37	c |       812 |   22801    81173 |   11137     809     9665    11.9 |  5.367 % |
0.40	c |      1321 |   22801    81173 |   12251    1318    17717    13.4 |  5.367 % |
0.49	c |      2080 |   22801    81173 |   13476    2077    36592    17.6 |  5.367 % |
0.62	c |      3220 |   22801    81173 |   14823    3217    65762    20.4 |  5.367 % |
0.94	c |      4929 |   22801    81173 |   16306    4926   128493    26.1 |  5.367 % |
1.27	c |      7491 |   22801    81173 |   17936    7488   202593    27.1 |  5.367 % |
2.31	c |     11336 |   22801    81173 |   19730   11333   414005    36.5 |  5.367 % |
3.69	c |     17102 |   22801    81173 |   21703   17099   639053    37.4 |  5.367 % |
6.80	c |     25752 |   22801    81173 |   23874   14689   575134    39.2 |  5.367 % |
11.82	c |     38726 |   22801    81173 |   26261   15492   710278    45.8 |  5.367 % |
17.00	c |     58188 |   22801    81173 |   28887   20528   828506    40.4 |  5.367 % |
30.47	c |     87380 |   22793    81147 |   31776   17498   750565    42.9 |  5.395 % |
55.78	c |    131169 |   22785    81121 |   34953   24385  1289701    52.9 |  5.424 % |
93.75	c |    196853 |   22777    81095 |   38449   27878  1209849    43.4 |  5.452 % |
155.63	c |    295380 |   22777    81095 |   42294   34398  1743767    50.7 |  5.452 % |
262.70	c |    443169 |   22777    81095 |   46523   24470  1176977    48.1 |  5.452 % |
450.15	c |    664852 |   22777    81095 |   51176   35425  1816208    51.3 |  5.452 % |
641.95	c |    997379 |   22769    81069 |   56293   48698  2092402    43.0 |  5.481 % |
1053.92	c |   1496167 |   22745    80991 |   61923   37456  1813566    48.4 |  5.567 % |
1676.09	c |   2244351 |   22737    80965 |   68115   31757  1532280    48.3 |  5.595 % |
1801.15	c 
1801.15	c *** TERMINATED ***
1801.15	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/node41/watcher-49715-1154097716 -o ROOT/results/node41/solver-49715-1154097716 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node41/49715-1154097716/instance-49715-1154097716.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 25074
/proc/meminfo: memFree=1530352/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=1048 CPUtime=0
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 156642649 1073152 98 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 262 98 75 215 0 44 0

[startup+10.0018 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1523456/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=7880 CPUtime=9.99
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 1855 0 0 0 998 1 0 0 25 0 1 0 156642649 8069120 1839 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 1970 1839 123 215 0 1752 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7880

[startup+20.0077 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1522304/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=9244 CPUtime=19.99
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 2170 0 0 0 1998 1 0 0 25 0 1 0 156642649 9465856 2154 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 2311 2154 123 215 0 2093 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9244

[startup+30.0145 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1521216/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=10168 CPUtime=30
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 2432 0 0 0 2999 1 0 0 25 0 1 0 156642649 10412032 2416 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 2542 2416 123 215 0 2324 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 10168

[startup+40.0204 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1520704/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=10824 CPUtime=40
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 2585 0 0 0 3999 1 0 0 25 0 1 0 156642649 11083776 2569 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 2706 2569 123 215 0 2488 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 10824

[startup+50.0263 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1519488/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12008 CPUtime=50.01
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 2878 0 0 0 4998 3 0 0 25 0 1 0 156642649 12296192 2862 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134585592 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3002 2862 123 215 0 2784 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 12008

[startup+60.0321 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1519488/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12008 CPUtime=60.01
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 2882 0 0 0 5998 3 0 0 25 0 1 0 156642649 12296192 2866 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3002 2866 123 215 0 2784 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 12008

[startup+70.038 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518848/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12672 CPUtime=70.02
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3040 0 0 0 6999 3 0 0 25 0 1 0 156642649 12976128 3024 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3168 3024 123 215 0 2950 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 12672

[startup+80.0439 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518784/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12672 CPUtime=80.02
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3051 0 0 0 7999 3 0 0 25 0 1 0 156642649 12976128 3035 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3168 3035 123 215 0 2950 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 12672

[startup+90.0497 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518720/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12812 CPUtime=90.02
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3073 0 0 0 8999 3 0 0 25 0 1 0 156642649 13119488 3057 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581488 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3203 3057 123 215 0 2985 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 12812

[startup+100.056 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518656/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12812 CPUtime=100.03
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3087 0 0 0 10000 3 0 0 25 0 1 0 156642649 13119488 3071 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3203 3071 123 215 0 2985 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 12812

[startup+110.061 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518656/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=12812 CPUtime=110.03
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3092 0 0 0 11000 3 0 0 25 0 1 0 156642649 13119488 3076 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3203 3076 123 215 0 2985 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 12812

[startup+120.067 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518272/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=13220 CPUtime=120.03
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3181 0 0 0 12000 3 0 0 25 0 1 0 156642649 13537280 3165 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577203 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3305 3165 123 215 0 3087 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 13220

[startup+130.073 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518272/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=13220 CPUtime=130.03
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3194 0 0 0 13000 3 0 0 25 0 1 0 156642649 13537280 3178 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3305 3178 123 215 0 3087 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 13220

[startup+140.079 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518208/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=13356 CPUtime=140.04
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3203 0 0 0 14001 3 0 0 25 0 1 0 156642649 13676544 3187 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3339 3187 123 215 0 3121 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 13356

[startup+150.086 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1518208/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=13356 CPUtime=150.04
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3209 0 0 0 15001 3 0 0 25 0 1 0 156642649 13676544 3193 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3339 3193 123 215 0 3121 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 13356

[startup+160.092 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1516608/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=14876 CPUtime=160.05
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3595 0 0 0 16001 4 0 0 25 0 1 0 156642649 15233024 3579 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3719 3579 123 215 0 3501 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 14876

[startup+170.098 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1516480/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=15140 CPUtime=170.05
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3630 0 0 0 17001 4 0 0 25 0 1 0 156642649 15503360 3614 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580786 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3785 3614 123 215 0 3567 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 15140

[startup+180.104 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1516096/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=15416 CPUtime=180.05
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3722 0 0 0 18001 4 0 0 25 0 1 0 156642649 15785984 3706 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3854 3706 123 215 0 3636 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 15416

[startup+190.109 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1515968/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=15548 CPUtime=190.05
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3764 0 0 0 19001 4 0 0 25 0 1 0 156642649 15921152 3748 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3887 3748 123 215 0 3669 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 15548

[startup+200.115 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074
/proc/meminfo: memFree=1515712/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=15836 CPUtime=200.06
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 3821 0 0 0 20002 4 0 0 25 0 1 0 156642649 16216064 3805 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 3959 3805 123 215 0 3741 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 15836

[startup+210.122 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25074

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

/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6747 0 0 0 178142 13 0 0 25 0 1 0 156642649 28483584 6731 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6731 123 215 0 6736 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (Kb) 27816

[startup+1783.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1782.55
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6747 0 0 0 178242 13 0 0 25 0 1 0 156642649 28483584 6731 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6731 123 215 0 6736 0
Current children cumulated CPU time (s) 1782.55
Current children cumulated vsize (Kb) 27816

[startup+1784.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1783.56
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6748 0 0 0 178343 13 0 0 25 0 1 0 156642649 28483584 6732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6732 123 215 0 6736 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (Kb) 27816

[startup+1785.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1784.56
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6748 0 0 0 178443 13 0 0 25 0 1 0 156642649 28483584 6732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6732 123 215 0 6736 0
Current children cumulated CPU time (s) 1784.56
Current children cumulated vsize (Kb) 27816

[startup+1786.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1785.57
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6748 0 0 0 178544 13 0 0 25 0 1 0 156642649 28483584 6732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6732 123 215 0 6736 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (Kb) 27816

[startup+1787.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1786.57
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6749 0 0 0 178644 13 0 0 25 0 1 0 156642649 28483584 6733 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6733 123 215 0 6736 0
Current children cumulated CPU time (s) 1786.57
Current children cumulated vsize (Kb) 27816

[startup+1788.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1787.58
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6749 0 0 0 178745 13 0 0 25 0 1 0 156642649 28483584 6733 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6733 123 215 0 6736 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (Kb) 27816

[startup+1789.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27816 CPUtime=1788.58
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6749 0 0 0 178845 13 0 0 25 0 1 0 156642649 28483584 6733 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6954 6733 123 215 0 6736 0
Current children cumulated CPU time (s) 1788.58
Current children cumulated vsize (Kb) 27816

[startup+1790.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1789.59
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6755 0 0 0 178946 13 0 0 25 0 1 0 156642649 28647424 6739 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581234 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6739 123 215 0 6776 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (Kb) 27976

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1790.59
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6755 0 0 0 179046 13 0 0 25 0 1 0 156642649 28647424 6739 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6739 123 215 0 6776 0
Current children cumulated CPU time (s) 1790.59
Current children cumulated vsize (Kb) 27976

[startup+1792.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1791.6
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6755 0 0 0 179147 13 0 0 25 0 1 0 156642649 28647424 6739 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6739 123 215 0 6776 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (Kb) 27976

[startup+1793.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1792.6
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6755 0 0 0 179247 13 0 0 25 0 1 0 156642649 28647424 6739 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6739 123 215 0 6776 0
Current children cumulated CPU time (s) 1792.6
Current children cumulated vsize (Kb) 27976

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1793.61
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6755 0 0 0 179348 13 0 0 25 0 1 0 156642649 28647424 6739 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6739 123 215 0 6776 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (Kb) 27976

[startup+1795.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1794.61
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 179448 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (Kb) 27976

[startup+1796.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1795.62
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 179549 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (Kb) 27976

[startup+1797.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1796.62
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 179649 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (Kb) 27976

[startup+1798.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1797.62
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 179749 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1797.62
Current children cumulated vsize (Kb) 27976

[startup+1799.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1798.63
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 179850 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (Kb) 27976

[startup+1800.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1799.63
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 179950 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (Kb) 27976

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1800.64
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 180051 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 27976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 25272
/proc/meminfo: memFree=1503680/2055920 swapFree=4182960/4192956
[pid=25074] ppid=25072 vsize=27976 CPUtime=1800.64
/proc/25074/stat : 25074 (minisat+) R 25072 25074 25025 0 -1 4194304 6756 0 0 0 180051 13 0 0 25 0 1 0 156642649 28647424 6740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25074/statm: 6994 6740 123 215 0 6776 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 27976

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

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.66
CPU user time (s): 1800.52
CPU system time (s): 0.138978
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (Kb): 27976
The end

Launcher Data (download as text)

Begin job on node41 on Fri Jul 28 14:41:56 UTC 2006


FILE ID= 49715-1154097716

PBS_JOBID= 885990

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  ccdf85c0efcf9b688264aa74ef25462f

RANDOM SEED= 642287270

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.234
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.234
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:       1530560 kB
Buffers:         35108 kB
Cached:         414808 kB
SwapCached:       3712 kB
Active:          54956 kB
Inactive:       403496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530560 kB
SwapTotal:     4192956 kB
SwapFree:      4182960 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14516 kB
Slab:            52856 kB
Committed_AS:   622128 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node41 on Fri Jul 28 15:11:57 UTC 2006