Trace number 34799

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr.opb
MD5SUM3fa1f197015efe7b715c83a938660d2f
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.007998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints90
Number of constraints which are clauses50
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 constraint25
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 26
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 90 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:   47
0.02	c ---[  38]---> BDD-cost:   47
0.02	c ---[  37]---> BDD-cost:   47
0.02	c ---[  36]---> BDD-cost:   47
0.02	c ---[  35]---> BDD-cost:   47
0.02	c ---[  34]---> BDD-cost:   47
0.02	c ---[  33]---> BDD-cost:   47
0.02	c ---[  32]---> BDD-cost:   47
0.02	c ---[  31]---> BDD-cost:   47
0.02	c ---[  30]---> BDD-cost:   47
0.02	c ---[  29]---> BDD-cost:   47
0.02	c ---[  28]---> BDD-cost:   47
0.02	c ---[  27]---> BDD-cost:   47
0.02	c ---[  26]---> BDD-cost:   47
0.02	c ---[  25]---> BDD-cost:   47
0.02	c ---[  24]---> BDD-cost:   47
0.03	c ---[  23]---> BDD-cost:   47
0.03	c ---[  22]---> BDD-cost:   47
0.03	c ---[  21]---> BDD-cost:   47
0.03	c ---[  20]---> BDD-cost:   47
0.03	c ---[  19]---> BDD-cost:   47
0.03	c ---[  18]---> BDD-cost:   47
0.03	c ---[  17]---> BDD-cost:   47
0.03	c ---[  16]---> BDD-cost:   47
0.03	c ---[  15]---> BDD-cost:   47
0.03	c ---[  14]---> BDD-cost:   47
0.03	c ---[  13]---> BDD-cost:   47
0.03	c ---[  12]---> BDD-cost:   47
0.03	c ---[  11]---> BDD-cost:   47
0.03	c ---[  10]---> BDD-cost:   47
0.03	c ---[   9]---> BDD-cost:   47
0.03	c ---[   8]---> BDD-cost:   47
0.03	c ---[   7]---> BDD-cost:   47
0.03	c ---[   6]---> BDD-cost:   47
0.03	c ---[   5]---> BDD-cost:   47
0.03	c ---[   4]---> BDD-cost:   47
0.04	c ---[   3]---> BDD-cost:   47
0.04	c ---[   2]---> BDD-cost:   47
0.04	c ---[   1]---> BDD-cost:   47
0.04	c ---[   0]---> BDD-cost:   47
0.04	c ==================================[MINISAT+]==================================
0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.04	c ==============================================================================
0.04	c |         0 |    4690    13080 |    1563       0        0     nan |  0.000 % |
0.05	c |       100 |    4690    13080 |    1719     100     6902    69.0 |  1.389 % |
0.06	c |       251 |    4690    13080 |    1891     251    20396    81.3 |  1.389 % |
0.09	c |       478 |    4690    13080 |    2080     478    46287    96.8 |  1.389 % |
0.13	c |       821 |    4690    13080 |    2288     821    81704    99.5 |  1.389 % |
0.19	c |      1327 |    4690    13080 |    2517    1327   146172   110.2 |  1.389 % |
0.33	c |      2087 |    4690    13080 |    2768    2087   249403   119.5 |  1.389 % |
0.48	c |      3227 |    4690    13080 |    3045    3227   373256   115.7 |  1.389 % |
0.82	c |      4936 |    4690    13080 |    3350    3323   444218   133.7 |  1.389 % |
1.28	c |      7498 |    4690    13080 |    3685    3680   506490   137.6 |  1.389 % |
2.24	c |     11342 |    4690    13080 |    4054    2775   386580   139.3 |  1.389 % |
3.47	c |     17109 |    4690    13080 |    4459    3425   492300   143.7 |  1.389 % |
5.53	c |     25762 |    4690    13080 |    4905    3891   549706   141.3 |  1.389 % |
8.80	c |     38739 |    4690    13080 |    5395    5144  1059065   205.9 |  1.389 % |
14.42	c |     58201 |    4690    13080 |    5935    3757   878997   234.0 |  1.389 % |
22.83	c |     87393 |    4690    13080 |    6529    3337   680756   204.0 |  1.389 % |
37.59	c |    131182 |    4690    13080 |    7181    4075   849512   208.5 |  1.389 % |
57.50	c |    196867 |    4690    13080 |    7900    6042   961736   159.2 |  1.389 % |
89.72	c |    295397 |    4690    13080 |    8690    8012  1389547   173.4 |  1.389 % |
149.59	c |    443187 |    4690    13080 |    9559    4859  1092280   224.8 |  1.389 % |
236.36	c |    664873 |    4690    13080 |   10515    6850  1659355   242.2 |  1.389 % |
392.35	c |    997398 |    4690    13080 |   11566    8080  1688583   209.0 |  1.389 % |
620.75	c |   1496189 |    4690    13080 |   12723    8501  2044831   240.5 |  1.389 % |
936.08	c |   2244373 |    4690    13080 |   13995    9694  2070653   213.6 |  1.389 % |
1520.72	c |   3366647 |    4690    13080 |   15395    8084  1204609   149.0 |  1.389 % |
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
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/node56/watcher-34799-1149232711 -o ROOT/results/node56/solver-34799-1149232711 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node56/34799-1149232711/instance-34799-1149232711.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.97 0.91 2/64 9251
/proc/meminfo: memFree=907344/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=1048 CPUtime=0
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 188938738 1073152 103 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 262 104 74 215 0 44 0

[startup+10.0026 s]
/proc/loadavg: 0.87 0.97 0.91 2/64 9251
/proc/meminfo: memFree=899488/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=8804 CPUtime=9.99
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2064 0 0 0 998 1 0 0 25 0 1 0 188938738 9015296 2049 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581463 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 2201 2049 106 215 0 1983 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8804

[startup+20.0086 s]
/proc/loadavg: 0.89 0.97 0.91 2/64 9251
/proc/meminfo: memFree=898536/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=9728 CPUtime=19.99
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2317 0 0 0 1998 1 0 0 25 0 1 0 188938738 9961472 2302 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 2432 2302 106 215 0 2214 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9728

[startup+30.0146 s]
/proc/loadavg: 0.91 0.97 0.91 2/64 9251
/proc/meminfo: memFree=897192/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=11140 CPUtime=30
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2675 0 0 0 2999 1 0 0 25 0 1 0 188938738 11407360 2660 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 2785 2660 106 215 0 2567 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 11140

[startup+40.0206 s]
/proc/loadavg: 0.92 0.97 0.91 2/64 9251
/proc/meminfo: memFree=896872/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=11540 CPUtime=40
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2747 0 0 0 3999 1 0 0 25 0 1 0 188938738 11816960 2732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574219 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 2885 2732 106 215 0 2667 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 11540

[startup+50.0266 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 9251
/proc/meminfo: memFree=896936/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=11532 CPUtime=50
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2747 0 0 0 4999 1 0 0 25 0 1 0 188938738 11808768 2732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573886 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 2883 2732 106 215 0 2665 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 11532

[startup+60.0326 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 9251
/proc/meminfo: memFree=896936/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=11524 CPUtime=60.01
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2747 0 0 0 6000 1 0 0 25 0 1 0 188938738 11800576 2732 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 2881 2732 106 215 0 2663 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 11524

[startup+70.0396 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 9251
/proc/meminfo: memFree=896424/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=12076 CPUtime=70.02
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 2878 0 0 0 7000 2 0 0 25 0 1 0 188938738 12365824 2863 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 3019 2863 106 215 0 2801 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 12076

[startup+80.0456 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 9251
/proc/meminfo: memFree=894504/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=13932 CPUtime=80.02
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 3354 0 0 0 8000 2 0 0 25 0 1 0 188938738 14266368 3339 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 3483 3339 106 215 0 3265 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 13932

[startup+90.0516 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 9251
/proc/meminfo: memFree=894504/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=13932 CPUtime=90.02
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 3355 0 0 0 9000 2 0 0 25 0 1 0 188938738 14266368 3340 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568556 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 3483 3340 106 215 0 3265 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 13932

[startup+100.058 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 9251
/proc/meminfo: memFree=892520/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=15912 CPUtime=100.02
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 3854 0 0 0 10000 2 0 0 25 0 1 0 188938738 16293888 3839 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 3978 3839 106 215 0 3760 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 15912

[startup+110.064 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 9251
/proc/meminfo: memFree=891624/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=16836 CPUtime=110.03
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4080 0 0 0 11001 2 0 0 25 0 1 0 188938738 17240064 4065 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4209 4065 106 215 0 3991 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 16836

[startup+120.07 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890856/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=17628 CPUtime=120.03
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4274 0 0 0 12001 2 0 0 25 0 1 0 188938738 18051072 4259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4407 4259 106 215 0 4189 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 17628

[startup+130.076 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890472/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18024 CPUtime=130.03
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4365 0 0 0 13001 2 0 0 25 0 1 0 188938738 18456576 4350 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580244 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4506 4350 106 215 0 4288 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 18024

[startup+140.082 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890472/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18008 CPUtime=140.03
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4365 0 0 0 14001 2 0 0 25 0 1 0 188938738 18440192 4350 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574091 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4502 4350 106 215 0 4284 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 18008

[startup+150.088 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890472/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18008 CPUtime=150.04
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4365 0 0 0 15002 2 0 0 25 0 1 0 188938738 18440192 4350 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4502 4350 106 215 0 4284 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 18008

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890472/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18004 CPUtime=160.04
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4366 0 0 0 16002 2 0 0 25 0 1 0 188938738 18436096 4351 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4501 4351 106 215 0 4283 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 18004

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890216/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18136 CPUtime=170.05
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4422 0 0 0 17002 3 0 0 25 0 1 0 188938738 18571264 4407 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4534 4407 106 215 0 4316 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 18136

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890216/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18280 CPUtime=180.06
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4436 0 0 0 18003 3 0 0 25 0 1 0 188938738 18718720 4421 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4570 4421 106 215 0 4352 0
Current children cumulated CPU time (s) 180.06
Current children cumulated vsize (Kb) 18280

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890216/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18280 CPUtime=190.06
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4436 0 0 0 19003 3 0 0 25 0 1 0 188938738 18718720 4421 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4570 4421 106 215 0 4352 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 18280

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890088/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=18408 CPUtime=200.06
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 4467 0 0 0 20003 3 0 0 25 0 1 0 188938738 18849792 4452 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 4602 4452 106 215 0 4384 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 18408

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9251
/proc/meminfo: memFree=890088/2055920 swapFree=4181332/4192956

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

[pid=9251] ppid=9249 vsize=44496 CPUtime=1781.6
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178149 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134592474 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (Kb) 44496

[startup+1783.06 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1782.6
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178249 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (Kb) 44496

[startup+1784.06 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1783.6
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178349 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (Kb) 44496

[startup+1785.07 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1784.61
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178450 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (Kb) 44496

[startup+1786.07 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1785.61
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178550 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (Kb) 44496

[startup+1787.08 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1786.62
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178651 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (Kb) 44496

[startup+1788.08 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1787.62
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178751 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (Kb) 44496

[startup+1789.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1788.63
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178852 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1788.63
Current children cumulated vsize (Kb) 44496

[startup+1790.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1789.63
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 178952 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (Kb) 44496

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1790.64
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 179053 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1790.64
Current children cumulated vsize (Kb) 44496

[startup+1792.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1791.64
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 179153 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (Kb) 44496

[startup+1793.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1792.65
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 179254 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (Kb) 44496

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1793.65
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 179354 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (Kb) 44496

[startup+1795.12 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1794.66
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 179455 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (Kb) 44496

[startup+1796.12 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864168/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1795.66
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10930 0 0 0 179555 11 0 0 25 0 1 0 188938738 45563904 10884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10884 106 215 0 10906 0
Current children cumulated CPU time (s) 1795.66
Current children cumulated vsize (Kb) 44496

[startup+1797.13 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864104/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1796.66
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10943 0 0 0 179655 11 0 0 25 0 1 0 188938738 45563904 10897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10897 106 215 0 10906 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (Kb) 44496

[startup+1798.13 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864104/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1797.67
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10943 0 0 0 179756 11 0 0 25 0 1 0 188938738 45563904 10897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10897 106 215 0 10906 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 44496

[startup+1799.14 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864104/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1798.67
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10943 0 0 0 179856 11 0 0 25 0 1 0 188938738 45563904 10897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006092 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10897 106 215 0 10906 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (Kb) 44496

[startup+1800.14 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864104/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1799.68
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10943 0 0 0 179957 11 0 0 25 0 1 0 188938738 45563904 10897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10897 106 215 0 10906 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 44496

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864104/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1800.68
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10943 0 0 0 180057 11 0 0 25 0 1 0 188938738 45563904 10897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580789 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10897 106 215 0 10906 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 44496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 9253
/proc/meminfo: memFree=864104/2055920 swapFree=4181332/4192956
[pid=9251] ppid=9249 vsize=44496 CPUtime=1800.69
/proc/9251/stat : 9251 (minisat+) R 9249 9251 9206 0 -1 4194304 10943 0 0 0 180058 11 0 0 25 0 1 0 188938738 45563904 10897 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9251/statm: 11124 10897 106 215 0 10906 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 44496

Sending SIGTERM to -9251
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.71
CPU user time (s): 1800.58
CPU system time (s): 0.12698
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (Kb): 44496

Launcher Data (download as text)

Begin job on node56 on Fri Jun  2 07:18:31 UTC 2006


FILE ID= 34799-1149232711

PBS_JOBID= 296575

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  3fa1f197015efe7b715c83a938660d2f

RANDOM SEED= 418747714


/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.232
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.232
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:        907552 kB
Buffers:         41748 kB
Cached:        1027168 kB
SwapCached:       3648 kB
Active:         304264 kB
Inactive:       773628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        907552 kB
SwapTotal:     4192956 kB
SwapFree:      4181332 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            56552 kB
Committed_AS:   196544 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node56 on Fri Jun  2 07:48:33 UTC 2006