Trace number 3286390

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
CryptoMiniSat Strange-Night-2-mtUNSAT 355.619 89.9959

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3286390-1304029906.cnf'
0.00/0.01	c -- header says num vars:          29317
0.00/0.01	c -- header says num clauses:      277090
0.32/0.41	c -- clauses added:            0 learnts,       277090 normals,            0 xors
0.32/0.41	c -- vars added      29317
0.32/0.41	c Parsing time:  0.07 s
0.32/0.41	c  N st     0         0     29317     12861    264085         0    598738         0   no data   no data
0.32/0.41	c asymm  cl-useful: 5/3513/12727 lits-rem:201 time: 0.29
17.47/4.45	c Flit:    89 Blit:   1878 bXBeca:    0 bXProp:  527 Bins:      0 BRemL:      0 BRemN:      0 P: 111.1M T:  3.94
17.47/4.45	c Cleaning up after failed var search:     0.01 s 
17.47/4.47	c Replacing      527 vars Replaced    11553 lits Time:     0.01 s 
17.47/4.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.47/4.49	c bin-w-bin subsume rem          156 bins  time:  0.01 s
19.13/4.97	c subs with bin:       22  lits-rem:         0  v-fix:    0  time:  0.03 s
19.13/4.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  26575 time:  0.22 s
19.13/4.97	c Removed useless bin:    2803  fixed:     0  props:  20.00M  time:  0.15 s
21.77/6.02	c lits-rem:       291  cl-subs:     1976  v-elim:   4960  v-fix:    0  time:  0.18 s
22.39/6.22	c Finding binary XORs  T:     0.19 s  found:       0
22.39/6.27	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
22.39/6.27	c calculated reachability. Time: 0.05
22.39/6.28	c Calc default polars -  time:   0.00 s pos:    2524 undec:    8777 neg:   18016
22.39/6.28	c =========================================================================================
22.39/6.28	c types(t): F = full restart, N = normal restart
22.39/6.28	c types(t): S = simplification begin/end, E = solution found
22.39/6.28	c restart types(rt): st = static, dy = dynamic
22.39/6.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
22.39/6.28	c  B st     0         0     21615     13414    184644         0    526741         0   no data   no data
23.93/6.74	c  N dy    16      4050     21615     13414    185314      3303    526741    136240      8.10      8.57
25.28/7.17	c  N dy    37      8131     21614     13414    187034      4971    526741    152013      8.34     11.77
26.82/7.63	c  N dy    66     12175     21591     13414    187070      5013    526741    123434      9.25      9.75
28.02/7.97	c  N dy    82     16190     21591     13414    187080      8868    526741    250137      9.28     11.88
29.64/8.37	c  N dy   109     20242     21591     13414    187180      7509    526741    201782      9.48     10.17
31.22/8.76	c  N dy   133     24270     21591     13414    187208     11419    526741    344227      9.60     10.13
31.61/8.85	c  F st   141     25001     21591     13414    187212     12121    526741    368705      9.67   no data
33.21/9.21	c  N st   146     28303     21591     13372    186706      8685    525145    220410      9.67   no data
33.63/9.34	c Decided on static restart strategy
33.63/9.34	c  S st   147     30000     21591     13372    186706     10334    525145    280496      9.67   no data
34.03/9.45	c  S st   147     30505     21591     13372    186745     10799    525145    298779      9.67   no data
34.03/9.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.15/14.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins: 831352 BRemL:  34427 BRemN:   1974 P: 104.2M T:  4.75
53.55/14.30	c blocked clauses removed:     1354 vars:   1246 tried:       24774 T: 0.02 s
53.95/14.41	c bin-w-bin subsume rem           97 bins  time:  0.10 s
55.57/14.87	c subs with bin:      302  lits-rem:     27565  v-fix:    0  time:  0.47 s
56.74/15.12	c Subs w/ non-existent bins:     11 l-rem:      6 v-fix:     0 done:  20345 time:  0.24 s
56.74/15.16	c Removed useless bin:     425  fixed:     0  props:   3.51M  time:  0.04 s
57.14/15.25	c lits-rem:       151  cl-subs:      365  v-elim:    293  v-fix:    0  time:  0.09 s
57.95/15.45	c subs with bin:     1082  lits-rem:      5985  v-fix:    0  time:  0.18 s
58.34/15.58	c lits-rem:       667  cl-subs:      641  v-elim:      0  v-fix:    0  time:  0.12 s
59.54/15.88	c asymm  cl-useful: 32/3883/10978 lits-rem:38 time: 0.30
59.96/15.94	c calculated reachability. Time: 0.05
59.96/15.94	c  N st   147     30505     20052     10978    913270      9048    445014   1761488      9.67   no data
60.73/16.11	c Finding binary XORs  T:     0.16 s  found:       0
64.74/17.17	c  N st   149     37615     20052     10978    913732      8443    445014   1736452      9.67   no data
67.93/17.92	c  N st   150     44014     20052     10978    913733     14585    445014   1990829      9.67   no data
68.74/18.12	c Finding binary XORs  T:     0.15 s  found:       3
69.52/18.35	c  S st   151     45757     20052     10978    976491     16267    445014   2180282      9.67   no data
69.92/18.49	c  S st   151     46257     20052     10978    976501     16757    445014   2198855      9.67   no data
70.31/18.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
85.38/22.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3056 BRemL: 176051 BRemN:      1 P: 94.3M T:  3.81
85.38/22.37	c Replacing        3 vars Replaced      584 lits Time:     0.03 s 
85.38/22.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.78/22.47	c bin-w-bin subsume rem         6206 bins  time:  0.09 s
87.37/22.82	c subs with bin:       55  lits-rem:      4147  v-fix:    0  time:  0.35 s
88.18/23.05	c Subs w/ non-existent bins:      4 l-rem:      2 v-fix:     0 done:  20049 time:  0.23 s
88.58/23.10	c Removed useless bin:     553  fixed:     0  props:   5.40M  time:  0.05 s
88.58/23.18	c lits-rem:         1  cl-subs:       19  v-elim:     14  v-fix:    0  time:  0.08 s
90.18/23.52	c subs with bin:       17  lits-rem:      4078  v-fix:    0  time:  0.32 s
92.17/24.01	c lits-rem:       985  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.48 s
92.17/24.02	c vivif2 --  cl tried    10918 cl shrink      149 lits rem        215 time: 0.02
92.17/24.06	c vivif2 --  cl tried    16313 cl shrink     3959 lits rem      15219 time: 0.04
92.97/24.28	c asymm  cl-useful: 0/3466/10862 lits-rem:0 time: 0.22
93.37/24.34	c calculated reachability. Time: 0.05
93.37/24.34	c  N st   151     46257     20035     10862    795374     16305    438757   1799756      9.67   no data
100.56/26.10	c  N st   152     60654     20035     10862    795377     11912    438757   1608991      9.67   no data
105.35/27.39	c  N st   153     69387     20032     10862    800846     19999    438757   1863437      9.67   no data
105.35/27.39	c  S st   153     69387     20032     10862    800846     19999    438757   1863437      9.67   no data
106.15/27.57	c  S st   153     69888     20032     10862    801372     20486    438757   1880072      9.67   no data
106.15/27.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
122.13/31.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:   3568 BRemL: 195157 BRemN:     90 P: 93.0M T:  3.95
122.13/31.57	c Replacing        4 vars Replaced      801 lits Time:     0.04 s 
122.13/31.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.53/31.65	c bin-w-bin subsume rem         1503 bins  time:  0.06 s
123.33/31.87	c subs with bin:        5  lits-rem:        10  v-fix:    0  time:  0.22 s
124.13/32.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20028 time:  0.21 s
124.53/32.14	c Removed useless bin:     153  fixed:     0  props:   8.01M  time:  0.06 s
124.93/32.22	c lits-rem:         0  cl-subs:        2  v-elim:     56  v-fix:    0  time:  0.08 s
126.14/32.51	c subs with bin:        4  lits-rem:       465  v-fix:    0  time:  0.27 s
128.92/33.27	c lits-rem:      1806  cl-subs:     1256  v-elim:      0  v-fix:    0  time:  0.75 s
128.92/33.29	c vivif2 --  cl tried    10905 cl shrink      100 lits rem       2360 time: 0.02
129.32/33.33	c vivif2 --  cl tried    19090 cl shrink     2429 lits rem       9454 time: 0.04
130.54/33.64	c asymm  cl-useful: 23/2707/10899 lits-rem:128 time: 0.31
130.91/33.70	c calculated reachability. Time: 0.05
130.91/33.70	c  N st   153     69888     19972     10898    604803     19090    439523   1429180      9.67   no data
136.51/35.17	c Finding binary XORs  T:     0.14 s  found:       2
140.50/36.16	c  F st   154     87500     19968     10898    604656     14243    439277   1281953      9.67   no data
140.50/36.18	c Replacing        2 vars Replaced      100 lits Time:     0.02 s 
140.90/36.23	c  N st   154     87500     19966     10898    604652     14243    439273   1281949      9.67   no data
144.09/37.01	c  N dy   164     93098     19966     10898    605130     19479    439273   1459646      9.75     16.87
148.11/38.08	c  N dy   211     99117     19966     10898    605202     12922    439273   1214750     10.36     10.93
151.29/38.84	c  S st   235    104834     19966     10898    605210     18278    439273   1370584     10.38     10.00
151.69/39.00	c  S st   235    105335     19966     10898    605218     18769    439273   1388273     10.38   no data
152.10/39.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
168.05/43.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    7 Bins:  54399 BRemL: 169118 BRemN:    476 P: 91.8M T:  4.00
168.05/43.04	c Replacing        7 vars Replaced      265 lits Time:     0.02 s 
168.05/43.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
168.45/43.11	c bin-w-bin subsume rem           73 bins  time:  0.05 s
168.85/43.23	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.12 s
169.66/43.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19959 time:  0.20 s
170.07/43.51	c Removed useless bin:     268  fixed:     0  props:  12.27M  time:  0.09 s
170.07/43.59	c lits-rem:         0  cl-subs:        8  v-elim:      7  v-fix:    0  time:  0.07 s
171.25/43.85	c subs with bin:        6  lits-rem:       326  v-fix:    0  time:  0.24 s
172.85/44.24	c lits-rem:       940  cl-subs:      857  v-elim:      0  v-fix:    0  time:  0.39 s
172.85/44.26	c vivif2 --  cl tried    10961 cl shrink       79 lits rem       2622 time: 0.02
173.25/44.30	c vivif2 --  cl tried    17906 cl shrink     2511 lits rem      11023 time: 0.04
174.47/44.61	c asymm  cl-useful: 16/2963/10958 lits-rem:26 time: 0.31
174.47/44.67	c calculated reachability. Time: 0.05
174.47/44.67	c  N dy   235    105335     19952     10957    489542     17906    441249   1128426     10.38   no data
175.25/44.81	c Finding binary XORs  T:     0.14 s  found:       0
179.24/45.84	c  N dy   262    112304     19949     10957    491074     24477    441249   1339364     10.34     10.94
183.63/46.94	c  N dy   299    119703     19949     10957    491082     18249    441249   1113447     10.43     10.99
188.02/48.05	c  N dy   341    127485     19949     10957    491087     25461    441249   1331106     10.54     11.20
192.82/49.25	c  N dy   385    135710     19949     10957    491104     19075    441249   1108550     10.58     14.63
197.61/50.46	c  N dy   427    144393     19948     10957    491124     27131    441249   1342835     10.63     11.40
202.81/51.75	c  N dy   474    153706     19947     10957    491136     20809    441249   1115416     10.64     12.64
204.82/52.30	c  S st   494    158003     19946     10957    491144     24795    441249   1223703     10.65     10.52
205.60/52.44	c  S st   494    158505     19946     10957    491148     25291    441249   1240740     10.65   no data
205.60/52.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
222.79/56.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:  69181 BRemL:  67011 BRemN:     98 P: 94.5M T:  4.27
222.79/56.78	c Replacing        1 vars Replaced      140 lits Time:     0.04 s 
222.79/56.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
223.17/56.84	c bin-w-bin subsume rem           55 bins  time:  0.05 s
223.57/56.96	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.12 s
224.37/57.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19945 time:  0.19 s
224.77/57.24	c Removed useless bin:      18  fixed:     0  props:  11.48M  time:  0.08 s
225.17/57.31	c lits-rem:         0  cl-subs:        9  v-elim:      1  v-fix:    0  time:  0.07 s
225.97/57.55	c subs with bin:      149  lits-rem:       860  v-fix:    0  time:  0.22 s
227.57/57.97	c lits-rem:      1018  cl-subs:      644  v-elim:      0  v-fix:    0  time:  0.42 s
227.57/57.99	c vivif2 --  cl tried    10949 cl shrink        0 lits rem          0 time: 0.02
227.97/58.04	c vivif2 --  cl tried    19865 cl shrink     2389 lits rem       9409 time: 0.04
229.16/58.35	c asymm  cl-useful: 0/4861/10949 lits-rem:0 time: 0.31
229.56/58.41	c calculated reachability. Time: 0.05
229.56/58.41	c  N dy   494    158505     19944     10949    492753     19865    440513   1158939     10.65   no data
229.96/58.55	c Finding binary XORs  T:     0.14 s  found:       0
235.97/60.09	c  N dy   530    169257     19943     10949    497562     16525    440513   1058304     10.58     11.33
243.14/61.83	c  N dy   581    181910     19943     10949    497573     28380    440513   1404163     10.59     11.30
249.54/63.44	c  N dy   633    193792     19943     10949    497598     23795    440513   1246359     10.60     11.28
257.12/65.39	c  N dy   700    206173     19941     10949    497606     18101    440513   1058848     10.63     11.43
259.91/66.00	c Finding binary XORs  T:     0.14 s  found:       2
265.91/67.56	c  N dy   763    219377     19941     10946    497397     30043    440407   1400542     10.67     11.27
274.69/69.73	c  N dy   822    234478     19940     10946    498443     25916    440407   1246549     10.66     11.33
276.69/70.23	c  S st   837    237757     19940     10946    498449     28967    440407   1325600     10.66   no data
277.09/70.39	c  S st   837    238264     19940     10946    498459     29462    440407   1342902     10.66   no data
277.49/70.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
294.66/74.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:  18854 BRemL:  54666 BRemN:      0 P: 91.7M T:  4.32
294.66/74.76	c Replacing        3 vars Replaced      292 lits Time:     0.03 s 
294.66/74.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
295.06/74.82	c bin-w-bin subsume rem          176 bins  time:  0.05 s
295.46/74.91	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.09 s
296.26/75.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19937 time:  0.19 s
296.67/75.20	c Removed useless bin:      15  fixed:     0  props:  12.61M  time:  0.09 s
296.67/75.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
298.26/75.64	c subs with bin:      589  lits-rem:      2346  v-fix:    0  time:  0.34 s
301.47/76.46	c lits-rem:      1990  cl-subs:     1735  v-elim:      0  v-fix:    0  time:  0.81 s
301.47/76.47	c vivif2 --  cl tried    10945 cl shrink        0 lits rem          0 time: 0.02
301.87/76.54	c vivif2 --  cl tried    26470 cl shrink     3171 lits rem      12975 time: 0.07
303.05/76.86	c asymm  cl-useful: 10/2635/10945 lits-rem:53 time: 0.32
303.44/76.92	c calculated reachability. Time: 0.05
303.44/76.92	c  N dy   837    238264     19937     10941    462412     26470    440257   1216718     10.66   no data
303.84/77.06	c Finding binary XORs  T:     0.14 s  found:       0
314.24/79.66	c  N dy   912    253491     19933     10941    463588     21773    440257   1060444     10.67     11.32
325.02/82.34	c  N dy  1018    270080     19930     10941    463617     37301    440257   1489252     10.77     11.42
336.20/85.11	c  N dy  1116    287426     19927     10941    463655     33127    440257   1314895     10.84     11.55
348.18/88.10	c  N dy  1222    305834     19925     10941    463680     29094    440257   1201497     10.93     16.21
348.18/88.16	c  F st  1226    306252     19925     10941    463680     29477    440257   1211012     10.94   no data
351.77/89.01	c Decided on static restart strategy
355.37/89.95	c Following stats are for *FIRST FINISHED THREAD ONLY*
355.37/89.95	c num threads              : 4          
355.37/89.95	c restarts                 : 1048       
355.37/89.95	c dynamic restarts         : 1013       
355.37/89.95	c static restarts          : 35         
355.37/89.95	c full restarts            : 3          
355.37/89.95	c total simplify time      : 1.19       
355.37/89.95	c learnts DL2              : 0          
355.37/89.95	c learnts size 2           : 1327658    
355.37/89.95	c learnts size 1           : 4754        (16.22     % of vars)
355.37/89.95	c filedLit time            : 20.65       (23.55     % time)
355.37/89.95	c v-elim SatELite          : 6556        (22.36     % vars)
355.37/89.95	c SatELite time            : 5.72        (6.53      % time)
355.37/89.95	c v-elim xor               : 0           (0.00      % vars)
355.37/89.95	c xor elim time            : 0.07        (0.08      % time)
355.37/89.95	c num binary xor trees     : 330        
355.37/89.95	c binxor trees' crown      : 547         (1.66      leafs/tree)
355.37/89.95	c bin xor find time        : 1.07       
355.37/89.95	c OTF clause improved      : 20183       (0.06      clauses/conflict)
355.37/89.95	c OTF impr. size diff      : 23459       (1.16       lits/clause)
355.37/89.95	c OTF cl watch-shrink      : 275437      (0.79      clauses/conflict)
355.37/89.95	c OTF cl watch-sh-lit      : 1651490     (6.00       lits/clause)
355.37/89.95	c tried to recurMin cls    : 63005       (18.14      % of conflicts)
355.37/89.95	c updated cache            : 0           (0.00       lits/tried recurMin)
355.37/89.95	c unit cls recevied        : 20          (0.42      % of units)
355.37/89.95	c unit cls sent            : 128         (2.69      % of units)
355.37/89.95	c bin cls recevied         : 221954     
355.37/89.95	c bin cls sent             : 2802       
355.37/89.95	c clauses over max glue    : 0           (0.00      % of all clauses)
355.37/89.95	c conflicts                : 347326      (3961.08   / sec)
355.37/89.95	c decisions                : 477066      (1.96      % random)
355.37/89.95	c bogo-props               : 5333340680  (60824095.49 / sec)
355.37/89.95	c conflict literals        : 10810706    (35.16     % deleted)
355.37/89.95	c Memory used              : 1237.03     MB
355.37/89.95	c single-thread CPU time   : 87.68       s
355.37/89.95	c all-threads sum CPU time : 353.19      s
355.37/89.95	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286390-1304029906/watcher-3286390-1304029906 -o /tmp/evaluation-result-3286390-1304029906/solver-3286390-1304029906 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3286390-1304029906.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.05 7.92 5.85 5/178 5617
/proc/meminfo: memFree=23538556/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=20396 CPUtime=0 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4194304 239 0 0 0 0 0 0 0 25 0 1 0 514589251 20885504 190 33554432000 4194304 4627427 140735866419536 18446744073709551615 242965587432 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5617/statm: 5099 190 157 106 0 57 0

[startup+0.06093 s]
/proc/loadavg: 8.05 7.92 5.85 5/178 5617
/proc/meminfo: memFree=23538556/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=370056 CPUtime=0.18 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 13164 0 0 0 15 3 0 0 18 0 4 0 514589251 378937344 11145 33554432000 4194304 4627427 140735866419536 18446744073709551615 4360952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 92547 11218 341 106 0 87518 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 370056

[startup+0.104148 s]
/proc/loadavg: 8.05 7.92 5.85 5/178 5617
/proc/meminfo: memFree=23538556/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=374108 CPUtime=0.32 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) D 5615 5617 5513 0 -1 4202496 17152 0 0 0 26 6 0 0 18 0 4 0 514589251 383086592 15120 33554432000 4194304 4627427 140735866419536 18446744073709551615 242970211361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 93527 15177 341 106 0 88498 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 374108

[startup+0.931545 s]
/proc/loadavg: 8.05 7.92 5.85 5/178 5617
/proc/meminfo: memFree=23538556/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=411728 CPUtime=3.63 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 45841 0 0 0 349 14 0 0 19 0 4 0 514589251 421609472 43708 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 102932 43708 367 106 0 97903 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 411728

[startup+1.03153 s]
/proc/loadavg: 8.05 7.92 5.85 5/178 5617
/proc/meminfo: memFree=23538556/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=417948 CPUtime=4.02 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 50743 0 0 0 387 15 0 0 18 0 4 0 514589251 427978752 48293 33554432000 4194304 4627427 140735866419536 18446744073709551615 4229226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 104487 48295 368 106 0 99458 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 417948

[startup+1.50045 s]
/proc/loadavg: 8.05 7.92 5.85 5/178 5617
/proc/meminfo: memFree=23538556/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=567136 CPUtime=5.89 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 74454 0 0 0 568 21 0 0 18 0 4 0 514589251 580747264 72004 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308954 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 141784 72010 369 106 0 136755 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 567136

[startup+3.10117 s]
/proc/loadavg: 8.13 7.94 5.87 9/182 5622
/proc/meminfo: memFree=23015112/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=755968 CPUtime=12.28 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 133661 0 0 0 1193 35 0 0 19 0 4 0 514589251 774111232 130819 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308928 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 188992 130819 369 106 0 183963 0
[pid=5617/tid=5619] ppid=5615 vsize=755968 CPUtime=3.06 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 42460 0 0 0 296 10 0 0 18 0 4 0 514589252 774111232 130819 33554432000 4194304 4627427 140735866419536 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=755968 CPUtime=3.06 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 42076 0 0 0 296 10 0 0 25 0 4 0 514589252 774111232 130819 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308912 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=755968 CPUtime=3.06 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 6440 0 0 0 304 2 0 0 25 0 4 0 514589252 774111232 130819 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 755968

[startup+6.30062 s]
/proc/loadavg: 8.20 7.95 5.88 8/182 5622
/proc/meminfo: memFree=22982748/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=763216 CPUtime=22.69 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 142527 0 0 0 2122 147 0 0 16 0 4 0 514589251 781533184 138154 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 190804 138154 388 106 0 185775 0
[pid=5617/tid=5619] ppid=5615 vsize=763216 CPUtime=5.2 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 44066 0 0 0 501 19 0 0 25 0 4 0 514589252 781533184 138154 33554432000 4194304 4627427 140735866419536 18446744073709551615 4215825 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=763216 CPUtime=5.73 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 44738 0 0 0 518 55 0 0 16 0 4 0 514589252 781533184 138154 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=763216 CPUtime=5.85 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 7987 0 0 0 582 3 0 0 18 0 4 0 514589252 781533184 138154 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 763216

[startup+12.7065 s]
/proc/loadavg: 7.86 7.89 5.87 6/176 5644
/proc/meminfo: memFree=25882156/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1147612 CPUtime=47.18 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 217377 0 0 0 4505 213 0 0 21 0 4 0 514589251 1175154688 205574 33554432000 4194304 4627427 140735866419536 18446744073709551615 4299605 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 286903 205574 391 106 0 281874 0
[pid=5617/tid=5619] ppid=5615 vsize=1147612 CPUtime=10.75 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 53335 0 0 0 1048 27 0 0 25 0 4 0 514589252 1175154688 205574 33554432000 4194304 4627427 140735866419536 18446744073709551615 4341767 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1147612 CPUtime=12.05 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 56521 0 0 0 1145 60 0 0 25 0 4 0 514589252 1175154688 205574 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1147612 CPUtime=12.16 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 51989 0 0 0 1173 43 0 0 20 0 4 0 514589252 1175154688 205574 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.18
Current children cumulated vsize (KiB) 1147612

[startup+25.5003 s]
/proc/loadavg: 8.27 7.97 5.92 9/182 5653
/proc/meminfo: memFree=25553648/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1231848 CPUtime=98.16 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 247125 0 0 0 9593 223 0 0 25 0 4 0 514589251 1261412352 224512 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 307962 224512 391 106 0 302933 0
[pid=5617/tid=5619] ppid=5615 vsize=1231848 CPUtime=23.54 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 58636 0 0 0 2325 29 0 0 25 0 4 0 514589252 1261412352 224512 33554432000 4194304 4627427 140735866419536 18446744073709551615 4238452 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1231848 CPUtime=24.84 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 63716 0 0 0 2422 62 0 0 25 0 4 0 514589252 1261412352 224512 33554432000 4194304 4627427 140735866419536 18446744073709551615 4233593 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1231848 CPUtime=24.78 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 62029 0 0 0 2431 47 0 0 25 0 4 0 514589252 1261412352 224512 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.16
Current children cumulated vsize (KiB) 1231848

[startup+51.1009 s]
/proc/loadavg: 8.16 7.97 5.99 9/182 5654
/proc/meminfo: memFree=24799908/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1247244 CPUtime=200.43 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 277707 0 0 0 19813 230 0 0 25 0 4 0 514589251 1277177856 234750 33554432000 4194304 4627427 140735866419536 18446744073709551615 4327479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 311811 234750 391 106 0 306782 0
[pid=5617/tid=5619] ppid=5615 vsize=1247244 CPUtime=49.14 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 66862 0 0 0 4884 30 0 0 25 0 4 0 514589252 1277177856 234750 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1247244 CPUtime=50.45 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 69873 0 0 0 4982 63 0 0 25 0 4 0 514589252 1277177856 234750 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1247244 CPUtime=50.25 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 71878 0 0 0 4975 50 0 0 25 0 4 0 514589252 1277177856 234750 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.43
Current children cumulated vsize (KiB) 1247244

Solver just ended. Dumping a history of the last processes samples

[startup+51.7008 s]
/proc/loadavg: 8.16 7.97 5.99 9/182 5654
/proc/meminfo: memFree=24799908/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1258048 CPUtime=202.81 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 278043 0 0 0 20051 230 0 0 25 0 4 0 514589251 1288241152 235086 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 314512 235090 391 106 0 309483 0
[pid=5617/tid=5619] ppid=5615 vsize=1258048 CPUtime=49.74 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 66962 0 0 0 4944 30 0 0 25 0 4 0 514589252 1288241152 235092 33554432000 4194304 4627427 140735866419536 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1258048 CPUtime=51.04 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 69873 0 0 0 5041 63 0 0 25 0 4 0 514589252 1288241152 235095 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308912 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1258048 CPUtime=50.85 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 71991 0 0 0 5035 50 0 0 25 0 4 0 514589252 1288241152 235097 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.81
Current children cumulated vsize (KiB) 1258048

[startup+77.3004 s]
/proc/loadavg: 8.11 7.97 6.04 9/182 5654
/proc/meminfo: memFree=24627664/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1259100 CPUtime=305.05 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 299921 0 0 0 30269 236 0 0 25 0 4 0 514589251 1289318400 247556 33554432000 4194304 4627427 140735866419536 18446744073709551615 4330000 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 314775 247556 396 106 0 309746 0
[pid=5617/tid=5619] ppid=5615 vsize=1259100 CPUtime=75.34 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 71132 0 0 0 7503 31 0 0 25 0 4 0 514589252 1289318400 247556 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1259100 CPUtime=76.65 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 75420 0 0 0 7600 65 0 0 25 0 4 0 514589252 1289318400 247556 33554432000 4194304 4627427 140735866419536 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1259100 CPUtime=76.32 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 78735 0 0 0 7581 51 0 0 25 0 4 0 514589252 1289318400 247556 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 305.05
Current children cumulated vsize (KiB) 1259100

[startup+83.7003 s]
/proc/loadavg: 8.10 7.97 6.05 9/182 5655
/proc/meminfo: memFree=24621952/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1266680 CPUtime=330.61 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 304681 0 0 0 32824 237 0 0 25 0 4 0 514589251 1297080320 246604 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 316670 246604 396 106 0 311641 0
[pid=5617/tid=5619] ppid=5615 vsize=1266680 CPUtime=81.74 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 72231 0 0 0 8143 31 0 0 25 0 4 0 514589252 1297080320 246604 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1266680 CPUtime=83.05 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 76182 0 0 0 8240 65 0 0 25 0 4 0 514589252 1297080320 246604 33554432000 4194304 4627427 140735866419536 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1266680 CPUtime=82.68 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 80609 0 0 0 8217 51 0 0 25 0 4 0 514589252 1297080320 246604 33554432000 4194304 4627427 140735866419536 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 330.61
Current children cumulated vsize (KiB) 1266680

[startup+86.9007 s]
/proc/loadavg: 8.09 7.97 6.06 9/182 5655
/proc/meminfo: memFree=24606576/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1266716 CPUtime=343.39 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 307021 0 0 0 34101 238 0 0 25 0 4 0 514589251 1297117184 247467 33554432000 4194304 4627427 140735866419536 18446744073709551615 4324208 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 316679 247467 396 106 0 311650 0
[pid=5617/tid=5619] ppid=5615 vsize=1266716 CPUtime=84.94 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 72400 0 0 0 8463 31 0 0 25 0 4 0 514589252 1297117184 247467 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1266716 CPUtime=86.24 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 76633 0 0 0 8559 65 0 0 25 0 4 0 514589252 1297117184 247467 33554432000 4194304 4627427 140735866419536 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1266716 CPUtime=85.87 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 81834 0 0 0 8535 52 0 0 25 0 4 0 514589252 1297117184 247467 33554432000 4194304 4627427 140735866419536 18446744073709551615 4322558 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 343.39
Current children cumulated vsize (KiB) 1266716

[startup+88.5005 s]
/proc/loadavg: 8.09 7.97 6.06 9/182 5655
/proc/meminfo: memFree=24598144/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1266716 CPUtime=349.79 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 308305 0 0 0 34741 238 0 0 25 0 4 0 514589251 1297117184 248751 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 316679 248751 396 106 0 311650 0
[pid=5617/tid=5619] ppid=5615 vsize=1266716 CPUtime=86.55 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 72400 0 0 0 8624 31 0 0 25 0 4 0 514589252 1297117184 248752 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1266716 CPUtime=87.85 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 76823 0 0 0 8720 65 0 0 25 0 4 0 514589252 1297117184 248752 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1266716 CPUtime=87.47 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 82055 0 0 0 8695 52 0 0 25 0 4 0 514589252 1297117184 248752 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 349.79
Current children cumulated vsize (KiB) 1266716

[startup+89.3003 s]
/proc/loadavg: 8.09 7.97 6.06 9/182 5655
/proc/meminfo: memFree=24598144/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1266716 CPUtime=352.97 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 309309 0 0 0 35059 238 0 0 25 0 4 0 514589251 1297117184 249755 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 316679 249755 396 106 0 311650 0
[pid=5617/tid=5619] ppid=5615 vsize=1266716 CPUtime=87.34 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 72400 0 0 0 8703 31 0 0 25 0 4 0 514589252 1297117184 249755 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1266716 CPUtime=88.64 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 77570 0 0 0 8799 65 0 0 25 0 4 0 514589252 1297117184 249755 33554432000 4194304 4627427 140735866419536 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1266716 CPUtime=88.26 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 82163 0 0 0 8774 52 0 0 25 0 4 0 514589252 1297117184 249755 33554432000 4194304 4627427 140735866419536 18446744073709551615 4299657 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 352.97
Current children cumulated vsize (KiB) 1266716

[startup+89.7062 s]
/proc/loadavg: 8.09 7.97 6.06 9/182 5655
/proc/meminfo: memFree=24584256/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1266716 CPUtime=354.59 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 309500 0 0 0 35221 238 0 0 25 0 4 0 514589251 1297117184 249946 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 316679 249946 396 106 0 311650 0
[pid=5617/tid=5619] ppid=5615 vsize=1266716 CPUtime=87.75 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 72400 0 0 0 8744 31 0 0 25 0 4 0 514589252 1297117184 249946 33554432000 4194304 4627427 140735866419536 18446744073709551615 4299630 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1266716 CPUtime=89.05 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 77634 0 0 0 8840 65 0 0 25 0 4 0 514589252 1297117184 249946 33554432000 4194304 4627427 140735866419536 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1266716 CPUtime=88.66 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 82232 0 0 0 8814 52 0 0 25 0 4 0 514589252 1297117184 249946 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 354.59
Current children cumulated vsize (KiB) 1266716

[startup+89.9002 s]
/proc/loadavg: 8.09 7.97 6.06 9/182 5655
/proc/meminfo: memFree=24584256/32951132 swapFree=67111364/67111528
[pid=5617] ppid=5615 vsize=1266716 CPUtime=355.37 cores=0,2,4,6
/proc/5617/stat : 5617 (strangenight2-m) R 5615 5617 5513 0 -1 4202496 309598 0 0 0 35299 238 0 0 25 0 4 0 514589251 1297117184 250044 33554432000 4194304 4627427 140735866419536 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5617/statm: 316679 250044 396 106 0 311650 0
[pid=5617/tid=5619] ppid=5615 vsize=1266716 CPUtime=87.94 cores=0,2,4,6
/proc/5617/task/5619/stat : 5619 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 72400 0 0 0 8763 31 0 0 25 0 4 0 514589252 1297117184 250044 33554432000 4194304 4627427 140735866419536 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=1266716 CPUtime=89.24 cores=0,2,4,6
/proc/5617/task/5620/stat : 5620 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 77664 0 0 0 8859 65 0 0 25 0 4 0 514589252 1297117184 250044 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=1266716 CPUtime=88.86 cores=0,2,4,6
/proc/5617/task/5621/stat : 5621 (strangenight2-m) R 5615 5617 5513 0 -1 4202560 82272 0 0 0 8834 52 0 0 25 0 4 0 514589252 1297117184 250044 33554432000 4194304 4627427 140735866419536 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 355.37
Current children cumulated vsize (KiB) 1266716

Child status: 20
Real time (s): 89.9959
CPU time (s): 355.619
CPU user time (s): 353.189
CPU system time (s): 2.42963
CPU usage (%): 395.15
Max. virtual memory (cumulated for all children) (KiB): 1279040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.189
system time used= 2.42963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13862
involuntary context switches= 2764

runsolver used 0.136979 second user time and 0.314952 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 00:31:46
IDJOB=3286390
IDBENCH=82424
IDSOLVER=1586
FILE ID=node128/3286390-1304029906
RUNJOBID= node128-1304028687-5531
PBS_JOBID= 13170324
Free space on /tmp= 66940 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286390-1304029906/watcher-3286390-1304029906 -o /tmp/evaluation-result-3286390-1304029906/solver-3286390-1304029906 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3286390-1304029906.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=133053823

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23538588 kB
Buffers:       1257632 kB
Cached:        4370368 kB
SwapCached:        160 kB
Active:        3308880 kB
Inactive:      5510484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23538588 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10120 kB
Writeback:           0 kB
AnonPages:     3190428 kB
Mapped:          15780 kB
Slab:           523156 kB
PageTables:      11540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3827696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66948 MiB
End job on node128 at 2011-04-29 00:33:16