Trace number 3368628

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.48 1203.16

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
MD5SUM6a416a8eca39558555cbe083cf0c9cff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark591.01
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-3368628-1305399190.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.04	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.04	c -- vars added       2000
0.00/0.04	c Parsing time:  0.10 s
0.00/0.04	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.13/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.94
0.13/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.13/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.13/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.13/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.13/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.13/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
0.13/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.13/0.80	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.13/0.80	c calculated reachability. Time: 0.00
0.13/0.80	c Calc default polars -  time:   0.01 s pos:     953 undec:      74 neg:     973
0.13/0.80	c =========================================================================================
0.13/0.80	c types(t): F = full restart, N = normal restart
0.13/0.80	c types(t): S = simplification begin/end, E = solution found
0.13/0.80	c restart types(rt): st = static, dy = dynamic
0.13/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.13/0.80	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.13/0.90	c  N dy    15      4026      2000     40000         0      4024    200000    780038    146.83    159.79  --
4.83/1.30	c  N dy    34      8056      2000     40000         0      4726    200000    477516    143.30    152.78  --
6.75/1.74	c  N dy    57     12106      2000     40000         0      8775    200000   1223059    144.85    154.00  --
8.74/2.25	c  N dy    78     16183      2000     40000         0      7358    200000    638821    143.84    153.14  --
10.73/2.75	c  N dy   102     20280      2000     40000         0     11455    200000   1388839    144.04    152.37  --
12.72/3.29	c  N dy   127     24363      2000     40000         0      8453    200000    575287    144.49    153.10  --
13.12/3.37	c  F st   130     25001      2000     40000         0      9091    200000    696334    144.47    152.05  --
15.93/4.05	c  N dy   136     30000      2000     40000         0     14074    200000   1764288    144.47   no data  --
15.93/4.05	c  S st   136     30000      2000     40000         0     14074    200000   1764288    144.47   no data  --
16.35/4.14	c  S st   136     30500      2000     40000         0     14574    200000   1839264    144.47   no data  --
16.35/4.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
16.35/4.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.35/4.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
16.71/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.71/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.71/4.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.71/4.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.87/9.05	c lits-rem:       902  cl-subs:       18  v-elim:      0  v-fix:    0  time: 19.07 s
37.47/9.43	c asymm  cl-useful: 0/39037/40000 lits-rem:0 time: 1.50
37.47/9.43	c calculated reachability. Time: 0.00
37.47/9.43	c  N dy   136     30500      2000     40000         0     14556    200000   1829920    144.47   no data  --
40.25/10.10	c  N dy   161     34800      2000     40000         0     10487    200000    725829    144.65    152.48  --
42.26/10.67	c  N dy   187     38828      2000     40000         0     14514    200000   1460195    144.54    152.21  --
44.64/11.27	c  N dy   213     42831      2000     40000         0     18516    200000   2196267    144.53    155.19  --
46.24/11.69	c  S st   234     45750      2000     40000         0     11918    200000    795637    144.99   no data  --
46.66/11.79	c  S st   234     46254      2000     40000         0     12422    200000    866728    144.99   no data  --
46.66/11.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.66/11.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.08/11.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
47.08/11.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.08/11.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.08/11.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
47.08/11.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.60/15.29	c lits-rem:       831  cl-subs:        3  v-elim:      0  v-fix:    0  time: 13.65 s
60.60/15.29	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
61.00/15.30	c vivif2 --  cl tried    12419 cl shrink        0 lits rem          0 time: 0.04
61.00/15.31	c asymm  cl-useful: 0/963/40000 lits-rem:0 time: 0.05
61.00/15.31	c calculated reachability. Time: 0.00
61.00/15.31	c  N dy   234     46254      2000     40000         0     12419    200000    864460    144.99   no data  --
63.40/15.90	c  N dy   258     50311      2000     40000         0     16476    200000   1618473    145.15    154.21  --
65.80/16.51	c  N dy   281     54402      2000     40000         0     20566    200000   2361498    145.14    154.84  --
68.20/17.10	c  N dy   311     58463      2000     40000         0     14034    200000    977460    145.21    154.49  --
70.59/17.70	c  N dy   335     62544      2000     40000         0     18114    200000   1723806    145.15    153.38  --
73.00/18.38	c  N dy   361     66653      2000     40000         0     22223    200000   2480376    145.32    157.06  --
74.97/18.82	c  S st   380     69381      2000     40000         0     13328    200000    661397    145.35   no data  --
75.37/18.91	c  S st   380     69885      2000     40000         0     13832    200000    741437    145.35   no data  --
75.37/18.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
75.37/18.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.37/18.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
75.37/18.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.37/18.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.37/18.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
75.37/18.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
97.32/24.44	c lits-rem:      1485  cl-subs:        1  v-elim:      0  v-fix:    0  time: 21.77 s
97.32/24.44	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
97.32/24.45	c vivif2 --  cl tried    13831 cl shrink        0 lits rem          0 time: 0.03
98.93/24.84	c asymm  cl-useful: 0/39623/40000 lits-rem:0 time: 1.55
98.93/24.84	c calculated reachability. Time: 0.00
98.93/24.84	c  N dy   380     69885      2000     40000         0     13831    200000    739455    145.35   no data  --
101.71/25.56	c  N dy   409     74350      2000     40000         0     18295    200000   1554443    145.32    153.78  --
105.31/26.42	c  N dy   442     79157      2000     40000         0     23100    200000   2439875    145.47    162.24  --
108.53/27.29	c  N dy   470     84368      2000     40000         0     15665    200000    906777    145.36    154.29  --
110.90/27.82	c  F st   492     87503      2000     40000         0     18799    200000   1477214    145.43   no data  --
113.28/28.41	c  N st   497     90800      2000     40000         0     22093    200000   2154525    145.43   no data  --
117.31/29.48	c  N dy   517     96591      2000     40000         0     14232    200000    473249    145.27    156.78  --
121.70/30.51	c  N dy   551    102801      2000     40000         0     20440    200000   1600652    145.12    161.81  --
122.85/30.87	c  S st   564    104829      2000     40000         0     22468    200000   1975251    145.14    150.67  --
123.25/30.99	c  S st   564    105330      2000     40000         0     22969    200000   2051365    145.14   no data  --
123.65/31.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
123.65/31.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.65/31.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
124.05/31.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
124.05/31.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.05/31.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
124.05/31.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
178.77/44.86	c lits-rem:       619  cl-subs:        7  v-elim:      0  v-fix:    0  time: 54.78 s
178.77/44.87	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
178.77/44.89	c vivif2 --  cl tried    22962 cl shrink        0 lits rem          0 time: 0.08
180.33/45.24	c asymm  cl-useful: 0/33033/40000 lits-rem:0 time: 1.42
180.33/45.25	c calculated reachability. Time: 0.00
180.33/45.25	c  N dy   564    105330      2000     40000         0     22962    200000   2047666    145.14   no data  --
184.72/46.39	c  N dy   605    112082      2000     40000         0     15052    200000    442404    145.04    153.35  --
189.51/47.51	c  N dy   653    119245      2000     40000         0     22212    200000   1771721    145.27    170.25  --
194.70/48.80	c  N dy   693    126983      2000     40000         0     29947    200000   3181597    145.14    153.86  --
199.88/50.14	c  N dy   746    135289      2000     40000         0     22595    200000   1672596    145.24    153.94  --
206.27/51.75	c  N dy   809    144014      2000     40000         0     31319    200000   3298287    145.44    161.03  --
212.65/53.37	c  N dy   865    153280      2000     40000         0     23922    200000   1722699    145.53    162.66  --
216.24/54.23	c  S st   895    157995      2000     40000         0     28631    200000   2601155    145.59   no data  --
216.64/54.36	c  S st   895    158499      2000     40000         0     29135    200000   2676212    145.59   no data  --
216.64/54.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
216.64/54.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
217.05/54.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
217.45/54.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
217.45/54.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
217.45/54.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
217.45/54.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.65/74.66	c lits-rem:       645  cl-subs:        9  v-elim:      0  v-fix:    0  time: 80.29 s
297.65/74.67	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
297.65/74.69	c vivif2 --  cl tried    29126 cl shrink        0 lits rem          0 time: 0.10
298.45/74.80	c asymm  cl-useful: 0/6967/40000 lits-rem:0 time: 0.43
298.45/74.80	c calculated reachability. Time: 0.00
298.45/74.80	c  N dy   895    158499      2000     40000         0     29126    200000   2672054    145.59   no data  --
305.23/76.51	c  N dy   946    168721      2000     40000         0     21689    200000   1112597    145.33    153.21  --
312.42/78.38	c  N dy  1008    179540      2000     40000         0     32505    200000   3070706    145.18    154.04  --
320.40/80.36	c  N dy  1076    191013      2000     40000         0     25314    200000   1614958    145.15    153.90  --
329.58/82.68	c  N dy  1154    203240      2000     40000         0     37539    200000   3875289    145.19    158.36  --
339.56/85.13	c  N dy  1238    216293      2000     40000         0     30928    200000   2476464    145.21    153.76  --
351.13/88.01	c  N dy  1318    230106      2000     40000         0     24077    200000   1046089    145.27    156.23  --
357.12/89.50	c  S st  1369    237748      2000     40000         0     31714    200000   2481412    145.40   no data  --
357.52/89.64	c  S st  1369    238251      2000     40000         0     32217    200000   2564757    145.40   no data  --
357.52/89.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
357.52/89.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
357.92/89.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
357.92/89.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.92/89.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.92/89.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
357.92/89.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
453.30/113.63	c lits-rem:       715  cl-subs:        4  v-elim:      0  v-fix:    0  time: 95.01 s
453.30/113.63	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
453.30/113.66	c vivif2 --  cl tried    32213 cl shrink        0 lits rem          0 time: 0.10
455.33/114.12	c asymm  cl-useful: 0/28448/40000 lits-rem:0 time: 1.86
455.33/114.13	c calculated reachability. Time: 0.00
455.33/114.13	c  N dy  1369    238251      2000     40000         0     32213    200000   2562472    145.40   no data  --
468.08/117.38	c  N dy  1463    253516      2000     40000         0     25817    200000   1171312    145.36    174.31  --
482.42/120.96	c  N dy  1569    270174      2000     40000         0     42469    200000   4253009    145.49    155.85  --
497.60/124.71	c  N dy  1676    287563      2000     40000         0     37195    200000   3084335    145.45    154.45  --
514.35/128.97	c  N dy  1800    305995      2000     40000         0     31965    200000   1949244    145.50    154.06  --
514.75/129.03	c  F st  1802    306252      2000     40000         0     32222    200000   1991990    145.49    127.20  --
532.72/133.56	c  N dy  1886    325796      2000     40000         0     27098    200000    881989    145.34    153.52  --
550.28/137.94	c  N dy  1999    345799      2000     40000         0     47098    200000   4539889    145.33    160.09  --
560.69/140.52	c  S st  2067    357377      2000     40000         0     33018    200000   1811013    145.38   no data  --
561.04/140.66	c  S st  2067    357881      2000     40000         0     33522    200000   1888374    145.38   no data  --
561.04/140.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
561.04/140.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
561.44/140.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
561.44/140.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
561.44/140.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
561.44/140.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
561.44/140.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
611.34/153.24	c lits-rem:       662  cl-subs:       10  v-elim:      0  v-fix:    0  time: 49.67 s
611.34/153.25	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
611.34/153.27	c vivif2 --  cl tried    33512 cl shrink        0 lits rem          0 time: 0.08
612.54/153.50	c asymm  cl-useful: 0/11552/40000 lits-rem:0 time: 0.93
612.54/153.50	c calculated reachability. Time: 0.00
612.54/153.50	c  N dy  2067    357881      2000     40000         0     33512    200000   1883467    145.38   no data  --
631.69/158.30	c  N dy  2181    378000      2000     40000         0     26962    200000    514134    145.36    154.65  --
649.24/162.74	c  N dy  2308    398352      2000     40000         0     47310    200000   4245438    145.36    155.65  --
667.59/167.38	c  N dy  2434    418365      2000     40000         0     39659    200000   2673989    145.39    167.47  --
687.57/172.34	c  N dy  2555    438439      2000     40000         0     31069    200000    906390    145.35    153.96  --
705.91/176.90	c  N dy  2678    458479      2000     40000         0     51101    200000   4593187    145.39    158.52  --
724.67/181.68	c  N dy  2807    478504      2000     40000         0     41460    200000   2650408    145.41    154.20  --
745.42/186.87	c  N dy  2934    498531      2000     40000         0     30827    200000    517560    145.43    158.20  --
763.77/191.46	c  N dy  3062    518565      2000     40000         0     50858    200000   4229072    145.52    176.57  --
782.53/196.16	c  S st  3181    536821      2000     40000         0     37449    200000   1560743    145.56    146.66  --
783.34/196.31	c  S st  3181    537331      2000     40000         0     37959    200000   1642751    145.56   no data  --
783.34/196.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
783.34/196.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
783.34/196.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
783.74/196.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.74/196.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.74/196.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
783.74/196.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
823.66/206.47	c lits-rem:       517  cl-subs:        3  v-elim:      0  v-fix:    0  time: 40.01 s
823.66/206.47	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
823.66/206.49	c vivif2 --  cl tried    37956 cl shrink        0 lits rem          0 time: 0.08
825.64/206.95	c asymm  cl-useful: 0/26224/40000 lits-rem:0 time: 1.83
825.64/206.95	c calculated reachability. Time: 0.00
825.64/206.95	c  N dy  3181    537331      2000     40000         0     37956    200000   1641819    145.56   no data  --
845.61/211.95	c  N dy  3311    557372      2000     40000         0     57990    200000   5389434    145.68    157.83  --
865.55/216.90	c  N dy  3427    577518      2000     40000         0     45474    200000   2859197    145.59    159.46  --
887.10/222.30	c  N dy  3556    597563      2000     40000         0     65511    200000   6551521    145.61    154.28  --
906.66/227.20	c  N dy  3677    617757      2000     40000         0     52044    200000   3900180    145.63    157.01  --
928.60/232.77	c  N dy  3802    637788      2000     40000         0     37414    200000   1044885    145.65    155.00  --
948.15/237.67	c  N dy  3926    657852      2000     40000         0     57471    200000   4736806    145.64    160.05  --
970.10/243.16	c  N dy  4056    677863      2000     40000         0     41820    200000   1672330    145.66    155.77  --
990.47/248.29	c  N dy  4180    697872      2000     40000         0     61824    200000   5351612    145.66    156.21  --
1012.84/253.82	c  N dy  4311    718020      2000     40000         0     45319    200000   2150498    145.71    155.07  --
1034.37/259.22	c  N dy  4428    738090      2000     40000         0     65384    200000   5801756    145.66    153.82  --
1056.32/264.71	c  N dy  4548    758151      2000     40000         0     47780    200000   2417537    145.67    154.29  --
1077.86/270.18	c  N dy  4673    778179      2000     40000         0     67800    200000   6114191    145.68    156.79  --
1100.22/275.76	c  N dy  4803    798205      2000     40000         0     49167    200000   2482670    145.72    154.94  --
1108.19/277.77	c  S st  4852    805996      2000     40000         0     56956    200000   3932774    145.75    148.44  --
1109.00/277.98	c  S st  4852    806501      2000     40000         0     57461    200000   4023362    145.75   no data  --
1109.00/277.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1109.00/277.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1109.42/278.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1110.18/278.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1110.18/278.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1110.18/278.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1110.18/278.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2372.06/594.48	c lits-rem:       388  cl-subs:       14  v-elim:      0  v-fix:    0  time: 1261.02 s
2372.06/594.48	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2372.46/594.53	c vivif2 --  cl tried    57447 cl shrink        0 lits rem          0 time: 0.17
2374.05/594.94	c asymm  cl-useful: 0/13776/40000 lits-rem:0 time: 1.64
2374.05/594.94	c calculated reachability. Time: 0.00
2374.05/594.94	c  N dy  4852    806501      2000     40000         0     57447    200000   4017094    145.75   no data  --
2398.40/601.07	c  N dy  4972    826513      2000     40000         0     77455    200000   7695152    145.74    187.84  --
2419.55/606.39	c  N dy  5093    846603      2000     40000         0     57885    200000   3912358    145.73    155.18  --
2444.69/612.63	c  N dy  5216    866675      2000     40000         0     77956    200000   7614126    145.72    172.05  --
2466.64/618.17	c  N dy  5337    887048      2000     40000         0     57667    200000   3712856    145.74    154.53  --
2491.79/624.48	c  N dy  5465    907330      2000     40000         0     77946    200000   7432939    145.73    156.72  --
2514.53/630.13	c  N dy  5589    927564      2000     40000         0     56517    200000   3315344    145.73    153.76  --
2538.47/636.19	c  N dy  5716    947651      2000     40000         0     76595    200000   6994482    145.74    155.73  --
2562.82/642.20	c  N dy  5845    967868      2000     40000         0     54148    200000   2703728    145.76    156.24  --
2586.37/648.19	c  N dy  5966    988023      2000     40000         0     74302    200000   6408629    145.76    154.60  --
2611.90/654.54	c  N dy  6096   1008089      2000     40000         0     50709    200000   1891753    145.77    153.70  --
2634.64/660.29	c  N dy  6220   1028187      2000     40000         0     70802    200000   5574483    145.76    160.88  --
2662.19/667.19	c  N dy  6348   1048340      2000     40000         0     46292    200000    893885    145.76    157.12  --
2683.74/672.56	c  N dy  6457   1068409      2000     40000         0     66354    200000   4589637    145.74    155.38  --
2688.12/673.61	c  F st  6477   1071875      2000     40000         0     69820    200000   5223533    145.74   no data  --
2710.87/679.30	c  N dy  6563   1089127      2000     40000         0     87067    200000   8507688    145.77    155.97  --
2734.01/685.11	c  N dy  6683   1109155      2000     40000         0     61433    200000   3528291    145.77    154.63  --
2759.58/691.53	c  N dy  6805   1129193      2000     40000         0     81464    200000   7191842    145.77    179.96  --
2785.92/698.14	c  N dy  6934   1149239      2000     40000         0     54856    200000   2146212    145.79    163.97  --
2809.44/704.09	c  N dy  7055   1169278      2000     40000         0     74892    200000   5816146    145.78    155.77  --
2838.18/711.28	c  N dy  7177   1189329      2000     40000         0     94937    200000   9518424    145.78    154.23  --
2860.96/716.97	c  N dy  7299   1209398      2000     40000         0     67348    200000   4261449    145.78    192.37  --
2861.32/717.08	c  S st  7301   1209754      2000     40000         0     67704    200000   4322905    145.78    137.98  --
2862.52/717.30	c  S st  7301   1210257      2000     40000         0     68207    200000   4405681    145.78   no data  --
2862.52/717.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2862.52/717.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2862.52/717.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
2863.32/717.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2863.32/717.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2863.32/717.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2863.32/717.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4456.02/1116.64	c lits-rem:       500  cl-subs:       14  v-elim:      0  v-fix:    0  time: 1591.63 s
4456.02/1116.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4456.02/1116.70	c vivif2 --  cl tried    68193 cl shrink        0 lits rem          0 time: 0.19
4458.43/1117.25	c asymm  cl-useful: 0/18683/40000 lits-rem:0 time: 2.21
4458.43/1117.25	c calculated reachability. Time: 0.00
4458.43/1117.25	c  N dy  7301   1210257      2000     40000         0     68193    200000   4400232    145.78   no data  --
4487.16/1124.49	c  N dy  7424   1230319      2000     40000         0     88250    200000   8117161    145.80    153.70  --
4515.50/1131.57	c  N dy  7554   1250384      2000     40000         0     59659    200000   2660379    145.80    156.61  --
4542.62/1138.36	c  N dy  7683   1270451      2000     40000         0     79721    200000   6354628    145.82    153.74  --
4575.35/1146.53	c  N dy  7808   1290542      2000     40000         0     50156    200000    729578    145.83    158.45  --
4599.68/1152.62	c  N dy  7929   1310692      2000     40000         0     70302    200000   4403942    145.80    154.29  --
4629.21/1160.03	c  N dy  8050   1330751      2000     40000         0     90357    200000   8112026    145.82    156.33  --
4658.35/1167.39	c  N dy  8174   1350828      2000     40000         0     59774    200000   2326535    145.83    155.03  --
4685.88/1174.29	c  N dy  8301   1370899      2000     40000         0     79839    200000   6041249    145.84    156.39  --
4718.69/1182.58	c  N dy  8422   1390928      2000     40000         0     99860    200000   9727902    145.85    153.94  --
4745.50/1189.33	c  N dy  8553   1411061      2000     40000         0     68338    200000   3747000    145.88    153.94  --
4772.82/1196.25	c  N dy  8684   1431126      2000     40000         0     88400    200000   7479722    145.91    154.88  --

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-3368628-1305399190/watcher-3368628-1305399190 -o /tmp/evaluation-result-3368628-1305399190/solver-3368628-1305399190 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368628-1305399190.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: 7.42 7.84 6.64 2/290 2992
/proc/meminfo: memFree=15894312/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 107528430 52465664 352 33554432000 4194304 4650419 140734635545536 18446744073709551615 47520534525874 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2992/statm: 12809 352 303 112 0 7774 0
[pid=2992/tid=2993] ppid=2990 vsize=217400 CPUtime=0 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 460 0 0 0 0 0 0 0 25 0 4 0 107528430 222617600 2238 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=217400 CPUtime=0 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 531 0 0 0 0 0 0 0 25 0 4 0 107528430 222617600 2247 33554432000 4194304 4650419 140734635545536 18446744073709551615 4514716 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=217400 CPUtime=0 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 525 0 0 0 0 0 0 0 25 0 4 0 107528430 222617600 2249 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0433581 s]
/proc/loadavg: 7.42 7.84 6.64 2/290 2992
/proc/meminfo: memFree=15894312/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=285968 CPUtime=0.13 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) S 2990 2992 2853 0 -1 4202496 4929 0 0 0 12 1 0 0 18 0 4 0 107528430 292831232 4848 33554432000 4194304 4650419 140734635545536 18446744073709551615 218880670190 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 71492 4852 367 112 0 66457 0
[pid=2992/tid=2993] ppid=2990 vsize=285968 CPUtime=0.03 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 1060 0 0 0 3 0 0 0 18 0 4 0 107528430 292831232 4852 33554432000 4194304 4650419 140734635545536 18446744073709551615 218880214130 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=285968 CPUtime=0.03 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 1190 0 0 0 3 0 0 0 18 0 4 0 107528430 292831232 4896 33554432000 4194304 4650419 140734635545536 18446744073709551615 4370643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=294692 CPUtime=0.26 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 1720 0 0 0 26 0 0 0 18 0 4 0 107528430 301764608 6949 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 285968

[startup+0.919904 s]
/proc/loadavg: 7.42 7.84 6.64 2/290 2992
/proc/meminfo: memFree=15894312/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=311104 CPUtime=3.62 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 19147 0 0 0 357 5 0 0 19 0 4 0 107528430 318570496 15299 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 77776 15299 391 112 0 72741 0
[pid=2992/tid=2993] ppid=2990 vsize=311104 CPUtime=0.9 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 5145 0 0 0 89 1 0 0 19 0 4 0 107528430 318570496 15299 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=311104 CPUtime=0.9 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 5301 0 0 0 90 0 0 0 19 0 4 0 107528430 318570496 15299 33554432000 4194304 4650419 140734635545536 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=311104 CPUtime=0.9 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 3707 0 0 0 89 1 0 0 19 0 4 0 107528430 318570496 15299 33554432000 4194304 4650419 140734635545536 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 311104

[startup+1.01989 s]
/proc/loadavg: 7.42 7.84 6.64 2/290 2992
/proc/meminfo: memFree=15894312/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=311104 CPUtime=4.02 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 19798 0 0 0 397 5 0 0 19 0 4 0 107528430 318570496 15950 33554432000 4194304 4650419 140734635545536 18446744073709551615 4331351 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 77776 15950 391 112 0 72741 0
[pid=2992/tid=2993] ppid=2990 vsize=311104 CPUtime=1 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 5308 0 0 0 99 1 0 0 19 0 4 0 107528430 318570496 15950 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=311104 CPUtime=1 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 5460 0 0 0 99 1 0 0 19 0 4 0 107528430 318570496 15950 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=311104 CPUtime=1 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 3871 0 0 0 99 1 0 0 19 0 4 0 107528430 318570496 15950 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 311104

[startup+1.10887 s]
/proc/loadavg: 7.42 7.84 6.64 2/290 2992
/proc/meminfo: memFree=15894312/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=321912 CPUtime=4.37 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) D 2990 2992 2853 0 -1 4202496 20893 0 0 0 432 5 0 0 19 0 4 0 107528430 329637888 15750 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 80763 15884 391 112 0 75728 0
[pid=2992/tid=2993] ppid=2990 vsize=323052 CPUtime=1.1 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 5467 0 0 0 109 1 0 0 19 0 4 0 107528430 330805248 15884 33554432000 4194304 4650419 140734635545536 18446744073709551615 4313339 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=323052 CPUtime=1.1 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 6148 0 0 0 109 1 0 0 19 0 4 0 107528430 330805248 15884 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=323052 CPUtime=1.1 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 4029 0 0 0 109 1 0 0 19 0 4 0 107528430 330805248 15884 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 321912

[startup+1.5008 s]
/proc/loadavg: 7.42 7.84 6.64 2/290 2992
/proc/meminfo: memFree=15894312/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=314504 CPUtime=5.94 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 24664 0 0 0 588 6 0 0 19 0 4 0 107528430 322052096 16026 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520279 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 78626 16026 391 112 0 73591 0
[pid=2992/tid=2993] ppid=2990 vsize=314504 CPUtime=1.48 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 6808 0 0 0 147 1 0 0 19 0 4 0 107528430 322052096 16026 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=314504 CPUtime=1.48 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 6764 0 0 0 147 1 0 0 19 0 4 0 107528430 322052096 16026 33554432000 4194304 4650419 140734635545536 18446744073709551615 4333917 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=314504 CPUtime=1.48 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 4613 0 0 0 147 1 0 0 19 0 4 0 107528430 322052096 16026 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 314504

[startup+3.10052 s]
/proc/loadavg: 7.42 7.84 6.64 9/302 3007
/proc/meminfo: memFree=15763540/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=327468 CPUtime=12.32 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 39409 0 0 0 1223 9 0 0 25 0 4 0 107528430 335327232 17604 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 81867 17604 392 112 0 76832 0
[pid=2992/tid=2993] ppid=2990 vsize=327468 CPUtime=3.08 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 10884 0 0 0 306 2 0 0 25 0 4 0 107528430 335327232 17092 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=327468 CPUtime=3.07 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 10350 0 0 0 306 1 0 0 25 0 4 0 107528430 335327232 17092 33554432000 4194304 4650419 140734635545536 18446744073709551615 218880608391 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=327468 CPUtime=3.07 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 8586 0 0 0 306 1 0 0 25 0 4 0 107528430 335327232 17092 33554432000 4194304 4650419 140734635545536 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 327468

[startup+6.31096 s]
/proc/loadavg: 7.47 7.84 6.64 9/302 3007
/proc/meminfo: memFree=15661508/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=362912 CPUtime=25.13 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 73818 0 0 0 2496 17 0 0 25 0 4 0 107528430 371621888 35008 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 90728 35008 393 112 0 85693 0
[pid=2992/tid=2993] ppid=2990 vsize=362912 CPUtime=6.3 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 20682 0 0 0 625 5 0 0 25 0 4 0 107528430 371621888 35008 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476738 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=362912 CPUtime=6.29 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 16752 0 0 0 626 3 0 0 25 0 4 0 107528430 371621888 35008 33554432000 4194304 4650419 140734635545536 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=362912 CPUtime=6.29 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 14644 0 0 0 626 3 0 0 25 0 4 0 107528430 371621888 35008 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 362912

[startup+12.7008 s]
/proc/loadavg: 7.51 7.84 6.65 9/302 3008
/proc/meminfo: memFree=15576188/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=366920 CPUtime=50.63 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 98285 0 0 0 5042 21 0 0 25 0 4 0 107528430 375726080 50567 33554432000 4194304 4650419 140734635545536 18446744073709551615 4439641 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 91730 50567 393 112 0 86695 0
[pid=2992/tid=2993] ppid=2990 vsize=366920 CPUtime=12.68 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 25452 0 0 0 1262 6 0 0 25 0 4 0 107528430 375726080 50567 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=366920 CPUtime=12.67 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 20700 0 0 0 1264 3 0 0 25 0 4 0 107528430 375726080 50567 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=366920 CPUtime=12.68 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 25176 0 0 0 1263 5 0 0 25 0 4 0 107528430 375726080 50567 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 366920

[startup+25.5006 s]
/proc/loadavg: 7.62 7.85 6.67 9/302 3008
/proc/meminfo: memFree=15423812/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=585484 CPUtime=101.71 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 148033 0 0 0 10139 32 0 0 25 0 4 0 107528430 599535616 76146 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 146371 76146 393 112 0 141336 0
[pid=2992/tid=2993] ppid=2990 vsize=585484 CPUtime=25.48 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 34913 0 0 0 2540 8 0 0 25 0 4 0 107528430 599535616 76147 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=585484 CPUtime=25.48 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 40128 0 0 0 2541 7 0 0 25 0 4 0 107528430 599535616 76147 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=585484 CPUtime=25.47 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 39508 0 0 0 2539 8 0 0 25 0 4 0 107528430 599535616 76147 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 585484

[startup+51.1011 s]
/proc/loadavg: 7.83 7.88 6.71 9/302 3008
/proc/meminfo: memFree=15290076/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=687848 CPUtime=203.88 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 205998 0 0 0 20341 47 0 0 25 0 4 0 107528430 704356352 94132 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 171962 94132 393 112 0 166927 0
[pid=2992/tid=2993] ppid=2990 vsize=687848 CPUtime=51.09 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 47897 0 0 0 5097 12 0 0 25 0 4 0 107528430 704356352 94132 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=687848 CPUtime=51.07 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 56271 0 0 0 5096 11 0 0 25 0 4 0 107528430 704356352 94132 33554432000 4194304 4650419 140734635545536 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=687848 CPUtime=51.07 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 56155 0 0 0 5095 12 0 0 25 0 4 0 107528430 704356352 94132 33554432000 4194304 4650419 140734635545536 18446744073709551615 4363394 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 687848

[startup+102.301 s]
/proc/loadavg: 7.92 7.89 6.77 9/302 3010
/proc/meminfo: memFree=15119672/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=828492 CPUtime=408.2 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 318948 0 0 0 40740 80 0 0 25 0 4 0 107528430 848375808 129477 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 207123 129477 393 112 0 202088 0
[pid=2992/tid=2993] ppid=2990 vsize=828492 CPUtime=102.28 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 67584 0 0 0 10210 18 0 0 25 0 4 0 107528430 848375808 129477 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=828492 CPUtime=102.26 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 87630 0 0 0 10206 20 0 0 25 0 4 0 107528430 848375808 129477 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=828492 CPUtime=102.28 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 103734 0 0 0 10203 25 0 0 25 0 4 0 107528430 848375808 129477 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 828492

[startup+162.301 s]

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

[pid=2992] ppid=2990 vsize=1032076 CPUtime=2802.66 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1010214 0 0 0 279920 346 0 0 25 0 4 0 107528430 1056845824 166983 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 258019 166983 393 112 0 252984 0
[pid=2992/tid=2993] ppid=2990 vsize=1032076 CPUtime=702.3 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 220811 0 0 0 70182 48 0 0 25 0 4 0 107528430 1056845824 166984 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1032076 CPUtime=702.17 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 291812 0 0 0 70106 111 0 0 25 0 4 0 107528430 1056845824 166984 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1032076 CPUtime=702.28 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 285835 0 0 0 70126 102 0 0 25 0 4 0 107528430 1056845824 166984 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.66
Current children cumulated vsize (KiB) 1032076

[startup+762.301 s]
/proc/loadavg: 8.27 8.15 7.47 9/302 3038
/proc/meminfo: memFree=14753132/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1034496 CPUtime=3042.11 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1058083 0 0 0 303843 368 0 0 25 0 4 0 107528430 1059323904 168402 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 258624 168402 393 112 0 253589 0
[pid=2992/tid=2993] ppid=2990 vsize=1034496 CPUtime=762.3 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 242539 0 0 0 76175 55 0 0 25 0 4 0 107528430 1059323904 168402 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1034496 CPUtime=762.16 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292130 0 0 0 76105 111 0 0 25 0 4 0 107528430 1059323904 168402 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1034496 CPUtime=762.29 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 76118 111 0 0 25 0 4 0 107528430 1059323904 168402 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.11
Current children cumulated vsize (KiB) 1034496

[startup+822.301 s]
/proc/loadavg: 8.13 8.14 7.51 9/302 3039
/proc/meminfo: memFree=14744444/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1050712 CPUtime=3281.56 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1097462 0 0 0 327765 391 0 0 25 0 4 0 107528430 1075929088 172866 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 262678 172866 393 112 0 257643 0
[pid=2992/tid=2993] ppid=2990 vsize=1050712 CPUtime=822.3 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 281916 0 0 0 82152 78 0 0 25 0 4 0 107528430 1075929088 172866 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1050712 CPUtime=822.15 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292132 0 0 0 82104 111 0 0 25 0 4 0 107528430 1075929088 172866 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1050712 CPUtime=822.29 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 82118 111 0 0 25 0 4 0 107528430 1075929088 172866 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.56
Current children cumulated vsize (KiB) 1050712

[startup+882.301 s]
/proc/loadavg: 8.15 8.14 7.55 9/302 3040
/proc/meminfo: memFree=14723724/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1102360 CPUtime=3521.01 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1111245 0 0 0 351698 403 0 0 25 0 4 0 107528430 1128816640 174040 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 275590 174040 393 112 0 270555 0
[pid=2992/tid=2993] ppid=2990 vsize=1102360 CPUtime=882.3 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 295595 0 0 0 88141 89 0 0 25 0 4 0 107528430 1128816640 174040 33554432000 4194304 4650419 140734635545536 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1102360 CPUtime=882.14 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 88103 111 0 0 25 0 4 0 107528430 1128816640 174040 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1102360 CPUtime=882.29 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 88118 111 0 0 25 0 4 0 107528430 1128816640 174040 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3521.01
Current children cumulated vsize (KiB) 1102360

[startup+942.301 s]
/proc/loadavg: 8.12 8.13 7.58 9/302 3042
/proc/meminfo: memFree=14735988/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1103412 CPUtime=3760.46 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1145937 0 0 0 375621 425 0 0 25 0 4 0 107528430 1129893888 175439 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 275853 175439 393 112 0 270818 0
[pid=2992/tid=2993] ppid=2990 vsize=1103412 CPUtime=942.31 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 330292 0 0 0 94119 112 0 0 25 0 4 0 107528430 1129893888 175444 33554432000 4194304 4650419 140734635545536 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1103412 CPUtime=942.14 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 94103 111 0 0 25 0 4 0 107528430 1129893888 175444 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1103412 CPUtime=942.3 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 94119 111 0 0 25 0 4 0 107528430 1129893888 175444 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.46
Current children cumulated vsize (KiB) 1103412

[startup+1002.3 s]
/proc/loadavg: 8.10 8.12 7.60 9/302 3044
/proc/meminfo: memFree=14700636/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1104196 CPUtime=3999.91 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1177985 0 0 0 399545 446 0 0 25 0 4 0 107528430 1130696704 176099 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 276049 176099 393 112 0 271014 0
[pid=2992/tid=2993] ppid=2990 vsize=1104196 CPUtime=1002.3 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 362335 0 0 0 100098 132 0 0 25 0 4 0 107528430 1130696704 176099 33554432000 4194304 4650419 140734635545536 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1104196 CPUtime=1002.12 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 100101 111 0 0 25 0 4 0 107528430 1130696704 176099 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1104196 CPUtime=1002.29 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 100118 111 0 0 25 0 4 0 107528430 1130696704 176099 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.91
Current children cumulated vsize (KiB) 1104196

[startup+1062.31 s]
/proc/loadavg: 8.15 8.12 7.64 9/302 3046
/proc/meminfo: memFree=14711532/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1104428 CPUtime=4239.38 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1202065 0 0 0 423484 454 0 0 25 0 4 0 107528430 1130934272 181407 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 276107 181407 393 112 0 271072 0
[pid=2992/tid=2993] ppid=2990 vsize=1104428 CPUtime=1062.32 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 386415 0 0 0 106091 141 0 0 25 0 4 0 107528430 1130934272 181407 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1104428 CPUtime=1062.13 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 106102 111 0 0 25 0 4 0 107528430 1130934272 181407 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1104428 CPUtime=1062.3 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 106119 111 0 0 25 0 4 0 107528430 1130934272 181407 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.38
Current children cumulated vsize (KiB) 1104428

[startup+1122.3 s]
/proc/loadavg: 8.05 8.10 7.66 9/302 3047
/proc/meminfo: memFree=14705936/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1104428 CPUtime=4478.78 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1219459 0 0 0 447419 459 0 0 25 0 4 0 107528430 1130934272 184094 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 276107 184094 393 112 0 271072 0
[pid=2992/tid=2993] ppid=2990 vsize=1104428 CPUtime=1122.31 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 401167 0 0 0 112088 143 0 0 25 0 4 0 107528430 1130934272 184094 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1104428 CPUtime=1122.1 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 112099 111 0 0 25 0 4 0 107528430 1130934272 184094 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1104428 CPUtime=1122.29 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 112118 111 0 0 25 0 4 0 107528430 1130934272 184094 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.78
Current children cumulated vsize (KiB) 1104428

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 7.69 10/303 3051
/proc/meminfo: memFree=14610900/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1118496 CPUtime=4717.9 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1264254 0 0 0 471310 480 0 0 25 0 4 0 107528430 1145339904 189904 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 279624 189904 393 112 0 274589 0
[pid=2992/tid=2993] ppid=2990 vsize=1118496 CPUtime=1182.31 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 411924 0 0 0 118087 144 0 0 25 0 4 0 107528430 1145339904 189904 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1118496 CPUtime=1181.98 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 118087 111 0 0 25 0 4 0 107528430 1145339904 189904 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476437 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1118496 CPUtime=1182.28 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 302065 0 0 0 118117 111 0 0 25 0 4 0 107528430 1145339904 189904 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.9
Current children cumulated vsize (KiB) 1118496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.11 s]
/proc/loadavg: 8.34 8.16 7.71 5/297 3053
/proc/meminfo: memFree=15111616/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1131136 CPUtime=4800.4 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1291000 0 0 0 479547 493 0 0 25 0 4 0 107528430 1158283264 192609 33554432000 4194304 4650419 140734635545536 18446744073709551615 4334219 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 282784 192609 393 112 0 277749 0
[pid=2992/tid=2993] ppid=2990 vsize=1131136 CPUtime=1203.13 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 418192 0 0 0 120168 145 0 0 25 0 4 0 107528430 1158283264 192613 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1131136 CPUtime=1202.24 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 120113 111 0 0 25 0 4 0 107528430 1158283264 192613 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1131136 CPUtime=1203.11 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 310352 0 0 0 120194 117 0 0 25 0 4 0 107528430 1158283264 192613 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1131136

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

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

[startup+1203.11 s]
/proc/loadavg: 8.34 8.16 7.71 5/297 3053
/proc/meminfo: memFree=15111616/32950928 swapFree=67111364/67111528
[pid=2992] ppid=2990 vsize=1131136 CPUtime=4800.4 cores=0,2,4,6
/proc/2992/stat : 2992 (strangenight1-m) R 2990 2992 2853 0 -1 4202496 1291000 0 0 0 479547 493 0 0 25 0 4 0 107528430 1158283264 192609 33554432000 4194304 4650419 140734635545536 18446744073709551615 4334219 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2992/statm: 282784 192609 393 112 0 277749 0
[pid=2992/tid=2993] ppid=2990 vsize=1131136 CPUtime=1203.13 cores=0,2,4,6
/proc/2992/task/2993/stat : 2993 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 418192 0 0 0 120168 145 0 0 25 0 4 0 107528430 1158283264 192613 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2992/tid=2994] ppid=2990 vsize=1131136 CPUtime=1202.24 cores=0,2,4,6
/proc/2992/task/2994/stat : 2994 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 292134 0 0 0 120113 111 0 0 25 0 4 0 107528430 1158283264 192613 33554432000 4194304 4650419 140734635545536 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2992/tid=2995] ppid=2990 vsize=1131136 CPUtime=1203.11 cores=0,2,4,6
/proc/2992/task/2995/stat : 2995 (strangenight1-m) R 2990 2992 2853 0 -1 4202560 310352 0 0 0 120194 117 0 0 25 0 4 0 107528430 1158283264 192613 33554432000 4194304 4650419 140734635545536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1131136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.16
CPU time (s): 4800.48
CPU user time (s): 4795.51
CPU system time (s): 4.97024
CPU usage (%): 398.989
Max. virtual memory (cumulated for all children) (KiB): 1131668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.51
system time used= 4.97024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1291009
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= 1804
involuntary context switches= 22879

runsolver used 3.04254 second user time and 8.01278 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 20:53:10
IDJOB=3368628
IDBENCH=82637
IDSOLVER=1846
FILE ID=node112/3368628-1305399190
RUNJOBID= node112-1305397985-2879
PBS_JOBID= 13324474
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= 6a416a8eca39558555cbe083cf0c9cff
RANDOM SEED=974921580

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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      15894468 kB
Buffers:        288340 kB
Cached:        2774148 kB
SwapCached:          0 kB
Active:       15057792 kB
Inactive:      1760292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15894468 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7024 kB
Writeback:           0 kB
AnonPages:    13755696 kB
Mapped:          21060 kB
Slab:           132576 kB
PageTables:      42172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34986572 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= 73556 MiB
End job on node112 at 2011-05-14 21:13:15