Trace number 34780

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.56 1801.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr.opb
MD5SUM54cc21b6a006b53c414126d2c0b266be
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.008998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
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 31
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.02	c Converting 100 PB-constraints to clauses...
0.02	c   -- Unit propagations: (none)
0.02	c   -- Detecting intervals from adjacent constraints: (none)
0.02	c   -- Clauses(.)/Splits(s): ............................................................
0.02	c ---[  39]---> BDD-cost:   57
0.02	c ---[  38]---> BDD-cost:   57
0.02	c ---[  37]---> BDD-cost:   57
0.02	c ---[  36]---> BDD-cost:   57
0.03	c ---[  35]---> BDD-cost:   57
0.03	c ---[  34]---> BDD-cost:   57
0.03	c ---[  33]---> BDD-cost:   57
0.03	c ---[  32]---> BDD-cost:   57
0.03	c ---[  31]---> BDD-cost:   57
0.03	c ---[  30]---> BDD-cost:   57
0.03	c ---[  29]---> BDD-cost:   57
0.03	c ---[  28]---> BDD-cost:   57
0.03	c ---[  27]---> BDD-cost:   57
0.03	c ---[  26]---> BDD-cost:   57
0.03	c ---[  25]---> BDD-cost:   57
0.03	c ---[  24]---> BDD-cost:   57
0.03	c ---[  23]---> BDD-cost:   57
0.03	c ---[  22]---> BDD-cost:   57
0.03	c ---[  21]---> BDD-cost:   57
0.04	c ---[  20]---> BDD-cost:   57
0.04	c ---[  19]---> BDD-cost:   57
0.04	c ---[  18]---> BDD-cost:   57
0.04	c ---[  17]---> BDD-cost:   57
0.04	c ---[  16]---> BDD-cost:   57
0.04	c ---[  15]---> BDD-cost:   57
0.04	c ---[  14]---> BDD-cost:   57
0.04	c ---[  13]---> BDD-cost:   57
0.04	c ---[  12]---> BDD-cost:   57
0.04	c ---[  11]---> BDD-cost:   57
0.04	c ---[  10]---> BDD-cost:   57
0.04	c ---[   9]---> BDD-cost:   57
0.04	c ---[   8]---> BDD-cost:   57
0.04	c ---[   7]---> BDD-cost:   57
0.04	c ---[   6]---> BDD-cost:   57
0.04	c ---[   5]---> BDD-cost:   57
0.05	c ---[   4]---> BDD-cost:   57
0.05	c ---[   3]---> BDD-cost:   57
0.05	c ---[   2]---> BDD-cost:   57
0.05	c ---[   1]---> BDD-cost:   57
0.05	c ---[   0]---> BDD-cost:   57
0.05	c ==================================[MINISAT+]==================================
0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.05	c ==============================================================================
0.05	c |         0 |    5700    15880 |    1900       0        0     nan |  0.000 % |
0.06	c |       100 |    5700    15880 |    2090     100     8350    83.5 |  1.149 % |
0.07	c |       254 |    5700    15880 |    2299     254    20183    79.5 |  1.149 % |
0.10	c |       483 |    5700    15880 |    2528     483    43595    90.3 |  1.150 % |
0.13	c |       820 |    5700    15880 |    2781     820    74636    91.0 |  1.149 % |
0.21	c |      1326 |    5700    15880 |    3059    1326   152844   115.3 |  1.149 % |
0.31	c |      2085 |    5700    15880 |    3365    2085   236742   113.5 |  1.149 % |
0.56	c |      3224 |    5700    15880 |    3702    3224   390616   121.2 |  1.149 % |
0.87	c |      4934 |    5700    15880 |    4072    2499   282510   113.0 |  1.149 % |
1.33	c |      7497 |    5700    15880 |    4480    5062   635699   125.6 |  1.149 % |
2.07	c |     11341 |    5700    15880 |    4928    3602   393130   109.1 |  1.149 % |
3.41	c |     17107 |    5700    15880 |    5420    3198   429474   134.3 |  1.149 % |
6.47	c |     25758 |    5700    15880 |    5963    5184   809083   156.1 |  1.149 % |
9.82	c |     38734 |    5700    15880 |    6559    4258   595019   139.7 |  1.149 % |
14.11	c |     58195 |    5700    15880 |    7215    4350   474363   109.0 |  1.149 % |
21.56	c |     87389 |    5700    15880 |    7936    5401   906885   167.9 |  1.149 % |
34.17	c |    131180 |    5700    15880 |    8730    8927  1807067   202.4 |  1.150 % |
62.13	c |    196867 |    5700    15880 |    9603    7833  1793666   229.0 |  1.149 % |
98.72	c |    295396 |    5700    15880 |   10563    5671   840337   148.2 |  1.149 % |
163.21	c |    443189 |    5700    15880 |   11620    8324  1522755   182.9 |  1.149 % |
247.63	c |    664881 |    5700    15880 |   12782    7923  1541577   194.6 |  1.149 % |
411.10	c |    997408 |    5700    15880 |   14060   12463  2333463   187.2 |  1.149 % |
633.51	c |   1496196 |    5700    15880 |   15466   12280  1888591   153.8 |  1.149 % |
1020.78	c |   2244379 |    5700    15880 |   17013   10292  1498132   145.6 |  1.150 % |
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/node48/watcher-34780-1149229629 -o ROOT/results/node48/solver-34780-1149229629 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node48/34780-1149229629/instance-34780-1149229629.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.96 0.91 2/64 12143
/proc/meminfo: memFree=1345216/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=1048 CPUtime=0
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 188629958 1073152 94 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134571941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 262 94 74 215 0 44 0

[startup+10.0021 s]
/proc/loadavg: 0.87 0.96 0.91 2/64 12143
/proc/meminfo: memFree=1338456/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=7804 CPUtime=9.99
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 1805 0 0 0 998 1 0 0 25 0 1 0 188629958 7991296 1790 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581082 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 1951 1790 106 215 0 1733 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7804

[startup+20.0088 s]
/proc/loadavg: 0.89 0.96 0.91 2/64 12143
/proc/meminfo: memFree=1336864/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=9292 CPUtime=19.99
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 2201 0 0 0 1998 1 0 0 25 0 1 0 188629958 9515008 2186 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 2323 2186 106 215 0 2105 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9292

[startup+30.0155 s]
/proc/loadavg: 0.91 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1334816/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=11404 CPUtime=30
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 2730 0 0 0 2998 2 0 0 25 0 1 0 188629958 11677696 2715 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579509 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 2851 2715 106 215 0 2633 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 11404

[startup+40.0212 s]
/proc/loadavg: 0.92 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1331552/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=14708 CPUtime=40
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 3539 0 0 0 3998 2 0 0 25 0 1 0 188629958 15060992 3524 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579877 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 3677 3524 106 215 0 3459 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 14708

[startup+50.0269 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1330976/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=15252 CPUtime=50
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 3684 0 0 0 4998 2 0 0 25 0 1 0 188629958 15618048 3669 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 3813 3669 106 215 0 3595 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 15252

[startup+60.0327 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16572 CPUtime=60
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4016 0 0 0 5998 2 0 0 25 0 1 0 188629958 16969728 4001 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4143 4001 106 215 0 3925 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 16572

[startup+70.0384 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=70
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4017 0 0 0 6998 2 0 0 25 0 1 0 188629958 16928768 3996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3996 106 215 0 3915 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 16532

[startup+80.0441 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=80.01
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4017 0 0 0 7999 2 0 0 25 0 1 0 188629958 16928768 3996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3996 106 215 0 3915 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 16532

[startup+90.0498 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=90.01
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4017 0 0 0 8999 2 0 0 25 0 1 0 188629958 16928768 3996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3996 106 215 0 3915 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 16532

[startup+100.055 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=100.01
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4017 0 0 0 9999 2 0 0 25 0 1 0 188629958 16928768 3996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3996 106 215 0 3915 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 16532

[startup+110.061 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=110.01
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4018 0 0 0 10999 2 0 0 25 0 1 0 188629958 16928768 3997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3997 106 215 0 3915 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 16532

[startup+120.067 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329632/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=120.01
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4018 0 0 0 11999 2 0 0 25 0 1 0 188629958 16928768 3997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3997 106 215 0 3915 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 16532

[startup+130.073 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329696/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16532 CPUtime=130.02
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4018 0 0 0 13000 2 0 0 25 0 1 0 188629958 16928768 3997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581042 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4133 3997 106 215 0 3915 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 16532

[startup+140.078 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329504/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=16796 CPUtime=140.02
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4064 0 0 0 14000 2 0 0 25 0 1 0 188629958 17199104 4043 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4199 4043 106 215 0 3981 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 16796

[startup+150.084 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1329248/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=17084 CPUtime=150.02
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4132 0 0 0 15000 2 0 0 25 0 1 0 188629958 17494016 4111 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4271 4111 106 215 0 4053 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 17084

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1328352/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=18008 CPUtime=160.03
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4352 0 0 0 16000 3 0 0 25 0 1 0 188629958 18440192 4331 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4502 4331 106 215 0 4284 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 18008

[startup+170.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1328288/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=18008 CPUtime=170.04
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4372 0 0 0 17001 3 0 0 25 0 1 0 188629958 18440192 4351 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4502 4351 106 215 0 4284 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 18008

[startup+180.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1328224/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=18140 CPUtime=180.04
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4393 0 0 0 18001 3 0 0 25 0 1 0 188629958 18575360 4372 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576698 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4535 4372 106 215 0 4317 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 18140

[startup+190.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1328224/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=18140 CPUtime=190.04
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4394 0 0 0 19001 3 0 0 25 0 1 0 188629958 18575360 4373 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4535 4373 106 215 0 4317 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 18140

[startup+200.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1327520/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=18804 CPUtime=200.04
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 4567 0 0 0 20001 3 0 0 25 0 1 0 188629958 19255296 4546 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 4701 4546 106 215 0 4483 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 18804

[startup+210.118 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12143
/proc/meminfo: memFree=1327264/2055920 swapFree=4181440/4192956

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

[pid=12143] ppid=12141 vsize=44684 CPUtime=1781.45
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178135 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (Kb) 44684

[startup+1783.04 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1782.46
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178236 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1782.46
Current children cumulated vsize (Kb) 44684

[startup+1784.05 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1783.46
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178336 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1783.46
Current children cumulated vsize (Kb) 44684

[startup+1785.05 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1784.47
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178437 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1784.47
Current children cumulated vsize (Kb) 44684

[startup+1786.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1785.47
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178537 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1785.47
Current children cumulated vsize (Kb) 44684

[startup+1787.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1786.48
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178638 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (Kb) 44684

[startup+1788.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1787.48
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178738 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (Kb) 44684

[startup+1789.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1788.49
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178839 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (Kb) 44684

[startup+1790.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1789.49
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 178939 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (Kb) 44684

[startup+1791.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1790.49
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179039 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578828 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1790.49
Current children cumulated vsize (Kb) 44684

[startup+1792.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1791.5
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179140 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574457 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (Kb) 44684

[startup+1793.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1792.5
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179240 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574544 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1792.5
Current children cumulated vsize (Kb) 44684

[startup+1794.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1793.51
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179341 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588402 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (Kb) 44684

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1794.51
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179441 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574096 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (Kb) 44684

[startup+1796.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1795.52
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179542 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1795.52
Current children cumulated vsize (Kb) 44684

[startup+1797.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1796.52
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179642 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (Kb) 44684

[startup+1798.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1797.53
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179743 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (Kb) 44684

[startup+1799.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1798.53
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179843 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (Kb) 44684

[startup+1800.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1799.54
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 179944 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 44684

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1800.54
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 180044 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 44684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12145
/proc/meminfo: memFree=1301600/2055920 swapFree=4181440/4192956
[pid=12143] ppid=12141 vsize=44684 CPUtime=1800.54
/proc/12143/stat : 12143 (minisat+) R 12141 12143 12098 0 -1 4194304 10979 0 0 0 180044 10 0 0 25 0 1 0 188629958 45756416 10946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580913 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12143/statm: 11171 10946 106 215 0 10953 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 44684

Sending SIGTERM to -12143
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.15
CPU time (s): 1800.56
CPU user time (s): 1800.45
CPU system time (s): 0.114982
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (Kb): 44684

Launcher Data (download as text)

Begin job on node48 on Fri Jun  2 06:27:09 UTC 2006


FILE ID= 34780-1149229629

PBS_JOBID= 296330

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  54cc21b6a006b53c414126d2c0b266be

RANDOM SEED= 504981886


/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.259
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.259
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:       1345424 kB
Buffers:         22444 kB
Cached:         615884 kB
SwapCached:       3388 kB
Active:         222960 kB
Inactive:       424232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1345424 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             356 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            49332 kB
Committed_AS:   205972 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Fri Jun  2 06:57:10 UTC 2006