Trace number 46121

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.72 1801.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUMa451a3aa708ebb54c76171e0e43da9df
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.008997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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 65 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 ---[  29]---> BDD-cost:   67
0.02	c ---[  28]---> BDD-cost:   67
0.02	c ---[  27]---> BDD-cost:   67
0.02	c ---[  26]---> BDD-cost:   67
0.02	c ---[  25]---> BDD-cost:   67
0.02	c ---[  24]---> BDD-cost:   67
0.02	c ---[  23]---> BDD-cost:   67
0.02	c ---[  22]---> BDD-cost:   67
0.03	c ---[  21]---> BDD-cost:   67
0.03	c ---[  20]---> BDD-cost:   67
0.03	c ---[  19]---> BDD-cost:   67
0.03	c ---[  18]---> BDD-cost:   67
0.03	c ---[  17]---> BDD-cost:   67
0.03	c ---[  16]---> BDD-cost:   67
0.03	c ---[  15]---> BDD-cost:   67
0.03	c ---[  14]---> BDD-cost:   67
0.03	c ---[  13]---> BDD-cost:   67
0.03	c ---[  12]---> BDD-cost:   67
0.03	c ---[  11]---> BDD-cost:   67
0.03	c ---[  10]---> BDD-cost:   67
0.04	c ---[   9]---> BDD-cost:   67
0.04	c ---[   8]---> BDD-cost:   67
0.04	c ---[   7]---> BDD-cost:   67
0.04	c ---[   6]---> BDD-cost:   67
0.04	c ---[   5]---> BDD-cost:   67
0.04	c ---[   4]---> BDD-cost:   67
0.04	c ---[   3]---> BDD-cost:   67
0.04	c ---[   2]---> BDD-cost:   67
0.04	c ---[   1]---> BDD-cost:   67
0.04	c ---[   0]---> BDD-cost:   67
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 |    5015    14010 |    1671       0        0     nan |  0.000 % |
0.06	c |       100 |    5015    14010 |    1838     100    11117   111.2 |  0.980 % |
0.08	c |       256 |    5015    14010 |    2021     256    35581   139.0 |  0.980 % |
0.13	c |       482 |    5015    14010 |    2224     482    80594   167.2 |  0.980 % |
0.22	c |       819 |    5015    14010 |    2446     819   157604   192.4 |  0.980 % |
0.30	c |      1327 |    5015    14010 |    2691    1327   231317   174.3 |  0.980 % |
0.50	c |      2088 |    5015    14010 |    2960    2088   386016   184.9 |  0.981 % |
0.74	c |      3230 |    5015    14010 |    3256    3230   554696   171.7 |  0.980 % |
1.30	c |      4938 |    5015    14010 |    3581    4938  1031184   208.8 |  0.980 % |
1.90	c |      7501 |    5015    14010 |    3940    2893   680423   235.2 |  0.980 % |
3.20	c |     11347 |    5015    14010 |    4334    3674  1052360   286.4 |  0.980 % |
5.41	c |     17114 |    5015    14010 |    4767    6074  1543680   254.1 |  0.980 % |
8.40	c |     25764 |    5015    14010 |    5244    5596  1885719   337.0 |  0.980 % |
14.44	c |     38740 |    5015    14010 |    5768    4961  1853544   373.6 |  0.980 % |
24.55	c |     58203 |    5015    14010 |    6345    5821  2841018   488.1 |  0.980 % |
37.96	c |     87396 |    5015    14010 |    6980    5958  2122709   356.3 |  0.980 % |
59.65	c |    131185 |    5015    14010 |    7678    5320  1595045   299.8 |  0.980 % |
95.75	c |    196870 |    5015    14010 |    8446    7579  2457828   324.3 |  0.981 % |
146.91	c |    295399 |    5015    14010 |    9290    6933  1860512   268.4 |  0.980 % |
254.82	c |    443188 |    5015    14010 |   10219    7197  3006599   417.8 |  0.980 % |
389.27	c |    664872 |    5015    14010 |   11241   11259  3136347   278.6 |  0.980 % |
604.72	c |    997398 |    5015    14010 |   12365    9973  3206021   321.5 |  0.980 % |
936.55	c |   1496186 |    5015    14010 |   13602    9319  2991430   321.0 |  0.980 % |
1475.35	c |   2244368 |    5015    14010 |   14962   12135  3715329   306.2 |  0.980 % |
1801.21	c 
1801.21	c *** TERMINATED ***
1801.21	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/node33/watcher-46121-1154064575 -o ROOT/results/node33/solver-46121-1154064575 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node33/46121-1154064575/instance-46121-1154064575.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1404864/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=1048 CPUtime=0
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 153332435 1073152 102 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 262 102 74 215 0 44 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1392840/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=13144 CPUtime=9.99
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 3170 0 0 0 998 1 0 0 25 0 1 0 153332435 13459456 3154 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574570 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 3286 3154 106 215 0 3068 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13144

[startup+20.0088 s]
/proc/loadavg: 0.94 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1390152/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=15920 CPUtime=19.99
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 3870 0 0 0 1998 1 0 0 25 0 1 0 153332435 16302080 3854 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 3980 3854 106 215 0 3762 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 15920

[startup+30.0151 s]
/proc/loadavg: 0.95 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1387656/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=18428 CPUtime=30
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 4487 0 0 0 2998 2 0 0 25 0 1 0 153332435 18870272 4471 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 4607 4471 106 215 0 4389 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 18428

[startup+40.0214 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1387720/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=18428 CPUtime=40.01
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 4487 0 0 0 3999 2 0 0 25 0 1 0 153332435 18870272 4471 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 4607 4471 106 215 0 4389 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 18428

[startup+50.0276 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1387720/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=18428 CPUtime=50.01
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 4488 0 0 0 4999 2 0 0 25 0 1 0 153332435 18870272 4472 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574364 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 4607 4472 106 215 0 4389 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 18428

[startup+60.0339 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1387784/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=18428 CPUtime=60.01
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 4488 0 0 0 5999 2 0 0 25 0 1 0 153332435 18870272 4472 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573978 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 4607 4472 106 215 0 4389 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 18428

[startup+70.0402 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1386760/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=19484 CPUtime=70.02
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 4735 0 0 0 7000 2 0 0 25 0 1 0 153332435 19951616 4719 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 4871 4719 106 215 0 4653 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 19484

[startup+80.0465 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384136/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21988 CPUtime=80.01
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5389 0 0 0 7999 2 0 0 25 0 1 0 153332435 22515712 5373 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581044 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5497 5373 106 215 0 5279 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 21988

[startup+90.0528 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384136/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21988 CPUtime=90.02
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5389 0 0 0 9000 2 0 0 25 0 1 0 153332435 22515712 5373 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5497 5373 106 215 0 5279 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 21988

[startup+100.059 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384136/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21860 CPUtime=100.02
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5390 0 0 0 10000 2 0 0 25 0 1 0 153332435 22384640 5343 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574538 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5465 5343 106 215 0 5247 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 21860

[startup+110.065 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384200/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21856 CPUtime=110.02
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5390 0 0 0 11000 2 0 0 25 0 1 0 153332435 22380544 5342 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574064 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5464 5342 106 215 0 5246 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 21856

[startup+120.073 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384200/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21852 CPUtime=120.03
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5390 0 0 0 12001 2 0 0 25 0 1 0 153332435 22376448 5341 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5463 5341 106 215 0 5245 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 21852

[startup+130.079 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384200/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21844 CPUtime=130.03
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5390 0 0 0 13001 2 0 0 25 0 1 0 153332435 22368256 5339 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580980 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5461 5339 106 215 0 5243 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 21844

[startup+140.085 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384200/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21836 CPUtime=140.04
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5390 0 0 0 14001 3 0 0 25 0 1 0 153332435 22360064 5337 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5459 5337 106 215 0 5241 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 21836

[startup+150.091 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1384200/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=21836 CPUtime=150.05
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5391 0 0 0 15002 3 0 0 25 0 1 0 153332435 22360064 5338 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5459 5338 106 215 0 5241 0
Current children cumulated CPU time (s) 150.05
Current children cumulated vsize (Kb) 21836

[startup+160.098 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1383880/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=22232 CPUtime=160.05
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 5484 0 0 0 16002 3 0 0 25 0 1 0 153332435 22765568 5431 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 5558 5431 106 215 0 5340 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 22232

[startup+170.104 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1379720/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=26484 CPUtime=170.05
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 6524 0 0 0 17002 3 0 0 25 0 1 0 153332435 27119616 6471 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 6621 6471 106 215 0 6403 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 26484

[startup+180.11 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1379272/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=26876 CPUtime=180.05
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 6641 0 0 0 18002 3 0 0 25 0 1 0 153332435 27521024 6588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 6719 6588 106 215 0 6501 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 26876

[startup+190.117 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1379272/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=26876 CPUtime=190.06
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 6641 0 0 0 19003 3 0 0 25 0 1 0 153332435 27521024 6588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 6719 6588 106 215 0 6501 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 26876

[startup+200.123 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405
/proc/meminfo: memFree=1379272/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=26876 CPUtime=200.06
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 6641 0 0 0 20003 3 0 0 25 0 1 0 153332435 27521024 6588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 6719 6588 106 215 0 6501 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 26876

[startup+210.129 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22405

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

/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178151 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588592 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 55520

[startup+1783.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1782.62
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178252 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 55520

[startup+1784.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1783.62
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178352 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 55520

[startup+1785.13 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1784.63
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178453 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005980 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 55520

[startup+1786.14 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1785.63
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178553 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 55520

[startup+1787.14 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1786.64
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178654 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 55520

[startup+1788.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1787.64
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178754 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 55520

[startup+1789.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1788.65
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178855 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 55520

[startup+1790.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1789.65
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 178955 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 55520

[startup+1791.16 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1790.65
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179055 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006488 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 55520

[startup+1792.16 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1791.66
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179156 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574480 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 55520

[startup+1793.17 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1792.66
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179256 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 55520

[startup+1794.17 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1793.67
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179357 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 55520

[startup+1795.18 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1794.67
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179457 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 55520

[startup+1796.18 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1795.68
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179558 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 55520

[startup+1797.19 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1796.68
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179658 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 55520

[startup+1798.19 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1797.69
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179759 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 55520

[startup+1799.2 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1798.69
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179859 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584032 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 55520

[startup+1800.2 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1799.7
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 179960 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 55520

[startup+1801.21 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1800.7
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 180060 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 55520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 22407
/proc/meminfo: memFree=1350664/2055920 swapFree=4183192/4192956
[pid=22405] ppid=22403 vsize=55520 CPUtime=1800.71
/proc/22405/stat : 22405 (minisat+) R 22403 22405 22356 0 -1 4194304 13902 0 0 0 180061 10 0 0 25 0 1 0 153332435 56852480 13697 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/22405/statm: 13880 13697 106 215 0 13662 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 55520

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

Child status: 0
Real time (s): 1801.23
CPU time (s): 1800.72
CPU user time (s): 1800.61
CPU system time (s): 0.112982
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (Kb): 55520
The end

Launcher Data (download as text)

Begin job on node33 on Fri Jul 28 05:29:35 UTC 2006


FILE ID= 46121-1154064575

PBS_JOBID= 882376

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  a451a3aa708ebb54c76171e0e43da9df

RANDOM SEED= 446174996

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.218
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.218
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:       1405264 kB
Buffers:         32792 kB
Cached:         549820 kB
SwapCached:       3616 kB
Active:          32304 kB
Inactive:       558968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405264 kB
SwapTotal:     4192956 kB
SwapFree:      4183192 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            45376 kB
Committed_AS:   668556 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node33 on Fri Jul 28 05:59:36 UTC 2006