Trace number 34597

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 506.77 506.911

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110967142.opb
MD5SUMbf3ef0de19a9022f2739cc274dcb4ec9
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 benchmark1.9447
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 1145
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.02	c ---[  59]---> BDD-cost:   23
0.02	c ---[  57]---> BDD-cost:   23
0.02	c ---[  55]---> BDD-cost:   23
0.02	c ---[  53]---> BDD-cost:   23
0.02	c ---[  51]---> BDD-cost:   23
0.02	c ---[  49]---> BDD-cost:   23
0.02	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: 572   maxlim: 1068   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 |    6652    21128 |    2217       0        0     nan |  0.000 % |
0.06	c |       100 |    6652    21128 |    2438     100     3644    36.4 |  4.387 % |
0.09	c |       252 |    6652    21128 |    2682     252     9472    37.6 |  4.387 % |
0.13	c |       477 |    6652    21128 |    2950     477    22659    47.5 |  4.387 % |
0.20	c |       814 |    6652    21128 |    3245     814    44331    54.5 |  4.387 % |
0.32	c |      1321 |    6652    21128 |    3570    1321    74625    56.5 |  4.387 % |
0.53	c |      2083 |    6652    21128 |    3927    2083   120002    57.6 |  4.387 % |
0.84	c |      3222 |    6652    21128 |    4320    3222   194758    60.4 |  4.387 % |
1.34	c |      4930 |    6652    21128 |    4752    2484   142785    57.5 |  4.387 % |
2.13	c |      7493 |    6652    21128 |    5227    2575   145838    56.6 |  4.387 % |
3.25	c |     11339 |    6652    21128 |    5750    3607   202348    56.1 |  4.387 % |
4.96	c |     17105 |    6652    21128 |    6325    6274   353268    56.3 |  4.387 % |
7.56	c |     25755 |    6652    21128 |    6957    4699   267820    57.0 |  4.387 % |
11.75	c |     38732 |    6652    21128 |    7653    6516   362027    55.6 |  4.387 % |
18.22	c |     58193 |    6652    21128 |    8419    5909   339884    57.5 |  4.387 % |
28.28	c |     87385 |    6605    20971 |    9260    8346   437988    52.5 |  4.815 % |
43.93	c |    131174 |    6579    20881 |   10187    7974   406532    51.0 |  5.029 % |
67.75	c |    196859 |    6546    20770 |   11205    8831   517483    58.6 |  5.297 % |
103.85	c |    295385 |    6546    20770 |   12326    7241   441576    61.0 |  5.297 % |
159.93	c |    443174 |    6465    20480 |   13558    6899   357834    51.9 |  5.886 % |
250.73	c |    664857 |    6421    20326 |   14914    9577   534422    55.8 |  6.153 % |
385.14	c |    997388 |    6373    20168 |   16406    8767   470361    53.7 |  6.581 % |
506.90	c ==============================================================================
506.90	c UNSATISFIABLE
506.90	s UNSATISFIABLE
506.90	c _______________________________________________________________________________
506.90	c 
506.90	c restarts              : 22
506.90	c conflicts             : 1292162        (2550 /sec)
506.90	c decisions             : 1453832        (2869 /sec)
506.90	c propagations          : 0              (0 /sec)
506.90	c inspects              : 0              (0 /sec)
506.90	c CPU time              : 506.744 s
506.90	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/node11/watcher-34597-1149210556 -o ROOT/results/node11/solver-34597-1149210556 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node11/34597-1149210556/instance-34597-1149210556.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.78 0.89 0.89 3/64 18517
/proc/meminfo: memFree=1564048/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=1048 CPUtime=0
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 186718176 1073152 95 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 262 95 74 215 0 44 0

[startup+10.0024 s]
/proc/loadavg: 0.81 0.90 0.89 2/64 18517
/proc/meminfo: memFree=1560360/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=4632 CPUtime=9.99
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1054 0 0 0 999 0 0 0 25 0 1 0 186718176 4743168 1039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1158 1039 122 215 0 940 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4632

[startup+20.0086 s]
/proc/loadavg: 0.84 0.90 0.89 2/64 18517
/proc/meminfo: memFree=1559784/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=5328 CPUtime=19.99
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1212 0 0 0 1999 0 0 0 25 0 1 0 186718176 5455872 1197 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1332 1197 122 215 0 1114 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5328

[startup+30.0148 s]
/proc/loadavg: 0.87 0.90 0.89 2/64 18517
/proc/meminfo: memFree=1559528/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=5612 CPUtime=30
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1272 0 0 0 3000 0 0 0 25 0 1 0 186718176 5746688 1257 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1403 1257 122 215 0 1185 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5612

[startup+40.021 s]
/proc/loadavg: 0.89 0.91 0.89 2/64 18517
/proc/meminfo: memFree=1559144/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=5880 CPUtime=40
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1356 0 0 0 4000 0 0 0 25 0 1 0 186718176 6021120 1341 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575924 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1470 1341 122 215 0 1252 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5880

[startup+50.0282 s]
/proc/loadavg: 0.90 0.91 0.90 2/64 18517
/proc/meminfo: memFree=1559144/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=5880 CPUtime=50
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1365 0 0 0 5000 0 0 0 25 0 1 0 186718176 6021120 1350 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1470 1350 122 215 0 1252 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5880

[startup+60.0334 s]
/proc/loadavg: 0.92 0.91 0.90 2/64 18517
/proc/meminfo: memFree=1558568/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=6548 CPUtime=60
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1507 0 0 0 6000 0 0 0 25 0 1 0 186718176 6705152 1492 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1637 1492 122 215 0 1419 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6548

[startup+70.0396 s]
/proc/loadavg: 0.93 0.91 0.90 2/64 18517
/proc/meminfo: memFree=1558248/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=6812 CPUtime=70.01
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1588 0 0 0 7001 0 0 0 25 0 1 0 186718176 6975488 1573 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1703 1573 122 215 0 1485 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6812

[startup+80.0458 s]
/proc/loadavg: 0.94 0.92 0.90 2/64 18517
/proc/meminfo: memFree=1558056/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7092 CPUtime=80.01
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1635 0 0 0 8001 0 0 0 25 0 1 0 186718176 7262208 1620 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1773 1620 122 215 0 1555 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7092

[startup+90.052 s]
/proc/loadavg: 0.95 0.92 0.90 2/64 18517
/proc/meminfo: memFree=1557992/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7092 CPUtime=90.01
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1647 0 0 0 9001 0 0 0 25 0 1 0 186718176 7262208 1632 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580774 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1773 1632 122 215 0 1555 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7092

[startup+100.058 s]
/proc/loadavg: 0.96 0.92 0.90 2/64 18517
/proc/meminfo: memFree=1557608/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7356 CPUtime=100.02
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1731 0 0 0 10002 0 0 0 25 0 1 0 186718176 7532544 1716 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1839 1716 122 215 0 1621 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7356

[startup+110.064 s]
/proc/loadavg: 0.96 0.92 0.90 2/64 18517
/proc/meminfo: memFree=1557352/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7648 CPUtime=110.03
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1798 0 0 0 11002 1 0 0 25 0 1 0 186718176 7831552 1783 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1912 1783 122 215 0 1694 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7648

[startup+120.071 s]
/proc/loadavg: 0.97 0.92 0.90 2/64 18517
/proc/meminfo: memFree=1557288/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7792 CPUtime=120.03
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1817 0 0 0 12002 1 0 0 25 0 1 0 186718176 7979008 1802 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1948 1802 122 215 0 1730 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 7792

[startup+130.077 s]
/proc/loadavg: 0.97 0.93 0.90 2/64 18517
/proc/meminfo: memFree=1557224/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7792 CPUtime=130.04
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1828 0 0 0 13003 1 0 0 25 0 1 0 186718176 7979008 1813 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1948 1813 122 215 0 1730 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 7792

[startup+140.083 s]
/proc/loadavg: 0.98 0.93 0.90 2/64 18517
/proc/meminfo: memFree=1557096/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=7936 CPUtime=140.04
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1867 0 0 0 14003 1 0 0 25 0 1 0 186718176 8126464 1852 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 1984 1852 122 215 0 1766 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 7936

[startup+150.089 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 18517
/proc/meminfo: memFree=1557032/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=8096 CPUtime=150.04
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1882 0 0 0 15003 1 0 0 25 0 1 0 186718176 8290304 1867 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2024 1867 122 215 0 1806 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 8096

[startup+160.095 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 18517
/proc/meminfo: memFree=1556904/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=8096 CPUtime=160.05
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 1907 0 0 0 16004 1 0 0 25 0 1 0 186718176 8290304 1892 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572684 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2024 1892 122 215 0 1806 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 8096

[startup+170.102 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 18517
/proc/meminfo: memFree=1556328/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=8772 CPUtime=170.05
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2073 0 0 0 17004 1 0 0 25 0 1 0 186718176 8982528 2058 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2193 2058 122 215 0 1975 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 8772

[startup+180.108 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 18517
/proc/meminfo: memFree=1556264/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=8916 CPUtime=180.05
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2082 0 0 0 18004 1 0 0 25 0 1 0 186718176 9129984 2067 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2229 2067 122 215 0 2011 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 8916

[startup+190.114 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 18517
/proc/meminfo: memFree=1556264/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=8916 CPUtime=190.05
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2084 0 0 0 19004 1 0 0 25 0 1 0 186718176 9129984 2069 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2229 2069 122 215 0 2011 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 8916

[startup+200.12 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 18517
/proc/meminfo: memFree=1556264/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=8916 CPUtime=200.06
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2086 0 0 0 20005 1 0 0 25 0 1 0 186718176 9129984 2071 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2229 2071 122 215 0 2011 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 8916

[startup+210.126 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 18517
/proc/meminfo: memFree=1556136/2055920 swapFree=4181380/4192956

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

/proc/18517/statm: 2340 2199 122 215 0 2122 0
Current children cumulated CPU time (s) 290.09
Current children cumulated vsize (Kb) 9360

[startup+300.18 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 18517
/proc/meminfo: memFree=1555560/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9516 CPUtime=300.09
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2235 0 0 0 30008 1 0 0 25 0 1 0 186718176 9744384 2220 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2379 2220 122 215 0 2161 0
Current children cumulated CPU time (s) 300.09
Current children cumulated vsize (Kb) 9516

[startup+310.186 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 18517
/proc/meminfo: memFree=1555560/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9516 CPUtime=310.09
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2235 0 0 0 31008 1 0 0 25 0 1 0 186718176 9744384 2220 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2379 2220 122 215 0 2161 0
Current children cumulated CPU time (s) 310.09
Current children cumulated vsize (Kb) 9516

[startup+320.192 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 18517
/proc/meminfo: memFree=1555624/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9516 CPUtime=320.09
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2235 0 0 0 32008 1 0 0 25 0 1 0 186718176 9744384 2220 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572748 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2379 2220 122 215 0 2161 0
Current children cumulated CPU time (s) 320.09
Current children cumulated vsize (Kb) 9516

[startup+330.199 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 18517
/proc/meminfo: memFree=1555560/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9516 CPUtime=330.1
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2250 0 0 0 33009 1 0 0 25 0 1 0 186718176 9744384 2235 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2379 2235 122 215 0 2161 0
Current children cumulated CPU time (s) 330.1
Current children cumulated vsize (Kb) 9516

[startup+340.205 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 18517
/proc/meminfo: memFree=1555560/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9676 CPUtime=340.1
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2257 0 0 0 34009 1 0 0 25 0 1 0 186718176 9908224 2242 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2419 2242 122 215 0 2201 0
Current children cumulated CPU time (s) 340.1
Current children cumulated vsize (Kb) 9676

[startup+350.211 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 18517
/proc/meminfo: memFree=1555496/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9676 CPUtime=350.1
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2263 0 0 0 35009 1 0 0 25 0 1 0 186718176 9908224 2248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2419 2248 122 215 0 2201 0
Current children cumulated CPU time (s) 350.1
Current children cumulated vsize (Kb) 9676

[startup+360.217 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1555432/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9676 CPUtime=360.11
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2284 0 0 0 36010 1 0 0 25 0 1 0 186718176 9908224 2269 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2419 2269 122 215 0 2201 0
Current children cumulated CPU time (s) 360.11
Current children cumulated vsize (Kb) 9676

[startup+370.223 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1555432/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9676 CPUtime=370.11
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2284 0 0 0 37010 1 0 0 25 0 1 0 186718176 9908224 2269 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580747 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2419 2269 122 215 0 2201 0
Current children cumulated CPU time (s) 370.11
Current children cumulated vsize (Kb) 9676

[startup+380.23 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1555368/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=9832 CPUtime=380.11
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2291 0 0 0 38010 1 0 0 25 0 1 0 186718176 10067968 2276 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2458 2276 122 215 0 2240 0
Current children cumulated CPU time (s) 380.11
Current children cumulated vsize (Kb) 9832

[startup+390.236 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554984/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10236 CPUtime=390.13
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2394 0 0 0 39011 2 0 0 25 0 1 0 186718176 10481664 2379 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581178 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2559 2379 122 215 0 2341 0
Current children cumulated CPU time (s) 390.13
Current children cumulated vsize (Kb) 10236

[startup+400.242 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554920/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=400.13
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2399 0 0 0 40011 2 0 0 25 0 1 0 186718176 10477568 2384 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2384 122 215 0 2340 0
Current children cumulated CPU time (s) 400.13
Current children cumulated vsize (Kb) 10232

[startup+410.248 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554920/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=410.13
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2400 0 0 0 41011 2 0 0 25 0 1 0 186718176 10477568 2385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2385 122 215 0 2340 0
Current children cumulated CPU time (s) 410.13
Current children cumulated vsize (Kb) 10232

[startup+420.254 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554920/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=420.14
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2400 0 0 0 42012 2 0 0 25 0 1 0 186718176 10477568 2385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2385 122 215 0 2340 0
Current children cumulated CPU time (s) 420.14
Current children cumulated vsize (Kb) 10232

[startup+430.261 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554984/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=430.14
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2400 0 0 0 43012 2 0 0 25 0 1 0 186718176 10477568 2385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2385 122 215 0 2340 0
Current children cumulated CPU time (s) 430.14
Current children cumulated vsize (Kb) 10232

[startup+440.267 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554984/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=440.14
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2400 0 0 0 44012 2 0 0 25 0 1 0 186718176 10477568 2385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2385 122 215 0 2340 0
Current children cumulated CPU time (s) 440.14
Current children cumulated vsize (Kb) 10232

[startup+450.273 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 18517
/proc/meminfo: memFree=1554984/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=450.15
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2401 0 0 0 45013 2 0 0 25 0 1 0 186718176 10477568 2386 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2386 122 215 0 2340 0
Current children cumulated CPU time (s) 450.15
Current children cumulated vsize (Kb) 10232

[startup+460.279 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18517
/proc/meminfo: memFree=1554920/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=460.15
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2408 0 0 0 46013 2 0 0 25 0 1 0 186718176 10477568 2393 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2393 122 215 0 2340 0
Current children cumulated CPU time (s) 460.15
Current children cumulated vsize (Kb) 10232

[startup+470.285 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18517
/proc/meminfo: memFree=1554856/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10232 CPUtime=470.15
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2423 0 0 0 47013 2 0 0 25 0 1 0 186718176 10477568 2408 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580502 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2558 2408 122 215 0 2340 0
Current children cumulated CPU time (s) 470.15
Current children cumulated vsize (Kb) 10232

[startup+480.292 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18517
/proc/meminfo: memFree=1554792/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10388 CPUtime=480.16
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2439 0 0 0 48014 2 0 0 25 0 1 0 186718176 10637312 2424 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580935 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2597 2424 122 215 0 2379 0
Current children cumulated CPU time (s) 480.16
Current children cumulated vsize (Kb) 10388

[startup+490.298 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18517
/proc/meminfo: memFree=1554792/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10388 CPUtime=490.16
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2442 0 0 0 49014 2 0 0 25 0 1 0 186718176 10637312 2427 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2597 2427 122 215 0 2379 0
Current children cumulated CPU time (s) 490.16
Current children cumulated vsize (Kb) 10388

[startup+500.304 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18517
/proc/meminfo: memFree=1554728/2055920 swapFree=4181380/4192956
[pid=18517] ppid=18515 vsize=10388 CPUtime=500.16
/proc/18517/stat : 18517 (minisat+) R 18515 18517 18472 0 -1 4194304 2450 0 0 0 50014 2 0 0 25 0 1 0 186718176 10637312 2435 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18517/statm: 2597 2435 122 215 0 2379 0
Current children cumulated CPU time (s) 500.16
Current children cumulated vsize (Kb) 10388

Child status: 20
Real time (s): 506.911
CPU time (s): 506.77
CPU user time (s): 506.744
CPU system time (s): 0.025996
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (Kb): 10388

Launcher Data (download as text)

Begin job on node11 on Fri Jun  2 01:09:16 UTC 2006


FILE ID= 34597-1149210556

PBS_JOBID= 293948

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  bf3ef0de19a9022f2739cc274dcb4ec9

RANDOM SEED= 163025008


/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.222
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	: 5931.00
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.222
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:       1564256 kB
Buffers:         32612 kB
Cached:         383344 kB
SwapCached:       3468 kB
Active:         147852 kB
Inactive:       276976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564256 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             264 kB
Writeback:           0 kB
Mapped:          14728 kB
Slab:            52840 kB
Committed_AS:   239424 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 node11 on Fri Jun  2 01:17:43 UTC 2006