Trace number 34562

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 684.107 684.298

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111213868.opb
MD5SUMab9355d4d11f3d384bbd2382ecf28a15
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.497923
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 1199
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.02	c Converting 101 PB-constraints to clauses...
0.02	c   -- Unit propagations: (none)
0.02	c   -- Detecting intervals from adjacent constraints: ##########################
0.02	c   -- Clauses(.)/Splits(s): ....
0.02	c ---[  99]---> BDD-cost:   23
0.02	c ---[  97]---> BDD-cost:   23
0.02	c ---[  95]---> BDD-cost:   23
0.02	c ---[  93]---> BDD-cost:   23
0.02	c ---[  91]---> BDD-cost:   23
0.02	c ---[  89]---> BDD-cost:   23
0.02	c ---[  87]---> BDD-cost:   23
0.02	c ---[  85]---> BDD-cost:   23
0.02	c ---[  83]---> BDD-cost:   23
0.02	c ---[  81]---> BDD-cost:   23
0.02	c ---[  79]---> BDD-cost:   23
0.02	c ---[  77]---> BDD-cost:   23
0.02	c ---[  75]---> BDD-cost:   23
0.02	c ---[  73]---> BDD-cost:   23
0.02	c ---[  71]---> BDD-cost:   23
0.02	c ---[  69]---> BDD-cost:   23
0.02	c ---[  67]---> BDD-cost:   23
0.02	c ---[  65]---> BDD-cost:   23
0.02	c ---[  63]---> BDD-cost:   23
0.02	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: 620   maxlim: 1122   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 |    6993    22341 |    2331       0        0     nan |  0.000 % |
0.06	c |       103 |    6953    22207 |    2564      98     3535    36.1 |  4.487 % |
0.09	c |       253 |    6953    22207 |    2820     248     8044    32.4 |  4.486 % |
0.13	c |       479 |    6953    22207 |    3102     474    20760    43.8 |  4.486 % |
0.20	c |       816 |    6953    22207 |    3412     811    37947    46.8 |  4.486 % |
0.30	c |      1325 |    6953    22207 |    3754    1320    66067    50.1 |  4.486 % |
0.50	c |      2084 |    6944    22176 |    4129    2078   110349    53.1 |  4.538 % |
0.81	c |      3223 |    6944    22176 |    4542    3217   174030    54.1 |  4.538 % |
1.34	c |      4931 |    6944    22176 |    4996    2473   131175    53.0 |  4.538 % |
2.05	c |      7493 |    6944    22176 |    5496    5035   285866    56.8 |  4.538 % |
3.37	c |     11339 |    6931    22132 |    6046    2985   157088    52.6 |  4.643 % |
5.32	c |     17109 |    6910    22058 |    6650    5459   303379    55.6 |  4.799 % |
8.10	c |     25759 |    6910    22058 |    7315    6941   408648    58.9 |  4.799 % |
12.49	c |     38733 |    6878    21940 |    8047    4505   246598    54.7 |  5.008 % |
19.24	c |     58195 |    6853    21859 |    8851    6759   340052    50.3 |  5.269 % |
29.39	c |     87390 |    6853    21859 |    9737    7921   419773    53.0 |  5.269 % |
43.83	c |    131184 |    6853    21859 |   10710    5557   294983    53.1 |  5.269 % |
66.44	c |    196869 |    6853    21859 |   11781    9396   500353    53.3 |  5.269 % |
102.22	c |    295396 |    6853    21859 |   12960    9015   501668    55.6 |  5.269 % |
155.55	c |    443185 |    6779    21607 |   14256    8133   310996    38.2 |  5.895 % |
234.49	c |    664870 |    6736    21462 |   15681    8493   370449    43.6 |  6.208 % |
342.28	c |    997395 |    6709    21369 |   17249    9601   317947    33.1 |  6.364 % |
509.74	c |   1496184 |    6691    21307 |   18974   12607   479793    38.1 |  6.468 % |
684.29	c ==============================================================================
684.29	c UNSATISFIABLE
684.29	s UNSATISFIABLE
684.29	c _______________________________________________________________________________
684.29	c 
684.29	c restarts              : 23
684.29	c conflicts             : 2018848        (2951 /sec)
684.29	c decisions             : 2608440        (3813 /sec)
684.29	c propagations          : 0              (0 /sec)
684.29	c inspects              : 0              (0 /sec)
684.29	c CPU time              : 684.071 s
684.29	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/node56/watcher-34562-1149208476 -o ROOT/results/node56/solver-34562-1149208476 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node56/34562-1149208476/instance-34562-1149208476.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.86 0.97 0.90 2/64 5200
/proc/meminfo: memFree=1222824/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=1048 CPUtime=0
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 186515213 1073152 92 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 262 92 74 215 0 44 0

[startup+10.0024 s]
/proc/loadavg: 0.88 0.97 0.90 2/64 5200
/proc/meminfo: memFree=1219008/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=4900 CPUtime=9.99
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1100 0 0 0 999 0 0 0 25 0 1 0 186515213 5017600 1085 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1225 1085 122 215 0 1007 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4900

[startup+20.0084 s]
/proc/loadavg: 0.90 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1218512/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=5292 CPUtime=19.99
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1222 0 0 0 1999 0 0 0 25 0 1 0 186515213 5419008 1207 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1323 1207 122 215 0 1105 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5292

[startup+30.0143 s]
/proc/loadavg: 0.91 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1218192/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=5700 CPUtime=29.99
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1306 0 0 0 2999 0 0 0 25 0 1 0 186515213 5836800 1291 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1425 1291 122 215 0 1207 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5700

[startup+40.0203 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1218064/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=5840 CPUtime=40
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1342 0 0 0 4000 0 0 0 25 0 1 0 186515213 5980160 1327 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1460 1327 122 215 0 1242 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5840

[startup+50.0263 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1217360/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=6508 CPUtime=50.01
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1503 0 0 0 5000 1 0 0 25 0 1 0 186515213 6664192 1488 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1627 1488 122 215 0 1409 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6508

[startup+60.0323 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1217296/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=6636 CPUtime=60.01
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1537 0 0 0 6000 1 0 0 25 0 1 0 186515213 6795264 1522 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1659 1522 122 215 0 1441 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6636

[startup+70.0383 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1217040/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=6944 CPUtime=70.01
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1601 0 0 0 7000 1 0 0 25 0 1 0 186515213 7110656 1586 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1736 1586 122 215 0 1518 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6944

[startup+80.0443 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216976/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=6944 CPUtime=80.02
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1616 0 0 0 8001 1 0 0 25 0 1 0 186515213 7110656 1601 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1736 1601 122 215 0 1518 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 6944

[startup+90.0503 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216848/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7076 CPUtime=90.02
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1653 0 0 0 9001 1 0 0 25 0 1 0 186515213 7245824 1638 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1769 1638 122 215 0 1551 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7076

[startup+100.056 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216720/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7204 CPUtime=100.02
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1688 0 0 0 10001 1 0 0 25 0 1 0 186515213 7376896 1673 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1801 1673 122 215 0 1583 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7204

[startup+110.062 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216464/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7488 CPUtime=110.02
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1741 0 0 0 11001 1 0 0 25 0 1 0 186515213 7667712 1726 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1872 1726 122 215 0 1654 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7488

[startup+120.068 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216400/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7488 CPUtime=120.03
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1762 0 0 0 12002 1 0 0 25 0 1 0 186515213 7667712 1747 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573736 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1872 1747 122 215 0 1654 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 7488

[startup+130.074 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216336/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7624 CPUtime=130.03
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1772 0 0 0 13002 1 0 0 25 0 1 0 186515213 7806976 1757 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1906 1757 122 215 0 1688 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7624

[startup+140.08 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216272/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7624 CPUtime=140.03
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1783 0 0 0 14002 1 0 0 25 0 1 0 186515213 7806976 1768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1906 1768 122 215 0 1688 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7624

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216144/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7772 CPUtime=150.03
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1813 0 0 0 15002 1 0 0 25 0 1 0 186515213 7958528 1798 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1943 1798 122 215 0 1725 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 7772

[startup+160.092 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216080/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7772 CPUtime=160.04
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1828 0 0 0 16003 1 0 0 25 0 1 0 186515213 7958528 1813 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1943 1813 122 215 0 1725 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 7772

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1216016/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=7908 CPUtime=170.04
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1849 0 0 0 17003 1 0 0 25 0 1 0 186515213 8097792 1834 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 1977 1834 122 215 0 1759 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 7908

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1215760/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=8188 CPUtime=180.04
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 1902 0 0 0 18003 1 0 0 25 0 1 0 186515213 8384512 1887 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2047 1887 122 215 0 1829 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 8188

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1215376/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=8592 CPUtime=190.04
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2008 0 0 0 19003 1 0 0 25 0 1 0 186515213 8798208 1993 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2148 1993 122 215 0 1930 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8592

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1215376/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=8592 CPUtime=200.05
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2009 0 0 0 20004 1 0 0 25 0 1 0 186515213 8798208 1994 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580789 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2148 1994 122 215 0 1930 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 8592

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1215248/2055920 swapFree=4181332/4192956

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

/proc/5200/statm: 2835 2645 122 215 0 2617 0
Current children cumulated CPU time (s) 470.13
Current children cumulated vsize (Kb) 11340

[startup+480.282 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212752/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11340 CPUtime=480.14
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2660 0 0 0 48012 2 0 0 25 0 1 0 186515213 11612160 2645 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2835 2645 122 215 0 2617 0
Current children cumulated CPU time (s) 480.14
Current children cumulated vsize (Kb) 11340

[startup+490.288 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212688/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11340 CPUtime=490.14
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2660 0 0 0 49012 2 0 0 25 0 1 0 186515213 11612160 2645 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2835 2645 122 215 0 2617 0
Current children cumulated CPU time (s) 490.14
Current children cumulated vsize (Kb) 11340

[startup+500.294 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212688/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11340 CPUtime=500.14
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2660 0 0 0 50012 2 0 0 25 0 1 0 186515213 11612160 2645 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2835 2645 122 215 0 2617 0
Current children cumulated CPU time (s) 500.14
Current children cumulated vsize (Kb) 11340

[startup+510.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212688/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11340 CPUtime=510.15
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2660 0 0 0 51013 2 0 0 25 0 1 0 186515213 11612160 2645 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576787 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2835 2645 122 215 0 2617 0
Current children cumulated CPU time (s) 510.15
Current children cumulated vsize (Kb) 11340

[startup+520.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212560/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11472 CPUtime=520.15
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2693 0 0 0 52013 2 0 0 25 0 1 0 186515213 11747328 2678 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2868 2678 122 215 0 2650 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (Kb) 11472

[startup+530.313 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212176/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11864 CPUtime=530.15
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2782 0 0 0 53013 2 0 0 25 0 1 0 186515213 12148736 2767 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2966 2767 122 215 0 2748 0
Current children cumulated CPU time (s) 530.15
Current children cumulated vsize (Kb) 11864

[startup+540.319 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212176/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11864 CPUtime=540.16
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2782 0 0 0 54014 2 0 0 25 0 1 0 186515213 12148736 2767 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2966 2767 122 215 0 2748 0
Current children cumulated CPU time (s) 540.16
Current children cumulated vsize (Kb) 11864

[startup+550.325 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212176/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11864 CPUtime=550.16
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2790 0 0 0 55014 2 0 0 25 0 1 0 186515213 12148736 2775 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2966 2775 122 215 0 2748 0
Current children cumulated CPU time (s) 550.16
Current children cumulated vsize (Kb) 11864

[startup+560.331 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212176/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11864 CPUtime=560.16
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2790 0 0 0 56014 2 0 0 25 0 1 0 186515213 12148736 2775 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2966 2775 122 215 0 2748 0
Current children cumulated CPU time (s) 560.16
Current children cumulated vsize (Kb) 11864

[startup+570.337 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212240/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=11864 CPUtime=570.17
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2791 0 0 0 57015 2 0 0 25 0 1 0 186515213 12148736 2776 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577389 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 2966 2776 122 215 0 2748 0
Current children cumulated CPU time (s) 570.17
Current children cumulated vsize (Kb) 11864

[startup+580.342 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212112/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=580.17
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2815 0 0 0 58015 2 0 0 25 0 1 0 186515213 12292096 2800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2800 122 215 0 2783 0
Current children cumulated CPU time (s) 580.17
Current children cumulated vsize (Kb) 12004

[startup+590.348 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212112/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=590.18
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2815 0 0 0 59015 3 0 0 25 0 1 0 186515213 12292096 2800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2800 122 215 0 2783 0
Current children cumulated CPU time (s) 590.18
Current children cumulated vsize (Kb) 12004

[startup+600.354 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212112/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=600.18
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2815 0 0 0 60015 3 0 0 25 0 1 0 186515213 12292096 2800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2800 122 215 0 2783 0
Current children cumulated CPU time (s) 600.18
Current children cumulated vsize (Kb) 12004

[startup+610.36 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212112/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=610.19
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2816 0 0 0 61016 3 0 0 25 0 1 0 186515213 12292096 2801 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2801 122 215 0 2783 0
Current children cumulated CPU time (s) 610.19
Current children cumulated vsize (Kb) 12004

[startup+620.366 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212048/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=620.19
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2826 0 0 0 62016 3 0 0 25 0 1 0 186515213 12292096 2811 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2811 122 215 0 2783 0
Current children cumulated CPU time (s) 620.19
Current children cumulated vsize (Kb) 12004

[startup+630.372 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1212048/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=630.19
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2827 0 0 0 63016 3 0 0 25 0 1 0 186515213 12292096 2812 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2812 122 215 0 2783 0
Current children cumulated CPU time (s) 630.19
Current children cumulated vsize (Kb) 12004

[startup+640.377 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1211984/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=640.19
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2841 0 0 0 64016 3 0 0 25 0 1 0 186515213 12292096 2826 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2826 122 215 0 2783 0
Current children cumulated CPU time (s) 640.19
Current children cumulated vsize (Kb) 12004

[startup+650.383 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1211984/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12004 CPUtime=650.2
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2845 0 0 0 65017 3 0 0 25 0 1 0 186515213 12292096 2830 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3001 2830 122 215 0 2783 0
Current children cumulated CPU time (s) 650.2
Current children cumulated vsize (Kb) 12004

[startup+660.389 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1211920/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12144 CPUtime=660.2
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2853 0 0 0 66017 3 0 0 25 0 1 0 186515213 12435456 2838 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3036 2838 122 215 0 2818 0
Current children cumulated CPU time (s) 660.2
Current children cumulated vsize (Kb) 12144

[startup+670.395 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1211856/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12144 CPUtime=670.2
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2871 0 0 0 67017 3 0 0 25 0 1 0 186515213 12435456 2856 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588652 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3036 2856 122 215 0 2818 0
Current children cumulated CPU time (s) 670.2
Current children cumulated vsize (Kb) 12144

[startup+680.401 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5200
/proc/meminfo: memFree=1211792/2055920 swapFree=4181332/4192956
[pid=5200] ppid=5198 vsize=12144 CPUtime=680.21
/proc/5200/stat : 5200 (minisat+) R 5198 5200 5155 0 -1 4194304 2879 0 0 0 68018 3 0 0 25 0 1 0 186515213 12435456 2864 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581500 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5200/statm: 3036 2864 122 215 0 2818 0
Current children cumulated CPU time (s) 680.21
Current children cumulated vsize (Kb) 12144

Child status: 20
Real time (s): 684.298
CPU time (s): 684.107
CPU user time (s): 684.071
CPU system time (s): 0.035994
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (Kb): 12144

Launcher Data (download as text)

Begin job on node56 on Fri Jun  2 00:34:36 UTC 2006


FILE ID= 34562-1149208476

PBS_JOBID= 293502

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  ab9355d4d11f3d384bbd2382ecf28a15

RANDOM SEED= 7601220


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1223032 kB
Buffers:         40000 kB
Cached:         714688 kB
SwapCached:       3648 kB
Active:         276976 kB
Inactive:       486712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223032 kB
SwapTotal:     4192956 kB
SwapFree:      4181332 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            55152 kB
Committed_AS:   162740 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node56 on Fri Jun  2 00:46:01 UTC 2006