Trace number 34777

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 NameAnswerCPU timeWall clock time
minisat+ 1.14? (TO) 1800.53 1801.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr.opb
MD5SUM7cdaf60ccaf85c600aba211d4d47e719
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints62
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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 62 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.01	c   -- Clauses(.)/Splits(s): ................................
0.01	c ---[  29]---> BDD-cost:   29
0.01	c ---[  28]---> BDD-cost:   29
0.01	c ---[  27]---> BDD-cost:   29
0.01	c ---[  26]---> BDD-cost:   29
0.01	c ---[  25]---> BDD-cost:   29
0.01	c ---[  24]---> BDD-cost:   29
0.01	c ---[  23]---> BDD-cost:   29
0.01	c ---[  22]---> BDD-cost:   29
0.01	c ---[  21]---> BDD-cost:   29
0.01	c ---[  20]---> BDD-cost:   29
0.01	c ---[  19]---> BDD-cost:   29
0.01	c ---[  18]---> BDD-cost:   29
0.01	c ---[  17]---> BDD-cost:   29
0.01	c ---[  16]---> BDD-cost:   29
0.01	c ---[  15]---> BDD-cost:   29
0.01	c ---[  14]---> BDD-cost:   29
0.01	c ---[  13]---> BDD-cost:   29
0.01	c ---[  12]---> BDD-cost:   29
0.01	c ---[  11]---> BDD-cost:   29
0.01	c ---[  10]---> BDD-cost:   29
0.01	c ---[   9]---> BDD-cost:   29
0.01	c ---[   8]---> BDD-cost:   29
0.01	c ---[   7]---> BDD-cost:   29
0.01	c ---[   6]---> BDD-cost:   29
0.01	c ---[   5]---> BDD-cost:   29
0.01	c ---[   4]---> BDD-cost:   29
0.01	c ---[   3]---> BDD-cost:   29
0.01	c ---[   2]---> BDD-cost:   29
0.01	c ---[   1]---> BDD-cost:   29
0.01	c ---[   0]---> BDD-cost:   29
0.02	c ==================================[MINISAT+]==================================
0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.02	c ==============================================================================
0.02	c |         0 |    2162     6030 |     720       0        0     nan |  0.000 % |
0.02	c |       102 |    2162     6030 |     792     102     5686    55.7 |  2.222 % |
0.03	c |       252 |    2162     6030 |     871     252    14004    55.6 |  2.222 % |
0.04	c |       478 |    2162     6030 |     958     478    28490    59.6 |  2.222 % |
0.07	c |       815 |    2162     6030 |    1054     815    57080    70.0 |  2.222 % |
0.12	c |      1322 |    2162     6030 |    1159    1322   104342    78.9 |  2.222 % |
0.19	c |      2084 |    2162     6030 |    1275    1423   130456    91.7 |  2.222 % |
0.31	c |      3226 |    2162     6030 |    1403    1038    95866    92.4 |  2.222 % |
0.52	c |      4934 |    2162     6030 |    1543    1033   102989    99.7 |  2.222 % |
0.88	c |      7499 |    2162     6030 |    1697    1732   186615   107.7 |  2.222 % |
1.32	c |     11345 |    2162     6030 |    1867    1717   162221    94.5 |  2.222 % |
2.09	c |     17111 |    2162     6030 |    2054    1970   199253   101.1 |  2.222 % |
3.38	c |     25760 |    2162     6030 |    2259    2320   271642   117.1 |  2.222 % |
5.19	c |     38735 |    2162     6030 |    2485    2566   270521   105.4 |  2.222 % |
8.02	c |     58199 |    2162     6030 |    2734    2477   258968   104.5 |  2.222 % |
12.25	c |     87394 |    2162     6030 |    3007    2810   295638   105.2 |  2.222 % |
18.47	c |    131184 |    2162     6030 |    3308    1846   187402   101.5 |  2.222 % |
28.79	c |    196869 |    2162     6030 |    3639    3043   323650   106.4 |  2.222 % |
41.79	c |    295396 |    2162     6030 |    4003    3086   314350   101.9 |  2.222 % |
62.96	c |    443187 |    2162     6030 |    4403    2851   287482   100.8 |  2.222 % |
94.38	c |    664871 |    2162     6030 |    4843    3470   330999    95.4 |  2.222 % |
146.79	c |    997401 |    2162     6030 |    5328    4395   477257   108.6 |  2.222 % |
225.26	c |   1496194 |    2162     6030 |    5860    4647   485933   104.6 |  2.222 % |
336.58	c |   2244377 |    2162     6030 |    6447    5684   534706    94.1 |  2.222 % |
535.19	c |   3366651 |    2162     6030 |    7091    5025   524384   104.4 |  2.222 % |
808.75	c |   5050064 |    2162     6030 |    7800    6711   641592    95.6 |  2.222 % |
1243.29	c |   7575180 |    2162     6030 |    8581    7630   817633   107.2 |  2.222 % |
1801.14	c 
1801.14	c *** TERMINATED ***
1801.14	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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node83/watcher-34777-1149229234 -o ROOT/results/node83/solver-34777-1149229234 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34777-1149229234/instance-34777-1149229234.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.95 0.95 3/67 23243
/proc/meminfo: memFree=1623712/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=1048 CPUtime=0
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 113 0 0 0 0 0 0 0 19 0 1 0 188562752 1073152 99 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 262 99 74 215 0 44 0

[startup+10.0023 s]
/proc/loadavg: 0.87 0.95 0.95 2/67 23243
/proc/meminfo: memFree=1621024/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=3548 CPUtime=9.99
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 785 0 0 0 999 0 0 0 25 0 1 0 188562752 3633152 771 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 887 771 106 215 0 669 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 3548

[startup+20.0083 s]
/proc/loadavg: 0.89 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1620512/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=4208 CPUtime=19.99
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 924 0 0 0 1999 0 0 0 25 0 1 0 188562752 4308992 910 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1052 910 106 215 0 834 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4208

[startup+30.0142 s]
/proc/loadavg: 0.91 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1620128/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=4476 CPUtime=29.99
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1001 0 0 0 2999 0 0 0 25 0 1 0 188562752 4583424 987 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1119 987 106 215 0 901 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4476

[startup+40.0201 s]
/proc/loadavg: 0.92 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1619744/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=4868 CPUtime=39.99
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1091 0 0 0 3999 0 0 0 25 0 1 0 188562752 4984832 1077 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576138 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1217 1077 106 215 0 999 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 4868

[startup+50.026 s]
/proc/loadavg: 0.93 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1619360/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=5264 CPUtime=50
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1201 0 0 0 5000 0 0 0 25 0 1 0 188562752 5390336 1187 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579525 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1316 1187 106 215 0 1098 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5264

[startup+60.031 s]
/proc/loadavg: 0.94 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1619232/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=5396 CPUtime=60
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1225 0 0 0 6000 0 0 0 25 0 1 0 188562752 5525504 1211 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1349 1211 106 215 0 1131 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5396

[startup+70.0359 s]
/proc/loadavg: 0.95 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1618784/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=5740 CPUtime=70
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1326 0 0 0 7000 0 0 0 25 0 1 0 188562752 5877760 1312 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574138 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1435 1312 106 215 0 1217 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5740

[startup+80.0428 s]
/proc/loadavg: 0.96 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1618592/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6004 CPUtime=80
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1377 0 0 0 8000 0 0 0 25 0 1 0 188562752 6148096 1363 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1501 1363 106 215 0 1283 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 6004

[startup+90.0487 s]
/proc/loadavg: 0.96 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1618592/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6004 CPUtime=90.01
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1393 0 0 0 9001 0 0 0 25 0 1 0 188562752 6148096 1379 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576114 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1501 1379 106 215 0 1283 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 6004

[startup+100.055 s]
/proc/loadavg: 0.97 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1618144/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6532 CPUtime=100.01
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1508 0 0 0 10001 0 0 0 25 0 1 0 188562752 6688768 1494 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1633 1494 106 215 0 1415 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 6532

[startup+110.061 s]
/proc/loadavg: 0.97 0.96 0.95 2/67 23243
/proc/meminfo: memFree=1617952/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6664 CPUtime=110.01
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1544 0 0 0 11001 0 0 0 25 0 1 0 188562752 6823936 1530 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579629 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1666 1530 106 215 0 1448 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 6664

[startup+120.067 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617824/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6796 CPUtime=120.01
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1579 0 0 0 12001 0 0 0 25 0 1 0 188562752 6959104 1565 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1699 1565 106 215 0 1481 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 6796

[startup+130.073 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617760/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6796 CPUtime=130.02
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1594 0 0 0 13002 0 0 0 25 0 1 0 188562752 6959104 1580 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576851 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1699 1580 106 215 0 1481 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6796

[startup+140.079 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617632/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=6928 CPUtime=140.02
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1628 0 0 0 14002 0 0 0 25 0 1 0 188562752 7094272 1614 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576698 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1732 1614 106 215 0 1514 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 6928

[startup+150.085 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617248/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=7324 CPUtime=150.03
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1715 0 0 0 15002 1 0 0 25 0 1 0 188562752 7499776 1701 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576243 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1831 1701 106 215 0 1613 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 7324

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617184/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=7456 CPUtime=160.03
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1742 0 0 0 16002 1 0 0 25 0 1 0 188562752 7634944 1728 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1864 1728 106 215 0 1646 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 7456

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617120/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=7456 CPUtime=170.03
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1742 0 0 0 17002 1 0 0 25 0 1 0 188562752 7634944 1728 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1864 1728 106 215 0 1646 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 7456

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1617120/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=7456 CPUtime=180.04
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1755 0 0 0 18003 1 0 0 25 0 1 0 188562752 7634944 1741 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579525 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1864 1741 106 215 0 1646 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 7456

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1616928/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=7724 CPUtime=190.04
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1817 0 0 0 19003 1 0 0 25 0 1 0 188562752 7909376 1803 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1931 1803 106 215 0 1713 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 7724

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1616864/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=7724 CPUtime=200.04
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 1822 0 0 0 20003 1 0 0 25 0 1 0 188562752 7909376 1808 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 1931 1808 106 215 0 1713 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 7724

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23243
/proc/meminfo: memFree=1616864/2055888 swapFree=4085416/4096564

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

[pid=23243] ppid=23241 vsize=14156 CPUtime=1781.43
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178141 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (Kb) 14156

[startup+1783.05 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1782.43
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178241 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1782.43
Current children cumulated vsize (Kb) 14156

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1783.44
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178342 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1783.44
Current children cumulated vsize (Kb) 14156

[startup+1785.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1784.44
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178442 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (Kb) 14156

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1785.45
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178543 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (Kb) 14156

[startup+1787.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1786.45
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178643 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581477 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (Kb) 14156

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1787.45
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178743 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1787.45
Current children cumulated vsize (Kb) 14156

[startup+1789.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1788.46
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178844 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (Kb) 14156

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1789.46
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 178944 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1789.46
Current children cumulated vsize (Kb) 14156

[startup+1791.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1790.47
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179045 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1790.47
Current children cumulated vsize (Kb) 14156

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1791.47
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179145 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (Kb) 14156

[startup+1793.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1792.48
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179246 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1792.48
Current children cumulated vsize (Kb) 14156

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1793.48
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179346 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1793.48
Current children cumulated vsize (Kb) 14156

[startup+1795.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1794.49
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179447 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581044 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (Kb) 14156

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1795.49
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179547 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573340 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1795.49
Current children cumulated vsize (Kb) 14156

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1796.49
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179647 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574486 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1796.49
Current children cumulated vsize (Kb) 14156

[startup+1798.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1797.5
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179748 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1797.5
Current children cumulated vsize (Kb) 14156

[startup+1799.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1798.5
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179848 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577447 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (Kb) 14156

[startup+1800.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1799.51
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 179949 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (Kb) 14156

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1800.51
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 180049 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (Kb) 14156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 23245
/proc/meminfo: memFree=1610336/2055888 swapFree=4085416/4096564
[pid=23243] ppid=23241 vsize=14156 CPUtime=1800.52
/proc/23243/stat : 23243 (minisat+) R 23241 23243 23198 0 -1 4194304 3536 0 0 0 180050 2 0 0 25 0 1 0 188562752 14495744 3395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23243/statm: 3539 3395 106 215 0 3321 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (Kb) 14156

Sending SIGTERM to -23243
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.15
CPU time (s): 1800.53
CPU user time (s): 1800.5
CPU system time (s): 0.024996
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (Kb): 14204

Launcher Data (download as text)

Begin job on node83 on Fri Jun  2 06:20:34 UTC 2006


FILE ID= 34777-1149229234

PBS_JOBID= 296289

BENCH NAME= ROOT/tmp/node83/34777-1149229234/instance-34777-1149229234.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34777-1149229234/instance-34777-1149229234.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node83/watcher-34777-1149229234 -o ROOT/results/node83/solver-34777-1149229234 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34777-1149229234/instance-34777-1149229234.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  7cdaf60ccaf85c600aba211d4d47e719

RANDOM SEED= 491752527


/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.265
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	: 6006.16
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.265
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	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1623920 kB
Buffers:         30040 kB
Cached:         327952 kB
SwapCached:       2884 kB
Active:          92168 kB
Inactive:       275068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1623920 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          16884 kB
Slab:            51420 kB
Committed_AS:   269588 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node83 on Fri Jun  2 06:50:35 UTC 2006