Trace number 3175057

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.32 1201.75

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-3175057-1304080127.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.08 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.92
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.09/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.09/0.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.09/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
0.09/0.83	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.83	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.09/0.83	c calculated reachability. Time: 0.00
0.09/0.83	c Calc default polars -  time:   0.01 s pos:     970 undec:      69 neg:     961
0.09/0.83	c =========================================================================================
0.09/0.83	c types(t): F = full restart, N = normal restart
0.09/0.83	c types(t): S = simplification begin/end, E = solution found
0.09/0.83	c restart types(rt): st = static, dy = dynamic
0.09/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.83	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
3.57/0.93	c  N dy    21      4297      2000     40000         0      4291    200000    851110    151.06    159.01  --
5.16/1.32	c  N dy    43      8409      2000     40000         0      5076    200000    561692    147.15    158.44  --
7.18/1.83	c  N dy    67     12688      2000     40000         0      9354    200000   1342257    145.81    153.62  --
9.15/2.33	c  N dy    92     16727      2000     40000         0      7896    200000    754757    145.40    154.67  --
11.17/2.82	c  N dy   113     20739      2000     40000         0     11906    200000   1490757    145.18    154.12  --
13.16/3.33	c  N dy   137     24744      2000     40000         0      8831    200000    635808    144.75    154.15  --
13.16/3.37	c  F st   139     25001      2000     40000         0      9088    200000    681603    144.72    126.42  --
15.57/4.00	c  N dy   145     30000      2000     40000         0     14084    200000   1672759    144.72   no data  --
15.57/4.00	c  S st   145     30000      2000     40000         0     14084    200000   1672759    144.72   no data  --
15.97/4.08	c  S st   145     30501      2000     40000         0     14585    200000   1754251    144.72   no data  --
15.97/4.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.97/4.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.35/4.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.75/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.75/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.92/9.05	c lits-rem:      1246  cl-subs:       12  v-elim:      0  v-fix:    0  time: 19.27 s
37.53/9.42	c asymm  cl-useful: 0/39312/40000 lits-rem:0 time: 1.45
37.53/9.42	c calculated reachability. Time: 0.00
37.53/9.42	c  N dy   145     30501      2000     40000         0     14573    200000   1748132    144.72   no data  --
39.92/10.04	c  N dy   167     34658      2000     40000         0     10360    200000    708124    144.48    153.78  --
41.94/10.60	c  N dy   191     38715      2000     40000         0     14417    200000   1440704    144.16    152.30  --
44.31/11.19	c  N dy   216     42781      2000     40000         0     18482    200000   2209488    144.59    152.25  --
46.32/11.60	c  S st   235     45753      2000     40000         0     11936    200000    787461    144.57    145.05  --
46.32/11.69	c  S st   235     46262      2000     40000         0     12445    200000    867347    144.57   no data  --
46.32/11.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.32/11.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.73/11.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
46.73/11.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.73/11.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.73/11.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
46.73/11.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.48/15.50	c lits-rem:       859  cl-subs:        0  v-elim:      0  v-fix:    0  time: 14.89 s
61.88/15.50	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
61.88/15.51	c vivif2 --  cl tried    12445 cl shrink        0 lits rem          0 time: 0.04
61.88/15.52	c asymm  cl-useful: 0/688/40000 lits-rem:0 time: 0.03
61.88/15.52	c calculated reachability. Time: 0.00
61.88/15.52	c  N dy   235     46262      2000     40000         0     12445    200000    866488    144.57   no data  --
64.30/16.12	c  N dy   261     50424      2000     40000         0     16606    200000   1632587    144.71    152.40  --
66.68/16.74	c  N dy   286     54511      2000     40000         0     20693    200000   2386156    144.71    154.99  --
69.07/17.32	c  N dy   313     58609      2000     40000         0     14197    200000   1006749    144.83    153.39  --
71.07/17.89	c  N dy   335     62649      2000     40000         0     18237    200000   1736540    144.66    153.92  --
73.86/18.58	c  N dy   361     66831      2000     40000         0     22419    200000   2494208    144.72    153.68  --
75.46/18.96	c  S st   377     69395      2000     40000         0     13358    200000    665626    144.66    138.21  --
75.86/19.05	c  S st   377     69896      2000     40000         0     13859    200000    736154    144.66   no data  --
75.86/19.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
75.86/19.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.86/19.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
76.26/19.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.26/19.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.26/19.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.26/19.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
97.03/24.39	c lits-rem:      1950  cl-subs:        3  v-elim:      0  v-fix:    0  time: 21.06 s
97.03/24.39	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
97.43/24.40	c vivif2 --  cl tried    13856 cl shrink        0 lits rem          0 time: 0.03
98.64/24.79	c asymm  cl-useful: 0/39661/40000 lits-rem:0 time: 1.54
98.64/24.79	c calculated reachability. Time: 0.00
98.64/24.79	c  N dy   377     69896      2000     40000         0     13856    200000    733091    144.66   no data  --
101.82/25.52	c  N dy   405     74509      2000     40000         0     18467    200000   1579974    144.72    154.13  --
105.02/26.37	c  N dy   436     79360      2000     40000         0     23317    200000   2463226    144.73    164.96  --
108.62/27.24	c  N dy   470     84516      2000     40000         0     15827    200000    950166    144.84    161.08  --
110.62/27.74	c  F st   490     87500      2000     40000         0     18810    200000   1502833    144.96    146.44  --
113.01/28.30	c  N st   495     90797      2000     40000         0     22103    200000   2185415    144.96   no data  --
117.41/29.41	c  N dy   524     96673      2000     40000         0     14319    200000    485733    145.04    153.00  --
121.42/30.42	c  N dy   560    102943      2000     40000         0     20588    200000   1606140    144.88    156.23  --
122.60/30.76	c  S st   572    104847      2000     40000         0     22492    200000   1953666    144.82    110.63  --
123.00/30.88	c  S st   572    105348      2000     40000         0     22993    200000   2028998    144.82   no data  --
123.00/30.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
123.00/30.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.40/30.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
123.80/31.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
123.80/31.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.80/31.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
123.80/31.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.72/44.58	c lits-rem:       687  cl-subs:        3  v-elim:      0  v-fix:    0  time: 54.12 s
177.72/44.58	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
177.72/44.60	c vivif2 --  cl tried    22990 cl shrink        0 lits rem          0 time: 0.07
179.31/44.94	c asymm  cl-useful: 0/33134/40000 lits-rem:0 time: 1.37
179.31/44.95	c calculated reachability. Time: 0.00
179.31/44.95	c  N dy   572    105348      2000     40000         0     22990    200000   2027197    144.82   no data  --
183.71/46.08	c  N dy   618    112241      2000     40000         0     15223    200000    465147    144.82    153.29  --
188.10/47.11	c  N dy   662    119426      2000     40000         0     22408    200000   1797036    144.87    154.46  --
193.29/48.40	c  N dy   712    127071      2000     40000         0     30046    200000   3203596    144.90    152.60  --
198.09/49.68	c  N dy   768    135263      2000     40000         0     22579    200000   1640943    145.09    154.32  --
204.08/51.16	c  N dy   829    144000      2000     40000         0     31313    200000   3254623    145.30    153.02  --
210.47/52.72	c  N dy   886    153438      2000     40000         0     24096    200000   1739335    145.16    155.60  --
213.69/53.51	c  S st   912    158022      2000     40000         0     28680    200000   2574200    145.11    131.71  --
214.06/53.64	c  S st   912    158525      2000     40000         0     29183    200000   2655102    145.11   no data  --
214.06/53.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
214.06/53.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
214.06/53.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
214.46/53.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.46/53.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.46/53.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
214.46/53.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.96/74.64	c lits-rem:       689  cl-subs:        3  v-elim:      0  v-fix:    0  time: 83.18 s
297.96/74.64	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
297.96/74.67	c vivif2 --  cl tried    29180 cl shrink        0 lits rem          0 time: 0.10
298.36/74.77	c asymm  cl-useful: 0/6866/40000 lits-rem:0 time: 0.41
298.36/74.77	c calculated reachability. Time: 0.00
298.36/74.77	c  N dy   912    158525      2000     40000         0     29180    200000   2653418    145.11   no data  --
305.15/76.49	c  N dy   979    168642      2000     40000         0     21630    200000   1136554    145.36    208.64  --
312.74/78.34	c  N dy  1042    179482      2000     40000         0     32469    200000   3106318    145.32    154.51  --
320.72/80.35	c  N dy  1117    190983      2000     40000         0     25305    200000   1610874    145.34    154.88  --
329.91/82.64	c  N dy  1188    203253      2000     40000         0     37570    200000   3847309    145.27    153.13  --
339.49/85.05	c  N dy  1266    216433      2000     40000         0     31086    200000   2516777    145.27    153.22  --
351.08/87.90	c  N dy  1353    230488      2000     40000         0     24476    200000   1114128    145.26    153.68  --
356.68/89.31	c  S st  1398    237788      2000     40000         0     31772    200000   2438010    145.23   no data  --
357.08/89.45	c  S st  1398    238288      2000     40000         0     32272    200000   2510507    145.23   no data  --
357.08/89.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
357.08/89.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
357.48/89.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
357.88/89.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.88/89.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.88/89.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
357.88/89.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
455.73/114.16	c lits-rem:       596  cl-subs:        5  v-elim:      0  v-fix:    0  time: 98.02 s
455.73/114.16	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
455.73/114.19	c vivif2 --  cl tried    32267 cl shrink        0 lits rem          0 time: 0.10
457.74/114.63	c asymm  cl-useful: 0/28494/40000 lits-rem:0 time: 1.77
457.74/114.63	c calculated reachability. Time: 0.00
457.74/114.63	c  N dy  1398    238288      2000     40000         0     32267    200000   2507813    145.23   no data  --
470.51/117.80	c  N dy  1490    253540      2000     40000         0     25857    200000   1178506    145.30    153.01  --
484.10/121.22	c  N dy  1593    269805      2000     40000         0     42116    200000   4183797    145.45    154.83  --
498.49/124.84	c  N dy  1699    287101      2000     40000         0     36747    200000   2999820    145.41    170.03  --
514.86/128.97	c  N dy  1816    305480      2000     40000         0     31462    200000   1838873    145.44    154.35  --
515.66/129.15	c  F st  1824    306251      2000     40000         0     32233    200000   1995370    145.49   no data  --
533.23/133.53	c  N dy  1921    324998      2000     40000         0     26317    200000    744760    145.60    157.64  --
550.81/137.94	c  N dy  2043    345386      2000     40000         0     46704    200000   4480532    145.56    153.59  --
561.59/140.61	c  S st  2114    357433      2000     40000         0     33090    200000   1810994    145.54    130.23  --
561.99/140.76	c  S st  2114    357937      2000     40000         0     33594    200000   1894151    145.54   no data  --
561.99/140.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
561.99/140.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
562.39/140.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
562.39/140.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
562.39/140.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
562.39/140.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
562.39/140.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
613.14/153.55	c lits-rem:       518  cl-subs:        5  v-elim:      0  v-fix:    0  time: 50.55 s
613.14/153.56	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
613.14/153.58	c vivif2 --  cl tried    33589 cl shrink        0 lits rem          0 time: 0.08
614.32/153.80	c asymm  cl-useful: 0/11506/40000 lits-rem:0 time: 0.90
614.32/153.81	c calculated reachability. Time: 0.00
614.32/153.81	c  N dy  2114    357937      2000     40000         0     33589    200000   1891811    145.54   no data  --
632.70/158.48	c  N dy  2238    377939      2000     40000         0     26929    200000    502861    145.52    153.37  --
650.27/162.86	c  N dy  2361    398099      2000     40000         0     47086    200000   4219773    145.54    155.34  --
668.25/167.37	c  N dy  2479    418240      2000     40000         0     39557    200000   2650719    145.54    156.29  --
687.85/172.28	c  N dy  2607    438274      2000     40000         0     30921    200000    885569    145.55    153.92  --
706.19/176.85	c  N dy  2736    458447      2000     40000         0     51091    200000   4593623    145.56    154.38  --
724.97/181.51	c  N dy  2852    478508      2000     40000         0     41496    200000   2633450    145.50    154.41  --
745.36/186.63	c  N dy  2981    498563      2000     40000         0     30885    200000    527800    145.57    154.47  --
763.72/191.21	c  N dy  3114    518598      2000     40000         0     50912    200000   4213340    145.60    154.36  --
781.69/195.78	c  S st  3222    536908      2000     40000         0     37559    200000   1598801    145.58   no data  --
782.50/195.94	c  S st  3222    537410      2000     40000         0     38061    200000   1673768    145.58   no data  --
782.50/195.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
782.50/195.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
782.90/196.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
782.90/196.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.90/196.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
782.90/196.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
782.90/196.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
819.66/205.26	c lits-rem:       410  cl-subs:        5  v-elim:      0  v-fix:    0  time: 36.69 s
819.66/205.26	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
819.66/205.28	c vivif2 --  cl tried    38056 cl shrink        0 lits rem          0 time: 0.07
821.64/205.73	c asymm  cl-useful: 0/26332/40000 lits-rem:0 time: 1.81
821.64/205.74	c calculated reachability. Time: 0.00
821.64/205.74	c  N dy  3222    537410      2000     40000         0     38056    200000   1670926    145.58   no data  --
840.81/210.57	c  N dy  3327    557638      2000     40000         0     58270    200000   5372530    145.53    153.42  --
860.39/215.46	c  N dy  3455    577715      2000     40000         0     45689    200000   2886134    145.56    166.45  --
881.57/220.76	c  N dy  3570    597748      2000     40000         0     65716    200000   6573492    145.54    155.40  --
900.73/225.55	c  N dy  3697    617761      2000     40000         0     52067    200000   3885973    145.56    157.01  --
922.70/231.00	c  N dy  3820    637786      2000     40000         0     37432    200000   1042700    145.55    153.28  --
942.27/235.91	c  N dy  3943    658033      2000     40000         0     57674    200000   4750329    145.53    156.53  --
963.84/241.37	c  N dy  4071    678154      2000     40000         0     42138    200000   1712107    145.55    156.57  --
984.61/246.50	c  N dy  4201    698201      2000     40000         0     62174    200000   5414174    145.58    191.68  --
1005.78/251.85	c  N dy  4322    718662      2000     40000         0     45976    200000   2247420    145.58    155.30  --
1026.95/257.17	c  N dy  4443    738865      2000     40000         0     66171    200000   5959714    145.57    153.80  --
1048.92/262.60	c  N dy  4567    758920      2000     40000         0     48567    200000   2552601    145.59    155.95  --
1070.52/268.07	c  N dy  4697    778922      2000     40000         0     68567    200000   6250710    145.61    156.16  --
1092.49/273.51	c  N dy  4823    798987      2000     40000         0     49966    200000   2607981    145.62    154.78  --
1099.66/275.38	c  S st  4870    806115      2000     40000         0     57093    200000   3921535    145.61    137.32  --
1100.46/275.57	c  S st  4870    806615      2000     40000         0     57593    200000   3995049    145.61   no data  --
1100.46/275.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1100.46/275.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1100.88/275.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.24
1101.28/275.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1101.28/275.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1101.28/275.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1101.28/275.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2367.94/592.89	c lits-rem:       526  cl-subs:       13  v-elim:      0  v-fix:    0  time: 1264.94 s
2367.94/592.89	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2368.34/592.93	c vivif2 --  cl tried    57580 cl shrink        0 lits rem          0 time: 0.17
2369.93/593.32	c asymm  cl-useful: 0/13668/40000 lits-rem:0 time: 1.56
2369.93/593.33	c calculated reachability. Time: 0.00
2369.93/593.33	c  N dy  4870    806615      2000     40000         0     57580    200000   3989208    145.61   no data  --
2394.31/599.43	c  N dy  4991    826846      2000     40000         0     77805    200000   7704001    145.60    154.20  --
2415.87/604.83	c  N dy  5126    847593      2000     40000         0     58890    200000   4098730    145.62    153.49  --
2440.24/610.98	c  N dy  5248    867625      2000     40000         0     78917    200000   7819344    145.66    159.99  --
2461.41/616.29	c  N dy  5373    887727      2000     40000         0     58357    200000   3828170    145.66    153.34  --
2485.78/622.37	c  N dy  5495    907863      2000     40000         0     78487    200000   7525365    145.68    156.05  --
2507.74/627.87	c  N dy  5616    927929      2000     40000         0     56893    200000   3382227    145.67    154.37  --
2531.71/633.87	c  N dy  5746    947943      2000     40000         0     76904    200000   7081901    145.70    168.99  --
2555.30/639.70	c  N dy  5878    967985      2000     40000         0     54287    200000   2722926    145.73    159.96  --
2578.45/645.57	c  N dy  6003    988131      2000     40000         0     74427    200000   6435506    145.73    153.44  --
2603.22/651.73	c  N dy  6122   1008197      2000     40000         0     50834    200000   1890055    145.71    160.96  --
2625.60/657.40	c  N dy  6249   1028311      2000     40000         0     70941    200000   5620502    145.71    155.12  --
2652.37/664.03	c  N dy  6367   1048392      2000     40000         0     46364    200000    913471    145.72    155.43  --
2673.52/669.35	c  N dy  6494   1068507      2000     40000         0     66473    200000   4628318    145.73    156.39  --
2677.52/670.36	c  F st  6516   1071875      2000     40000         0     69840    200000   5238841    145.73   no data  --
2698.28/675.59	c  N dy  6588   1088511      2000     40000         0     86470    200000   8404841    145.73    156.32  --
2721.45/681.38	c  N dy  6713   1108624      2000     40000         0     60928    200000   3398067    145.74    154.18  --
2747.01/687.71	c  N dy  6835   1128824      2000     40000         0     81123    200000   7116408    145.74    153.44  --
2772.98/694.21	c  N dy  6961   1149086      2000     40000         0     54723    200000   2093169    145.75    153.44  --
2796.15/700.08	c  N dy  7091   1169134      2000     40000         0     74764    200000   5797036    145.78    154.32  --
2824.11/707.02	c  N dy  7196   1189211      2000     40000         0     94834    200000   9484429    145.75    155.29  --
2847.68/712.95	c  N dy  7321   1209249      2000     40000         0     67218    200000   4250147    145.76    207.45  --
2848.48/713.18	c  S st  7326   1209922      2000     40000         0     67891    200000   4374147    145.76   no data  --
2849.70/713.41	c  S st  7326   1210422      2000     40000         0     68391    200000   4450797    145.76   no data  --
2849.70/713.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2849.70/713.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2850.10/713.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.30
2850.48/713.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2850.48/713.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2850.48/713.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2850.48/713.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4576.97/1145.88	c lits-rem:       227  cl-subs:       10  v-elim:      0  v-fix:    0  time: 1725.53 s
4576.97/1145.89	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4577.35/1145.94	c vivif2 --  cl tried    68381 cl shrink        0 lits rem          0 time: 0.19
4579.34/1146.47	c asymm  cl-useful: 0/18788/40000 lits-rem:0 time: 2.13
4579.34/1146.47	c calculated reachability. Time: 0.00
4579.34/1146.47	c  N dy  7326   1210422      2000     40000         0     68381    200000   4447150    145.76   no data  --
4607.72/1153.57	c  N dy  7436   1230872      2000     40000         0     88821    200000   8189077    145.74    155.81  --
4634.87/1160.34	c  N dy  7563   1251024      2000     40000         0     60318    200000   2777515    145.75    159.05  --
4661.63/1167.00	c  N dy  7693   1271076      2000     40000         0     80359    200000   6511134    145.78    157.99  --
4692.39/1174.77	c  N dy  7808   1291122      2000     40000         0     50754    200000    841373    145.77    171.24  --
4715.16/1180.45	c  N dy  7936   1311194      2000     40000         0     70819    200000   4556872    145.78    156.10  --
4742.71/1187.33	c  N dy  8069   1331357      2000     40000         0     90971    200000   8301726    145.82    157.48  --
4769.09/1193.95	c  N dy  8188   1351372      2000     40000         0     60335    200000   2419562    145.83    156.30  --
4794.25/1200.24	c  N dy  8325   1371376      2000     40000         0     80327    200000   6136033    145.85    185.58  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175057-1304080127/watcher-3175057-1304080127 -o /tmp/evaluation-result-3175057-1304080127/solver-3175057-1304080127 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175057-1304080127.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: 8.00 8.04 8.06 3/172 31221
/proc/meminfo: memFree=30895336/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 414 0 0 0 0 0 0 0 21 0 4 0 598243330 52465664 353 33554432000 4194304 4650419 140736689800432 18446744073709551615 47268527454124 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 12809 353 303 112 0 7774 0
[pid=31221/tid=31222] ppid=31219 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 598243331 52465664 353 33554432000 4194304 4650419 140736689800432 18446744073709551615 47268527454134 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 598243331 52465664 353 33554432000 4194304 4650419 140736689800432 18446744073709551615 218880621553 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 598243331 52465664 353 33554432000 4194304 4650419 140736689800432 18446744073709551615 218892362806 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0287709 s]
/proc/loadavg: 8.00 8.04 8.06 3/172 31221
/proc/meminfo: memFree=30895336/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=285456 CPUtime=0.09 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 4737 0 0 0 8 1 0 0 18 0 4 0 598243330 292306944 4646 33554432000 4194304 4650419 140736689800432 18446744073709551615 4532765 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 71397 4778 367 112 0 66362 0
[pid=31221/tid=31222] ppid=31219 vsize=295972 CPUtime=0.26 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 3193 0 0 0 26 0 0 0 18 0 4 0 598243331 303075328 8071 33554432000 4194304 4650419 140736689800432 18446744073709551615 218880225989 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=296368 CPUtime=0.27 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) D 31219 31221 30991 0 -1 4202560 2236 0 0 0 27 0 0 0 18 0 4 0 598243331 303480832 8311 33554432000 4194304 4650419 140736689800432 18446744073709551615 218880226337 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=296764 CPUtime=0.27 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 1723 0 0 0 27 0 0 0 18 0 4 0 598243331 303886336 8739 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 285456

[startup+0.857569 s]
/proc/loadavg: 8.00 8.04 8.06 3/172 31221
/proc/meminfo: memFree=30895336/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=302608 CPUtime=3.4 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 18669 0 0 0 335 5 0 0 18 0 4 0 598243330 309870592 15000 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 75652 15000 391 112 0 70617 0
[pid=31221/tid=31222] ppid=31219 vsize=302608 CPUtime=0.84 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 5111 0 0 0 84 0 0 0 18 0 4 0 598243331 309870592 15000 33554432000 4194304 4650419 140736689800432 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=302608 CPUtime=0.84 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 4730 0 0 0 83 1 0 0 19 0 4 0 598243331 309870592 15000 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=302608 CPUtime=0.84 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 3597 0 0 0 83 1 0 0 19 0 4 0 598243331 309870592 15001 33554432000 4194304 4650419 140736689800432 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 302608

[startup+0.900564 s]
/proc/loadavg: 8.00 8.04 8.06 3/172 31221
/proc/meminfo: memFree=30895336/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=302608 CPUtime=3.57 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 18947 0 0 0 352 5 0 0 18 0 4 0 598243330 309870592 15278 33554432000 4194304 4650419 140736689800432 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 75652 15279 391 112 0 70617 0
[pid=31221/tid=31222] ppid=31219 vsize=302608 CPUtime=0.88 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 5182 0 0 0 88 0 0 0 18 0 4 0 598243331 309870592 15279 33554432000 4194304 4650419 140736689800432 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=302608 CPUtime=0.88 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 4797 0 0 0 87 1 0 0 19 0 4 0 598243331 309870592 15279 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=302608 CPUtime=0.88 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 3670 0 0 0 87 1 0 0 19 0 4 0 598243331 309870592 15279 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 302608

[startup+1.00055 s]
/proc/loadavg: 8.00 8.04 8.06 3/172 31221
/proc/meminfo: memFree=30895336/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=302608 CPUtime=3.97 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 19612 0 0 0 392 5 0 0 18 0 4 0 598243330 309870592 15943 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 75652 15944 391 112 0 70617 0
[pid=31221/tid=31222] ppid=31219 vsize=302608 CPUtime=0.98 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 5352 0 0 0 98 0 0 0 19 0 4 0 598243331 309870592 15944 33554432000 4194304 4650419 140736689800432 18446744073709551615 4360335 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=302608 CPUtime=0.98 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 4959 0 0 0 97 1 0 0 19 0 4 0 598243331 309870592 15944 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=302608 CPUtime=0.98 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 3837 0 0 0 97 1 0 0 19 0 4 0 598243331 309870592 15944 33554432000 4194304 4650419 140736689800432 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 302608

[startup+1.50046 s]
/proc/loadavg: 8.00 8.04 8.06 3/172 31221
/proc/meminfo: memFree=30895336/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=306104 CPUtime=5.97 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 24580 0 0 0 591 6 0 0 19 0 4 0 598243330 313450496 16092 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 76526 16092 391 112 0 71491 0
[pid=31221/tid=31222] ppid=31219 vsize=306104 CPUtime=1.49 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 6711 0 0 0 148 1 0 0 19 0 4 0 598243331 313450496 16092 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=306104 CPUtime=1.48 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 6305 0 0 0 147 1 0 0 20 0 4 0 598243331 313450496 16092 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=306104 CPUtime=1.48 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 4598 0 0 0 147 1 0 0 20 0 4 0 598243331 313450496 16092 33554432000 4194304 4650419 140736689800432 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 306104

[startup+3.10118 s]
/proc/loadavg: 8.00 8.04 8.06 9/184 31233
/proc/meminfo: memFree=30767700/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=319044 CPUtime=12.36 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 38129 0 0 0 1227 9 0 0 24 0 4 0 598243330 326701056 17379 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 79761 17380 392 112 0 74726 0
[pid=31221/tid=31222] ppid=31219 vsize=319044 CPUtime=3.09 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 10355 0 0 0 307 2 0 0 25 0 4 0 598243331 326701056 17380 33554432000 4194304 4650419 140736689800432 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=319044 CPUtime=3.07 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 9342 0 0 0 305 2 0 0 25 0 4 0 598243331 326701056 17380 33554432000 4194304 4650419 140736689800432 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=319044 CPUtime=3.08 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 8365 0 0 0 306 2 0 0 25 0 4 0 598243331 326701056 17380 33554432000 4194304 4650419 140736689800432 18446744073709551615 218880224691 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 319044

[startup+6.30063 s]
/proc/loadavg: 8.00 8.04 8.06 9/184 31233
/proc/meminfo: memFree=30653372/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=333768 CPUtime=25.13 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 74049 0 0 0 2496 17 0 0 25 0 4 0 598243330 341778432 35772 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476622 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 83442 35772 393 112 0 78407 0
[pid=31221/tid=31222] ppid=31219 vsize=333768 CPUtime=6.29 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 19983 0 0 0 625 4 0 0 25 0 4 0 598243331 341778432 35772 33554432000 4194304 4650419 140736689800432 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=333768 CPUtime=6.25 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 17415 0 0 0 621 4 0 0 25 0 4 0 598243331 341778432 35772 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=333768 CPUtime=6.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 14357 0 0 0 625 3 0 0 25 0 4 0 598243331 341778432 35772 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 333768

[startup+12.7005 s]
/proc/loadavg: 8.00 8.04 8.06 9/184 31234
/proc/meminfo: memFree=30524180/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=337088 CPUtime=50.72 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 97909 0 0 0 5048 24 0 0 25 0 4 0 598243330 345178112 48241 33554432000 4194304 4650419 140736689800432 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 84272 48241 393 112 0 79237 0
[pid=31221/tid=31222] ppid=31219 vsize=337088 CPUtime=12.69 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 24120 0 0 0 1264 5 0 0 25 0 4 0 598243331 345178112 48242 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=337088 CPUtime=12.62 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 22016 0 0 0 1257 5 0 0 25 0 4 0 598243331 345178112 48242 33554432000 4194304 4650419 140736689800432 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=337088 CPUtime=12.68 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 24825 0 0 0 1262 6 0 0 25 0 4 0 598243331 345178112 48242 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 337088

[startup+25.5003 s]
/proc/loadavg: 8.00 8.04 8.06 9/184 31234
/proc/meminfo: memFree=30338292/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=483876 CPUtime=101.82 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 153748 0 0 0 10145 37 0 0 25 0 4 0 598243330 495489024 70249 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 120969 70249 393 112 0 115934 0
[pid=31221/tid=31222] ppid=31219 vsize=483876 CPUtime=25.49 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 36026 0 0 0 2541 8 0 0 25 0 4 0 598243331 495489024 70249 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=483876 CPUtime=25.34 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 41826 0 0 0 2525 9 0 0 25 0 4 0 598243331 495489024 70249 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=483876 CPUtime=25.48 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 40905 0 0 0 2537 11 0 0 25 0 4 0 598243331 495489024 70249 33554432000 4194304 4650419 140736689800432 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 483876

[startup+51.1008 s]
/proc/loadavg: 8.07 8.05 8.06 9/184 31235
/proc/meminfo: memFree=30238544/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=722752 CPUtime=204.08 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 217450 0 0 0 20351 57 0 0 25 0 4 0 598243330 740098048 95977 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 180688 95977 393 112 0 175653 0
[pid=31221/tid=31222] ppid=31219 vsize=722752 CPUtime=51.08 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 46654 0 0 0 5097 11 0 0 25 0 4 0 598243331 740098048 95977 33554432000 4194304 4650419 140736689800432 18446744073709551615 4438951 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=722752 CPUtime=50.81 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 59508 0 0 0 5065 16 0 0 25 0 4 0 598243331 740098048 95977 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=722752 CPUtime=51.07 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 57902 0 0 0 5091 16 0 0 25 0 4 0 598243331 740098048 95977 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 722752

[startup+102.301 s]
/proc/loadavg: 8.11 8.06 8.06 9/184 31236
/proc/meminfo: memFree=30037576/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=745648 CPUtime=408.6 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 328595 0 0 0 40767 93 0 0 25 0 4 0 598243330 763543552 125065 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 186412 125065 393 112 0 181377 0
[pid=31221/tid=31222] ppid=31219 vsize=745648 CPUtime=102.28 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 61295 0 0 0 10212 16 0 0 25 0 4 0 598243331 763543552 125065 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=745648 CPUtime=101.73 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 86137 0 0 0 10147 26 0 0 25 0 4 0 598243331 763543552 125065 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=745648 CPUtime=102.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 103839 0 0 0 10197 31 0 0 25 0 4 0 598243331 763543552 125065 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 745648

[startup+162.301 s]

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

[pid=31221] ppid=31219 vsize=1021596 CPUtime=2565.67 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1159774 0 0 0 256142 425 0 0 25 0 4 0 598243330 1046114304 162226 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 255399 162226 393 112 0 250364 0
[pid=31221/tid=31222] ppid=31219 vsize=1021596 CPUtime=642.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 79617 0 0 0 64204 26 0 0 25 0 4 0 598243331 1046114304 162227 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1021596 CPUtime=638.8 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 358976 0 0 0 63725 155 0 0 25 0 4 0 598243331 1046114304 162227 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1021596 CPUtime=642.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 361430 0 0 0 64099 129 0 0 25 0 4 0 598243331 1046114304 162227 33554432000 4194304 4650419 140736689800432 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.67
Current children cumulated vsize (KiB) 1021596

[startup+702.301 s]
/proc/loadavg: 8.25 8.16 8.10 9/184 31255
/proc/meminfo: memFree=29460968/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1023236 CPUtime=2805.33 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1254161 0 0 0 280066 467 0 0 25 0 4 0 598243330 1047793664 179453 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 255809 179453 393 112 0 250774 0
[pid=31221/tid=31222] ppid=31219 vsize=1023236 CPUtime=702.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 79617 0 0 0 70204 26 0 0 25 0 4 0 598243331 1047793664 179453 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1023236 CPUtime=698.47 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 375354 0 0 0 69690 157 0 0 25 0 4 0 598243331 1047793664 179453 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476761 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1023236 CPUtime=702.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 70080 148 0 0 25 0 4 0 598243331 1047793664 179453 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 1023236

[startup+762.3 s]
/proc/loadavg: 8.16 8.15 8.10 9/184 31257
/proc/meminfo: memFree=29489820/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=975264 CPUtime=3045.01 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1278085 0 0 0 304026 475 0 0 25 0 4 0 598243330 998670336 178467 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 243816 178467 393 112 0 238781 0
[pid=31221/tid=31222] ppid=31219 vsize=975264 CPUtime=762.29 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 80801 0 0 0 76203 26 0 0 25 0 4 0 598243331 998670336 178467 33554432000 4194304 4650419 140736689800432 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=975264 CPUtime=758.14 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 390667 0 0 0 75655 159 0 0 25 0 4 0 598243331 998670336 178467 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=975264 CPUtime=762.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 76080 148 0 0 25 0 4 0 598243331 998670336 178467 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 975264

[startup+822.301 s]
/proc/loadavg: 8.13 8.14 8.09 9/184 31258
/proc/meminfo: memFree=29348764/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=986616 CPUtime=3284.72 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1322739 0 0 0 327975 497 0 0 25 0 4 0 598243330 1010294784 181413 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 246654 181413 393 112 0 241619 0
[pid=31221/tid=31222] ppid=31219 vsize=986616 CPUtime=822.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 109991 0 0 0 82184 46 0 0 25 0 4 0 598243331 1010294784 181413 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=986616 CPUtime=817.82 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 406131 0 0 0 81621 161 0 0 25 0 4 0 598243331 1010294784 181413 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=986616 CPUtime=822.29 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 82081 148 0 0 25 0 4 0 598243331 1010294784 181413 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 986616

[startup+882.3 s]
/proc/loadavg: 8.22 8.16 8.10 9/184 31260
/proc/meminfo: memFree=29373388/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1038664 CPUtime=3524.36 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1350482 0 0 0 351930 506 0 0 25 0 4 0 598243330 1063591936 184428 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 259666 184428 393 112 0 254631 0
[pid=31221/tid=31222] ppid=31219 vsize=1038664 CPUtime=882.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 122058 0 0 0 88176 54 0 0 25 0 4 0 598243331 1063591936 184428 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1038664 CPUtime=877.49 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 421807 0 0 0 87586 163 0 0 25 0 4 0 598243331 1063591936 184428 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1038664 CPUtime=882.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 88080 148 0 0 25 0 4 0 598243331 1063591936 184428 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1038664

[startup+942.307 s]
/proc/loadavg: 8.21 8.16 8.10 9/184 31261
/proc/meminfo: memFree=29388684/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1016408 CPUtime=3764.06 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1397197 0 0 0 375877 529 0 0 25 0 4 0 598243330 1040801792 178118 33554432000 4194304 4650419 140736689800432 18446744073709551615 4443768 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 254102 178118 393 112 0 249067 0
[pid=31221/tid=31222] ppid=31219 vsize=1016408 CPUtime=942.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 151211 0 0 0 94156 74 0 0 25 0 4 0 598243331 1040801792 178118 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1016408 CPUtime=937.17 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 439369 0 0 0 93552 165 0 0 25 0 4 0 598243331 1040801792 178118 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1016408 CPUtime=942.29 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 94081 148 0 0 25 0 4 0 598243331 1040801792 178118 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 1016408

[startup+1002.3 s]
/proc/loadavg: 8.14 8.14 8.09 9/184 31263
/proc/meminfo: memFree=29329232/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1031316 CPUtime=4003.72 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1443779 0 0 0 399819 553 0 0 25 0 4 0 598243330 1056067584 183346 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 257829 183346 393 112 0 252794 0
[pid=31221/tid=31222] ppid=31219 vsize=1031316 CPUtime=1002.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 180716 0 0 0 100135 95 0 0 25 0 4 0 598243331 1056067584 183346 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1031316 CPUtime=996.84 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 456446 0 0 0 99516 168 0 0 25 0 4 0 598243331 1056067584 183346 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1031316 CPUtime=1002.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 100080 148 0 0 25 0 4 0 598243331 1056067584 183346 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1031316

[startup+1062.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/184 31265
/proc/meminfo: memFree=29240024/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1052268 CPUtime=4243.39 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1477234 0 0 0 423773 566 0 0 25 0 4 0 598243330 1077522432 187377 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 263067 187377 393 112 0 258032 0
[pid=31221/tid=31222] ppid=31219 vsize=1052268 CPUtime=1062.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 197807 0 0 0 106124 106 0 0 25 0 4 0 598243331 1077522432 187377 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1052268 CPUtime=1056.51 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 472810 0 0 0 105480 171 0 0 25 0 4 0 598243331 1077522432 187377 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1052268 CPUtime=1062.28 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 106080 148 0 0 25 0 4 0 598243331 1077522432 187377 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1052268

[startup+1122.3 s]
/proc/loadavg: 8.04 8.10 8.08 9/184 31266
/proc/meminfo: memFree=29253488/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1052268 CPUtime=4483.08 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1493880 0 0 0 447739 569 0 0 25 0 4 0 598243330 1077522432 187429 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 263067 187429 393 112 0 258032 0
[pid=31221/tid=31222] ppid=31219 vsize=1052268 CPUtime=1122.3 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 197856 0 0 0 112124 106 0 0 25 0 4 0 598243331 1077522432 187429 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1052268 CPUtime=1116.19 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 489407 0 0 0 111446 173 0 0 25 0 4 0 598243331 1077522432 187429 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1052268 CPUtime=1122.29 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 398636 0 0 0 112081 148 0 0 25 0 4 0 598243331 1077522432 187429 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 1052268

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 8.09 9/184 31268
/proc/meminfo: memFree=29251568/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1066052 CPUtime=4722.74 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1537008 0 0 0 471686 588 0 0 25 0 4 0 598243330 1091637248 190423 33554432000 4194304 4650419 140736689800432 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 266513 190423 393 112 0 261478 0
[pid=31221/tid=31222] ppid=31219 vsize=1066052 CPUtime=1182.31 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 197857 0 0 0 118125 106 0 0 25 0 4 0 598243331 1091637248 190423 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1066052 CPUtime=1175.86 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 507287 0 0 0 117410 176 0 0 25 0 4 0 598243331 1091637248 190423 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1066052 CPUtime=1182.29 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 402203 0 0 0 118079 150 0 0 25 0 4 0 598243331 1091637248 190423 33554432000 4194304 4650419 140736689800432 18446744073709551615 4310456 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1066052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.10 8.09 9/184 31268
/proc/meminfo: memFree=29241008/32950928 swapFree=67111524/67111528
[pid=31221] ppid=31219 vsize=1013208 CPUtime=4800.26 cores=1,3,5,7
/proc/31221/stat : 31221 (strangenight1-m) R 31219 31221 30991 0 -1 4202496 1563975 0 0 0 479423 603 0 0 25 0 4 0 598243330 1037524992 183295 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31221/statm: 253302 183295 393 112 0 248267 0
[pid=31221/tid=31222] ppid=31219 vsize=1013208 CPUtime=1201.71 cores=1,3,5,7
/proc/31221/task/31222/stat : 31222 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 197859 0 0 0 120065 106 0 0 25 0 4 0 598243331 1037524992 183295 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31221/tid=31223] ppid=31219 vsize=1013208 CPUtime=1195.15 cores=1,3,5,7
/proc/31221/task/31223/stat : 31223 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 510273 0 0 0 119339 176 0 0 25 0 4 0 598243331 1037524992 183295 33554432000 4194304 4650419 140736689800432 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=1013208 CPUtime=1201.69 cores=1,3,5,7
/proc/31221/task/31224/stat : 31224 (strangenight1-m) R 31219 31221 30991 0 -1 4202560 413934 0 0 0 120012 157 0 0 25 0 4 0 598243331 1037524992 183295 33554432000 4194304 4650419 140736689800432 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1013208

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.32
CPU user time (s): 4794.25
CPU system time (s): 6.07008
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 1066488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.25
system time used= 6.07008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1563977
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= 1653
involuntary context switches= 33199

runsolver used 1.76573 second user time and 4.81127 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 14:28:47
IDJOB=3175057
IDBENCH=82675
IDSOLVER=1588
FILE ID=node112/3175057-1304080127
RUNJOBID= node112-1304077718-31010
PBS_JOBID= 13170513
Free space on /tmp= 72564 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175057-1304080127/watcher-3175057-1304080127 -o /tmp/evaluation-result-3175057-1304080127/solver-3175057-1304080127 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175057-1304080127.cnf

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

MD5SUM BENCH= e99bff721d695892a53f60adc73d403b
RANDOM SEED=795777155

node112.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30895492 kB
Buffers:        423776 kB
Cached:        1166820 kB
SwapCached:          4 kB
Active:         127464 kB
Inactive:      1528068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30895492 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14388 kB
Writeback:           0 kB
AnonPages:       64684 kB
Mapped:          14324 kB
Slab:           334488 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191448 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= 72552 MiB
End job on node112 at 2011-04-29 14:48:50