Trace number 3175031

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-1-mt? (TO) 4800.28 1201.74

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1158419275-045-UNKNOWN.cnf
MD5SUMba96eb51c814e4238dd0a7b33e8bab2d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175031-1304078749.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:       25500
0.00/0.02	c -- clauses added:            0 learnts,        25500 normals,            0 xors
0.00/0.02	c -- vars added        300
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
1.17/0.39	c asymm  cl-useful: 0/14575/25500 lits-rem:0 time: 1.48
1.17/0.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
1.57/0.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.57/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.57/0.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
1.57/0.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.57/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.45 s
1.57/0.81	c Finding binary XORs  T:     0.00 s  found:       0
1.57/0.81	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
1.57/0.81	c calculated reachability. Time: 0.00
1.57/0.81	c Calc default polars -  time:   0.01 s pos:     149 undec:       4 neg:     147
1.57/0.81	c =========================================================================================
1.57/0.81	c types(t): F = full restart, N = normal restart
1.57/0.81	c types(t): S = simplification begin/end, E = solution found
1.57/0.81	c restart types(rt): st = static, dy = dynamic
1.57/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.57/0.81	c  B st     0         0       300     25500         0         0    178500         0   no data   no data  --
4.80/1.29	c  N dy    11      4674       300     25500         0      4582    178500    354445     68.83     73.46  --
4.80/1.29	c  N dy    18      8818       300     25500         0      6196    178500    403497     66.03     69.73  --
5.58/1.43	c  N dy    37     12851       300     25500         0      5987    178500    308734     66.51     70.38  --
6.77/1.75	c  N dy    58     16933       300     25500         0     10002    178500    617195     66.90     72.53  --
7.97/2.06	c  N dy    75     20934       300     25500         0      8401    178500    421142     67.14     72.16  --
9.17/2.38	c  F st    88     25001       300     25500         0     12369    178500    722576     67.03     68.58  --
9.17/2.39	c  N st    88     25001       300     25500         0     12369    178500    722576     67.03     68.58  --
10.76/2.78	c  N dy    94     30002       300     25500         0     10591    178500    531329     67.03   no data  --
10.76/2.78	c  S st    94     30002       300     25500         0     10591    178500    531329     67.03   no data  --
11.16/2.84	c  S st    94     30504       300     25500         0     11088    178500    566420     67.03   no data  --
11.16/2.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.16/2.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.16/2.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
11.16/2.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.16/2.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
11.16/2.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.73/6.71	c lits-rem:      1453  cl-subs:      221  v-elim:      0  v-fix:    0  time: 15.27 s
27.93/7.01	c asymm  cl-useful: 0/5932/25500 lits-rem:0 time: 1.20
27.93/7.01	c calculated reachability. Time: 0.00
27.93/7.01	c  N dy    94     30504       300     25500         0     10867    178500    539355     67.03   no data  --
30.33/7.66	c  N dy   108     37167       300     25500         0      9653    178500    382082     66.54     71.08  --
31.93/8.04	c  N dy   123     41345       300     25500         0     13755    178500    693426     66.52     70.46  --
33.54/8.49	c  N dy   144     45756       300     25500         0      9304    178500    291061     66.60     63.45  --
33.54/8.49	c  S st   144     45756       300     25500         0      9304    178500    291061     66.60     63.45  --
33.95/8.55	c  S st   144     46259       300     25500         0      9804    178500    326828     66.60   no data  --
33.95/8.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.95/8.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.95/8.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
33.95/8.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.95/8.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.95/8.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
33.95/8.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.91/11.57	c lits-rem:       454  cl-subs:       31  v-elim:      0  v-fix:    0  time: 11.96 s
45.91/11.58	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
45.91/11.58	c vivif2 --  cl tried     9773 cl shrink        0 lits rem          0 time: 0.01
47.13/11.80	c asymm  cl-useful: 0/4993/25500 lits-rem:0 time: 0.89
47.13/11.81	c calculated reachability. Time: 0.00
47.13/11.81	c  N dy   144     46259       300     25500         0      9773    178500    322919     66.60   no data  --
48.30/12.18	c  N dy   164     50505       300     25500         0     13950    178500    640093     66.64     70.88  --
49.91/12.58	c  N dy   184     54622       300     25500         0     18002    178500    949386     66.71     70.62  --
51.90/13.03	c  N dy   204     59395       300     25500         0     12896    178500    499538     66.74     71.13  --
53.10/13.39	c  N dy   224     63416       300     25500         0     16830    178500    798739     66.82     73.75  --
55.10/13.81	c  N dy   240     67672       300     25500         0     21012    178500   1113473     66.70     70.43  --
55.52/13.98	c  S st   249     69389       300     25500         0     11910    178500    360986     66.72     65.07  --
55.92/14.05	c  S st   249     69892       300     25500         0     12410    178500    396494     66.72   no data  --
55.92/14.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.92/14.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.92/14.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
55.92/14.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.92/14.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.92/14.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
55.92/14.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.27/18.15	c lits-rem:      1030  cl-subs:       43  v-elim:      0  v-fix:    0  time: 16.24 s
72.27/18.15	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
72.27/18.15	c vivif2 --  cl tried    12367 cl shrink        0 lits rem          0 time: 0.02
73.49/18.44	c asymm  cl-useful: 0/6669/25500 lits-rem:0 time: 1.12
73.49/18.44	c calculated reachability. Time: 0.00
73.49/18.44	c  N dy   249     69892       300     25500         0     12367    178500    390435     66.72   no data  --
75.07/18.90	c  N dy   274     74441       300     25500         0     16822    178500    731247     66.84     70.44  --
77.48/19.44	c  N dy   287     79516       300     25500         0     21796    178500   1109129     66.80     70.70  --
79.87/20.02	c  N dy   311     84921       300     25500         0     15330    178500    558156     66.83     70.63  --
81.06/20.32	c  F st   323     87501       300     25500         0     17862    178500    750695     66.84     68.88  --
82.28/20.67	c  N st   328     90798       300     25500         0     21083    178500    996549     66.84   no data  --
85.06/21.37	c  N dy   348     96734       300     25500         0     14159    178500    405117     66.85     70.63  --
87.85/22.05	c  N dy   377    103236       300     25500         0     20535    178500    888752     66.85     70.43  --
88.65/22.23	c  S st   384    104839       300     25500         0     22105    178500   1007416     66.83     62.08  --
89.05/22.33	c  S st   384    105345       300     25500         0     22608    178500   1042941     66.83   no data  --
89.05/22.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
89.05/22.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.05/22.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
89.05/22.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.05/22.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.05/22.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
89.05/22.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
126.60/31.77	c lits-rem:      1395  cl-subs:      411  v-elim:      0  v-fix:    0  time: 37.43 s
126.60/31.78	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
126.60/31.79	c vivif2 --  cl tried    22197 cl shrink        0 lits rem          0 time: 0.04
127.80/32.09	c asymm  cl-useful: 0/4533/25500 lits-rem:0 time: 1.22
127.80/32.09	c calculated reachability. Time: 0.00
127.80/32.09	c  N dy   384    105345       300     25500         0     22197    178500    996211     66.83   no data  --
131.39/32.97	c  N dy   408    113099       300     25500         0     16078    178500    488317     66.78     70.75  --
134.61/33.73	c  N dy   442    120409       300     25500         0     23251    178500   1036256     66.82     70.61  --
138.18/34.62	c  N dy   461    128225       300     25500         0     16218    178500    439979     66.78     70.47  --
141.78/35.59	c  N dy   481    137320       300     25500         0     25120    178500   1117856     66.67     71.21  --
146.18/36.64	c  N dy   514    146133       300     25500         0     18093    178500    517092     66.66     70.47  --
150.57/37.78	c  N dy   550    156102       300     25500         0     27874    178500   1260172     66.65     70.18  --
151.77/38.05	c  S st   557    158017       300     25500         0     29753    178500   1404418     66.66     67.42  --
152.18/38.17	c  S st   557    158522       300     25500         0     30258    178500   1439147     66.66   no data  --
152.18/38.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
152.18/38.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.58/38.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
152.58/38.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.58/38.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.58/38.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
152.58/38.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
204.91/51.33	c lits-rem:      1574  cl-subs:      675  v-elim:      0  v-fix:    0  time: 52.16 s
204.91/51.33	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
204.91/51.35	c vivif2 --  cl tried    29583 cl shrink        0 lits rem          0 time: 0.06
206.49/51.72	c asymm  cl-useful: 0/3838/25500 lits-rem:0 time: 1.47
206.49/51.72	c calculated reachability. Time: 0.00
206.49/51.72	c  N dy   557    158522       300     25500         0     29583    178500   1364067     66.66   no data  --
212.09/53.19	c  N dy   600    169250       300     25500         0     23435    178500    856531     66.67     70.27  --
218.87/54.84	c  N dy   645    180264       300     25500         0     34253    178500   1678482     66.69     70.36  --
224.46/56.27	c  N dy   679    191794       300     25500         0     27899    178500   1133941     66.66     70.88  --
231.67/58.01	c  N dy   728    204181       300     25500         0     21393    178500    577817     66.66     70.59  --
237.64/59.59	c  N dy   774    217240       300     25500         0     34233    178500   1555464     66.64     75.16  --
244.45/61.30	c  N dy   828    231217       300     25500         0     28310    178500   1039447     66.62     70.49  --
248.03/62.10	c  S st   850    237783       300     25500         0     34759    178500   1523851     66.58     65.25  --
248.43/62.22	c  S st   850    238286       300     25500         0     35258    178500   1559222     66.58   no data  --
248.43/62.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
248.43/62.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
248.43/62.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
248.43/62.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.43/62.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.43/62.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
248.43/62.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
328.73/82.30	c lits-rem:      1248  cl-subs:      664  v-elim:      0  v-fix:    0  time: 79.81 s
328.73/82.30	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
328.73/82.32	c vivif2 --  cl tried    34594 cl shrink        0 lits rem          0 time: 0.06
329.93/82.67	c asymm  cl-useful: 0/3451/25500 lits-rem:0 time: 1.41
329.93/82.67	c calculated reachability. Time: 0.00
329.93/82.67	c  N dy   850    238286       300     25500         0     34594    178500   1484601     66.58   no data  --
337.91/84.69	c  N dy   896    253676       300     25500         0     29102    178500   1036966     66.54     70.79  --
347.10/86.92	c  N dy   961    269959       300     25500         0     23489    178500    544756     66.56     70.17  --
355.48/89.03	c  N dy  1019    287219       300     25500         0     40421    178500   1824471     66.53     70.93  --
366.27/91.71	c  N dy  1109    306010       300     25500         0     36256    178500   1448524     66.59     70.20  --
366.27/91.75	c  F st  1110    306250       300     25500         0     36489    178500   1466193     66.59     66.16  --
376.68/94.38	c  N dy  1181    325635       300     25500         0     31967    178500   1067563     66.61     71.02  --
388.64/97.33	c  N dy  1249    346139       300     25500         0     27574    178500    662798     66.59     70.27  --
394.25/98.77	c  S st  1284    357429       300     25500         0     38660    178500   1506126     66.57     64.00  --
394.63/98.89	c  S st  1284    357932       300     25500         0     39160    178500   1540423     66.57   no data  --
394.63/98.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
394.63/98.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
395.03/98.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
395.03/98.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
395.03/98.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
395.03/98.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
395.03/98.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
460.16/115.29	c lits-rem:      1912  cl-subs:      703  v-elim:      0  v-fix:    0  time: 65.12 s
460.16/115.29	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
460.54/115.31	c vivif2 --  cl tried    38457 cl shrink        0 lits rem          0 time: 0.06
461.74/115.65	c asymm  cl-useful: 0/3160/25500 lits-rem:0 time: 1.39
461.74/115.66	c calculated reachability. Time: 0.00
461.74/115.66	c  N dy  1284    357932       300     25500         0     38457    178500   1461938     66.57   no data  --
473.72/118.66	c  N dy  1355    377963       300     25500         0     32584    178500    981801     66.58     70.42  --
485.72/121.66	c  N dy  1437    397985       300     25500         0     52225    178500   2467767     66.56     70.09  --
496.89/124.49	c  N dy  1528    418182       300     25500         0     45584    178500   1909128     66.59     70.48  --
508.88/127.49	c  N dy  1606    438539       300     25500         0     38105    178500   1275186     66.59     70.69  --
522.86/130.98	c  N dy  1693    458803       300     25500         0     29513    178500    556148     66.62     70.16  --
534.47/133.88	c  N dy  1769    478836       300     25500         0     49200    178500   2051529     66.59     70.90  --
548.05/137.24	c  N dy  1848    499216       300     25500         0     39741    178500   1265456     66.60     70.95  --
562.81/140.90	c  N dy  1914    519981       300     25500         0     60148    178500   2816304     66.58     70.26  --
573.19/143.54	c  S st  1981    536898       300     25500         0     46336    178500   1703410     66.58   no data  --
573.59/143.68	c  S st  1981    537404       300     25500         0     46840    178500   1739949     66.58   no data  --
573.59/143.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
573.59/143.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
574.00/143.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
574.00/143.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
574.00/143.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
574.00/143.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
574.00/143.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
660.67/165.44	c lits-rem:      1277  cl-subs:      697  v-elim:      0  v-fix:    0  time: 86.45 s
660.67/165.44	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
660.67/165.46	c vivif2 --  cl tried    46143 cl shrink        0 lits rem          0 time: 0.07
661.89/165.80	c asymm  cl-useful: 0/2803/25500 lits-rem:0 time: 1.35
662.29/165.80	c calculated reachability. Time: 0.00
662.29/165.80	c  N dy  1981    537404       300     25500         0     46143    178500   1662520     66.58   no data  --
676.25/169.30	c  N dy  2054    557456       300     25500         0     34405    178500    735808     66.56     73.00  --
688.66/172.49	c  N dy  2127    578365       300     25500         0     54939    178500   2297483     66.56     70.39  --
703.41/176.16	c  N dy  2216    598916       300     25500         0     42712    178500   1305599     66.58     70.26  --
722.59/180.97	c  N dy  2290    625265       300     25500         0     35190    178500    663473     66.53     70.10  --
735.77/184.25	c  N dy  2367    645333       300     25500         0     54904    178500   2158498     66.53     70.87  --
750.94/188.00	c  N dy  2437    665383       300     25500         0     40211    178500    980137     66.52     70.17  --
764.93/191.57	c  N dy  2524    685409       300     25500         0     59901    178500   2481322     66.54     72.00  --
780.11/195.39	c  N dy  2607    705571       300     25500         0     44340    178500   1231295     66.55     70.21  --
796.48/199.43	c  N dy  2679    726167       300     25500         0     64556    178500   2775114     66.54     70.20  --
812.06/203.34	c  N dy  2749    746300       300     25500         0     47966    178500   1442401     66.54     70.16  --
828.86/207.50	c  N dy  2824    766842       300     25500         0     68132    178500   2976588     66.54     70.47  --
846.84/212.06	c  N dy  2912    790564       300     25500         0     54117    178500   1845382     66.53     70.47  --
860.39/215.49	c  S st  2970    806108       300     25500         0     69420    178500   3009098     66.53     66.37  --
861.60/215.71	c  S st  2970    806609       300     25500         0     69918    178500   3045601     66.53   no data  --
861.60/215.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
861.60/215.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
861.60/215.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
862.00/215.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
862.00/215.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
862.00/215.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
862.00/215.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2532.11/633.92	c lits-rem:      3023  cl-subs:     1525  v-elim:      0  v-fix:    0  time: 1669.06 s
2532.11/633.93	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.01
2532.11/633.96	c vivif2 --  cl tried    68393 cl shrink        0 lits rem          0 time: 0.13
2532.91/634.19	c asymm  cl-useful: 0/1046/25500 lits-rem:0 time: 0.93
2532.91/634.19	c calculated reachability. Time: 0.00
2532.91/634.19	c  N dy  2970    806609       300     25500         0     68393    178500   2876512     66.53   no data  --
2548.88/638.19	c  N dy  3032    826650       300     25500         0     49756    178500   1447005     66.51     70.47  --
2566.07/642.40	c  N dy  3101    846779       300     25500         0     69502    178500   2949517     66.51     70.36  --
2583.24/646.75	c  N dy  3172    866930       300     25500         0     49991    178500   1399813     66.50     70.45  --
2600.81/651.14	c  N dy  3255    887030       300     25500         0     69748    178500   2904264     66.51     77.39  --
2619.19/655.75	c  N dy  3337    907238       300     25500         0     49339    178500   1285317     66.51     70.06  --
2636.37/660.06	c  N dy  3406    927323       300     25500         0     69059    178500   2778124     66.50     71.96  --
2655.95/664.91	c  N dy  3476    947584       300     25500         0     47724    178500   1100412     66.50     70.70  --
2672.72/669.15	c  N dy  3552    967873       300     25500         0     67634    178500   2603619     66.49     70.73  --
2693.09/674.23	c  N dy  3629    987981       300     25500         0     45164    178500    841313     66.49     70.00  --
2709.89/678.40	c  N dy  3713   1008103       300     25500         0     64880    178500   2343720     66.50     70.15  --
2730.24/683.51	c  N dy  3794   1028233       300     25500         0     84630    178500   3842558     66.50     70.15  --
2746.62/687.60	c  N dy  3843   1048380       300     25500         0     61248    178500   1998336     66.48     70.31  --
2766.62/692.66	c  N dy  3931   1068497       300     25500         0     80975    178500   3495288     66.49     70.10  --
2770.59/693.68	c  F st  3948   1071876       300     25500         0     84282    178500   3745821     66.49     62.38  --
2784.59/697.16	c  N dy  3991   1088613       300     25500         0     56615    178500   1582469     66.48     70.45  --
2803.34/701.84	c  N dy  4070   1108694       300     25500         0     76305    178500   3080987     66.49     72.58  --
2824.51/707.10	c  N dy  4163   1128775       300     25500         0     50876    178500   1077440     66.50     70.37  --
2841.71/711.44	c  N dy  4239   1148803       300     25500         0     70493    178500   2559527     66.49     73.54  --
2864.06/717.05	c  N dy  4319   1168877       300     25500         0     90209    178500   4056272     66.49     70.12  --
2882.44/721.66	c  N dy  4399   1189282       300     25500         0     64126    178500   2023747     66.50     70.01  --
2903.60/726.98	c  N dy  4491   1209604       300     25500         0     84075    178500   3545214     66.51     70.61  --
2904.00/727.08	c  S st  4493   1209913       300     25500         0     84377    178500   3567197     66.51     62.42  --
2905.20/727.35	c  S st  4493   1210415       300     25500         0     84876    178500   3600816     66.51   no data  --
2905.20/727.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2905.20/727.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2905.60/727.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.25
2906.00/727.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2906.00/727.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2906.00/727.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
2906.00/727.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3175031-1304078749/watcher-3175031-1304078749 -o /tmp/evaluation-result-3175031-1304078749/solver-3175031-1304078749 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175031-1304078749.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: 6.92 7.82 7.92 5/180 26715
/proc/meminfo: memFree=17443160/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=248812 CPUtime=0 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 1088 0 0 0 0 0 0 0 25 0 4 0 598105727 254783488 1003 33554432000 4194304 4650419 140735231036048 18446744073709551615 215988253381 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 62208 1006 340 112 0 57173 0
[pid=26715/tid=26716] ppid=26713 vsize=248816 CPUtime=0 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 225 0 0 0 0 0 0 0 25 0 4 0 598105728 254787584 1018 33554432000 4194304 4650419 140735231036048 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=248816 CPUtime=0 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 225 0 0 0 0 0 0 0 25 0 4 0 598105728 254787584 1037 33554432000 4194304 4650419 140735231036048 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=248816 CPUtime=0 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 51 0 0 0 0 0 0 0 25 0 4 0 598105728 254787584 1055 33554432000 4194304 4650419 140735231036048 18446744073709551615 215988592443 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.108323 s]
/proc/loadavg: 6.92 7.82 7.92 5/180 26715
/proc/meminfo: memFree=17443160/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=283464 CPUtime=0.4 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 3659 0 0 0 40 0 0 0 25 0 4 0 598105727 290267136 3574 33554432000 4194304 4650419 140735231036048 18446744073709551615 4371123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 70866 3574 367 112 0 65831 0
[pid=26715/tid=26716] ppid=26713 vsize=283464 CPUtime=0.09 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 810 0 0 0 9 0 0 0 25 0 4 0 598105728 290267136 3574 33554432000 4194304 4650419 140735231036048 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=283464 CPUtime=0.1 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 757 0 0 0 10 0 0 0 25 0 4 0 598105728 290267136 3574 33554432000 4194304 4650419 140735231036048 18446744073709551615 4536279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=283464 CPUtime=0.1 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 889 0 0 0 10 0 0 0 18 0 4 0 598105728 290267136 3574 33554432000 4194304 4650419 140735231036048 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283464

[startup+0.200309 s]
/proc/loadavg: 6.92 7.82 7.92 5/180 26715
/proc/meminfo: memFree=17443160/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=283760 CPUtime=0.77 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 3862 0 0 0 77 0 0 0 25 0 4 0 598105727 290570240 3777 33554432000 4194304 4650419 140735231036048 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 70940 3777 367 112 0 65905 0
[pid=26715/tid=26716] ppid=26713 vsize=283760 CPUtime=0.18 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 825 0 0 0 18 0 0 0 25 0 4 0 598105728 290570240 3778 33554432000 4194304 4650419 140735231036048 18446744073709551615 4370547 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=283760 CPUtime=0.19 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 767 0 0 0 19 0 0 0 25 0 4 0 598105728 290570240 3778 33554432000 4194304 4650419 140735231036048 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=283760 CPUtime=0.19 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 1052 0 0 0 19 0 0 0 18 0 4 0 598105728 290570240 3778 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283760

[startup+0.300291 s]
/proc/loadavg: 6.92 7.82 7.92 5/180 26715
/proc/meminfo: memFree=17443160/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=283760 CPUtime=1.17 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 4035 0 0 0 117 0 0 0 25 0 4 0 598105727 290570240 3950 33554432000 4194304 4650419 140735231036048 18446744073709551615 4369360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 70940 3950 367 112 0 65905 0
[pid=26715/tid=26716] ppid=26713 vsize=283760 CPUtime=0.28 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 839 0 0 0 28 0 0 0 25 0 4 0 598105728 290570240 3950 33554432000 4194304 4650419 140735231036048 18446744073709551615 4370701 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=283760 CPUtime=0.29 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 774 0 0 0 29 0 0 0 25 0 4 0 598105728 290570240 3950 33554432000 4194304 4650419 140735231036048 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=283760 CPUtime=0.29 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 1187 0 0 0 29 0 0 0 18 0 4 0 598105728 290570240 3950 33554432000 4194304 4650419 140735231036048 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283760

[startup+1.20913 s]
/proc/loadavg: 6.92 7.82 7.92 5/180 26715
/proc/meminfo: memFree=17443160/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=298224 CPUtime=4.8 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 15692 0 0 0 478 2 0 0 18 0 4 0 598105727 305381376 10478 33554432000 4194304 4650419 140735231036048 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 74556 10478 391 112 0 69521 0
[pid=26715/tid=26716] ppid=26713 vsize=298224 CPUtime=1.19 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 4071 0 0 0 119 0 0 0 19 0 4 0 598105728 305381376 10478 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=298224 CPUtime=1.19 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 3950 0 0 0 119 0 0 0 18 0 4 0 598105728 305381376 10478 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=298224 CPUtime=1.19 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 3354 0 0 0 119 0 0 0 19 0 4 0 598105728 305381376 10478 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 298224

[startup+1.50108 s]
/proc/loadavg: 6.92 7.82 7.92 5/180 26715
/proc/meminfo: memFree=17443160/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=299220 CPUtime=5.97 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 18864 0 0 0 594 3 0 0 19 0 4 0 598105727 306401280 10104 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 74805 10104 391 112 0 69770 0
[pid=26715/tid=26716] ppid=26713 vsize=299220 CPUtime=1.48 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 4867 0 0 0 148 0 0 0 19 0 4 0 598105728 306401280 10104 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366047 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=299220 CPUtime=1.49 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 4832 0 0 0 148 1 0 0 19 0 4 0 598105728 306401280 10104 33554432000 4194304 4650419 140735231036048 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=299220 CPUtime=1.48 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 4115 0 0 0 148 0 0 0 20 0 4 0 598105728 306401280 10104 33554432000 4194304 4650419 140735231036048 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 299220

[startup+3.1008 s]
/proc/loadavg: 6.92 7.82 7.92 9/184 26719
/proc/meminfo: memFree=17350876/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=315344 CPUtime=12.36 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 33034 0 0 0 1230 6 0 0 22 0 4 0 598105727 322912256 15457 33554432000 4194304 4650419 140735231036048 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 78836 15458 393 112 0 73801 0
[pid=26715/tid=26716] ppid=26713 vsize=315344 CPUtime=3.07 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 7556 0 0 0 306 1 0 0 23 0 4 0 598105728 322912256 15458 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=315344 CPUtime=3.08 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 7485 0 0 0 307 1 0 0 22 0 4 0 598105728 322912256 15458 33554432000 4194304 4650419 140735231036048 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=315344 CPUtime=3.09 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 6958 0 0 0 308 1 0 0 25 0 4 0 598105728 322912256 15458 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 315344

[startup+6.30624 s]
/proc/loadavg: 7.00 7.82 7.92 9/184 26720
/proc/meminfo: memFree=17248116/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=317528 CPUtime=25.16 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 49942 0 0 0 2507 9 0 0 25 0 4 0 598105727 325148672 28631 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 79382 28631 393 112 0 74347 0
[pid=26715/tid=26716] ppid=26713 vsize=317528 CPUtime=6.25 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 11053 0 0 0 623 2 0 0 25 0 4 0 598105728 325148672 28631 33554432000 4194304 4650419 140735231036048 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=317528 CPUtime=6.29 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 14280 0 0 0 626 3 0 0 25 0 4 0 598105728 325148672 28631 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=317528 CPUtime=6.29 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 13140 0 0 0 628 1 0 0 25 0 4 0 598105728 325148672 28631 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 317528

[startup+12.7011 s]
/proc/loadavg: 7.08 7.82 7.92 9/184 26720
/proc/meminfo: memFree=17166156/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=318476 CPUtime=50.71 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 71404 0 0 0 5057 14 0 0 25 0 4 0 598105727 326119424 34918 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 79619 34918 393 112 0 74584 0
[pid=26715/tid=26716] ppid=26713 vsize=318476 CPUtime=12.62 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 18855 0 0 0 1258 4 0 0 25 0 4 0 598105728 326119424 34918 33554432000 4194304 4650419 140735231036048 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=318476 CPUtime=12.68 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 19338 0 0 0 1265 3 0 0 25 0 4 0 598105728 326119424 34918 33554432000 4194304 4650419 140735231036048 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=318476 CPUtime=12.69 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 18738 0 0 0 1266 3 0 0 25 0 4 0 598105728 326119424 34918 33554432000 4194304 4650419 140735231036048 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 318476

[startup+25.5009 s]
/proc/loadavg: 7.28 7.83 7.92 9/184 26720
/proc/meminfo: memFree=17061856/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=394020 CPUtime=101.84 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 94707 0 0 0 10164 20 0 0 25 0 4 0 598105727 403476480 48688 33554432000 4194304 4650419 140735231036048 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 98505 48688 393 112 0 93470 0
[pid=26715/tid=26716] ppid=26713 vsize=394020 CPUtime=25.35 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 24545 0 0 0 2529 6 0 0 25 0 4 0 598105728 403476480 48688 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=394020 CPUtime=25.48 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 24531 0 0 0 2544 4 0 0 25 0 4 0 598105728 403476480 48688 33554432000 4194304 4650419 140735231036048 18446744073709551615 4328176 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=394020 CPUtime=25.48 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 25705 0 0 0 2544 4 0 0 25 0 4 0 598105728 403476480 48688 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 394020

[startup+51.1004 s]
/proc/loadavg: 7.53 7.84 7.92 9/184 26721
/proc/meminfo: memFree=17012116/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=420524 CPUtime=204.1 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 146514 0 0 0 20375 35 0 0 25 0 4 0 598105727 430616576 57787 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 105131 57787 393 112 0 100096 0
[pid=26715/tid=26716] ppid=26713 vsize=420524 CPUtime=50.81 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 34163 0 0 0 5073 8 0 0 25 0 4 0 598105728 430616576 57787 33554432000 4194304 4650419 140735231036048 18446744073709551615 4329301 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=420524 CPUtime=51.08 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 40321 0 0 0 5100 8 0 0 25 0 4 0 598105728 430616576 57787 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=420524 CPUtime=51.09 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 46413 0 0 0 5098 11 0 0 25 0 4 0 598105728 430616576 57787 33554432000 4194304 4650419 140735231036048 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 420524

[startup+102.3 s]
/proc/loadavg: 7.79 7.87 7.92 9/184 26722
/proc/meminfo: memFree=16913128/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=484836 CPUtime=408.61 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 217271 0 0 0 40804 57 0 0 25 0 4 0 598105727 496472064 73650 33554432000 4194304 4650419 140735231036048 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 121209 73650 393 112 0 116174 0
[pid=26715/tid=26716] ppid=26713 vsize=484836 CPUtime=101.72 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 47715 0 0 0 10160 12 0 0 25 0 4 0 598105728 496472064 73650 33554432000 4194304 4650419 140735231036048 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=484836 CPUtime=102.28 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 58300 0 0 0 10216 12 0 0 25 0 4 0 598105728 496472064 73650 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=484836 CPUtime=102.29 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 76585 0 0 0 10207 22 0 0 25 0 4 0 598105728 496472064 73650 33554432000 4194304 4650419 140735231036048 18446744073709551615 4310415 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 484836

[startup+162.301 s]

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

[pid=26715] ppid=26713 vsize=910400 CPUtime=2805.34 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 609175 0 0 0 280327 207 0 0 25 0 4 0 598105727 932249600 133290 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 227600 133290 393 112 0 222565 0
[pid=26715/tid=26716] ppid=26713 vsize=910400 CPUtime=698.42 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 174378 0 0 0 69780 62 0 0 25 0 4 0 598105728 932249600 133290 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=910400 CPUtime=702.3 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 222422 0 0 0 70155 75 0 0 25 0 4 0 598105728 932249600 133290 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=910400 CPUtime=702.3 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155034 0 0 0 70182 48 0 0 25 0 4 0 598105728 932249600 133290 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 910400

[startup+762.301 s]
/proc/loadavg: 8.00 8.02 7.98 9/184 26740
/proc/meminfo: memFree=16417156/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=911432 CPUtime=3045.01 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 621503 0 0 0 304289 212 0 0 25 0 4 0 598105727 933306368 136568 33554432000 4194304 4650419 140735231036048 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 227858 136568 393 112 0 222823 0
[pid=26715/tid=26716] ppid=26713 vsize=911432 CPUtime=758.09 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 179195 0 0 0 75745 64 0 0 25 0 4 0 598105728 933306368 136568 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=911432 CPUtime=762.29 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 226627 0 0 0 76154 75 0 0 25 0 4 0 598105728 933306368 136568 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476483 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=911432 CPUtime=762.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 76183 48 0 0 25 0 4 0 598105728 933306368 136568 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 911432

[startup+822.3 s]
/proc/loadavg: 8.03 8.03 7.98 9/184 26741
/proc/meminfo: memFree=16381808/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=911432 CPUtime=3284.68 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 626350 0 0 0 328256 212 0 0 25 0 4 0 598105727 933306368 136484 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 227858 136484 393 112 0 222823 0
[pid=26715/tid=26716] ppid=26713 vsize=911432 CPUtime=817.75 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 179195 0 0 0 81711 64 0 0 25 0 4 0 598105728 933306368 136484 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=911432 CPUtime=822.3 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 231474 0 0 0 82154 76 0 0 25 0 4 0 598105728 933306368 136484 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=911432 CPUtime=822.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 82183 48 0 0 25 0 4 0 598105728 933306368 136484 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 911432

[startup+882.301 s]
/proc/loadavg: 8.12 8.05 7.99 9/184 26743
/proc/meminfo: memFree=16447508/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=911432 CPUtime=3524.35 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 630416 0 0 0 352222 213 0 0 25 0 4 0 598105727 933306368 136349 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 227858 136349 393 112 0 222823 0
[pid=26715/tid=26716] ppid=26713 vsize=911432 CPUtime=877.42 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 179195 0 0 0 87678 64 0 0 25 0 4 0 598105728 933306368 136349 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=911432 CPUtime=882.29 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 235540 0 0 0 88153 76 0 0 25 0 4 0 598105728 933306368 136349 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=911432 CPUtime=882.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 88183 48 0 0 25 0 4 0 598105728 933306368 136349 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 911432

[startup+942.3 s]
/proc/loadavg: 8.04 8.04 7.99 9/184 26745
/proc/meminfo: memFree=16282200/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=980180 CPUtime=3764.05 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 644216 0 0 0 376186 219 0 0 25 0 4 0 598105727 1003704320 135792 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 245045 135792 393 112 0 240010 0
[pid=26715/tid=26716] ppid=26713 vsize=980180 CPUtime=937.1 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 187553 0 0 0 93640 70 0 0 25 0 4 0 598105728 1003704320 135792 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=980180 CPUtime=942.31 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 240982 0 0 0 94154 77 0 0 25 0 4 0 598105728 1003704320 135792 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=980180 CPUtime=942.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 94183 48 0 0 25 0 4 0 598105728 1003704320 135792 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 980180

[startup+1002.3 s]
/proc/loadavg: 8.01 8.03 7.99 9/184 26746
/proc/meminfo: memFree=16312044/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=925432 CPUtime=4003.7 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 668443 0 0 0 400141 229 0 0 25 0 4 0 598105727 947642368 131963 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 231358 131963 393 112 0 226323 0
[pid=26715/tid=26716] ppid=26713 vsize=925432 CPUtime=996.75 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 207431 0 0 0 99597 78 0 0 25 0 4 0 598105728 947642368 131963 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=925432 CPUtime=1002.3 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 245331 0 0 0 100152 78 0 0 25 0 4 0 598105728 947642368 131963 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=925432 CPUtime=1002.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 100183 48 0 0 25 0 4 0 598105728 947642368 131963 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 925432

[startup+1062.31 s]
/proc/loadavg: 8.06 8.04 8.00 9/184 26748
/proc/meminfo: memFree=16297612/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=982048 CPUtime=4243.4 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 688565 0 0 0 424100 240 0 0 25 0 4 0 598105727 1005617152 136179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 245512 136179 393 112 0 240477 0
[pid=26715/tid=26716] ppid=26713 vsize=982048 CPUtime=1056.43 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 223969 0 0 0 105555 88 0 0 25 0 4 0 598105728 1005617152 136179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=982048 CPUtime=1062.31 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 248915 0 0 0 106152 79 0 0 25 0 4 0 598105728 1005617152 136179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=982048 CPUtime=1062.32 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 106184 48 0 0 25 0 4 0 598105728 1005617152 136179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 982048

[startup+1122.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/184 26749
/proc/meminfo: memFree=16300432/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=925620 CPUtime=4483.04 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 697564 0 0 0 448062 242 0 0 25 0 4 0 598105727 947834880 133179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 231405 133179 393 112 0 226370 0
[pid=26715/tid=26716] ppid=26713 vsize=925620 CPUtime=1116.1 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 227583 0 0 0 111520 90 0 0 25 0 4 0 598105728 947834880 133179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=925620 CPUtime=1122.3 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 254300 0 0 0 112150 80 0 0 25 0 4 0 598105728 947834880 133179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=925620 CPUtime=1122.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 155073 0 0 0 112183 48 0 0 25 0 4 0 598105728 947834880 133179 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 925620

[startup+1182.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/184 26751
/proc/meminfo: memFree=16315660/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=859996 CPUtime=4722.71 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 706528 0 0 0 472027 244 0 0 25 0 4 0 598105727 880635904 131808 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 214999 131808 393 112 0 209964 0
[pid=26715/tid=26716] ppid=26713 vsize=859996 CPUtime=1175.76 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 227583 0 0 0 117486 90 0 0 25 0 4 0 598105728 880635904 131808 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=859996 CPUtime=1182.31 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 259911 0 0 0 118150 81 0 0 25 0 4 0 598105728 880635904 131808 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=859996 CPUtime=1182.31 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 158426 0 0 0 118182 49 0 0 25 0 4 0 598105728 880635904 131808 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 859996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.03 8.00 6/182 26752
/proc/meminfo: memFree=16659404/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=912896 CPUtime=4800.23 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 713911 0 0 0 479775 248 0 0 25 0 4 0 598105727 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 228224 133384 393 112 0 223189 0
[pid=26715/tid=26716] ppid=26713 vsize=912896 CPUtime=1195.06 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 227583 0 0 0 119416 90 0 0 25 0 4 0 598105728 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=912896 CPUtime=1201.71 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 260506 0 0 0 120090 81 0 0 25 0 4 0 598105728 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=912896 CPUtime=1201.72 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 165214 0 0 0 120119 53 0 0 25 0 4 0 598105728 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 912896

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 8.02 8.03 8.00 6/182 26752
/proc/meminfo: memFree=16659404/32950940 swapFree=67111528/67111528
[pid=26715] ppid=26713 vsize=912896 CPUtime=4800.23 cores=0,2,4,6
/proc/26715/stat : 26715 (strangenight1-m) R 26713 26715 26674 0 -1 4202496 713911 0 0 0 479775 248 0 0 25 0 4 0 598105727 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26715/statm: 228224 133384 393 112 0 223189 0
[pid=26715/tid=26716] ppid=26713 vsize=912896 CPUtime=1195.06 cores=0,2,4,6
/proc/26715/task/26716/stat : 26716 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 227583 0 0 0 119416 90 0 0 25 0 4 0 598105728 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26715/tid=26717] ppid=26713 vsize=912896 CPUtime=1201.71 cores=0,2,4,6
/proc/26715/task/26717/stat : 26717 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 260506 0 0 0 120090 81 0 0 25 0 4 0 598105728 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26715/tid=26718] ppid=26713 vsize=912896 CPUtime=1201.72 cores=0,2,4,6
/proc/26715/task/26718/stat : 26718 (strangenight1-m) R 26713 26715 26674 0 -1 4202560 165214 0 0 0 120119 53 0 0 25 0 4 0 598105728 934805504 133384 33554432000 4194304 4650419 140735231036048 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 912896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.28
CPU user time (s): 4797.77
CPU system time (s): 2.51062
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 996236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.77
system time used= 2.51062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 713912
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= 1269
involuntary context switches= 36493

runsolver used 1.91671 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 14:05:50
IDJOB=3175031
IDBENCH=82649
IDSOLVER=1588
FILE ID=node117/3175031-1304078749
RUNJOBID= node117-1304078749-26692
PBS_JOBID= 13170523
Free space on /tmp= 71676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1158419275-045-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175031-1304078749/watcher-3175031-1304078749 -o /tmp/evaluation-result-3175031-1304078749/solver-3175031-1304078749 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175031-1304078749.cnf

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

MD5SUM BENCH= ba96eb51c814e4238dd0a7b33e8bab2d
RANDOM SEED=1946757498

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17444556 kB
Buffers:       2379360 kB
Cached:       12469592 kB
SwapCached:          0 kB
Active:        8158516 kB
Inactive:      6764652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17444556 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13316 kB
Writeback:           0 kB
AnonPages:       73456 kB
Mapped:          14536 kB
Slab:           518564 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   279008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71668 MiB
End job on node117 at 2011-04-29 14:25:53