Trace number 46119

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
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.002999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 22
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 41 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 ---[  19]---> BDD-cost:   39
0.01	c ---[  18]---> BDD-cost:   39
0.01	c ---[  17]---> BDD-cost:   39
0.01	c ---[  16]---> BDD-cost:   39
0.01	c ---[  15]---> BDD-cost:   39
0.01	c ---[  14]---> BDD-cost:   39
0.01	c ---[  13]---> BDD-cost:   39
0.01	c ---[  12]---> BDD-cost:   39
0.01	c ---[  11]---> BDD-cost:   39
0.01	c ---[  10]---> BDD-cost:   39
0.01	c ---[   9]---> BDD-cost:   39
0.01	c ---[   8]---> BDD-cost:   39
0.01	c ---[   7]---> BDD-cost:   39
0.01	c ---[   6]---> BDD-cost:   39
0.01	c ---[   5]---> BDD-cost:   39
0.01	c ---[   4]---> BDD-cost:   39
0.01	c ---[   3]---> BDD-cost:   39
0.02	c ---[   2]---> BDD-cost:   39
0.02	c ---[   1]---> BDD-cost:   39
0.02	c ---[   0]---> BDD-cost:   39
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 |    1941     5420 |     647       0        0     nan |  0.000 % |
0.02	c |       100 |    1941     5420 |     711     100     7361    73.6 |  1.667 % |
0.04	c |       250 |    1941     5420 |     782     250    23074    92.3 |  1.667 % |
0.06	c |       478 |    1941     5420 |     861     478    46476    97.2 |  1.667 % |
0.10	c |       815 |    1941     5420 |     947     815    79876    98.0 |  1.667 % |
0.16	c |      1322 |    1941     5420 |    1041    1322   131186    99.2 |  1.667 % |
0.27	c |      2081 |    1941     5420 |    1146    1420   178810   125.9 |  1.669 % |
0.46	c |      3221 |    1941     5420 |    1260    1054   173600   164.7 |  1.667 % |
0.73	c |      4933 |    1941     5420 |    1386    1048   149270   142.4 |  1.667 % |
1.19	c |      7495 |    1941     5420 |    1525    1779   343816   193.3 |  1.667 % |
1.95	c |     11341 |    1941     5420 |    1678    1341   201864   150.5 |  1.667 % |
3.07	c |     17108 |    1941     5420 |    1845    2158   326240   151.2 |  1.667 % |
4.68	c |     25757 |    1941     5420 |    2030    1300   181659   139.7 |  1.667 % |
7.50	c |     38731 |    1941     5420 |    2233    1716   257388   150.0 |  1.667 % |
11.24	c |     58193 |    1941     5420 |    2456    1864   292474   156.9 |  1.667 % |
17.52	c |     87385 |    1941     5420 |    2702    3079   538341   174.8 |  1.667 % |
26.72	c |    131176 |    1941     5420 |    2972    2119   413764   195.3 |  1.667 % |
42.13	c |    196863 |    1941     5420 |    3270    2770   554320   200.1 |  1.667 % |
66.73	c |    295389 |    1941     5420 |    3597    2566   456160   177.8 |  1.667 % |
96.51	c |    443178 |    1941     5420 |    3956    2248   274097   121.9 |  1.667 % |
146.45	c |    664865 |    1941     5420 |    4352    3446   626929   181.9 |  1.669 % |
212.40	c |    997393 |    1941     5420 |    4787    4365   749891   171.8 |  1.667 % |
341.36	c |   1496182 |    1941     5420 |    5266    4996   759037   151.9 |  1.667 % |
515.96	c |   2244367 |    1941     5420 |    5793    4132   676469   163.7 |  1.667 % |
778.66	c |   3366645 |    1941     5420 |    6372    5503   836678   152.0 |  1.667 % |
1242.38	c |   5050061 |    1941     5420 |    7010    4649   666126   143.3 |  1.667 % |
1801.18	c 
1801.18	c *** TERMINATED ***
1801.18	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node37/watcher-46119-1154063690 -o ROOT/results/node37/solver-46119-1154063690 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node37/46119-1154063690/instance-46119-1154063690.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1367688/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=1048 CPUtime=0
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 153240443 1073152 90 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 262 90 74 215 0 44 0

[startup+10.0023 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1364128/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=4372 CPUtime=9.99
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 988 0 0 0 999 0 0 0 25 0 1 0 153240443 4476928 972 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576760 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1093 972 106 215 0 875 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4372

[startup+20.0084 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1363168/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=5560 CPUtime=20
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1278 0 0 0 2000 0 0 0 25 0 1 0 153240443 5693440 1262 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1390 1262 106 215 0 1172 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 5560

[startup+30.0145 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1362464/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=6348 CPUtime=30
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1456 0 0 0 3000 0 0 0 25 0 1 0 153240443 6500352 1440 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1587 1440 106 215 0 1369 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 6348

[startup+40.0206 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1362208/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=6480 CPUtime=40
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1513 0 0 0 4000 0 0 0 25 0 1 0 153240443 6635520 1497 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1620 1497 106 215 0 1402 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6480

[startup+50.0276 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1361888/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=6876 CPUtime=50.01
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1603 0 0 0 5001 0 0 0 25 0 1 0 153240443 7041024 1587 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576756 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1719 1587 106 215 0 1501 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6876

[startup+60.0327 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1361824/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=7000 CPUtime=60.01
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1623 0 0 0 6001 0 0 0 25 0 1 0 153240443 7168000 1607 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1750 1607 106 215 0 1532 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 7000

[startup+70.0388 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1361056/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=7712 CPUtime=70.01
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1817 0 0 0 7001 0 0 0 25 0 1 0 153240443 7897088 1801 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1928 1801 106 215 0 1710 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 7712

[startup+80.0449 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1361056/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=7712 CPUtime=80.01
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1817 0 0 0 8001 0 0 0 25 0 1 0 153240443 7897088 1801 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1928 1801 106 215 0 1710 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7712

[startup+90.0509 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1361120/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=7712 CPUtime=90.02
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 1817 0 0 0 9002 0 0 0 25 0 1 0 153240443 7897088 1801 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 1928 1801 106 215 0 1710 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7712

[startup+100.057 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360160/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8648 CPUtime=100.02
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2047 0 0 0 10002 0 0 0 25 0 1 0 153240443 8855552 2031 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2162 2031 106 215 0 1944 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 8648

[startup+110.063 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360288/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8264 CPUtime=110.02
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2075 0 0 0 11002 0 0 0 25 0 1 0 153240443 8462336 1948 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2066 1948 106 215 0 1848 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 8264

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360288/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8264 CPUtime=120.02
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2075 0 0 0 12002 0 0 0 25 0 1 0 153240443 8462336 1948 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573863 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2066 1948 106 215 0 1848 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 8264

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360288/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8264 CPUtime=130.03
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2075 0 0 0 13003 0 0 0 25 0 1 0 153240443 8462336 1948 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2066 1948 106 215 0 1848 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 8264

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360288/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8264 CPUtime=140.03
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2075 0 0 0 14003 0 0 0 25 0 1 0 153240443 8462336 1948 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2066 1948 106 215 0 1848 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8264

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360032/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8724 CPUtime=150.03
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2180 0 0 0 15003 0 0 0 25 0 1 0 153240443 8933376 2053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2181 2053 106 215 0 1963 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 8724

[startup+160.092 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1360032/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8724 CPUtime=160.03
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2180 0 0 0 16003 0 0 0 25 0 1 0 153240443 8933376 2053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580999 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2181 2053 106 215 0 1963 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8724

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1359776/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=8992 CPUtime=170.04
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2249 0 0 0 17004 0 0 0 25 0 1 0 153240443 9207808 2122 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2248 2122 106 215 0 2030 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8992

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1359392/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=9380 CPUtime=180.05
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2344 0 0 0 18004 1 0 0 25 0 1 0 153240443 9605120 2217 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2345 2217 106 215 0 2127 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 9380

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1359264/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=9488 CPUtime=190.05
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2362 0 0 0 19004 1 0 0 25 0 1 0 153240443 9715712 2235 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583960 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2372 2235 106 215 0 2154 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 9488

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031
/proc/meminfo: memFree=1358752/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=10016 CPUtime=200.05
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 2496 0 0 0 20004 1 0 0 25 0 1 0 153240443 10256384 2369 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 2504 2369 106 215 0 2286 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 10016

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32031

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

/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178150 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (Kb) 19548

[startup+1783.08 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1782.56
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178251 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (Kb) 19548

[startup+1784.09 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1783.56
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178351 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (Kb) 19548

[startup+1785.09 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1784.57
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178452 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1784.57
Current children cumulated vsize (Kb) 19548

[startup+1786.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1785.57
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178552 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579130 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (Kb) 19548

[startup+1787.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1786.58
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178653 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 19548

[startup+1788.11 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1787.58
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178753 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (Kb) 19548

[startup+1789.11 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1788.59
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178854 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1788.59
Current children cumulated vsize (Kb) 19548

[startup+1790.12 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1789.59
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 178954 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (Kb) 19548

[startup+1791.12 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1790.59
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179054 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1790.59
Current children cumulated vsize (Kb) 19548

[startup+1792.13 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1791.6
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179155 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577420 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (Kb) 19548

[startup+1793.13 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1792.6
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179255 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1792.6
Current children cumulated vsize (Kb) 19548

[startup+1794.14 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1793.61
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179356 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (Kb) 19548

[startup+1795.14 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1794.61
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179456 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580902 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (Kb) 19548

[startup+1796.15 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1795.62
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179557 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006498 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (Kb) 19548

[startup+1797.15 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1796.62
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179657 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (Kb) 19548

[startup+1798.16 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1797.63
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179758 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580854 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 19548

[startup+1799.16 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1798.63
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179858 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (Kb) 19548

[startup+1800.17 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1799.64
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 179959 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (Kb) 19548

[startup+1801.17 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1800.64
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 180059 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588097 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 19548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 32033
/proc/meminfo: memFree=1348960/2055920 swapFree=4183120/4192956
[pid=32031] ppid=32029 vsize=19548 CPUtime=1800.65
/proc/32031/stat : 32031 (minisat+) R 32029 32031 31982 0 -1 4194304 5064 0 0 0 180060 5 0 0 25 0 1 0 153240443 20017152 4768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32031/statm: 4887 4768 106 215 0 4669 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 19548

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

Child status: 0
Real time (s): 1801.19
CPU time (s): 1800.66
CPU user time (s): 1800.6
CPU system time (s): 0.06199
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (Kb): 19684
The end

Launcher Data (download as text)

Begin job on node37 on Fri Jul 28 05:14:50 UTC 2006


FILE ID= 46119-1154063690

PBS_JOBID= 882350

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node37/46119-1154063690/instance-46119-1154063690.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-46119-1154063690 -o ROOT/results/node37/solver-46119-1154063690 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node37/46119-1154063690/instance-46119-1154063690.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  2f4fbbd7ac7eea50904b3e0a14134afd

RANDOM SEED= 115506667

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1367896 kB
Buffers:         38072 kB
Cached:         570932 kB
SwapCached:       3812 kB
Active:         252244 kB
Inactive:       365508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367896 kB
SwapTotal:     4192956 kB
SwapFree:      4183120 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14812 kB
Slab:            56360 kB
Committed_AS:   626136 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 node37 on Fri Jul 28 05:44:51 UTC 2006