Trace number 34615

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 232.943 233.014

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111226368.opb
MD5SUMb01ebef74b04e5bd139a4b864d0981a6
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.076987
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 1270
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: 608   maxlim: 1193   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 |    6904    22020 |    2301       0        0     nan |  0.000 % |
0.06	c |       100 |    6871    21901 |    2531      96     2405    25.1 |  4.464 % |
0.08	c |       250 |    6871    21901 |    2784     246     7438    30.2 |  4.464 % |
0.12	c |       476 |    6871    21901 |    3062     472    14801    31.4 |  4.464 % |
0.17	c |       814 |    6871    21901 |    3368     810    26085    32.2 |  4.464 % |
0.28	c |      1322 |    6871    21901 |    3705    1318    47728    36.2 |  4.465 % |
0.45	c |      2085 |    6871    21901 |    4076    2081    87918    42.2 |  4.464 % |
0.73	c |      3224 |    6871    21901 |    4483    3220   145914    45.3 |  4.464 % |
1.22	c |      4934 |    6871    21901 |    4932    2505   110804    44.2 |  4.464 % |
1.94	c |      7496 |    6871    21901 |    5425    5067   260780    51.5 |  4.464 % |
3.03	c |     11341 |    6871    21901 |    5968    5946   329130    55.4 |  4.464 % |
4.81	c |     17110 |    6835    21769 |    6565    5382   291050    54.1 |  4.779 % |
7.54	c |     25759 |    6835    21769 |    7221    3524   187088    53.1 |  4.779 % |
11.59	c |     38734 |    6773    21567 |    7943    5021   258309    51.4 |  5.357 % |
18.23	c |     58196 |    6755    21509 |    8738    7452   435305    58.4 |  5.567 % |
28.65	c |     87390 |    6707    21338 |    9611    8821   561797    63.7 |  5.935 % |
44.07	c |    131180 |    6707    21338 |   10573    6660   415604    62.4 |  5.935 % |
67.34	c |    196867 |    6707    21338 |   11630    5538   271514    49.0 |  5.935 % |
103.37	c |    295396 |    6707    21338 |   12793    6316   316595    50.1 |  5.935 % |
159.87	c |    443186 |    6698    21309 |   14072    7030   298915    42.5 |  6.040 % |
233.01	c ==============================================================================
233.01	c UNSATISFIABLE
233.01	s UNSATISFIABLE
233.01	c _______________________________________________________________________________
233.01	c 
233.01	c restarts              : 20
233.01	c conflicts             : 639216         (2744 /sec)
233.01	c decisions             : 727066         (3121 /sec)
233.01	c propagations          : 0              (0 /sec)
233.01	c inspects              : 0              (0 /sec)
233.01	c CPU time              : 232.926 s
233.01	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/node42/watcher-34615-1149212165 -o ROOT/results/node42/solver-34615-1149212165 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node42/34615-1149212165/instance-34615-1149212165.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.70 0.89 0.89 2/64 30728
/proc/meminfo: memFree=1448312/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=1048 CPUtime=0
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 104 0 0 0 0 0 0 0 19 0 1 0 186883622 1073152 89 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 262 89 74 215 0 44 0

[startup+10.0025 s]
/proc/loadavg: 0.74 0.90 0.89 2/64 30728
/proc/meminfo: memFree=1444536/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=4756 CPUtime=9.99
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1082 0 0 0 999 0 0 0 25 0 1 0 186883622 4870144 1067 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1189 1067 122 215 0 971 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4756

[startup+20.0096 s]
/proc/loadavg: 0.78 0.90 0.89 2/64 30728
/proc/meminfo: memFree=1443712/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=5560 CPUtime=19.99
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1279 0 0 0 1999 0 0 0 25 0 1 0 186883622 5693440 1264 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1390 1264 122 215 0 1172 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5560

[startup+30.0157 s]
/proc/loadavg: 0.81 0.90 0.89 2/64 30728
/proc/meminfo: memFree=1443200/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=6224 CPUtime=29.99
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1428 0 0 0 2999 0 0 0 25 0 1 0 186883622 6373376 1413 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1556 1413 122 215 0 1338 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 6224

[startup+40.0219 s]
/proc/loadavg: 0.84 0.91 0.89 2/64 30728
/proc/meminfo: memFree=1442816/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=6484 CPUtime=40.01
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1505 0 0 0 4000 1 0 0 25 0 1 0 186883622 6639616 1490 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1621 1490 122 215 0 1403 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 6484

[startup+50.028 s]
/proc/loadavg: 0.87 0.91 0.90 2/64 30728
/proc/meminfo: memFree=1442496/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=6748 CPUtime=50.01
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1580 0 0 0 5000 1 0 0 25 0 1 0 186883622 6909952 1565 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1687 1565 122 215 0 1469 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6748

[startup+60.0341 s]
/proc/loadavg: 0.89 0.91 0.90 2/64 30728
/proc/meminfo: memFree=1442496/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=6896 CPUtime=60.01
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1597 0 0 0 6000 1 0 0 25 0 1 0 186883622 7061504 1582 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580970 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1724 1582 122 215 0 1506 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6896

[startup+70.0402 s]
/proc/loadavg: 0.90 0.91 0.90 2/64 30728
/proc/meminfo: memFree=1442368/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7044 CPUtime=70.01
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1623 0 0 0 7000 1 0 0 25 0 1 0 186883622 7213056 1608 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588652 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1761 1608 122 215 0 1543 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 7044

[startup+80.0473 s]
/proc/loadavg: 0.92 0.92 0.90 2/64 30728
/proc/meminfo: memFree=1442240/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7176 CPUtime=80.02
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1656 0 0 0 8001 1 0 0 25 0 1 0 186883622 7348224 1641 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1794 1641 122 215 0 1576 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 7176

[startup+90.0525 s]
/proc/loadavg: 0.93 0.92 0.90 2/64 30728
/proc/meminfo: memFree=1442176/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7176 CPUtime=90.02
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1669 0 0 0 9001 1 0 0 25 0 1 0 186883622 7348224 1654 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1794 1654 122 215 0 1576 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7176

[startup+100.059 s]
/proc/loadavg: 0.94 0.92 0.90 2/64 30728
/proc/meminfo: memFree=1442048/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7312 CPUtime=100.02
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1703 0 0 0 10001 1 0 0 25 0 1 0 186883622 7487488 1688 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1828 1688 122 215 0 1610 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7312

[startup+110.065 s]
/proc/loadavg: 0.95 0.92 0.90 2/64 30728
/proc/meminfo: memFree=1441664/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7724 CPUtime=110.03
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1788 0 0 0 11002 1 0 0 25 0 1 0 186883622 7909376 1773 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1931 1773 122 215 0 1713 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7724

[startup+120.071 s]
/proc/loadavg: 0.96 0.92 0.90 2/64 30728
/proc/meminfo: memFree=1441600/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7860 CPUtime=120.03
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1822 0 0 0 12002 1 0 0 25 0 1 0 186883622 8048640 1807 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580405 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1965 1807 122 215 0 1747 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 7860

[startup+130.077 s]
/proc/loadavg: 0.96 0.93 0.90 2/64 30728
/proc/meminfo: memFree=1441536/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7860 CPUtime=130.03
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1835 0 0 0 13002 1 0 0 25 0 1 0 186883622 8048640 1820 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1965 1820 122 215 0 1747 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7860

[startup+140.083 s]
/proc/loadavg: 0.97 0.93 0.90 2/64 30728
/proc/meminfo: memFree=1441408/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7988 CPUtime=140.03
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1860 0 0 0 14002 1 0 0 25 0 1 0 186883622 8179712 1845 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1997 1845 122 215 0 1779 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7988

[startup+150.089 s]
/proc/loadavg: 0.97 0.93 0.91 2/64 30728
/proc/meminfo: memFree=1441408/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7988 CPUtime=150.04
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1860 0 0 0 15003 1 0 0 25 0 1 0 186883622 8179712 1845 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1997 1845 122 215 0 1779 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 7988

[startup+160.095 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 30728
/proc/meminfo: memFree=1441408/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7988 CPUtime=160.04
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1860 0 0 0 16003 1 0 0 25 0 1 0 186883622 8179712 1845 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580792 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1997 1845 122 215 0 1779 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 7988

[startup+170.101 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 30728
/proc/meminfo: memFree=1441344/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=7988 CPUtime=170.04
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1877 0 0 0 17003 1 0 0 25 0 1 0 186883622 8179712 1862 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 1997 1862 122 215 0 1779 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 7988

[startup+180.108 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 30728
/proc/meminfo: memFree=1441280/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=8136 CPUtime=180.05
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1902 0 0 0 18004 1 0 0 25 0 1 0 186883622 8331264 1887 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579567 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 2034 1887 122 215 0 1816 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 8136

[startup+190.114 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 30728
/proc/meminfo: memFree=1441216/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=8284 CPUtime=190.05
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1917 0 0 0 19004 1 0 0 25 0 1 0 186883622 8482816 1902 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584061 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 2071 1902 122 215 0 1853 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 8284

[startup+200.12 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30728
/proc/meminfo: memFree=1441216/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=8284 CPUtime=200.05
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1922 0 0 0 20004 1 0 0 25 0 1 0 186883622 8482816 1907 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 2071 1907 122 215 0 1853 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 8284

[startup+210.125 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30728
/proc/meminfo: memFree=1441088/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=8284 CPUtime=210.06
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1943 0 0 0 21005 1 0 0 25 0 1 0 186883622 8482816 1928 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 2071 1928 122 215 0 1853 0
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 8284

[startup+220.131 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30728
/proc/meminfo: memFree=1441024/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=8432 CPUtime=220.06
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1955 0 0 0 22005 1 0 0 25 0 1 0 186883622 8634368 1940 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 2108 1940 122 215 0 1890 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 8432

[startup+230.137 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30728
/proc/meminfo: memFree=1440960/2055920 swapFree=4181440/4192956
[pid=30728] ppid=30726 vsize=8432 CPUtime=230.06
/proc/30728/stat : 30728 (minisat+) R 30726 30728 30683 0 -1 4194304 1968 0 0 0 23005 1 0 0 25 0 1 0 186883622 8634368 1953 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30728/statm: 2108 1953 122 215 0 1890 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 8432

Child status: 20
Real time (s): 233.014
CPU time (s): 232.943
CPU user time (s): 232.926
CPU system time (s): 0.016997
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (Kb): 8432

Launcher Data (download as text)

Begin job on node42 on Fri Jun  2 01:36:05 UTC 2006


FILE ID= 34615-1149212165

PBS_JOBID= 294186

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  b01ebef74b04e5bd139a4b864d0981a6

RANDOM SEED= 949612025


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1448520 kB
Buffers:         25036 kB
Cached:         511656 kB
SwapCached:       3432 kB
Active:         269432 kB
Inactive:       276184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448520 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             136 kB
Writeback:           0 kB
Mapped:          14920 kB
Slab:            47788 kB
Committed_AS:   197908 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node42 on Fri Jun  2 01:39:59 UTC 2006