Trace number 3368976

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 (fixed)? (TO) 4800.38 1202.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S630613738-050.SATISFIABLE.cnf
MD5SUM14f99f1ef2d8eb11eba1a00a818c14a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368976-1305408641.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data  --
0.00/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.46
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.00/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.51/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
0.51/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.51/0.14	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.51/0.14	c calculated reachability. Time: 0.00
0.51/0.15	c Calc default polars -  time:   0.00 s pos:      33 undec:       1 neg:      26
0.51/0.15	c =========================================================================================
0.51/0.15	c types(t): F = full restart, N = normal restart
0.51/0.15	c types(t): S = simplification begin/end, E = solution found
0.51/0.15	c restart types(rt): st = static, dy = dynamic
0.51/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.51/0.15	c  B st     0         0        60      5340         0         0     37380         0   no data   no data  --
1.16/0.36	c  N dy    10      7402        60      5340         0      4347     37380     86422     17.96     18.98  --
1.97/0.54	c  N dy    24     12446        60      5340         0      5083     37380     95094     17.90     18.89  --
2.77/0.71	c  N dy    45     16461        60      5340         0      8667     37380    172031     18.11     19.68  --
3.57/0.90	c  N dy    56     20876        60      5340         0      7583     37380    138869     18.11     19.13  --
3.97/1.09	c  F st    67     25002        60      5340         0     11273     37380    217302     18.12     18.11  --
3.97/1.09	c  N st    67     25002        60      5340         0     11273     37380    217302     18.12     18.11  --
5.15/1.30	c  N dy    73     30000        60      5340         0      9659     37380    175915     18.12   no data  --
5.15/1.30	c  S st    73     30000        60      5340         0      9659     37380    175915     18.12   no data  --
5.15/1.34	c  S st    73     30503        60      5340         0     10118     37380    186018     18.12   no data  --
5.15/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.15/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.15/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.15/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.77/2.29	c lits-rem:      1344  cl-subs:      989  v-elim:      0  v-fix:    0  time:  3.76 s
9.95/2.55	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 1.04
9.95/2.55	c calculated reachability. Time: 0.00
9.95/2.55	c  N dy    73     30503        60      5340         0      9129     37380    162924     18.12   no data  --
10.75/2.78	c  N dy    96     34568        60      5340         0     12780     37380    241516     18.26     19.31  --
12.34/3.10	c  N dy   103     41221        60      5340         0     11643     37380    202946     18.07     19.06  --
13.16/3.35	c  N dy   119     45755        60      5340         0     15685     37380    288837     18.11     17.55  --
13.16/3.35	c  S st   119     45755        60      5340         0     15685     37380    288837     18.11     17.55  --
13.16/3.40	c  S st   119     46257        60      5340         0      8195     37380    125133     18.11   no data  --
13.16/3.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.16/3.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.57/3.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.57/3.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.57/3.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.57/3.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
13.57/3.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.34/4.18	c lits-rem:       147  cl-subs:       58  v-elim:      0  v-fix:    0  time:  3.10 s
16.34/4.19	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
16.34/4.19	c vivif2 --  cl tried     8137 cl shrink        0 lits rem          0 time: 0.01
17.56/4.41	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.89
17.56/4.41	c calculated reachability. Time: 0.00
17.56/4.41	c  N dy   119     46257        60      5340         0      8137     37380    123676     18.11   no data  --
18.33/4.63	c  N dy   148     50425        60      5340         0     11849     37380    203863     18.22     19.19  --
19.53/4.97	c  N dy   154     56345        60      5340         0     17097     37380    313356     18.11     19.16  --
22.71/5.72	c  N dy   167     69386        60      5340         0     10043     37380    145236     17.94     14.98  --
22.71/5.72	c  S st   167     69386        60      5340         0     10043     37380    145236     17.94     14.98  --
22.71/5.76	c  S st   167     69887        60      5340         0     10499     37380    155440     17.94   no data  --
22.71/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.71/5.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.71/5.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
22.71/5.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.71/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.71/5.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
22.71/5.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.92/6.60	c lits-rem:       351  cl-subs:      152  v-elim:      0  v-fix:    0  time:  3.34 s
25.92/6.60	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
25.92/6.61	c vivif2 --  cl tried    10347 cl shrink        0 lits rem          0 time: 0.01
27.11/6.88	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 1.09
27.11/6.88	c calculated reachability. Time: 0.00
27.11/6.88	c  N dy   167     69887        60      5340         0     10347     37380    151892     17.94   no data  --
28.31/7.14	c  N dy   191     74399        60      5340         0     14409     37380    239001     17.99     19.72  --
30.30/7.63	c  N dy   201     81906        60      5340         0     21030     37380    376513     17.93     18.88  --
31.49/7.96	c  N dy   212     87160        60      5340         0     15066     37380    241718     17.93     18.88  --
31.49/7.99	c  F st   216     87501        60      5340         0     15371     37380    248235     17.94   no data  --
33.90/8.58	c  N dy   223     95984        60      5340         0     22927     37380    410054     17.90     18.89  --
35.89/9.00	c  N dy   260    102131        60      5340         0     16874     37380    271940     17.97     19.96  --
36.69/9.22	c  S st   278    104832        60      5340         0     19264     37380    323484     18.00     17.34  --
36.69/9.28	c  S st   278    105336        60      5340         0     19722     37380    333455     18.00   no data  --
36.69/9.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.69/9.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.69/9.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
36.69/9.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.69/9.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.69/9.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
36.69/9.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.47/10.93	c lits-rem:      2103  cl-subs:     1716  v-elim:      0  v-fix:    0  time:  6.54 s
43.47/10.93	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
43.47/10.94	c vivif2 --  cl tried    18006 cl shrink        0 lits rem          0 time: 0.02
45.06/11.30	c asymm  cl-useful: 0/4261/5340 lits-rem:0 time: 1.44
45.06/11.30	c calculated reachability. Time: 0.00
45.06/11.30	c  N dy   278    105336        60      5340         0     18006     37380    293391     18.00   no data  --
47.87/12.02	c  N dy   327    114034        60      5340         0     13330     37380    184140     18.04     19.01  --
50.66/12.79	c  N dy   348    125884        60      5340         0     23809     37380    400991     17.94     18.96  --
56.65/14.30	c  N dy   389    146411        60      5340         0     14590     37380    191370     17.80     18.76  --
59.43/15.00	c  N dy   441    155828        60      5340         0     22959     37380    370281     17.85     18.79  --
60.24/15.19	c  S st   455    158004        60      5340         0     24885     37380    412081     17.87     16.88  --
60.64/15.26	c  S st   455    158508        60      5340         0     25337     37380    422113     17.87   no data  --
60.64/15.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.64/15.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.64/15.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
60.64/15.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.64/15.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.64/15.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
60.64/15.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.61/17.28	c lits-rem:      2465  cl-subs:     2592  v-elim:      0  v-fix:    0  time:  7.96 s
68.61/17.28	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
68.61/17.28	c vivif2 --  cl tried    22745 cl shrink        0 lits rem          0 time: 0.02
69.41/17.43	c asymm  cl-useful: 0/1079/5340 lits-rem:0 time: 0.59
69.41/17.43	c calculated reachability. Time: 0.00
69.41/17.43	c  N dy   455    158508        60      5340         0     22745     37380    364483     17.87   no data  --
73.81/18.55	c  N dy   542    168698        60      5340         0     16920     37380    232608     17.98     20.43  --
77.39/19.42	c  N dy   561    180261        60      5340         0     27210     37380    448658     17.95     19.03  --
81.79/20.53	c  N dy   617    191937        60      5340         0     21677     37380    324703     18.00     18.97  --
87.80/22.10	c  N dy   683    205779        60      5340         0     17093     37380    215357     18.05     19.00  --
92.59/23.26	c  N dy   724    219009        60      5340         0     28837     37380    462336     18.04     19.14  --
98.95/24.80	c  N dy   827    233355        60      5340         0     23891     37380    352524     18.12     19.26  --
100.55/25.20	c  S st   835    237762        60      5340         0     27793     37380    433233     18.11     17.16  --
100.55/25.27	c  S st   835    238268        60      5340         0     28242     37380    442892     18.11   no data  --
100.55/25.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.55/25.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.55/25.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
100.55/25.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.55/25.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.55/25.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
100.55/25.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.51/27.75	c lits-rem:      1887  cl-subs:     2584  v-elim:      0  v-fix:    0  time:  9.79 s
110.51/27.76	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
110.51/27.76	c vivif2 --  cl tried    25658 cl shrink        0 lits rem          0 time: 0.02
112.11/28.15	c asymm  cl-useful: 0/3392/5340 lits-rem:0 time: 1.54
112.11/28.15	c calculated reachability. Time: 0.00
112.11/28.15	c  N dy   835    238268        60      5340         0     25658     37380    385727     18.11   no data  --
120.49/30.26	c  N dy   877    261147        60      5340         0     27393     37380    404484     18.03     19.13  --
127.72/32.06	c  N dy   932    278336        60      5340         0     23248     37380    314117     18.04     18.99  --
135.66/34.03	c  N dy  1017    296136        60      5340         0     39091     37380    653668     18.07     19.14  --
140.06/35.13	c  F st  1072    306250        60      5340         0     27676     37380    399402     18.10   no data  --
144.05/36.12	c  N dy  1104    315298        60      5340         0     35723     37380    572120     18.11     19.10  --
152.83/38.31	c  N dy  1135    336136        60      5340         0     32791     37380    492074     18.06     19.04  --
162.01/40.68	c  N dy  1200    356150        60      5340         0     28454     37380    396360     18.07     21.25  --
162.84/40.81	c  S st  1206    357403        60      5340         0     29565     37380    420120     18.07   no data  --
162.84/40.89	c  S st  1206    357904        60      5340         0     30027     37380    430058     18.07   no data  --
162.84/40.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
162.84/40.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.20/40.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
163.20/40.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.20/40.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.20/40.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
163.20/40.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
172.37/43.22	c lits-rem:      1491  cl-subs:     1904  v-elim:      0  v-fix:    0  time:  9.23 s
172.37/43.22	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
172.37/43.23	c vivif2 --  cl tried    28123 cl shrink        0 lits rem          0 time: 0.02
173.97/43.64	c asymm  cl-useful: 0/1948/5340 lits-rem:0 time: 1.62
173.97/43.64	c calculated reachability. Time: 0.00
173.97/43.64	c  N dy  1206    357904        60      5340         0     28123     37380    388347     18.07   no data  --
187.95/47.12	c  N dy  1299    378946        60      5340         0     23821     37380    287549     18.09     19.09  --
197.54/49.60	c  N dy  1372    399327        60      5340         0     41841     37380    669516     18.10     19.12  --
209.09/52.43	c  N dy  1459    422418        60      5340         0     38365     37380    586929     18.11     19.09  --
221.47/55.58	c  N dy  1484    450307        60      5340         0     38183     37380    554219     18.02     19.06  --
231.84/58.15	c  N dy  1522    470323        60      5340         0     30207     37380    385084     17.97     19.65  --
243.01/60.98	c  N dy  1635    490410        60      5340         0     48126     37380    770821     18.00     19.10  --
255.03/63.95	c  N dy  1750    511798        60      5340         0     40607     37380    599033     18.02     19.06  --
268.55/67.35	c  N dy  1786    536858        60      5340         0     35166     37380    470249     17.98     15.99  --
268.55/67.35	c  S st  1786    536858        60      5340         0     35166     37380    470249     17.98     15.99  --
268.95/67.45	c  S st  1786    537360        60      5340         0     35616     37380    480071     17.98   no data  --
268.95/67.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
268.95/67.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
268.95/67.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
268.95/67.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.95/67.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.95/67.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
268.95/67.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
278.14/69.73	c lits-rem:       890  cl-subs:     2569  v-elim:      0  v-fix:    0  time:  9.00 s
278.14/69.73	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
278.14/69.73	c vivif2 --  cl tried    33047 cl shrink        0 lits rem          0 time: 0.02
279.73/70.11	c asymm  cl-useful: 0/2920/5340 lits-rem:0 time: 1.51
279.73/70.11	c calculated reachability. Time: 0.00
279.73/70.11	c  N dy  1786    537360        60      5340         0     33047     37380    429096     17.98   no data  --
292.10/73.22	c  N dy  1900    557364        60      5340         0     50871     37380    813546     18.01     20.80  --
304.87/76.42	c  N dy  1944    582082        60      5340         0     44507     37380    661666     17.99     19.00  --
318.85/79.94	c  N dy  2019    603947        60      5340         0     34707     37380    440685     17.98     18.93  --
332.02/83.21	c  N dy  2122    624133        60      5340         0     52657     37380    826302     18.01     19.02  --
345.98/86.73	c  N dy  2256    644181        60      5340         0     40417     37380    563652     18.05     20.50  --
360.38/90.37	c  N dy  2336    665275        60      5340         0     59135     37380    962148     18.05     19.03  --
374.32/93.83	c  N dy  2417    685613        60      5340         0     46140     37380    670770     18.06     19.02  --
391.12/98.05	c  N dy  2505    705703        60      5340         0     32078     37380    359276     18.08     19.44  --
404.28/101.33	c  N dy  2596    725758        60      5340         0     49861     37380    740717     18.09     19.10  --
421.01/105.52	c  N dy  2695    745841        60      5340         0     34870     37380    407962     18.11     19.48  --
432.59/108.41	c  N dy  2765    765898        60      5340         0     52549     37380    781829     18.11     20.92  --
447.36/112.19	c  N dy  2832    785928        60      5340         0     36611     37380    435886     18.11     19.23  --
458.93/115.02	c  N dy  2865    806040        60      5340         0     54320     37380    806263     18.09     17.49  --
458.93/115.02	c  S st  2865    806040        60      5340         0     54320     37380    806263     18.09     17.49  --
459.33/115.16	c  S st  2865    806542        60      5340         0     54785     37380    816839     18.09   no data  --
459.33/115.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
459.33/115.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
459.33/115.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
459.73/115.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
459.73/115.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.73/115.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
459.73/115.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
490.06/122.84	c lits-rem:      3356  cl-subs:     5923  v-elim:      0  v-fix:    0  time: 30.45 s
490.06/122.84	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
490.06/122.85	c vivif2 --  cl tried    48862 cl shrink        0 lits rem          0 time: 0.04
491.26/123.14	c asymm  cl-useful: 0/813/5340 lits-rem:0 time: 1.15
491.26/123.14	c calculated reachability. Time: 0.00
491.26/123.14	c  N dy  2865    806542        60      5340         0     48862     37380    694509     18.09   no data  --
509.64/127.75	c  N dy  2995    826638        60      5340         0     66756     37380   1085368     18.12     19.29  --
522.82/131.05	c  N dy  3086    846661        60      5340         0     50391     37380    722324     18.14     19.89  --
542.34/135.92	c  N dy  3112    874628        60      5340         0     39711     37380    473369     18.09     19.31  --
562.32/140.98	c  N dy  3193    903991        60      5340         0     65613     37380   1019232     18.09     19.13  --
577.86/144.84	c  N dy  3269    924235        60      5340         0     47421     37380    635155     18.09     19.07  --
600.61/150.54	c  N dy  3309    955563        60      5340         0     37927     37380    420615     18.06     19.25  --
615.37/154.27	c  N dy  3429    977076        60      5340         0     57058     37380    833838     18.07     19.05  --
634.13/158.96	c  N dy  3527    997134        60      5340         0     74849     37380   1216262     18.08     20.25  --
648.10/162.48	c  N dy  3598   1018022        60      5340         0     55194     37380    776172     18.08     19.13  --
669.65/167.89	c  N dy  3650   1044830        60      5340         0     39950     37380    444245     18.06     19.14  --
685.25/171.75	c  N dy  3775   1066154        60      5340         0     58846     37380    853833     18.08     19.25  --
690.00/172.90	c  F st  3793   1071875        60      5340         0     63886     37380    959454     18.08     16.12  --
704.77/176.63	c  N dy  3870   1086255        60      5340         0     76575     37380   1237887     18.09     21.03  --
720.38/180.54	c  N dy  3968   1106300        60      5340         0     54620     37380    751220     18.10     19.96  --
734.70/184.18	c  N dy  3999   1126315        60      5340         0     72188     37380   1118358     18.09     19.60  --
752.66/188.60	c  N dy  4058   1146326        60      5340         0     49216     37380    614904     18.08     19.05  --
769.82/192.94	c  N dy  4167   1166565        60      5340         0     67180     37380   1003225     18.09     19.14  --
795.37/199.39	c  N dy  4241   1189431        60      5340         0     45879     37380    537896     18.09     19.11  --
816.55/204.69	c  N dy  4326   1209813        60      5340         0     63881     37380    924381     18.10     18.22  --
816.55/204.69	c  S st  4326   1209813        60      5340         0     63881     37380    924381     18.10     18.22  --
817.71/204.96	c  S st  4326   1210314        60      5340         0     64340     37380    934451     18.10   no data  --
817.71/204.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
817.71/204.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
818.11/205.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.17
818.11/205.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
818.11/205.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.11/205.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
818.11/205.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
898.74/225.20	c lits-rem:      2773  cl-subs:     6234  v-elim:      0  v-fix:    0  time: 80.45 s
898.74/225.20	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
898.74/225.21	c vivif2 --  cl tried    58106 cl shrink        0 lits rem          0 time: 0.04
899.96/225.56	c asymm  cl-useful: 0/670/5340 lits-rem:0 time: 1.38
899.96/225.56	c calculated reachability. Time: 0.00
899.96/225.56	c  N dy  4326   1210314        60      5340         0     58106     37380    804422     18.10   no data  --
924.67/231.70	c  N dy  4405   1234545        60      5340         0     79529     37380   1257599     18.09     19.11  --
939.88/235.58	c  N dy  4437   1255106        60      5340         0     55577     37380    729238     18.08     19.12  --
959.40/240.47	c  N dy  4543   1275337        60      5340         0     73509     37380   1114147     18.09     19.31  --
984.54/246.79	c  N dy  4625   1295350        60      5340         0     48100     37380    571875     18.09     20.63  --
1006.09/252.17	c  N dy  4753   1315372        60      5340         0     65826     37380    958135     18.11     19.91  --
1034.83/259.35	c  N dy  4830   1337904        60      5340         0     85740     37380   1382602     18.11     19.09  --
1054.37/264.24	c  N dy  4903   1358088        60      5340         0     59401     37380    797988     18.12     19.17  --
1075.56/269.55	c  N dy  5021   1378098        60      5340         0     77179     37380   1185344     18.13     19.09  --
1098.27/275.20	c  N dy  5100   1398210        60      5340         0     49897     37380    586946     18.14     19.15  --
1115.06/279.48	c  N dy  5186   1418433        60      5340         0     67797     37380    970912     18.14     19.13  --
1142.98/286.42	c  N dy  5266   1444013        60      5340         0     90302     37380   1449852     18.14     19.23  --
1160.13/290.71	c  N dy  5358   1464105        60      5340         0     62163     37380    839634     18.14     21.68  --
1178.50/295.33	c  N dy  5404   1484278        60      5340         0     79921     37380   1216701     18.14     19.30  --
1198.89/300.43	c  N dy  5439   1504527        60      5340         0     50985     37380    588402     18.13     19.09  --
1216.05/304.77	c  N dy  5523   1524606        60      5340         0     68798     37380    968700     18.13     20.01  --
1240.37/310.87	c  N dy  5581   1547917        60      5340         0     89278     37380   1401924     18.13     19.12  --
1263.91/316.79	c  N dy  5673   1572417        60      5340         0     63260     37380    842341     18.13     19.17  --
1293.45/324.16	c  N dy  5727   1602872        60      5340         0     89973     37380   1404584     18.12     19.13  --
1317.01/330.01	c  N dy  5864   1622896        60      5340         0     59260     37380    756125     18.13     19.12  --
1337.74/335.29	c  N dy  5956   1644186        60      5340         0     78037     37380   1159481     18.14     19.19  --
1366.48/342.43	c  N dy  6080   1664191        60      5340         0     95724     37380   1544295     18.15     20.67  --
1386.83/347.57	c  N dy  6193   1684336        60      5340         0     64180     37380    848559     18.16     19.24  --
1412.77/354.09	c  N dy  6282   1710314        60      5340         0     87022     37380   1333767     18.16     15.33  --
1412.77/354.09	c  S st  6282   1710314        60      5340         0     87022     37380   1333767     18.16     15.33  --
1414.00/354.35	c  S st  6282   1710817        60      5340         0     87489     37380   1344503     18.16   no data  --
1414.00/354.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1414.00/354.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1414.36/354.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1414.36/354.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1414.36/354.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1414.36/354.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1414.36/354.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1619.11/405.71	c lits-rem:      6369  cl-subs:    10403  v-elim:      0  v-fix:    0  time: 204.56 s
1619.11/405.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1619.11/405.72	c vivif2 --  cl tried    77086 cl shrink        0 lits rem          0 time: 0.07
1620.69/406.17	c asymm  cl-useful: 0/498/5340 lits-rem:0 time: 1.79
1620.69/406.18	c calculated reachability. Time: 0.00
1620.69/406.18	c  N dy  6282   1710817        60      5340         0     77086     37380   1123162     18.16   no data  --
1656.21/415.04	c  N dy  6366   1730867        60      5340         0     94709     37380   1500554     18.16     20.30  --
1700.92/426.28	c  N dy  6480   1762549        60      5340         0     72924     37380   1019025     18.15     19.18  --
1737.64/435.40	c  N dy  6585   1782839        60      5340         0     90846     37380   1404379     18.16     19.12  --
1769.96/443.58	c  N dy  6662   1802883        60      5340         0     57729     37380    689877     18.16     19.54  --
1799.10/450.86	c  N dy  6788   1822933        60      5340         0     75524     37380   1077117     18.17     20.23  --
1831.82/459.05	c  N dy  6871   1842998        60      5340         0     93259     37380   1455999     18.18     19.68  --
1868.54/468.28	c  N dy  6981   1865378        60      5340         0     61037     37380    748410     18.18     19.21  --
1894.08/474.65	c  N dy  7047   1886255        60      5340         0     79528     37380   1145155     18.18     19.14  --
1932.79/484.39	c  N dy  7116   1911980        60      5340         0    102142     37380   1627477     18.18     19.20  --
1960.33/491.25	c  N dy  7225   1933328        60      5340         0     68121     37380    894247     18.19     19.23  --
1987.48/498.03	c  N dy  7315   1953331        60      5340         0     85848     37380   1277338     18.19     19.44  --
2012.20/504.22	c  N dy  7357   1973377        60      5340         0    103488     37380   1652869     18.19     21.11  --
2034.96/509.91	c  N dy  7466   1993468        60      5340         0     67383     37380    864444     18.19     19.70  --
2060.50/516.33	c  N dy  7587   2014492        60      5340         0     86057     37380   1270543     18.20     19.25  --
2087.64/523.13	c  N dy  7664   2034547        60      5340         0    103731     37380   1651761     18.21     19.17  --
2111.61/529.18	c  N dy  7744   2057184        60      5340         0     68877     37380    883901     18.21     19.21  --
2135.13/535.07	c  N dy  7836   2077412        60      5340         0     86821     37380   1271893     18.21     19.36  --
2166.26/542.89	c  N dy  7923   2100284        60      5340         0    107020     37380   1705563     18.21     19.18  --
2189.41/548.66	c  N dy  8009   2120315        60      5340         0     69073     37380    879757     18.22     22.34  --
2214.16/554.85	c  N dy  8114   2140693        60      5340         0     87104     37380   1268966     18.22     19.20  --
2242.49/561.92	c  N dy  8188   2160725        60      5340         0    104660     37380   1643227     18.22     20.74  --
2267.64/568.22	c  N dy  8246   2180836        60      5340         0     65906     37380    796694     18.22     19.28  --
2296.77/575.56	c  N dy  8319   2210818        60      5340         0     92123     37380   1347973     18.21     15.90  --
2296.77/575.56	c  S st  8319   2210818        60      5340         0     92123     37380   1347973     18.21     15.90  --
2297.97/575.85	c  S st  8319   2211321        60      5340         0     92571     37380   1358128     18.21   no data  --
2297.97/575.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2297.97/575.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2297.97/575.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
2298.37/575.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2298.37/575.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2298.37/575.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2298.37/575.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2399.73/601.32	c lits-rem:      5975  cl-subs:    11341  v-elim:      0  v-fix:    0  time: 101.28 s
2399.73/601.32	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2399.73/601.34	c vivif2 --  cl tried    81230 cl shrink        0 lits rem          0 time: 0.06
2400.93/601.62	c asymm  cl-useful: 0/677/5340 lits-rem:0 time: 1.15
2400.93/601.63	c calculated reachability. Time: 0.00
2400.93/601.63	c  N dy  8319   2211321        60      5340         0     81230     37380   1129899     18.21   no data  --
2424.88/607.64	c  N dy  8375   2231368        60      5340         0     98779     37380   1501241     18.21     19.85  --
2461.59/616.80	c  N dy  8472   2256675        60      5340         0     64565     37380    770796     18.21     19.27  --
2489.93/623.98	c  N dy  8502   2284985        60      5340         0     89347     37380   1287301     18.20     19.23  --
2537.03/635.80	c  N dy  8557   2326019        60      5340         0     67708     37380    816935     18.18     19.40  --
2563.80/642.41	c  N dy  8672   2346062        60      5340         0     85366     37380   1200346     18.19     19.20  --
2595.29/650.33	c  N dy  8750   2366144        60      5340         0    103109     37380   1582394     18.19     20.62  --
2632.02/659.59	c  N dy  8832   2386230        60      5340         0     62106     37380    692459     18.19     19.76  --
2677.51/670.97	c  N dy  8958   2418818        60      5340         0     90802     37380   1305310     18.19     19.30  --
2752.98/689.87	c  N dy  9093   2458480        60      5340         0     65852     37380    756590     18.19     19.26  --
2778.48/696.23	c  N dy  9124   2478495        60      5340         0     83409     37380   1125072     18.18     19.33  --
2813.20/704.96	c  N dy  9204   2498622        60      5340         0    101084     37380   1505500     18.18     19.16  --
2853.94/715.12	c  N dy  9284   2518747        60      5340         0    118805     37380   1886945     18.19     19.15  --
2888.24/723.76	c  N dy  9425   2538875        60      5340         0     75992     37380    978648     18.20     19.28  --
2925.34/733.04	c  N dy  9554   2558963        60      5340         0     93724     37380   1366103     18.20     21.01  --
2969.25/744.08	c  N dy  9694   2578976        60      5340         0    111432     37380   1754387     18.21     19.85  --
3006.76/753.45	c  N dy  9786   2599049        60      5340         0     67510     37380    777262     18.22     20.01  --
3034.70/760.44	c  N dy  9897   2619068        60      5340         0     85257     37380   1162912     18.22     19.26  --
3067.83/768.76	c  N dy  9991   2639265        60      5340         0    103079     37380   1544779     18.22     19.21  --
3105.74/778.24	c  N dy 10048   2661251        60      5340         0    122407     37380   1957869     18.22     19.20  --
3141.66/787.24	c  N dy 10157   2691189        60      5340         0     86132     37380   1166609     18.22     19.21  --
3171.99/794.88	c  N dy 10260   2711219        60      5340         0    103791     37380   1549000     18.22     19.61  --
3172.39/794.92	c  S st 10262   2711322        60      5340         0    103883     37380   1551053     18.22   no data  --
3173.59/795.26	c  S st 10262   2711824        60      5340         0    104332     37380   1560952     18.22   no data  --
3173.59/795.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3173.59/795.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3174.02/795.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
3174.02/795.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3174.02/795.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3174.02/795.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3174.02/795.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3554.72/890.75	c lits-rem:      5427  cl-subs:    11526  v-elim:      0  v-fix:    0  time: 380.56 s
3554.72/890.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3554.72/890.77	c vivif2 --  cl tried    92806 cl shrink        0 lits rem          0 time: 0.07
3555.94/891.10	c asymm  cl-useful: 0/468/5340 lits-rem:0 time: 1.33
3556.35/891.11	c calculated reachability. Time: 0.00
3556.35/891.11	c  N dy 10262   2711824        60      5340         0     92806     37380   1317610     18.22   no data  --
3587.09/898.85	c  N dy 10306   2733492        60      5340         0    111775     37380   1718683     18.22     19.33  --
3621.37/907.48	c  N dy 10387   2753498        60      5340         0     66720     37380    750471     18.22     19.58  --
3643.75/913.06	c  N dy 10485   2773574        60      5340         0     84382     37380   1132748     18.23     19.88  --
3672.46/920.29	c  N dy 10586   2793585        60      5340         0    102112     37380   1518184     18.23     20.10  --
3710.76/929.86	c  N dy 10727   2813623        60      5340         0    119816     37380   1907826     18.24     22.36  --
3745.88/938.69	c  N dy 10832   2833641        60      5340         0     73484     37380    884240     18.25     19.33  --
3775.03/946.00	c  N dy 10905   2854148        60      5340         0     91574     37380   1269935     18.25     19.31  --
3814.13/955.72	c  N dy 11021   2874932        60      5340         0    109879     37380   1667606     18.25     19.35  --
3866.42/968.84	c  N dy 11078   2907424        60      5340         0     73227     37380    855167     18.24     19.29  --
3900.73/977.45	c  N dy 11152   2927979        60      5340         0     91382     37380   1242548     18.24     19.21  --
3944.64/988.41	c  N dy 11256   2948881        60      5340         0    109861     37380   1642271     18.24     19.23  --
3989.74/999.72	c  N dy 11332   2969014        60      5340         0    127570     37380   2022225     18.24     19.24  --
4030.08/1009.87	c  N dy 11464   2989087        60      5340         0     79326     37380    988174     18.25     20.09  --
4074.75/1021.01	c  N dy 11483   3019709        60      5340         0    105893     37380   1542956     18.24     19.33  --
4121.84/1032.81	c  N dy 11597   3039738        60      5340         0    123564     37380   1929904     18.25     19.40  --
4157.39/1041.74	c  N dy 11620   3061161        60      5340         0     75526     37380    888334     18.24     19.35  --
4211.64/1055.38	c  N dy 11693   3098336        60      5340         0    108117     37380   1569169     18.23     19.21  --
4256.74/1066.67	c  N dy 11778   3118523        60      5340         0    125877     37380   1949308     18.23     19.24  --
4319.00/1082.22	c  N dy 11876   3153802        60      5340         0     89361     37380   1174455     18.22     19.28  --
4362.50/1093.18	c  N dy 12021   3173835        60      5340         0    107125     37380   1566477     18.23     20.48  --
4404.00/1103.51	c  N dy 12070   3194640        60      5340         0    125354     37380   1951949     18.23     19.21  --
4447.54/1114.41	c  S st 12182   3211824        60      5340         0     71954     37380    801488     18.23   no data  --
4448.30/1114.69	c  S st 12182   3212326        60      5340         0     72399     37380    811421     18.23   no data  --
4448.70/1114.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4448.70/1114.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4448.70/1114.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
4448.70/1114.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4448.70/1114.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4448.70/1114.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4448.70/1114.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4538.50/1137.22	c lits-rem:       606  cl-subs:      817  v-elim:      0  v-fix:    0  time: 89.59 s
4538.50/1137.22	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4538.50/1137.23	c vivif2 --  cl tried    71582 cl shrink        0 lits rem          0 time: 0.05
4540.09/1137.60	c asymm  cl-useful: 0/582/5340 lits-rem:0 time: 1.47
4540.09/1137.61	c calculated reachability. Time: 0.00
4540.09/1137.61	c  N dy 12182   3212326        60      5340         0     71582     37380    792148     18.23   no data  --
4575.21/1146.40	c  N dy 12270   3238683        60      5340         0     94794     37380   1287792     18.23     19.22  --
4607.54/1154.51	c  N dy 12394   3258758        60      5340         0    112533     37380   1675457     18.24     19.82  --
4646.25/1164.22	c  N dy 12475   3280996        60      5340         0    132077     37380   2098427     18.24     19.30  --
4676.98/1171.95	c  N dy 12528   3302419        60      5340         0     81395     37380    985530     18.23     19.25  --
4709.71/1180.19	c  N dy 12670   3324277        60      5340         0    100683     37380   1406364     18.24     19.25  --
4768.02/1194.71	c  N dy 12795   3360222        60      5340         0    132240     37380   2073899     18.24     19.31  --

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: 961)

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-3368976-1305408641/watcher-3368976-1305408641 -o /tmp/evaluation-result-3368976-1305408641/solver-3368976-1305408641 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368976-1305408641.cnf 

running on 4 cores: 1,3,5,7

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: 7.75 8.00 7.88 5/282 19324
/proc/meminfo: memFree=24967968/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 633279420 52465664 353 33554432000 4194304 4650419 140735366730448 18446744073709551615 47325433673640 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 12809 353 303 112 0 7774 0
[pid=19324/tid=19325] ppid=19322 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633279420 52465664 353 33554432000 4194304 4650419 140735366730448 18446744073709551615 47325433673650 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633279420 52465664 353 33554432000 4194304 4650419 140735366730448 18446744073709551615 47325433673650 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633279420 52465664 353 33554432000 4194304 4650419 140735366730448 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.136015 s]
/proc/loadavg: 7.75 8.00 7.88 5/282 19324
/proc/meminfo: memFree=24967968/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=284356 CPUtime=0.51 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 2474 0 0 0 51 0 0 0 18 0 4 0 633279420 291180544 2224 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 71089 2233 382 112 0 66054 0
[pid=19324/tid=19325] ppid=19322 vsize=284356 CPUtime=0.13 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 464 0 0 0 13 0 0 0 18 0 4 0 633279420 291180544 2237 33554432000 4194304 4650419 140735366730448 18446744073709551615 254261313291 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=284356 CPUtime=0.12 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 606 0 0 0 12 0 0 0 25 0 4 0 633279420 291180544 2240 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=284356 CPUtime=0.12 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 368 0 0 0 12 0 0 0 25 0 4 0 633279420 291180544 2241 33554432000 4194304 4650419 140735366730448 18446744073709551615 254261721582 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 284356

[startup+0.201186 s]
/proc/loadavg: 7.75 8.00 7.88 5/282 19324
/proc/meminfo: memFree=24967968/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=284840 CPUtime=0.77 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 2995 0 0 0 77 0 0 0 18 0 4 0 633279420 291676160 2539 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 71210 2539 390 112 0 66175 0
[pid=19324/tid=19325] ppid=19322 vsize=284840 CPUtime=0.19 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 659 0 0 0 19 0 0 0 18 0 4 0 633279420 291676160 2540 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=284840 CPUtime=0.19 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 675 0 0 0 19 0 0 0 25 0 4 0 633279420 291676160 2540 33554432000 4194304 4650419 140735366730448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=284840 CPUtime=0.18 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 561 0 0 0 18 0 0 0 25 0 4 0 633279420 291676160 2540 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284840

[startup+0.301169 s]
/proc/loadavg: 7.75 8.00 7.88 5/282 19324
/proc/meminfo: memFree=24967968/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=285536 CPUtime=1.16 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 3651 0 0 0 116 0 0 0 18 0 4 0 633279420 292388864 2712 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 71384 2712 390 112 0 66349 0
[pid=19324/tid=19325] ppid=19322 vsize=285536 CPUtime=0.29 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 885 0 0 0 29 0 0 0 18 0 4 0 633279420 292388864 2712 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=285536 CPUtime=0.29 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 858 0 0 0 29 0 0 0 25 0 4 0 633279420 292388864 2712 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=285536 CPUtime=0.28 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 630 0 0 0 28 0 0 0 25 0 4 0 633279420 292388864 2712 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 285536

[startup+0.701098 s]
/proc/loadavg: 7.75 8.00 7.88 5/282 19324
/proc/meminfo: memFree=24967968/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=286652 CPUtime=2.77 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 5549 0 0 0 276 1 0 0 18 0 4 0 633279420 293531648 3425 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 71663 3425 390 112 0 66628 0
[pid=19324/tid=19325] ppid=19322 vsize=286652 CPUtime=0.69 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 1317 0 0 0 69 0 0 0 18 0 4 0 633279420 293531648 3425 33554432000 4194304 4650419 140735366730448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=286652 CPUtime=0.68 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 1273 0 0 0 68 0 0 0 25 0 4 0 633279420 293531648 3425 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=286652 CPUtime=0.68 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 1247 0 0 0 68 0 0 0 25 0 4 0 633279420 293531648 3425 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286652

[startup+1.50096 s]
/proc/loadavg: 7.75 8.00 7.88 9/286 19328
/proc/meminfo: memFree=24951336/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=293056 CPUtime=5.96 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 9905 0 0 0 594 2 0 0 20 0 4 0 633279420 300089344 5286 33554432000 4194304 4650419 140735366730448 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 73264 5286 392 112 0 68229 0
[pid=19324/tid=19325] ppid=19322 vsize=293056 CPUtime=1.49 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 2130 0 0 0 149 0 0 0 19 0 4 0 633279420 300089344 5286 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=293056 CPUtime=1.48 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 2061 0 0 0 148 0 0 0 25 0 4 0 633279420 300089344 5286 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=293056 CPUtime=1.47 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 2070 0 0 0 147 0 0 0 25 0 4 0 633279420 300089344 5286 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 293056

[startup+3.10067 s]
/proc/loadavg: 7.75 8.00 7.88 9/286 19328
/proc/meminfo: memFree=24937324/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=292676 CPUtime=12.34 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 16067 0 0 0 1231 3 0 0 25 0 4 0 633279420 299700224 9681 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 73169 9681 392 112 0 68134 0
[pid=19324/tid=19325] ppid=19322 vsize=292676 CPUtime=3.09 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 3736 0 0 0 309 0 0 0 25 0 4 0 633279420 299700224 9681 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=292676 CPUtime=3.08 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 4175 0 0 0 308 0 0 0 25 0 4 0 633279420 299700224 9681 33554432000 4194304 4650419 140735366730448 18446744073709551615 4439106 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=292676 CPUtime=3.06 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 4207 0 0 0 305 1 0 0 25 0 4 0 633279420 299700224 9681 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 292676

[startup+6.3011 s]
/proc/loadavg: 7.85 8.01 7.88 10/286 19328
/proc/meminfo: memFree=24915624/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=294360 CPUtime=25.12 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 23042 0 0 0 2507 5 0 0 25 0 4 0 633279420 301424640 12904 33554432000 4194304 4650419 140735366730448 18446744073709551615 4438944 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 73590 12904 392 112 0 68555 0
[pid=19324/tid=19325] ppid=19322 vsize=294360 CPUtime=6.29 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 6128 0 0 0 629 0 0 0 25 0 4 0 633279420 301424640 12904 33554432000 4194304 4650419 140735366730448 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=294360 CPUtime=6.28 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 5800 0 0 0 628 0 0 0 25 0 4 0 633279420 301424640 12904 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=294360 CPUtime=6.23 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 6300 0 0 0 621 2 0 0 25 0 4 0 633279420 301424640 12904 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 294360

[startup+12.701 s]
/proc/loadavg: 7.86 8.01 7.88 9/286 19328
/proc/meminfo: memFree=24882216/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=313520 CPUtime=50.66 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 35260 0 0 0 5058 8 0 0 25 0 4 0 633279420 321044480 16864 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 78380 16864 392 112 0 73345 0
[pid=19324/tid=19325] ppid=19322 vsize=313520 CPUtime=12.69 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 9309 0 0 0 1268 1 0 0 25 0 4 0 633279420 321044480 16864 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=313520 CPUtime=12.68 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 8730 0 0 0 1267 1 0 0 25 0 4 0 633279420 321044480 16864 33554432000 4194304 4650419 140735366730448 18446744073709551615 4315277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=313520 CPUtime=12.57 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 9578 0 0 0 1255 2 0 0 25 0 4 0 633279420 321044480 16864 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 313520

[startup+25.5007 s]
/proc/loadavg: 7.89 8.01 7.89 9/286 19329
/proc/meminfo: memFree=24857516/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=305116 CPUtime=101.74 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 53965 0 0 0 10161 13 0 0 25 0 4 0 633279420 312438784 21919 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 76279 21919 392 112 0 71244 0
[pid=19324/tid=19325] ppid=19322 vsize=305116 CPUtime=25.48 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 15145 0 0 0 2546 2 0 0 25 0 4 0 633279420 312438784 21920 33554432000 4194304 4650419 140735366730448 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=305116 CPUtime=25.48 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 12994 0 0 0 2546 2 0 0 25 0 4 0 633279420 312438784 21920 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=305116 CPUtime=25.25 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 14365 0 0 0 2521 4 0 0 25 0 4 0 633279420 312438784 21920 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 305116

[startup+51.1011 s]
/proc/loadavg: 7.99 8.02 7.89 9/286 19329
/proc/meminfo: memFree=24827696/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=327912 CPUtime=203.91 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 80100 0 0 0 20370 21 0 0 25 0 4 0 633279420 335781888 27273 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 81978 27273 392 112 0 76943 0
[pid=19324/tid=19325] ppid=19322 vsize=327912 CPUtime=51.09 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 23926 0 0 0 5104 5 0 0 25 0 4 0 633279420 335781888 27273 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=327912 CPUtime=51.08 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 20261 0 0 0 5104 4 0 0 25 0 4 0 633279420 335781888 27273 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=327912 CPUtime=50.63 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 21176 0 0 0 5056 7 0 0 25 0 4 0 633279420 335781888 27273 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 327912

[startup+102.301 s]
/proc/loadavg: 8.16 8.06 7.91 9/286 19331
/proc/meminfo: memFree=24766804/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=340652 CPUtime=408.26 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 116254 0 0 0 40793 33 0 0 25 0 4 0 633279420 348827648 32816 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 85163 32816 392 112 0 80128 0
[pid=19324/tid=19325] ppid=19322 vsize=340652 CPUtime=102.3 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 34830 0 0 0 10220 10 0 0 25 0 4 0 633279420 348827648 32818 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=340652 CPUtime=102.28 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 31435 0 0 0 10221 7 0 0 25 0 4 0 633279420 348827648 32818 33554432000 4194304 4650419 140735366730448 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=340652 CPUtime=101.36 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 33532 0 0 0 10126 10 0 0 25 0 4 0 633279420 348827648 32818 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 340652

[startup+162.3 s]

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

[pid=19324] ppid=19322 vsize=497908 CPUtime=2802.82 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 352487 0 0 0 280146 136 0 0 25 0 4 0 633279420 509857792 72013 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 124477 72013 392 112 0 119442 0
[pid=19324/tid=19325] ppid=19322 vsize=497908 CPUtime=702.28 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 93633 0 0 0 70194 34 0 0 25 0 4 0 633279420 509857792 72013 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=497908 CPUtime=702.29 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 95601 0 0 0 70191 38 0 0 25 0 4 0 633279420 509857792 72013 33554432000 4194304 4650419 140735366730448 18446744073709551615 4331301 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=497908 CPUtime=695.92 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 94463 0 0 0 69558 34 0 0 25 0 4 0 633279420 509857792 72013 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.82
Current children cumulated vsize (KiB) 497908

[startup+762.301 s]
/proc/loadavg: 8.07 8.10 8.00 9/286 19348
/proc/meminfo: memFree=24394984/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=473912 CPUtime=3042.31 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 364693 0 0 0 304090 141 0 0 25 0 4 0 633279420 485285888 65396 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 118478 65396 392 112 0 113443 0
[pid=19324/tid=19325] ppid=19322 vsize=473912 CPUtime=762.3 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 96316 0 0 0 76195 35 0 0 25 0 4 0 633279420 485285888 65398 33554432000 4194304 4650419 140735366730448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=473912 CPUtime=762.29 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 100486 0 0 0 76189 40 0 0 25 0 4 0 633279420 485285888 65398 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=473912 CPUtime=755.38 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 97251 0 0 0 75504 34 0 0 25 0 4 0 633279420 485285888 65398 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.31
Current children cumulated vsize (KiB) 473912

[startup+822.301 s]
/proc/loadavg: 8.14 8.11 8.01 9/286 19350
/proc/meminfo: memFree=24362980/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=475528 CPUtime=3281.75 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 382764 0 0 0 328025 150 0 0 25 0 4 0 633279420 486940672 69070 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 118882 69070 392 112 0 113847 0
[pid=19324/tid=19325] ppid=19322 vsize=475528 CPUtime=822.28 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 101456 0 0 0 82191 37 0 0 25 0 4 0 633279420 486940672 69070 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=475528 CPUtime=822.29 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 105524 0 0 0 82186 43 0 0 25 0 4 0 633279420 486940672 69070 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=475528 CPUtime=814.83 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 101230 0 0 0 81447 36 0 0 25 0 4 0 633279420 486940672 69070 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.75
Current children cumulated vsize (KiB) 475528

[startup+882.311 s]
/proc/loadavg: 8.12 8.11 8.00 9/286 19352
/proc/meminfo: memFree=24367288/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=475640 CPUtime=3521.23 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 396419 0 0 0 351966 157 0 0 25 0 4 0 633279420 487055360 68662 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 118910 68662 392 112 0 113875 0
[pid=19324/tid=19325] ppid=19322 vsize=475640 CPUtime=882.3 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 106331 0 0 0 88190 40 0 0 25 0 4 0 633279420 487055360 68662 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=475640 CPUtime=882.3 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 109545 0 0 0 88185 45 0 0 25 0 4 0 633279420 487055360 68662 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=475640 CPUtime=874.28 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 105987 0 0 0 87390 38 0 0 25 0 4 0 633279420 487055360 68662 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.23
Current children cumulated vsize (KiB) 475640

[startup+942.301 s]
/proc/loadavg: 8.15 8.12 8.01 9/286 19353
/proc/meminfo: memFree=24338500/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=474100 CPUtime=3760.65 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 414201 0 0 0 375899 166 0 0 25 0 4 0 633279420 485478400 76320 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 118525 76320 392 112 0 113490 0
[pid=19324/tid=19325] ppid=19322 vsize=474100 CPUtime=942.28 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 109416 0 0 0 94187 41 0 0 25 0 4 0 633279420 485478400 76320 33554432000 4194304 4650419 140735366730448 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=474100 CPUtime=942.3 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 114128 0 0 0 94182 48 0 0 25 0 4 0 633279420 485478400 76320 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=474100 CPUtime=933.74 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 111691 0 0 0 93333 41 0 0 25 0 4 0 633279420 485478400 76320 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.65
Current children cumulated vsize (KiB) 474100

[startup+1002.3 s]
/proc/loadavg: 8.10 8.11 8.01 9/286 19355
/proc/meminfo: memFree=24278212/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=499616 CPUtime=4000.12 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 424574 0 0 0 399840 172 0 0 25 0 4 0 633279420 511606784 86365 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 124904 86365 392 112 0 119869 0
[pid=19324/tid=19325] ppid=19322 vsize=499616 CPUtime=1002.29 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 109629 0 0 0 100187 42 0 0 25 0 4 0 633279420 511606784 86365 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=499616 CPUtime=1002.3 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 116396 0 0 0 100181 49 0 0 25 0 4 0 633279420 511606784 86365 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=499616 CPUtime=993.19 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 115975 0 0 0 99276 43 0 0 25 0 4 0 633279420 511606784 86365 33554432000 4194304 4650419 140735366730448 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.12
Current children cumulated vsize (KiB) 499616

[startup+1062.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/286 19356
/proc/meminfo: memFree=24266416/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=499684 CPUtime=4239.57 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 427905 0 0 0 423783 174 0 0 25 0 4 0 633279420 511676416 86064 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 124921 86064 392 112 0 119886 0
[pid=19324/tid=19325] ppid=19322 vsize=499684 CPUtime=1062.29 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 109629 0 0 0 106187 42 0 0 25 0 4 0 633279420 511676416 86064 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=499684 CPUtime=1062.29 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 119622 0 0 0 106178 51 0 0 25 0 4 0 633279420 511676416 86064 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=499684 CPUtime=1052.65 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 115975 0 0 0 105222 43 0 0 25 0 4 0 633279420 511676416 86064 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.57
Current children cumulated vsize (KiB) 499684

[startup+1122.3 s]
/proc/loadavg: 8.13 8.11 8.01 9/286 19358
/proc/meminfo: memFree=24248164/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=565796 CPUtime=4479.03 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 432626 0 0 0 447726 177 0 0 25 0 4 0 633279420 579375104 88062 33554432000 4194304 4650419 140735366730448 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 141449 88062 392 112 0 136414 0
[pid=19324/tid=19325] ppid=19322 vsize=565796 CPUtime=1122.28 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 112199 0 0 0 112185 43 0 0 25 0 4 0 633279420 579375104 88062 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=565796 CPUtime=1122.3 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 121456 0 0 0 112178 52 0 0 25 0 4 0 633279420 579375104 88062 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=565796 CPUtime=1112.1 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 115975 0 0 0 111167 43 0 0 25 0 4 0 633279420 579375104 88062 33554432000 4194304 4650419 140735366730448 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4479.03
Current children cumulated vsize (KiB) 565796

[startup+1182.3 s]
/proc/loadavg: 7.22 7.91 7.95 5/277 19378
/proc/meminfo: memFree=24752176/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=500292 CPUtime=4718.49 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 441944 0 0 0 471665 184 0 0 25 0 4 0 633279420 512299008 84595 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 125073 84595 392 112 0 120038 0
[pid=19324/tid=19325] ppid=19322 vsize=500292 CPUtime=1182.28 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 114922 0 0 0 118183 45 0 0 25 0 4 0 633279420 512299008 84595 33554432000 4194304 4650419 140735366730448 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=500292 CPUtime=1182.3 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 125165 0 0 0 118176 54 0 0 25 0 4 0 633279420 512299008 84595 33554432000 4194304 4650419 140735366730448 18446744073709551615 4334226 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=500292 CPUtime=1171.57 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 118721 0 0 0 117111 46 0 0 25 0 4 0 633279420 512299008 84595 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.49
Current children cumulated vsize (KiB) 500292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 6.12 7.59 7.84 5/277 19378
/proc/meminfo: memFree=24737532/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=566404 CPUtime=4800.33 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 448448 0 0 0 479846 187 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 141601 88328 392 112 0 136566 0
[pid=19324/tid=19325] ppid=19322 vsize=566404 CPUtime=1202.79 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 116821 0 0 0 120233 46 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=566404 CPUtime=1202.81 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 127369 0 0 0 120226 55 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=566404 CPUtime=1191.88 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 120960 0 0 0 119141 47 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 566404

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

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

[startup+1202.8 s]
/proc/loadavg: 6.12 7.59 7.84 5/277 19378
/proc/meminfo: memFree=24737532/32951124 swapFree=67057896/67111528
[pid=19324] ppid=19322 vsize=566404 CPUtime=4800.33 cores=1,3,5,7
/proc/19324/stat : 19324 (strangenight1-m) R 19322 19324 19052 0 -1 4202496 448448 0 0 0 479846 187 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19324/statm: 141601 88328 392 112 0 136566 0
[pid=19324/tid=19325] ppid=19322 vsize=566404 CPUtime=1202.79 cores=1,3,5,7
/proc/19324/task/19325/stat : 19325 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 116821 0 0 0 120233 46 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19324/tid=19326] ppid=19322 vsize=566404 CPUtime=1202.81 cores=1,3,5,7
/proc/19324/task/19326/stat : 19326 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 127369 0 0 0 120226 55 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19324/tid=19327] ppid=19322 vsize=566404 CPUtime=1191.88 cores=1,3,5,7
/proc/19324/task/19327/stat : 19327 (strangenight1-m) R 19322 19324 19052 0 -1 4202560 120960 0 0 0 119141 47 0 0 25 0 4 0 633279420 579997696 88328 33554432000 4194304 4650419 140735366730448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 566404

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.38
CPU user time (s): 4798.49
CPU system time (s): 1.88871
CPU usage (%): 399.09
Max. virtual memory (cumulated for all children) (KiB): 566404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.49
system time used= 1.88871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448450
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= 280
involuntary context switches= 31365

runsolver used 2.94055 second user time and 8.02778 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 23:30:41
IDJOB=3368976
IDBENCH=82985
IDSOLVER=1846
FILE ID=node140/3368976-1305408641
RUNJOBID= node140-1305406194-19071
PBS_JOBID= 13324508
Free space on /tmp= 73480 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S630613738-050.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368976-1305408641/watcher-3368976-1305408641 -o /tmp/evaluation-result-3368976-1305408641/solver-3368976-1305408641 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368976-1305408641.cnf

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

MD5SUM BENCH= 14f99f1ef2d8eb11eba1a00a818c14a6
RANDOM SEED=1224900382

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.833
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.833
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.833
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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24968248 kB
Buffers:        298140 kB
Cached:        3728488 kB
SwapCached:       8056 kB
Active:        5001180 kB
Inactive:      2672516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24968248 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            8508 kB
Writeback:           0 kB
AnonPages:     3644040 kB
Mapped:          23596 kB
Slab:           224600 kB
PageTables:      22324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45796056 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= 73480 MiB
End job on node140 at 2011-05-14 23:50:46