Trace number 3368666

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.29 1203.35

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S922811046-076-UNKNOWN.cnf
MD5SUMe99bff721d695892a53f60adc73d403b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3694.54
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

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-3368666-1305400201.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.07 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.00/0.26	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.91
0.00/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
0.00/0.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.00/0.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.01/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
4.01/1.10	c Finding binary XORs  T:     0.00 s  found:       0
4.01/1.10	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
4.01/1.10	c calculated reachability. Time: 0.00
4.01/1.10	c Calc default polars -  time:   0.01 s pos:     970 undec:      69 neg:     961
4.01/1.10	c =========================================================================================
4.01/1.10	c types(t): F = full restart, N = normal restart
4.01/1.10	c types(t): S = simplification begin/end, E = solution found
4.01/1.10	c restart types(rt): st = static, dy = dynamic
4.01/1.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.01/1.10	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
4.01/1.10	c  N dy    21      4297      2000     40000         0      4291    200000    851110    151.06    159.01  --
4.81/1.30	c  N dy    43      8409      2000     40000         0      5076    200000    561692    147.15    158.44  --
6.75/1.81	c  N dy    67     12688      2000     40000         0      9354    200000   1342257    145.81    153.62  --
9.15/2.30	c  N dy    92     16727      2000     40000         0      7896    200000    754757    145.40    154.67  --
10.75/2.79	c  N dy   113     20739      2000     40000         0     11906    200000   1490757    145.18    154.12  --
13.13/3.31	c  N dy   137     24744      2000     40000         0      8831    200000    635808    144.75    154.15  --
13.13/3.34	c  F st   139     25001      2000     40000         0      9088    200000    681603    144.72    126.42  --
15.53/3.96	c  N dy   145     30000      2000     40000         0     14084    200000   1672759    144.72   no data  --
15.53/3.96	c  S st   145     30000      2000     40000         0     14084    200000   1672759    144.72   no data  --
15.95/4.05	c  S st   145     30501      2000     40000         0     14585    200000   1754251    144.72   no data  --
15.95/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.95/4.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.37/4.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.37/4.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.37/4.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.37/4.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.87/9.00	c lits-rem:      1246  cl-subs:       12  v-elim:      0  v-fix:    0  time: 19.19 s
37.07/9.35	c asymm  cl-useful: 0/39312/40000 lits-rem:0 time: 1.40
37.07/9.36	c calculated reachability. Time: 0.00
37.07/9.36	c  N dy   145     30501      2000     40000         0     14573    200000   1748132    144.72   no data  --
39.45/9.97	c  N dy   167     34658      2000     40000         0     10360    200000    708124    144.48    153.78  --
41.86/10.52	c  N dy   191     38715      2000     40000         0     14417    200000   1440704    144.16    152.30  --
44.24/11.11	c  N dy   216     42781      2000     40000         0     18482    200000   2209488    144.59    152.25  --
45.84/11.52	c  S st   235     45753      2000     40000         0     11936    200000    787461    144.57    145.05  --
46.24/11.61	c  S st   235     46262      2000     40000         0     12445    200000    867347    144.57   no data  --
46.24/11.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.24/11.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.24/11.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
46.24/11.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.24/11.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.24/11.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
46.24/11.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.00/15.39	c lits-rem:       859  cl-subs:        0  v-elim:      0  v-fix:    0  time: 14.80 s
61.00/15.39	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
61.40/15.40	c vivif2 --  cl tried    12445 cl shrink        0 lits rem          0 time: 0.04
61.40/15.41	c asymm  cl-useful: 0/688/40000 lits-rem:0 time: 0.03
61.40/15.41	c calculated reachability. Time: 0.00
61.40/15.41	c  N dy   235     46262      2000     40000         0     12445    200000    866488    144.57   no data  --
63.79/16.02	c  N dy   261     50424      2000     40000         0     16606    200000   1632587    144.71    152.40  --
66.19/16.63	c  N dy   286     54511      2000     40000         0     20693    200000   2386156    144.71    154.99  --
68.19/17.20	c  N dy   313     58609      2000     40000         0     14197    200000   1006749    144.83    153.39  --
70.58/17.77	c  N dy   335     62649      2000     40000         0     18237    200000   1736540    144.66    153.92  --
73.42/18.44	c  N dy   361     66831      2000     40000         0     22419    200000   2494208    144.72    153.68  --
74.97/18.82	c  S st   377     69395      2000     40000         0     13358    200000    665626    144.66    138.21  --
75.37/18.91	c  S st   377     69896      2000     40000         0     13859    200000    736154    144.66   no data  --
75.37/18.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
75.37/18.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.37/18.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
75.37/18.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.37/18.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.37/18.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
75.37/18.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
96.51/24.20	c lits-rem:      1950  cl-subs:        3  v-elim:      0  v-fix:    0  time: 20.85 s
96.51/24.20	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
96.51/24.21	c vivif2 --  cl tried    13856 cl shrink        0 lits rem          0 time: 0.03
97.71/24.59	c asymm  cl-useful: 0/39661/40000 lits-rem:0 time: 1.50
97.71/24.59	c calculated reachability. Time: 0.00
97.71/24.59	c  N dy   377     69896      2000     40000         0     13856    200000    733091    144.66   no data  --
100.89/25.31	c  N dy   405     74509      2000     40000         0     18467    200000   1579974    144.72    154.13  --
104.12/26.15	c  N dy   436     79360      2000     40000         0     23317    200000   2463226    144.73    164.96  --
107.68/27.01	c  N dy   470     84516      2000     40000         0     15827    200000    950166    144.84    161.08  --
109.26/27.48	c  F st   490     87500      2000     40000         0     18810    200000   1502833    144.96    146.44  --
111.67/28.03	c  N st   495     90797      2000     40000         0     22103    200000   2185415    144.96   no data  --
116.06/29.13	c  N dy   524     96673      2000     40000         0     14319    200000    485733    145.04    153.00  --
120.04/30.13	c  N dy   560    102943      2000     40000         0     20588    200000   1606140    144.88    156.23  --
121.27/30.46	c  S st   572    104847      2000     40000         0     22492    200000   1953666    144.82    110.63  --
121.68/30.58	c  S st   572    105348      2000     40000         0     22993    200000   2028998    144.82   no data  --
121.68/30.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
121.68/30.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.03/30.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
122.43/30.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.43/30.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.43/30.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
122.43/30.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
176.30/44.21	c lits-rem:       687  cl-subs:        3  v-elim:      0  v-fix:    0  time: 53.82 s
176.30/44.21	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
176.30/44.23	c vivif2 --  cl tried    22990 cl shrink        0 lits rem          0 time: 0.08
177.90/44.61	c asymm  cl-useful: 0/33134/40000 lits-rem:0 time: 1.51
177.90/44.61	c calculated reachability. Time: 0.00
177.90/44.61	c  N dy   572    105348      2000     40000         0     22990    200000   2027197    144.82   no data  --
182.29/45.74	c  N dy   618    112241      2000     40000         0     15223    200000    465147    144.82    153.29  --
186.27/46.77	c  N dy   662    119426      2000     40000         0     22408    200000   1797036    144.87    154.46  --
191.48/48.02	c  N dy   712    127071      2000     40000         0     30046    200000   3203596    144.90    152.60  --
196.64/49.30	c  N dy   768    135263      2000     40000         0     22579    200000   1640943    145.09    154.32  --
202.23/50.77	c  N dy   829    144000      2000     40000         0     31313    200000   3254623    145.30    153.02  --
208.63/52.31	c  N dy   886    153438      2000     40000         0     24096    200000   1739335    145.16    155.60  --
211.41/53.08	c  S st   912    158022      2000     40000         0     28680    200000   2574200    145.11    131.71  --
212.21/53.20	c  S st   912    158525      2000     40000         0     29183    200000   2655102    145.11   no data  --
212.21/53.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
212.21/53.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.21/53.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
212.61/53.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
212.61/53.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
212.61/53.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
212.61/53.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
295.58/74.14	c lits-rem:       689  cl-subs:        3  v-elim:      0  v-fix:    0  time: 82.83 s
295.58/74.14	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
295.58/74.17	c vivif2 --  cl tried    29180 cl shrink        0 lits rem          0 time: 0.10
295.98/74.27	c asymm  cl-useful: 0/6866/40000 lits-rem:0 time: 0.40
295.98/74.27	c calculated reachability. Time: 0.00
295.98/74.27	c  N dy   912    158525      2000     40000         0     29180    200000   2653418    145.11   no data  --
302.77/75.96	c  N dy   979    168642      2000     40000         0     21630    200000   1136554    145.36    208.64  --
309.55/77.69	c  N dy  1042    179482      2000     40000         0     32469    200000   3106318    145.32    154.51  --
317.53/79.69	c  N dy  1117    190983      2000     40000         0     25305    200000   1610874    145.34    154.88  --
326.31/81.85	c  N dy  1188    203253      2000     40000         0     37570    200000   3847309    145.27    153.13  --
335.89/84.20	c  N dy  1266    216433      2000     40000         0     31086    200000   2516777    145.27    153.22  --
346.65/86.98	c  N dy  1353    230488      2000     40000         0     24476    200000   1114128    145.26    153.68  --
352.25/88.37	c  S st  1398    237788      2000     40000         0     31772    200000   2438010    145.23   no data  --
353.05/88.51	c  S st  1398    238288      2000     40000         0     32272    200000   2510507    145.23   no data  --
353.05/88.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
353.05/88.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
353.05/88.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
353.45/88.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
353.45/88.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
353.45/88.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
353.45/88.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
451.17/113.15	c lits-rem:       596  cl-subs:        5  v-elim:      0  v-fix:    0  time: 97.63 s
451.17/113.15	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
451.17/113.18	c vivif2 --  cl tried    32267 cl shrink        0 lits rem          0 time: 0.10
453.17/113.62	c asymm  cl-useful: 0/28494/40000 lits-rem:0 time: 1.75
453.17/113.62	c calculated reachability. Time: 0.00
453.17/113.62	c  N dy  1398    238288      2000     40000         0     32267    200000   2507813    145.23   no data  --
465.53/116.75	c  N dy  1490    253540      2000     40000         0     25857    200000   1178506    145.30    153.01  --
479.10/120.11	c  N dy  1593    269805      2000     40000         0     42116    200000   4183797    145.45    154.83  --
493.07/123.67	c  N dy  1699    287101      2000     40000         0     36747    200000   2999820    145.41    170.03  --
509.42/127.70	c  N dy  1816    305480      2000     40000         0     31462    200000   1838873    145.44    154.35  --
509.82/127.88	c  F st  1824    306251      2000     40000         0     32233    200000   1995370    145.49   no data  --
526.98/132.18	c  N dy  1921    324998      2000     40000         0     26317    200000    744760    145.60    157.64  --
544.53/136.54	c  N dy  2043    345386      2000     40000         0     46704    200000   4480532    145.56    153.59  --
554.91/139.16	c  S st  2114    357433      2000     40000         0     33090    200000   1810994    145.54    130.23  --
555.31/139.30	c  S st  2114    357937      2000     40000         0     33594    200000   1894151    145.54   no data  --
555.31/139.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
555.31/139.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
555.73/139.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
556.14/139.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
556.14/139.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
556.14/139.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
556.14/139.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
606.36/152.03	c lits-rem:       518  cl-subs:        5  v-elim:      0  v-fix:    0  time: 50.25 s
606.36/152.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
606.36/152.05	c vivif2 --  cl tried    33589 cl shrink        0 lits rem          0 time: 0.08
607.16/152.28	c asymm  cl-useful: 0/11506/40000 lits-rem:0 time: 0.89
607.16/152.28	c calculated reachability. Time: 0.00
607.16/152.28	c  N dy  2114    357937      2000     40000         0     33589    200000   1891811    145.54   no data  --
625.52/156.88	c  N dy  2238    377939      2000     40000         0     26929    200000    502861    145.52    153.37  --
643.07/161.20	c  N dy  2361    398099      2000     40000         0     47086    200000   4219773    145.54    155.34  --
660.62/165.65	c  N dy  2479    418240      2000     40000         0     39557    200000   2650719    145.54    156.29  --
679.77/170.48	c  N dy  2607    438274      2000     40000         0     30921    200000    885569    145.55    153.92  --
697.73/174.99	c  N dy  2736    458447      2000     40000         0     51091    200000   4593623    145.56    154.38  --
716.08/179.59	c  N dy  2852    478508      2000     40000         0     41496    200000   2633450    145.50    154.41  --
736.43/184.63	c  N dy  2981    498563      2000     40000         0     30885    200000    527800    145.57    154.47  --
754.39/189.15	c  N dy  3114    518598      2000     40000         0     50912    200000   4213340    145.60    154.36  --
772.33/193.64	c  S st  3222    536908      2000     40000         0     37559    200000   1598801    145.58   no data  --
773.14/193.80	c  S st  3222    537410      2000     40000         0     38061    200000   1673768    145.58   no data  --
773.14/193.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
773.14/193.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
773.14/193.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
773.54/193.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
773.54/193.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.54/193.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
773.54/193.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
810.26/203.13	c lits-rem:       410  cl-subs:        5  v-elim:      0  v-fix:    0  time: 36.70 s
810.26/203.13	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
810.26/203.15	c vivif2 --  cl tried    38056 cl shrink        0 lits rem          0 time: 0.07
812.23/203.60	c asymm  cl-useful: 0/26332/40000 lits-rem:0 time: 1.78
812.23/203.60	c calculated reachability. Time: 0.00
812.23/203.60	c  N dy  3222    537410      2000     40000         0     38056    200000   1670926    145.58   no data  --
830.98/208.35	c  N dy  3327    557638      2000     40000         0     58270    200000   5372530    145.53    153.42  --
850.17/213.17	c  N dy  3455    577715      2000     40000         0     45689    200000   2886134    145.56    166.45  --
871.27/218.40	c  N dy  3570    597748      2000     40000         0     65716    200000   6573492    145.54    155.40  --
890.02/223.11	c  N dy  3697    617761      2000     40000         0     52067    200000   3885973    145.56    157.01  --
911.19/228.49	c  N dy  3820    637786      2000     40000         0     37432    200000   1042700    145.55    153.28  --
930.71/233.34	c  N dy  3943    658033      2000     40000         0     57674    200000   4750329    145.53    156.53  --
952.26/238.73	c  N dy  4071    678154      2000     40000         0     42138    200000   1712107    145.55    156.57  --
972.21/243.79	c  N dy  4201    698201      2000     40000         0     62174    200000   5414174    145.58    191.68  --
993.35/249.08	c  N dy  4322    718662      2000     40000         0     45976    200000   2247420    145.58    155.30  --
1014.49/254.32	c  N dy  4443    738865      2000     40000         0     66171    200000   5959714    145.57    153.80  --
1035.64/259.67	c  N dy  4567    758920      2000     40000         0     48567    200000   2552601    145.59    155.95  --
1057.18/265.06	c  N dy  4697    778922      2000     40000         0     68567    200000   6250710    145.61    156.16  --
1078.72/270.43	c  N dy  4823    798987      2000     40000         0     49966    200000   2607981    145.62    154.78  --
1085.91/272.28	c  S st  4870    806115      2000     40000         0     57093    200000   3921535    145.61    137.32  --
1086.74/272.46	c  S st  4870    806615      2000     40000         0     57593    200000   3995049    145.61   no data  --
1086.74/272.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1086.74/272.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1087.15/272.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.24
1087.50/272.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1087.50/272.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1087.50/272.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1087.50/272.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2349.29/588.90	c lits-rem:       526  cl-subs:       13  v-elim:      0  v-fix:    0  time: 1260.25 s
2349.29/588.90	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2349.29/588.94	c vivif2 --  cl tried    57580 cl shrink        0 lits rem          0 time: 0.17
2350.92/589.33	c asymm  cl-useful: 0/13668/40000 lits-rem:0 time: 1.53
2350.92/589.33	c calculated reachability. Time: 0.00
2350.92/589.33	c  N dy  4870    806615      2000     40000         0     57580    200000   3989208    145.61   no data  --
2374.82/595.35	c  N dy  4991    826846      2000     40000         0     77805    200000   7704001    145.60    154.20  --
2395.96/600.66	c  N dy  5126    847593      2000     40000         0     58890    200000   4098730    145.62    153.49  --
2419.90/606.69	c  N dy  5248    867625      2000     40000         0     78917    200000   7819344    145.66    159.99  --
2441.03/611.94	c  N dy  5373    887727      2000     40000         0     58357    200000   3828170    145.66    153.34  --
2465.01/617.94	c  N dy  5495    907863      2000     40000         0     78487    200000   7525365    145.68    156.05  --
2486.54/623.37	c  N dy  5616    927929      2000     40000         0     56893    200000   3382227    145.67    154.37  --
2510.04/629.26	c  N dy  5746    947943      2000     40000         0     76904    200000   7081901    145.70    168.99  --
2533.18/635.00	c  N dy  5878    967985      2000     40000         0     54287    200000   2722926    145.73    159.96  --
2555.92/640.75	c  N dy  6003    988131      2000     40000         0     74427    200000   6435506    145.73    153.44  --
2580.25/646.80	c  N dy  6122   1008197      2000     40000         0     50834    200000   1890055    145.71    160.96  --
2602.19/652.39	c  N dy  6249   1028311      2000     40000         0     70941    200000   5620502    145.71    155.12  --
2628.51/658.93	c  N dy  6367   1048392      2000     40000         0     46364    200000    913471    145.72    155.43  --
2649.30/664.19	c  N dy  6494   1068507      2000     40000         0     66473    200000   4628318    145.73    156.39  --
2653.28/665.19	c  F st  6516   1071875      2000     40000         0     69840    200000   5238841    145.73   no data  --
2673.99/670.36	c  N dy  6588   1088511      2000     40000         0     86470    200000   8404841    145.73    156.32  --
2696.73/676.03	c  N dy  6713   1108624      2000     40000         0     60928    200000   3398067    145.74    154.18  --
2721.46/682.20	c  N dy  6835   1128824      2000     40000         0     81123    200000   7116408    145.74    153.44  --
2746.59/688.56	c  N dy  6961   1149086      2000     40000         0     54723    200000   2093169    145.75    153.44  --
2769.74/694.35	c  N dy  7091   1169134      2000     40000         0     74764    200000   5797036    145.78    154.32  --
2796.45/701.03	c  N dy  7196   1189211      2000     40000         0     94834    200000   9484429    145.75    155.29  --
2818.40/706.50	c  N dy  7321   1209249      2000     40000         0     67218    200000   4250147    145.76    207.45  --
2819.19/706.70	c  S st  7326   1209922      2000     40000         0     67891    200000   4374147    145.76   no data  --
2820.02/706.92	c  S st  7326   1210422      2000     40000         0     68391    200000   4450797    145.76   no data  --
2820.02/706.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2820.02/706.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2820.02/707.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
2820.78/707.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2820.78/707.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2820.78/707.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2820.78/707.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4539.72/1138.10	c lits-rem:       227  cl-subs:       10  v-elim:      0  v-fix:    0  time: 1718.07 s
4539.72/1138.10	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
4540.14/1138.15	c vivif2 --  cl tried    68381 cl shrink        0 lits rem          0 time: 0.18
4542.11/1138.68	c asymm  cl-useful: 0/18788/40000 lits-rem:0 time: 2.12
4542.11/1138.68	c calculated reachability. Time: 0.00
4542.11/1138.68	c  N dy  7326   1210422      2000     40000         0     68381    200000   4447150    145.76   no data  --
4570.03/1145.63	c  N dy  7436   1230872      2000     40000         0     88821    200000   8189077    145.74    155.81  --
4596.36/1152.26	c  N dy  7563   1251024      2000     40000         0     60318    200000   2777515    145.75    159.05  --
4622.28/1158.76	c  N dy  7693   1271076      2000     40000         0     80359    200000   6511134    145.78    157.99  --
4652.60/1166.32	c  N dy  7808   1291122      2000     40000         0     50754    200000    841373    145.77    171.24  --
4676.16/1172.23	c  N dy  7936   1311194      2000     40000         0     70819    200000   4556872    145.78    156.10  --
4704.86/1179.44	c  N dy  8069   1331357      2000     40000         0     90971    200000   8301726    145.82    157.48  --
4732.39/1186.39	c  N dy  8188   1351372      2000     40000         0     60335    200000   2419562    145.83    156.30  --
4759.12/1193.02	c  N dy  8325   1371376      2000     40000         0     80327    200000   6136033    145.85    185.58  --
4788.63/1200.42	c  N dy  8452   1391428      2000     40000         0    100374    200000   9830303    145.85    156.98  --

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

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

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


[startup+0 s]
/proc/loadavg: 8.04 8.06 8.02 2/325 20325
/proc/meminfo: memFree=23418996/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=183684 CPUtime=0 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1564 0 0 0 0 0 0 0 25 0 4 0 632435747 188092416 1478 33554432000 4194304 4650419 140736698167648 18446744073709551615 4316340 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 45921 1493 340 112 0 40886 0
[pid=20325/tid=20326] ppid=20323 vsize=209088 CPUtime=0 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 547 0 0 0 0 0 0 0 25 0 4 0 632435748 214106112 2078 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=209088 CPUtime=0 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 551 0 0 0 0 0 0 0 25 0 4 0 632435748 214106112 2081 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=209088 CPUtime=0 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 108 0 0 0 0 0 0 0 25 0 4 0 632435748 214106112 2082 33554432000 4194304 4650419 140736698167648 18446744073709551615 270338383675 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.063543 s]
/proc/loadavg: 8.04 8.06 8.02 2/325 20325
/proc/meminfo: memFree=23418996/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=295952 CPUtime=1.11 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 9862 0 0 0 109 2 0 0 18 0 4 0 632435747 303054848 8170 33554432000 4194304 4650419 140736698167648 18446744073709551615 270338427063 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 73988 8190 377 112 0 68953 0
[pid=20325/tid=20326] ppid=20323 vsize=295952 CPUtime=0.27 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) S 20323 20325 20095 0 -1 4202560 2143 0 0 0 27 0 0 0 18 0 4 0 632435748 303054848 8203 33554432000 4194304 4650419 140736698167648 18446744073709551615 270338488814 0 0 4096 2 18446604450156464128 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=295952 CPUtime=0.27 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 2756 0 0 0 27 0 0 0 18 0 4 0 632435748 303054848 8215 33554432000 4194304 4650419 140736698167648 18446744073709551615 270338081207 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=303856 CPUtime=0.79 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 3106 0 0 0 79 0 0 0 19 0 4 0 632435748 311148544 13879 33554432000 4194304 4650419 140736698167648 18446744073709551615 270338427015 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 295952

[startup+0.913324 s]
/proc/loadavg: 8.04 8.06 8.02 2/325 20325
/proc/meminfo: memFree=23418996/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=303612 CPUtime=3.61 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 19162 0 0 0 356 5 0 0 18 0 4 0 632435747 310898688 14555 33554432000 4194304 4650419 140736698167648 18446744073709551615 4334075 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 75903 14555 391 112 0 70868 0
[pid=20325/tid=20326] ppid=20323 vsize=303612 CPUtime=0.89 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 5046 0 0 0 88 1 0 0 18 0 4 0 632435748 310898688 14555 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=303612 CPUtime=0.89 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 5159 0 0 0 89 0 0 0 18 0 4 0 632435748 310898688 14555 33554432000 4194304 4650419 140736698167648 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=303612 CPUtime=0.89 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 3270 0 0 0 89 0 0 0 19 0 4 0 632435748 310898688 14555 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 303612

[startup+1.01331 s]
/proc/loadavg: 8.04 8.06 8.02 2/325 20325
/proc/meminfo: memFree=23418996/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=303612 CPUtime=4.01 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 19837 0 0 0 396 5 0 0 18 0 4 0 632435747 310898688 15229 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 75903 15230 391 112 0 70868 0
[pid=20325/tid=20326] ppid=20323 vsize=303612 CPUtime=0.99 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 5236 0 0 0 98 1 0 0 18 0 4 0 632435748 310898688 15230 33554432000 4194304 4650419 140736698167648 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=303612 CPUtime=0.99 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 5319 0 0 0 99 0 0 0 18 0 4 0 632435748 310898688 15230 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=303612 CPUtime=0.99 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 3435 0 0 0 99 0 0 0 19 0 4 0 632435748 310898688 15230 33554432000 4194304 4650419 140736698167648 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 303612

[startup+1.10895 s]
/proc/loadavg: 8.04 8.06 8.02 2/325 20325
/proc/meminfo: memFree=23418996/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=314448 CPUtime=4.38 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 21001 0 0 0 433 5 0 0 19 0 4 0 632435747 321994752 15281 33554432000 4194304 4650419 140736698167648 18446744073709551615 4333785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 78908 15323 391 112 0 73873 0
[pid=20325/tid=20326] ppid=20323 vsize=315632 CPUtime=1.09 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 5396 0 0 0 108 1 0 0 19 0 4 0 632435748 323207168 15328 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=315632 CPUtime=1.1 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 6027 0 0 0 109 1 0 0 19 0 4 0 632435748 323207168 15331 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=315632 CPUtime=1.09 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 3593 0 0 0 109 0 0 0 19 0 4 0 632435748 323207168 15334 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 314448

[startup+1.50021 s]
/proc/loadavg: 8.04 8.06 8.02 2/325 20325
/proc/meminfo: memFree=23418996/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=307108 CPUtime=5.95 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 24997 0 0 0 589 6 0 0 19 0 4 0 632435747 314478592 15394 33554432000 4194304 4650419 140736698167648 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 76777 15394 391 112 0 71742 0
[pid=20325/tid=20326] ppid=20323 vsize=307108 CPUtime=1.48 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 6797 0 0 0 146 2 0 0 19 0 4 0 632435748 314478592 15394 33554432000 4194304 4650419 140736698167648 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=307108 CPUtime=1.48 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 6650 0 0 0 147 1 0 0 19 0 4 0 632435748 314478592 15394 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=307108 CPUtime=1.48 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 4170 0 0 0 148 0 0 0 20 0 4 0 632435748 314478592 15394 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 307108

[startup+3.10089 s]
/proc/loadavg: 8.04 8.06 8.02 9/337 20337
/proc/meminfo: memFree=23285844/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=309024 CPUtime=12.33 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 39654 0 0 0 1224 9 0 0 23 0 4 0 632435747 316440576 15229 33554432000 4194304 4650419 140736698167648 18446744073709551615 4339788 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 77256 15229 392 112 0 72221 0
[pid=20325/tid=20326] ppid=20323 vsize=309024 CPUtime=3.08 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 10922 0 0 0 306 2 0 0 24 0 4 0 632435748 316440576 15229 33554432000 4194304 4650419 140736698167648 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=309024 CPUtime=3.08 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 10302 0 0 0 306 2 0 0 24 0 4 0 632435748 316440576 15229 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=309024 CPUtime=3.06 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 7860 0 0 0 305 1 0 0 25 0 4 0 632435748 316440576 15229 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 309024

[startup+6.31226 s]
/proc/loadavg: 8.04 8.06 8.02 9/337 20337
/proc/meminfo: memFree=23178316/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=320112 CPUtime=25.14 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 75033 0 0 0 2496 18 0 0 25 0 4 0 632435747 327794688 35419 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 80028 35419 393 112 0 74993 0
[pid=20325/tid=20326] ppid=20323 vsize=320112 CPUtime=6.29 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 20634 0 0 0 624 5 0 0 25 0 4 0 632435748 327794688 35419 33554432000 4194304 4650419 140736698167648 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=320112 CPUtime=6.29 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 17938 0 0 0 625 4 0 0 25 0 4 0 632435748 327794688 35419 33554432000 4194304 4650419 140736698167648 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=320112 CPUtime=6.23 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 13683 0 0 0 621 2 0 0 25 0 4 0 632435748 327794688 35419 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 320112

[startup+12.701 s]
/proc/loadavg: 8.03 8.05 8.01 9/337 20337
/proc/meminfo: memFree=23050344/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=323736 CPUtime=50.64 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 99041 0 0 0 5041 23 0 0 25 0 4 0 632435747 331505664 48428 33554432000 4194304 4650419 140736698167648 18446744073709551615 4438944 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 80934 48428 393 112 0 75899 0
[pid=20325/tid=20326] ppid=20323 vsize=323736 CPUtime=12.68 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 25186 0 0 0 1263 5 0 0 25 0 4 0 632435748 331505664 48429 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=323736 CPUtime=12.68 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 22267 0 0 0 1263 5 0 0 25 0 4 0 632435748 331505664 48429 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=323736 CPUtime=12.56 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 23960 0 0 0 1252 4 0 0 25 0 4 0 632435748 331505664 48429 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 323736

[startup+25.5005 s]
/proc/loadavg: 8.19 8.08 8.02 9/337 20338
/proc/meminfo: memFree=22860028/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=541148 CPUtime=101.68 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 149367 0 0 0 10135 33 0 0 25 0 4 0 632435747 554135552 75889 33554432000 4194304 4650419 140736698167648 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 135287 75889 393 112 0 130252 0
[pid=20325/tid=20326] ppid=20323 vsize=541148 CPUtime=25.48 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 37363 0 0 0 2540 8 0 0 25 0 4 0 632435748 554135552 75889 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=541148 CPUtime=25.48 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 41533 0 0 0 2539 9 0 0 25 0 4 0 632435748 554135552 75889 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=541148 CPUtime=25.22 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 34831 0 0 0 2515 7 0 0 25 0 4 0 632435748 554135552 75889 33554432000 4194304 4650419 140736698167648 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 541148

[startup+51.1004 s]
/proc/loadavg: 8.19 8.09 8.03 9/337 20338
/proc/meminfo: memFree=22748452/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=641796 CPUtime=203.83 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 214857 0 0 0 20332 51 0 0 25 0 4 0 632435747 657199104 98462 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 160449 98462 393 112 0 155414 0
[pid=20325/tid=20326] ppid=20323 vsize=641796 CPUtime=51.07 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 50927 0 0 0 5097 10 0 0 25 0 4 0 632435748 657199104 98462 33554432000 4194304 4650419 140736698167648 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=641796 CPUtime=51.08 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 61348 0 0 0 5093 15 0 0 25 0 4 0 632435748 657199104 98462 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=641796 CPUtime=50.57 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 48461 0 0 0 5046 11 0 0 25 0 4 0 632435748 657199104 98462 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 641796

[startup+102.3 s]
/proc/loadavg: 8.14 8.09 8.03 9/337 20340
/proc/meminfo: memFree=22573656/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=783712 CPUtime=408.09 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 317970 0 0 0 40727 82 0 0 25 0 4 0 632435747 802521088 121842 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 195928 121842 393 112 0 190893 0
[pid=20325/tid=20326] ppid=20323 vsize=783712 CPUtime=102.27 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 73592 0 0 0 10211 16 0 0 25 0 4 0 632435748 802521088 121842 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=783712 CPUtime=102.28 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 87623 0 0 0 10203 25 0 0 25 0 4 0 632435748 802521088 121842 33554432000 4194304 4650419 140736698167648 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=783712 CPUtime=101.24 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 87400 0 0 0 10101 23 0 0 25 0 4 0 632435748 802521088 121842 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 783712

[startup+162.3 s]

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

[pid=20325] ppid=20323 vsize=1005244 CPUtime=2801.65 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 922706 0 0 0 279807 358 0 0 25 0 4 0 632435747 1029369856 177993 33554432000 4194304 4650419 140736698167648 18446744073709551615 4331032 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 251311 177994 393 112 0 246276 0
[pid=20325/tid=20326] ppid=20323 vsize=1005244 CPUtime=702.28 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 109796 0 0 0 70196 32 0 0 25 0 4 0 632435748 1029369856 177994 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1005244 CPUtime=702.3 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 70115 115 0 0 25 0 4 0 632435748 1029369856 177994 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1005244 CPUtime=694.85 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 301027 0 0 0 69369 116 0 0 25 0 4 0 632435748 1029369856 177994 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.65
Current children cumulated vsize (KiB) 1005244

[startup+762.3 s]
/proc/loadavg: 8.13 8.11 8.06 9/337 20357
/proc/meminfo: memFree=21991656/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1059108 CPUtime=3040.98 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 954279 0 0 0 303731 367 0 0 25 0 4 0 632435747 1084526592 179509 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 264777 179509 393 112 0 259742 0
[pid=20325/tid=20326] ppid=20323 vsize=1059108 CPUtime=762.29 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 115134 0 0 0 76194 35 0 0 25 0 4 0 632435748 1084526592 179509 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1059108 CPUtime=762.31 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 76116 115 0 0 25 0 4 0 632435748 1084526592 179509 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1059108 CPUtime=754.19 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 324191 0 0 0 75297 122 0 0 25 0 4 0 632435748 1084526592 179509 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.98
Current children cumulated vsize (KiB) 1059108

[startup+822.3 s]
/proc/loadavg: 8.20 8.12 8.06 9/337 20359
/proc/meminfo: memFree=21901224/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1060500 CPUtime=3280.35 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1015192 0 0 0 327642 393 0 0 25 0 4 0 632435747 1085952000 175017 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 265125 175017 393 112 0 260090 0
[pid=20325/tid=20326] ppid=20323 vsize=1060500 CPUtime=822.28 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 154125 0 0 0 82171 57 0 0 25 0 4 0 632435748 1085952000 175017 33554432000 4194304 4650419 140736698167648 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1060500 CPUtime=822.31 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 82116 115 0 0 25 0 4 0 632435748 1085952000 175017 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1060500 CPUtime=813.56 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 346113 0 0 0 81231 125 0 0 25 0 4 0 632435748 1085952000 175017 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.35
Current children cumulated vsize (KiB) 1060500

[startup+882.301 s]
/proc/loadavg: 8.20 8.13 8.07 9/337 20361
/proc/meminfo: memFree=21819476/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1060880 CPUtime=3519.68 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1045601 0 0 0 351563 405 0 0 25 0 4 0 632435747 1086341120 184925 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 265220 184925 393 112 0 260185 0
[pid=20325/tid=20326] ppid=20323 vsize=1060880 CPUtime=882.29 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 172959 0 0 0 88161 68 0 0 25 0 4 0 632435748 1086341120 184925 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1060880 CPUtime=882.31 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 88116 115 0 0 25 0 4 0 632435748 1086341120 184925 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1060880 CPUtime=872.91 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 357688 0 0 0 87164 127 0 0 25 0 4 0 632435748 1086341120 184925 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.68
Current children cumulated vsize (KiB) 1060880

[startup+942.301 s]
/proc/loadavg: 8.49 8.22 8.10 9/337 20365
/proc/meminfo: memFree=21827208/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1061904 CPUtime=3759.06 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1084561 0 0 0 375481 425 0 0 25 0 4 0 632435747 1087389696 181916 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 265476 181916 393 112 0 260441 0
[pid=20325/tid=20326] ppid=20323 vsize=1061904 CPUtime=942.29 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 208820 0 0 0 94142 87 0 0 25 0 4 0 632435748 1087389696 181919 33554432000 4194304 4650419 140736698167648 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1061904 CPUtime=942.33 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 94118 115 0 0 25 0 4 0 632435748 1087389696 181919 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1061904 CPUtime=932.26 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 360790 0 0 0 93099 127 0 0 25 0 4 0 632435748 1087389696 181919 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476175 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.06
Current children cumulated vsize (KiB) 1061904

[startup+1002.3 s]
/proc/loadavg: 8.29 8.21 8.10 9/337 20367
/proc/meminfo: memFree=21814092/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1009936 CPUtime=3998.39 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1123937 0 0 0 399393 446 0 0 25 0 4 0 632435747 1034174464 174002 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 252484 174002 393 112 0 247449 0
[pid=20325/tid=20326] ppid=20323 vsize=1009936 CPUtime=1002.28 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 244674 0 0 0 100122 106 0 0 25 0 4 0 632435748 1034174464 174002 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1009936 CPUtime=1002.32 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 100117 115 0 0 25 0 4 0 632435748 1034174464 174002 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1009936 CPUtime=991.61 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 364309 0 0 0 99033 128 0 0 25 0 4 0 632435748 1034174464 174002 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.39
Current children cumulated vsize (KiB) 1009936

[startup+1062.31 s]
/proc/loadavg: 8.15 8.19 8.10 9/337 20368
/proc/meminfo: memFree=21811712/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1063136 CPUtime=4237.78 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1152528 0 0 0 423322 456 0 0 25 0 4 0 632435747 1088651264 188730 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 265784 188730 393 112 0 260749 0
[pid=20325/tid=20326] ppid=20323 vsize=1063136 CPUtime=1062.3 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 268057 0 0 0 106115 115 0 0 25 0 4 0 632435748 1088651264 188730 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1063136 CPUtime=1062.34 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 106118 116 0 0 25 0 4 0 632435748 1088651264 188730 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1063136 CPUtime=1050.97 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 369517 0 0 0 104968 129 0 0 25 0 4 0 632435748 1088651264 188730 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.78
Current children cumulated vsize (KiB) 1063136

[startup+1122.3 s]
/proc/loadavg: 8.05 8.15 8.09 9/337 20370
/proc/meminfo: memFree=21698220/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1063136 CPUtime=4477.08 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1163382 0 0 0 447251 457 0 0 25 0 4 0 632435747 1088651264 188822 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 265784 188822 393 112 0 260749 0
[pid=20325/tid=20326] ppid=20323 vsize=1063136 CPUtime=1122.3 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 273229 0 0 0 112114 116 0 0 25 0 4 0 632435748 1088651264 188822 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1063136 CPUtime=1122.33 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 112117 116 0 0 25 0 4 0 632435748 1088651264 188822 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1063136 CPUtime=1110.31 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 375199 0 0 0 110901 130 0 0 25 0 4 0 632435748 1088651264 188822 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.08
Current children cumulated vsize (KiB) 1063136

[startup+1182.3 s]
/proc/loadavg: 8.07 8.14 8.09 9/337 20372
/proc/meminfo: memFree=21660588/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1076920 CPUtime=4716.43 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1196542 0 0 0 471171 472 0 0 25 0 4 0 632435747 1102766080 193852 33554432000 4194304 4650419 140736698167648 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 269230 193852 393 112 0 264195 0
[pid=20325/tid=20326] ppid=20323 vsize=1076920 CPUtime=1182.29 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277277 0 0 0 118113 116 0 0 25 0 4 0 632435748 1102766080 193852 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1076920 CPUtime=1182.33 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 118117 116 0 0 25 0 4 0 632435748 1102766080 193852 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1076920 CPUtime=1169.66 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 382012 0 0 0 116835 131 0 0 25 0 4 0 632435748 1102766080 193852 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.43
Current children cumulated vsize (KiB) 1076920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.05 8.13 8.09 9/337 20372
/proc/meminfo: memFree=21700376/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1023464 CPUtime=4800.21 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1213978 0 0 0 479542 479 0 0 25 0 4 0 632435747 1048027136 190476 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 255866 190476 393 112 0 250831 0
[pid=20325/tid=20326] ppid=20323 vsize=1023464 CPUtime=1203.3 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277491 0 0 0 120214 116 0 0 25 0 4 0 632435748 1048027136 190480 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1023464 CPUtime=1203.34 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 120218 116 0 0 25 0 4 0 632435748 1048027136 190480 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1023464 CPUtime=1190.43 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 389017 0 0 0 118909 134 0 0 25 0 4 0 632435748 1048027136 190480 33554432000 4194304 4650419 140736698167648 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1023464

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

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

[startup+1203.3 s]
/proc/loadavg: 8.05 8.13 8.09 9/337 20372
/proc/meminfo: memFree=21700376/32951124 swapFree=59367104/67111528
[pid=20325] ppid=20323 vsize=1023464 CPUtime=4800.21 cores=0,2,4,6
/proc/20325/stat : 20325 (strangenight1-m) R 20323 20325 20095 0 -1 4202496 1213978 0 0 0 479542 479 0 0 25 0 4 0 632435747 1048027136 190476 33554432000 4194304 4650419 140736698167648 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20325/statm: 255866 190476 393 112 0 250831 0
[pid=20325/tid=20326] ppid=20323 vsize=1023464 CPUtime=1203.3 cores=0,2,4,6
/proc/20325/task/20326/stat : 20326 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277491 0 0 0 120214 116 0 0 25 0 4 0 632435748 1048027136 190480 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20325/tid=20327] ppid=20323 vsize=1023464 CPUtime=1203.34 cores=0,2,4,6
/proc/20325/task/20327/stat : 20327 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 277904 0 0 0 120218 116 0 0 25 0 4 0 632435748 1048027136 190480 33554432000 4194304 4650419 140736698167648 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20325/tid=20328] ppid=20323 vsize=1023464 CPUtime=1190.43 cores=0,2,4,6
/proc/20325/task/20328/stat : 20328 (strangenight1-m) R 20323 20325 20095 0 -1 4202560 389017 0 0 0 118909 134 0 0 25 0 4 0 632435748 1048027136 190480 33554432000 4194304 4650419 140736698167648 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1023464

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.35
CPU time (s): 4800.29
CPU user time (s): 4795.46
CPU system time (s): 4.82827
CPU usage (%): 398.91
Max. virtual memory (cumulated for all children) (KiB): 1077200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.46
system time used= 4.82827
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1213986
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= 2668
involuntary context switches= 23991

runsolver used 3.69744 second user time and 9.2316 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 21:10:01
IDJOB=3368666
IDBENCH=82675
IDSOLVER=1846
FILE ID=node143/3368666-1305400201
RUNJOBID= node143-1305397790-20113
PBS_JOBID= 13324468
Free space on /tmp= 73416 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S922811046-076-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368666-1305400201/watcher-3368666-1305400201 -o /tmp/evaluation-result-3368666-1305400201/solver-3368666-1305400201 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368666-1305400201.cnf

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

MD5SUM BENCH= e99bff721d695892a53f60adc73d403b
RANDOM SEED=1975781207

node143.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.846
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.846
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.15
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.846
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.846
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.83
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23419284 kB
Buffers:        141184 kB
Cached:         647528 kB
SwapCached:      67336 kB
Active:          80844 kB
Inactive:      9228100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23419284 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:           14004 kB
Writeback:           0 kB
AnonPages:     8452696 kB
Mapped:          22056 kB
Slab:           105156 kB
PageTables:      53372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69937224 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= 73404 MiB
End job on node143 at 2011-05-14 21:30:07