Trace number 34789

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.73 1801.18

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr.opb
MD5SUM75fcdbbba3eb42e13f634e02d36a6ee9
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.005998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables840
Total number of constraints82
Number of constraints which are clauses42
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 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.02	c Converting 82 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:   39
0.02	c ---[  38]---> BDD-cost:   39
0.02	c ---[  37]---> BDD-cost:   39
0.02	c ---[  36]---> BDD-cost:   39
0.02	c ---[  35]---> BDD-cost:   39
0.02	c ---[  34]---> BDD-cost:   39
0.02	c ---[  33]---> BDD-cost:   39
0.02	c ---[  32]---> BDD-cost:   39
0.02	c ---[  31]---> BDD-cost:   39
0.02	c ---[  30]---> BDD-cost:   39
0.02	c ---[  29]---> BDD-cost:   39
0.02	c ---[  28]---> BDD-cost:   39
0.02	c ---[  27]---> BDD-cost:   39
0.02	c ---[  26]---> BDD-cost:   39
0.02	c ---[  25]---> BDD-cost:   39
0.02	c ---[  24]---> BDD-cost:   39
0.02	c ---[  23]---> BDD-cost:   39
0.02	c ---[  22]---> BDD-cost:   39
0.02	c ---[  21]---> BDD-cost:   39
0.02	c ---[  20]---> BDD-cost:   39
0.03	c ---[  19]---> BDD-cost:   39
0.03	c ---[  18]---> BDD-cost:   39
0.03	c ---[  17]---> BDD-cost:   39
0.03	c ---[  16]---> BDD-cost:   39
0.03	c ---[  15]---> BDD-cost:   39
0.03	c ---[  14]---> BDD-cost:   39
0.03	c ---[  13]---> BDD-cost:   39
0.03	c ---[  12]---> BDD-cost:   39
0.03	c ---[  11]---> BDD-cost:   39
0.03	c ---[  10]---> BDD-cost:   39
0.03	c ---[   9]---> BDD-cost:   39
0.03	c ---[   8]---> BDD-cost:   39
0.03	c ---[   7]---> BDD-cost:   39
0.03	c ---[   6]---> BDD-cost:   39
0.03	c ---[   5]---> BDD-cost:   39
0.03	c ---[   4]---> BDD-cost:   39
0.03	c ---[   3]---> BDD-cost:   39
0.03	c ---[   2]---> BDD-cost:   39
0.03	c ---[   1]---> BDD-cost:   39
0.03	c ---[   0]---> BDD-cost:   39
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 |    3882    10840 |    1294       0        0     nan |  0.000 % |
0.04	c |       105 |    3882    10840 |    1423     105     7385    70.3 |  1.667 % |
0.05	c |       255 |    3882    10840 |    1565     255    18850    73.9 |  1.667 % |
0.07	c |       481 |    3882    10840 |    1722     481    40545    84.3 |  1.667 % |
0.11	c |       818 |    3882    10840 |    1894     818    71265    87.1 |  1.667 % |
0.18	c |      1330 |    3882    10840 |    2083    1330   131039    98.5 |  1.667 % |
0.29	c |      2092 |    3882    10840 |    2292    2092   211172   100.9 |  1.667 % |
0.46	c |      3231 |    3882    10840 |    2521    1659   186225   112.3 |  1.667 % |
0.70	c |      4942 |    3882    10840 |    2773    3370   365003   108.3 |  1.667 % |
1.10	c |      7507 |    3882    10840 |    3051    2457   314757   128.1 |  1.667 % |
1.75	c |     11351 |    3882    10840 |    3356    2383   263788   110.7 |  1.667 % |
2.79	c |     17118 |    3882    10840 |    3691    3938   513865   130.5 |  1.667 % |
4.48	c |     25770 |    3882    10840 |    4061    3926   537570   136.9 |  1.667 % |
7.00	c |     38745 |    3882    10840 |    4467    4621   522096   113.0 |  1.667 % |
11.56	c |     58208 |    3882    10840 |    4913    3339   584284   175.0 |  1.667 % |
18.15	c |     87400 |    3882    10840 |    5405    5035   947887   188.3 |  1.667 % |
30.11	c |    131189 |    3882    10840 |    5945    3280   620922   189.3 |  1.667 % |
49.09	c |    196874 |    3882    10840 |    6540    5430   876118   161.3 |  1.667 % |
75.48	c |    295400 |    3882    10840 |    7194    4105   759531   185.0 |  1.667 % |
119.71	c |    443191 |    3882    10840 |    7913    8832  1414915   160.2 |  1.667 % |
188.65	c |    664876 |    3882    10840 |    8705    6366  1068393   167.8 |  1.667 % |
290.26	c |    997401 |    3882    10840 |    9575    4915  1020650   207.7 |  1.667 % |
465.80	c |   1496191 |    3882    10840 |   10533    5694  1050933   184.6 |  1.667 % |
722.53	c |   2244375 |    3882    10840 |   11586   10065  1905655   189.3 |  1.667 % |
1147.67	c |   3366650 |    3882    10840 |   12745    8087  1455828   180.0 |  1.667 % |
1801.17	c 
1801.17	c *** TERMINATED ***
1801.17	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/node43/watcher-34789-1149231126 -o ROOT/results/node43/solver-34789-1149231126 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node43/34789-1149231126/instance-34789-1149231126.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.86 0.95 0.90 2/64 29466
/proc/meminfo: memFree=954808/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=1048 CPUtime=0
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 95 0 0 0 0 0 0 0 19 0 1 0 188779368 1073152 80 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 262 85 71 215 0 44 0

[startup+10.0017 s]
/proc/loadavg: 0.88 0.95 0.90 2/64 29466
/proc/meminfo: memFree=948816/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=7024 CPUtime=9.99
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 1623 0 0 0 998 1 0 0 25 0 1 0 188779368 7192576 1608 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574219 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 1756 1608 106 215 0 1538 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7024

[startup+20.0076 s]
/proc/loadavg: 0.90 0.96 0.91 2/64 29466
/proc/meminfo: memFree=946768/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=8932 CPUtime=19.99
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2123 0 0 0 1998 1 0 0 25 0 1 0 188779368 9146368 2108 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579877 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 2233 2108 106 215 0 2015 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8932

[startup+30.0134 s]
/proc/loadavg: 0.91 0.96 0.91 2/64 29466
/proc/meminfo: memFree=946320/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=9444 CPUtime=30
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2244 0 0 0 2999 1 0 0 25 0 1 0 188779368 9670656 2229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 2361 2229 106 215 0 2143 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 9444

[startup+40.0193 s]
/proc/loadavg: 0.92 0.96 0.91 2/64 29466
/proc/meminfo: memFree=945424/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=10340 CPUtime=40
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2460 0 0 0 3999 1 0 0 25 0 1 0 188779368 10588160 2445 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 2585 2445 106 215 0 2367 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 10340

[startup+50.0251 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 29466
/proc/meminfo: memFree=945360/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=10316 CPUtime=50
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2473 0 0 0 4999 1 0 0 25 0 1 0 188779368 10563584 2458 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574586 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 2579 2458 106 215 0 2361 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 10316

[startup+60.031 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 29466
/proc/meminfo: memFree=945296/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=10448 CPUtime=60
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2489 0 0 0 5999 1 0 0 25 0 1 0 188779368 10698752 2474 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 2612 2474 106 215 0 2394 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 10448

[startup+70.0369 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 29466
/proc/meminfo: memFree=944464/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=11240 CPUtime=70.01
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2697 0 0 0 7000 1 0 0 25 0 1 0 188779368 11509760 2682 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 2810 2682 106 215 0 2592 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 11240

[startup+80.0427 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 29466
/proc/meminfo: memFree=943760/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=12036 CPUtime=80.01
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 2873 0 0 0 8000 1 0 0 25 0 1 0 188779368 12324864 2858 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576114 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3009 2858 106 215 0 2791 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 12036

[startup+90.0486 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 29466
/proc/meminfo: memFree=942224/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=13488 CPUtime=90.02
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3264 0 0 0 9000 2 0 0 25 0 1 0 188779368 13811712 3249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3372 3249 106 215 0 3154 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 13488

[startup+100.054 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 29466
/proc/meminfo: memFree=942224/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=13488 CPUtime=100.02
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3264 0 0 0 10000 2 0 0 25 0 1 0 188779368 13811712 3249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3372 3249 106 215 0 3154 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 13488

[startup+110.06 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 29466
/proc/meminfo: memFree=942224/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=13488 CPUtime=110.03
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3264 0 0 0 11001 2 0 0 25 0 1 0 188779368 13811712 3249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3372 3249 106 215 0 3154 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 13488

[startup+120.066 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 29466
/proc/meminfo: memFree=942224/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=13488 CPUtime=120.03
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3264 0 0 0 12001 2 0 0 25 0 1 0 188779368 13811712 3249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3372 3249 106 215 0 3154 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 13488

[startup+130.072 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 29466
/proc/meminfo: memFree=942224/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=13620 CPUtime=130.03
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3269 0 0 0 13001 2 0 0 25 0 1 0 188779368 13946880 3254 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3405 3254 106 215 0 3187 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 13620

[startup+140.078 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 29466
/proc/meminfo: memFree=942096/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=13752 CPUtime=140.04
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3299 0 0 0 14002 2 0 0 25 0 1 0 188779368 14082048 3284 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3438 3284 106 215 0 3220 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 13752

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=940432/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=15336 CPUtime=150.04
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3713 0 0 0 15002 2 0 0 25 0 1 0 188779368 15704064 3698 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3834 3698 106 215 0 3616 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 15336

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=940368/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=15336 CPUtime=160.04
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3722 0 0 0 16002 2 0 0 25 0 1 0 188779368 15704064 3707 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3834 3707 106 215 0 3616 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 15336

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=940176/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=15608 CPUtime=170.04
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3772 0 0 0 17002 2 0 0 25 0 1 0 188779368 15982592 3757 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568486 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3902 3757 106 215 0 3684 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 15608

[startup+180.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=940112/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=15608 CPUtime=180.04
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3780 0 0 0 18002 2 0 0 25 0 1 0 188779368 15982592 3765 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3902 3765 106 215 0 3684 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 15608

[startup+190.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=939984/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=15740 CPUtime=190.05
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3816 0 0 0 19003 2 0 0 25 0 1 0 188779368 16117760 3801 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3935 3801 106 215 0 3717 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 15740

[startup+200.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=939920/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=15888 CPUtime=200.05
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 3834 0 0 0 20003 2 0 0 25 0 1 0 188779368 16269312 3819 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 3972 3819 106 215 0 3754 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 15888

[startup+210.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29466
/proc/meminfo: memFree=937744/2055920 swapFree=4180880/4192956

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

[pid=29466] ppid=29464 vsize=32784 CPUtime=1781.62
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178152 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 32784

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1782.63
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178253 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581423 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1782.63
Current children cumulated vsize (Kb) 32784

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1783.63
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178353 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 32784

[startup+1785.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1784.64
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178454 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (Kb) 32784

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1785.64
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178554 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (Kb) 32784

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1786.64
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178654 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 32784

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1787.65
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178755 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (Kb) 32784

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1788.65
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178855 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 32784

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1789.66
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 178956 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578930 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1789.66
Current children cumulated vsize (Kb) 32784

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1790.66
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179056 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 32784

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1791.67
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179157 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573950 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (Kb) 32784

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1792.67
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179257 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574040 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 32784

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1793.68
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179358 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (Kb) 32784

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1794.68
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179458 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (Kb) 32784

[startup+1796.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1795.69
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179559 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (Kb) 32784

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1796.69
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179659 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 32784

[startup+1798.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1797.69
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179759 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 32784

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1798.7
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179860 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (Kb) 32784

[startup+1800.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1799.7
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 179960 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 32784

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1800.71
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 180061 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 32784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 29661
/proc/meminfo: memFree=922576/2055920 swapFree=4180880/4192956
[pid=29466] ppid=29464 vsize=32784 CPUtime=1800.71
/proc/29466/stat : 29466 (minisat+) R 29464 29466 29421 0 -1 4194304 8145 0 0 0 180061 10 0 0 25 0 1 0 188779368 33570816 8053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579190 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29466/statm: 8196 8053 106 215 0 7978 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 32784

Sending SIGTERM to -29466
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.18
CPU time (s): 1800.73
CPU user time (s): 1800.62
CPU system time (s): 0.106983
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (Kb): 32784

Launcher Data (download as text)

Begin job on node43 on Fri Jun  2 06:52:06 UTC 2006


FILE ID= 34789-1149231126

PBS_JOBID= 296447

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  75fcdbbba3eb42e13f634e02d36a6ee9

RANDOM SEED= 474594042


/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.216
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.216
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:        955016 kB
Buffers:         23044 kB
Cached:        1005400 kB
SwapCached:       3932 kB
Active:         271728 kB
Inactive:       765612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        955016 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14816 kB
Slab:            49576 kB
Committed_AS:   231624 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node43 on Fri Jun  2 07:22:07 UTC 2006