Trace number 34571

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.14UNSAT 525.535 525.667

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110978334.opb
MD5SUM1e6e6790cf8a5ba3b1d9fbc270ba474b
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.089985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
Number of bits of the biggest sum of numbers11
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 101 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: ##########################
0.01	c   -- Clauses(.)/Splits(s): ....
0.01	c ---[  99]---> BDD-cost:   23
0.01	c ---[  97]---> BDD-cost:   23
0.01	c ---[  95]---> BDD-cost:   23
0.01	c ---[  93]---> BDD-cost:   23
0.01	c ---[  91]---> BDD-cost:   23
0.01	c ---[  89]---> BDD-cost:   23
0.01	c ---[  87]---> BDD-cost:   23
0.01	c ---[  85]---> BDD-cost:   23
0.01	c ---[  83]---> BDD-cost:   23
0.01	c ---[  81]---> BDD-cost:   23
0.01	c ---[  79]---> BDD-cost:   23
0.01	c ---[  77]---> BDD-cost:   23
0.01	c ---[  75]---> BDD-cost:   23
0.01	c ---[  73]---> BDD-cost:   23
0.01	c ---[  71]---> BDD-cost:   23
0.01	c ---[  69]---> BDD-cost:   23
0.01	c ---[  67]---> BDD-cost:   23
0.01	c ---[  65]---> BDD-cost:   23
0.01	c ---[  63]---> BDD-cost:   23
0.01	c ---[  61]---> BDD-cost:   23
0.01	c ---[  59]---> BDD-cost:   23
0.01	c ---[  57]---> BDD-cost:   23
0.01	c ---[  55]---> BDD-cost:   23
0.01	c ---[  53]---> BDD-cost:   23
0.01	c ---[  51]---> BDD-cost:   23
0.01	c ---[  49]---> BDD-cost:   23
0.01	c ---[  48]---> BDD-cost:   23
0.02	c ---[  47]---> BDD-cost:   21
0.02	c ---[  46]---> BDD-cost:   19
0.02	c ---[  45]---> BDD-cost:   17
0.02	c ---[  44]---> BDD-cost:   15
0.02	c ---[  43]---> BDD-cost:   13
0.02	c ---[  42]---> BDD-cost:   11
0.02	c ---[  41]---> BDD-cost:    9
0.02	c ---[  40]---> BDD-cost:    7
0.02	c ---[  39]---> BDD-cost:    5
0.02	c ---[  38]---> BDD-cost:    3
0.02	c ---[  35]---> BDD-cost:    3
0.02	c ---[  34]---> BDD-cost:    5
0.02	c ---[  33]---> BDD-cost:    7
0.02	c ---[  32]---> BDD-cost:    9
0.02	c ---[  31]---> BDD-cost:   11
0.02	c ---[  30]---> BDD-cost:   13
0.02	c ---[  29]---> BDD-cost:   15
0.02	c ---[  28]---> BDD-cost:   17
0.02	c ---[  27]---> BDD-cost:   19
0.02	c ---[  26]---> BDD-cost:   21
0.02	c ---[  25]---> BDD-cost:   23
0.02	c ---[  24]---> BDD-cost:    0
0.02	c ---[  23]---> BDD-cost:   21
0.02	c ---[  22]---> BDD-cost:   19
0.02	c ---[  21]---> BDD-cost:   17
0.02	c ---[  20]---> BDD-cost:   15
0.02	c ---[  19]---> BDD-cost:   13
0.02	c ---[  18]---> BDD-cost:   11
0.02	c ---[  17]---> BDD-cost:    9
0.02	c ---[  16]---> BDD-cost:    7
0.02	c ---[  15]---> BDD-cost:    5
0.02	c ---[  14]---> BDD-cost:    3
0.02	c ---[  12]---> BDD-cost:    0
0.02	c ---[  11]---> BDD-cost:   21
0.02	c ---[  10]---> BDD-cost:   19
0.02	c ---[   9]---> BDD-cost:   17
0.02	c ---[   8]---> BDD-cost:   15
0.02	c ---[   7]---> BDD-cost:   13
0.02	c ---[   6]---> BDD-cost:   11
0.02	c ---[   5]---> BDD-cost:    9
0.02	c ---[   4]---> BDD-cost:    7
0.02	c ---[   3]---> BDD-cost:    5
0.02	c ---[   2]---> BDD-cost:    3
0.02	c ---[   0]---> Adder-cost: 576   maxlim: 1170   bits: 11/11
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 |    6694    21282 |    2231       0        0     nan |  0.000 % |
0.06	c |       100 |    6662    21170 |    2454      97     1504    15.5 |  4.592 % |
0.08	c |       252 |    6662    21170 |    2699     249     7850    31.5 |  4.592 % |
0.11	c |       477 |    6662    21170 |    2969     474    18327    38.7 |  4.592 % |
0.18	c |       817 |    6662    21170 |    3266     814    35830    44.0 |  4.592 % |
0.27	c |      1323 |    6662    21170 |    3593    1320    68339    51.8 |  4.592 % |
0.45	c |      2086 |    6651    21127 |    3952    2082   117608    56.5 |  4.698 % |
0.75	c |      3226 |    6651    21127 |    4347    3222   177507    55.1 |  4.698 % |
1.29	c |      4936 |    6642    21098 |    4782    2556   131053    51.3 |  4.805 % |
2.05	c |      7500 |    6642    21098 |    5260    5120   290386    56.7 |  4.805 % |
3.23	c |     11345 |    6623    21025 |    5786    3387   182889    54.0 |  4.965 % |
4.95	c |     17111 |    6614    20996 |    6365    6074   346007    57.0 |  5.072 % |
7.63	c |     25761 |    6614    20996 |    7001    4359   219853    50.4 |  5.072 % |
11.77	c |     38735 |    6614    20996 |    7702    6185   329615    53.3 |  5.072 % |
18.35	c |     58197 |    6566    20838 |    8472    4941   228149    46.2 |  5.499 % |
27.57	c |     87389 |    6566    20838 |    9319    7051   374633    53.1 |  5.499 % |
42.86	c |    131180 |    6542    20756 |   10251    6663   292184    43.9 |  5.713 % |
65.26	c |    196865 |    6513    20653 |   11276    7511   358853    47.8 |  5.980 % |
102.18	c |    295394 |    6463    20485 |   12404   11621   639238    55.0 |  6.353 % |
155.66	c |    443184 |    6448    20432 |   13644   10354   479473    46.3 |  6.407 % |
241.59	c |    664875 |    6430    20372 |   15009   11605   604047    52.1 |  6.567 % |
365.25	c |    997405 |    6321    19999 |   16509    9743   364921    37.5 |  7.261 % |
525.66	c ==============================================================================
525.66	c UNSATISFIABLE
525.66	s UNSATISFIABLE
525.66	c _______________________________________________________________________________
525.66	c 
525.66	c restarts              : 22
525.66	c conflicts             : 1490421        (2836 /sec)
525.66	c decisions             : 1844818        (3511 /sec)
525.66	c propagations          : 0              (0 /sec)
525.66	c inspects              : 0              (0 /sec)
525.66	c CPU time              : 525.498 s
525.66	c _______________________________________________________________________________

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/node14/watcher-34571-1149208648 -o ROOT/results/node14/solver-34571-1149208648 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node14/34571-1149208648/instance-34571-1149208648.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 2/64 16799
/proc/meminfo: memFree=1418472/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=1048 CPUtime=0
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 112 0 0 0 0 0 0 0 19 0 1 0 186527494 1073152 97 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 262 98 74 215 0 44 0

[startup+10.0028 s]
/proc/loadavg: 0.87 0.94 0.90 2/64 16799
/proc/meminfo: memFree=1414760/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=4632 CPUtime=9.99
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1055 0 0 0 999 0 0 0 25 0 1 0 186527494 4743168 1040 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1158 1040 122 215 0 940 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4632

[startup+20.0098 s]
/proc/loadavg: 0.89 0.94 0.90 2/64 16799
/proc/meminfo: memFree=1414248/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=5180 CPUtime=20
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1194 0 0 0 2000 0 0 0 25 0 1 0 186527494 5304320 1179 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576760 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1295 1179 122 215 0 1077 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 5180

[startup+30.0157 s]
/proc/loadavg: 0.90 0.94 0.90 2/64 16799
/proc/meminfo: memFree=1413800/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=5716 CPUtime=30
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1305 0 0 0 3000 0 0 0 25 0 1 0 186527494 5853184 1290 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1429 1290 122 215 0 1211 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5716

[startup+40.0217 s]
/proc/loadavg: 0.92 0.94 0.90 2/64 16799
/proc/meminfo: memFree=1413352/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=6112 CPUtime=40
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1418 0 0 0 4000 0 0 0 25 0 1 0 186527494 6258688 1403 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1528 1403 122 215 0 1310 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6112

[startup+50.0276 s]
/proc/loadavg: 0.93 0.94 0.90 2/64 16799
/proc/meminfo: memFree=1413288/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=6252 CPUtime=50
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1448 0 0 0 5000 0 0 0 25 0 1 0 186527494 6402048 1433 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1563 1433 122 215 0 1345 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6252

[startup+60.0336 s]
/proc/loadavg: 0.94 0.95 0.90 2/64 16799
/proc/meminfo: memFree=1413160/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=6388 CPUtime=60.01
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1483 0 0 0 6001 0 0 0 25 0 1 0 186527494 6541312 1468 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1597 1468 122 215 0 1379 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6388

[startup+70.0395 s]
/proc/loadavg: 0.95 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412584/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=6912 CPUtime=70.02
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1625 0 0 0 7001 1 0 0 25 0 1 0 186527494 7077888 1610 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1728 1610 122 215 0 1510 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 6912

[startup+80.0465 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412456/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7192 CPUtime=80.02
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1663 0 0 0 8001 1 0 0 25 0 1 0 186527494 7364608 1648 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1798 1648 122 215 0 1580 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 7192

[startup+90.0514 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412392/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7192 CPUtime=90.03
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1674 0 0 0 9002 1 0 0 25 0 1 0 186527494 7364608 1659 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579520 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1798 1659 122 215 0 1580 0
Current children cumulated CPU time (s) 90.03
Current children cumulated vsize (Kb) 7192

[startup+100.057 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412328/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7328 CPUtime=100.03
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1697 0 0 0 10002 1 0 0 25 0 1 0 186527494 7503872 1682 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580393 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1832 1682 122 215 0 1614 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 7328

[startup+110.066 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412136/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7464 CPUtime=110.03
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1743 0 0 0 11002 1 0 0 25 0 1 0 186527494 7643136 1728 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576715 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1866 1728 122 215 0 1648 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7464

[startup+120.072 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412072/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7464 CPUtime=120.04
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1751 0 0 0 12003 1 0 0 25 0 1 0 186527494 7643136 1736 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580396 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1866 1736 122 215 0 1648 0
Current children cumulated CPU time (s) 120.04
Current children cumulated vsize (Kb) 7464

[startup+130.078 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1412008/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7596 CPUtime=130.04
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1774 0 0 0 13003 1 0 0 25 0 1 0 186527494 7778304 1759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1899 1759 122 215 0 1681 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 7596

[startup+140.085 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1411816/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7728 CPUtime=140.04
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1817 0 0 0 14003 1 0 0 25 0 1 0 186527494 7913472 1802 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1932 1802 122 215 0 1714 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 7728

[startup+150.091 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16799
/proc/meminfo: memFree=1411816/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7728 CPUtime=150.05
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1817 0 0 0 15004 1 0 0 25 0 1 0 186527494 7913472 1802 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574221 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1932 1802 122 215 0 1714 0
Current children cumulated CPU time (s) 150.05
Current children cumulated vsize (Kb) 7728

[startup+160.097 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 16799
/proc/meminfo: memFree=1411752/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=7868 CPUtime=160.05
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1829 0 0 0 16004 1 0 0 25 0 1 0 186527494 8056832 1814 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 1967 1814 122 215 0 1749 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 7868

[startup+170.103 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 16799
/proc/meminfo: memFree=1411432/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=8132 CPUtime=170.05
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 1907 0 0 0 17004 1 0 0 25 0 1 0 186527494 8327168 1892 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2033 1892 122 215 0 1815 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 8132

[startup+180.109 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 16799
/proc/meminfo: memFree=1411048/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=8520 CPUtime=180.06
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2015 0 0 0 18005 1 0 0 25 0 1 0 186527494 8724480 2000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2130 2000 122 215 0 1912 0
Current children cumulated CPU time (s) 180.06
Current children cumulated vsize (Kb) 8520

[startup+190.115 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 16799
/proc/meminfo: memFree=1411048/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=8520 CPUtime=190.06
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2015 0 0 0 19005 1 0 0 25 0 1 0 186527494 8724480 2000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2130 2000 122 215 0 1912 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 8520

[startup+200.121 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 16799
/proc/meminfo: memFree=1411048/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=8520 CPUtime=200.06
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2015 0 0 0 20005 1 0 0 25 0 1 0 186527494 8724480 2000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577023 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2130 2000 122 215 0 1912 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 8520

[startup+210.127 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 16799
/proc/meminfo: memFree=1411048/2055920 swapFree=4181448/4192956

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

/proc/16799/statm: 2329 2195 122 215 0 2111 0
Current children cumulated CPU time (s) 310.1
Current children cumulated vsize (Kb) 9316

[startup+320.191 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1410216/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9316 CPUtime=320.11
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2210 0 0 0 32009 2 0 0 25 0 1 0 186527494 9539584 2195 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2329 2195 122 215 0 2111 0
Current children cumulated CPU time (s) 320.11
Current children cumulated vsize (Kb) 9316

[startup+330.197 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1410216/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9316 CPUtime=330.11
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2211 0 0 0 33009 2 0 0 25 0 1 0 186527494 9539584 2196 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2329 2196 122 215 0 2111 0
Current children cumulated CPU time (s) 330.11
Current children cumulated vsize (Kb) 9316

[startup+340.203 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1410088/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9448 CPUtime=340.11
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2239 0 0 0 34009 2 0 0 25 0 1 0 186527494 9674752 2224 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2362 2224 122 215 0 2144 0
Current children cumulated CPU time (s) 340.11
Current children cumulated vsize (Kb) 9448

[startup+350.209 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1410088/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9448 CPUtime=350.11
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2239 0 0 0 35009 2 0 0 25 0 1 0 186527494 9674752 2224 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2362 2224 122 215 0 2144 0
Current children cumulated CPU time (s) 350.11
Current children cumulated vsize (Kb) 9448

[startup+360.215 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1410088/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9448 CPUtime=360.12
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2244 0 0 0 36010 2 0 0 25 0 1 0 186527494 9674752 2229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572674 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2362 2229 122 215 0 2144 0
Current children cumulated CPU time (s) 360.12
Current children cumulated vsize (Kb) 9448

[startup+370.221 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1410024/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9592 CPUtime=370.12
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2264 0 0 0 37010 2 0 0 25 0 1 0 186527494 9822208 2249 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2398 2249 122 215 0 2180 0
Current children cumulated CPU time (s) 370.12
Current children cumulated vsize (Kb) 9592

[startup+380.226 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1409960/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9592 CPUtime=380.12
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2272 0 0 0 38010 2 0 0 25 0 1 0 186527494 9822208 2257 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2398 2257 122 215 0 2180 0
Current children cumulated CPU time (s) 380.12
Current children cumulated vsize (Kb) 9592

[startup+390.232 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1409832/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9728 CPUtime=390.13
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2303 0 0 0 39011 2 0 0 25 0 1 0 186527494 9961472 2288 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2432 2288 122 215 0 2214 0
Current children cumulated CPU time (s) 390.13
Current children cumulated vsize (Kb) 9728

[startup+400.238 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1409768/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=9860 CPUtime=400.13
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2317 0 0 0 40011 2 0 0 25 0 1 0 186527494 10096640 2302 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584213 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2465 2302 122 215 0 2247 0
Current children cumulated CPU time (s) 400.13
Current children cumulated vsize (Kb) 9860

[startup+410.244 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1409320/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10260 CPUtime=410.13
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2428 0 0 0 41011 2 0 0 25 0 1 0 186527494 10506240 2413 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2565 2413 122 215 0 2347 0
Current children cumulated CPU time (s) 410.13
Current children cumulated vsize (Kb) 10260

[startup+420.25 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408680/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10920 CPUtime=420.13
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2603 0 0 0 42011 2 0 0 25 0 1 0 186527494 11182080 2588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2730 2588 122 215 0 2512 0
Current children cumulated CPU time (s) 420.13
Current children cumulated vsize (Kb) 10920

[startup+430.256 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408680/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10920 CPUtime=430.14
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2603 0 0 0 43012 2 0 0 25 0 1 0 186527494 11182080 2588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572674 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2730 2588 122 215 0 2512 0
Current children cumulated CPU time (s) 430.14
Current children cumulated vsize (Kb) 10920

[startup+440.261 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408680/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10920 CPUtime=440.14
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2603 0 0 0 44012 2 0 0 25 0 1 0 186527494 11182080 2588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2730 2588 122 215 0 2512 0
Current children cumulated CPU time (s) 440.14
Current children cumulated vsize (Kb) 10920

[startup+450.267 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408680/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10920 CPUtime=450.14
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2603 0 0 0 45012 2 0 0 25 0 1 0 186527494 11182080 2588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2730 2588 122 215 0 2512 0
Current children cumulated CPU time (s) 450.14
Current children cumulated vsize (Kb) 10920

[startup+460.272 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408616/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10920 CPUtime=460.15
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2604 0 0 0 46013 2 0 0 25 0 1 0 186527494 11182080 2589 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2730 2589 122 215 0 2512 0
Current children cumulated CPU time (s) 460.15
Current children cumulated vsize (Kb) 10920

[startup+470.278 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408616/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=10920 CPUtime=470.16
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2604 0 0 0 47013 3 0 0 25 0 1 0 186527494 11182080 2589 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579576 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2730 2589 122 215 0 2512 0
Current children cumulated CPU time (s) 470.16
Current children cumulated vsize (Kb) 10920

[startup+480.284 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408616/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=11068 CPUtime=480.16
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2618 0 0 0 48013 3 0 0 25 0 1 0 186527494 11333632 2603 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2767 2603 122 215 0 2549 0
Current children cumulated CPU time (s) 480.16
Current children cumulated vsize (Kb) 11068

[startup+490.29 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408552/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=11068 CPUtime=490.16
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2632 0 0 0 49013 3 0 0 25 0 1 0 186527494 11333632 2617 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2767 2617 122 215 0 2549 0
Current children cumulated CPU time (s) 490.16
Current children cumulated vsize (Kb) 11068

[startup+500.296 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408488/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=11068 CPUtime=500.17
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2648 0 0 0 50014 3 0 0 25 0 1 0 186527494 11333632 2633 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2767 2633 122 215 0 2549 0
Current children cumulated CPU time (s) 500.17
Current children cumulated vsize (Kb) 11068

[startup+510.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408360/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=11224 CPUtime=510.17
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2677 0 0 0 51014 3 0 0 25 0 1 0 186527494 11493376 2662 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588661 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2806 2662 122 215 0 2588 0
Current children cumulated CPU time (s) 510.17
Current children cumulated vsize (Kb) 11224

[startup+520.308 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16799
/proc/meminfo: memFree=1408360/2055920 swapFree=4181448/4192956
[pid=16799] ppid=16797 vsize=11224 CPUtime=520.17
/proc/16799/stat : 16799 (minisat+) R 16797 16799 16754 0 -1 4194304 2678 0 0 0 52014 3 0 0 25 0 1 0 186527494 11493376 2663 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16799/statm: 2806 2663 122 215 0 2588 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (Kb) 11224

Child status: 20
Real time (s): 525.667
CPU time (s): 525.535
CPU user time (s): 525.498
CPU system time (s): 0.036994
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (Kb): 11224

Launcher Data (download as text)

Begin job on node14 on Fri Jun  2 00:37:28 UTC 2006


FILE ID= 34571-1149208648

PBS_JOBID= 293611

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  1e6e6790cf8a5ba3b1d9fbc270ba474b

RANDOM SEED= 935329849


/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.241
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.241
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:       1418680 kB
Buffers:         26888 kB
Cached:         539632 kB
SwapCached:       3320 kB
Active:         219516 kB
Inactive:       355760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418680 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14728 kB
Slab:            47944 kB
Committed_AS:   183728 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node14 on Fri Jun  2 00:46:13 UTC 2006