Trace number 3174910

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.36 1201.95

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
MD5SUM79bb5af0297560cf515e2461b267e196
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark235.781
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
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-3174910-1304050190.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.00/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.49
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.57/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.57/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.57/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.57/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.57/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
0.57/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.57/0.21	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.57/0.21	c calculated reachability. Time: 0.00
0.57/0.21	c Calc default polars -  time:   0.00 s pos:     568 undec:      43 neg:     639
0.57/0.21	c =========================================================================================
0.57/0.21	c types(t): F = full restart, N = normal restart
0.57/0.21	c types(t): S = simplification begin/end, E = solution found
0.57/0.21	c restart types(rt): st = static, dy = dynamic
0.57/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.57/0.21	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.57/0.51	c  N dy    14      4063      1250     25000         0      4061    125000    575373    110.95    117.18  --
0.57/0.86	c  N dy    41      8327      1250     25000         0      5823    125000    597825    109.14    115.15  --
4.76/1.20	c  N dy    67     12389      1250     25000         0      5638    125000    383090    109.00    116.13  --
5.97/1.57	c  N dy    92     16661      1250     25000         0      9905    125000    964858    109.01    115.18  --
7.58/1.95	c  N dy   118     20897      1250     25000         0      8517    125000    614009    109.42    115.49  --
9.16/2.33	c  N dy   147     24907      1250     25000         0     12524    125000   1168792    109.86    116.12  --
9.16/2.34	c  F st   148     25001      1250     25000         0     12618    125000   1181207    109.88   no data  --
11.16/2.83	c  N dy   154     30001      1250     25000         0     10799    125000    839298    109.88   no data  --
11.16/2.83	c  S st   154     30001      1250     25000         0     10799    125000    839298    109.88   no data  --
11.16/2.89	c  S st   154     30501      1250     25000         0     11299    125000    898265    109.88   no data  --
11.16/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.16/2.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.57/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
11.57/2.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.57/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.57/2.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.74/4.72	c lits-rem:      1946  cl-subs:       32  v-elim:      0  v-fix:    0  time:  7.03 s
19.54/4.92	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.81
19.54/4.92	c calculated reachability. Time: 0.00
19.54/4.92	c  N dy   154     30501      1250     25000         0     11267    125000    887178    109.88   no data  --
21.14/5.37	c  N dy   178     34777      1250     25000         0     15538    125000   1466259    109.68    116.91  --
22.74/5.77	c  N dy   197     38919      1250     25000         0     11785    125000    778698    109.36    115.28  --
24.75/6.22	c  N dy   227     43014      1250     25000         0     15876    125000   1346587    109.78    115.98  --
25.93/6.53	c  S st   244     45751      1250     25000         0      9662    125000    358361    109.88   no data  --
25.93/6.59	c  S st   244     46255      1250     25000         0     10166    125000    423163    109.88   no data  --
25.93/6.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.93/6.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.33/6.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
26.33/6.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.33/6.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.33/6.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
26.33/6.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.91/11.00	c lits-rem:      1584  cl-subs:        4  v-elim:      0  v-fix:    0  time: 17.44 s
43.91/11.00	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
43.91/11.00	c vivif2 --  cl tried    10162 cl shrink        0 lits rem          0 time: 0.02
44.31/11.18	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.71
44.31/11.18	c calculated reachability. Time: 0.00
44.31/11.18	c  N dy   244     46255      1250     25000         0     10162    125000    420826    109.88   no data  --
46.31/11.60	c  N dy   274     50296      1250     25000         0     14199    125000    982418    110.24    129.50  --
47.90/12.05	c  N dy   297     54481      1250     25000         0     18375    125000   1553013    110.19    116.77  --
49.90/12.52	c  N dy   323     58754      1250     25000         0     12684    125000    640143    110.17    119.11  --
51.52/12.95	c  N dy   349     62809      1250     25000         0     16735    125000   1189434    110.17    130.03  --
53.49/13.41	c  N dy   374     66849      1250     25000         0     20771    125000   1752371    110.33    118.10  --
54.70/13.70	c  S st   392     69382      1250     25000         0     12326    125000    461737    110.46   no data  --
54.70/13.77	c  S st   392     69885      1250     25000         0     12829    125000    521535    110.46   no data  --
54.70/13.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.70/13.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.70/13.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
55.10/13.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.10/13.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.10/13.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
55.10/13.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
72.27/18.13	c lits-rem:      2116  cl-subs:        3  v-elim:      0  v-fix:    0  time: 17.22 s
72.27/18.13	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
72.27/18.13	c vivif2 --  cl tried    12826 cl shrink        0 lits rem          0 time: 0.02
73.09/18.35	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.87
73.09/18.35	c calculated reachability. Time: 0.00
73.09/18.35	c  N dy   392     69885      1250     25000         0     12826    125000    518771    110.46   no data  --
75.07/18.86	c  N dy   416     74386      1250     25000         0     17322    125000   1128597    110.40    117.35  --
77.48/19.48	c  N dy   442     79198      1250     25000         0     22129    125000   1786876    110.33    116.43  --
80.26/20.12	c  N dy   472     84401      1250     25000         0     15344    125000    748747    110.33    116.42  --
81.46/20.50	c  F st   489     87501      1250     25000         0     18443    125000   1172787    110.30   no data  --
83.45/20.93	c  N st   494     90802      1250     25000         0     21738    125000   1646310    110.30   no data  --
86.67/21.75	c  N dy   521     96658      1250     25000         0     14599    125000    523537    110.38    117.26  --
89.85/22.55	c  N dy   562    103053      1250     25000         0     20986    125000   1400452    110.43    117.10  --
90.67/22.80	c  S st   576    104827      1250     25000         0     22759    125000   1652458    110.50   no data  --
91.07/22.90	c  S st   576    105330      1250     25000         0     23262    125000   1708590    110.50   no data  --
91.44/22.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.44/22.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.44/22.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
91.44/22.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.44/22.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.44/22.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
91.44/22.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
127.40/31.93	c lits-rem:      1012  cl-subs:       18  v-elim:      0  v-fix:    0  time: 35.64 s
127.40/31.93	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
127.40/31.95	c vivif2 --  cl tried    23244 cl shrink        0 lits rem          0 time: 0.07
129.00/32.30	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.40
129.00/32.30	c calculated reachability. Time: 0.00
129.00/32.30	c  N dy   576    105330      1250     25000         0     23244    125000   1702102    110.50   no data  --
132.59/33.23	c  N dy   617    112340      1250     25000         0     16266    125000    624144    110.53    117.93  --
136.18/34.11	c  N dy   658    119583      1250     25000         0     23501    125000   1615045    110.53    121.00  --
140.17/35.17	c  N dy   704    127501      1250     25000         0     16429    125000    516285    110.51    117.74  --
144.17/36.19	c  N dy   755    135690      1250     25000         0     24614    125000   1642869    110.54    120.63  --
149.37/37.43	c  N dy   798    144414      1250     25000         0     17345    125000    511211    110.49    117.05  --
153.76/38.58	c  N dy   847    153662      1250     25000         0     26589    125000   1776822    110.40    124.77  --
156.57/39.21	c  S st   871    157997      1250     25000         0     30921    125000   2374153    110.42     97.61  --
156.98/39.31	c  S st   871    158502      1250     25000         0     31426    125000   2439241    110.42   no data  --
156.98/39.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
156.98/39.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.98/39.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
157.35/39.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.35/39.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.35/39.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
157.35/39.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
229.26/57.43	c lits-rem:       872  cl-subs:       28  v-elim:      0  v-fix:    0  time: 71.75 s
229.26/57.43	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
229.26/57.45	c vivif2 --  cl tried    31398 cl shrink        0 lits rem          0 time: 0.10
230.86/57.85	c asymm  cl-useful: 0/21923/25000 lits-rem:0 time: 1.58
230.86/57.85	c calculated reachability. Time: 0.00
230.86/57.85	c  N dy   871    158502      1250     25000         0     31398    125000   2430100    110.42   no data  --
236.45/59.26	c  N dy   929    168826      1250     25000         0     24728    125000   1387149    110.32    116.27  --
243.24/60.96	c  N dy   995    179785      1250     25000         0     35682    125000   2897479    110.37    117.66  --
249.62/62.56	c  N dy  1054    191314      1250     25000         0     29212    125000   1878295    110.34    117.18  --
256.82/64.35	c  N dy  1116    203576      1250     25000         0     22478    125000    840285    110.28    132.67  --
264.01/66.13	c  N dy  1198    216623      1250     25000         0     35509    125000   2648581    110.40    121.02  --
271.59/68.04	c  N dy  1285    230453      1250     25000         0     29341    125000   1664187    110.52    116.73  --
275.99/69.10	c  S st  1333    237757      1250     25000         0     36639    125000   2686544    110.62   no data  --
276.39/69.21	c  S st  1333    238262      1250     25000         0     37144    125000   2745079    110.62   no data  --
276.39/69.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
276.39/69.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
276.39/69.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
276.79/69.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.79/69.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.79/69.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
276.79/69.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
383.45/96.08	c lits-rem:       821  cl-subs:       41  v-elim:      0  v-fix:    0  time: 106.69 s
383.45/96.08	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
383.85/96.11	c vivif2 --  cl tried    37103 cl shrink        0 lits rem          0 time: 0.11
383.85/96.18	c asymm  cl-useful: 0/3077/25000 lits-rem:0 time: 0.28
383.85/96.18	c calculated reachability. Time: 0.00
383.85/96.18	c  N dy  1333    238262      1250     25000         0     37103    125000   2731955    110.62   no data  --
392.63/98.31	c  N dy  1412    253791      1250     25000         0     31650    125000   1833813    110.53    118.07  --
402.64/100.86	c  N dy  1501    269988      1250     25000         0     25846    125000    913003    110.50    130.81  --
413.41/103.55	c  N dy  1597    287271      1250     25000         0     43112    125000   3265416    110.45    128.96  --
425.39/106.51	c  N dy  1707    305874      1250     25000         0     38721    125000   2555856    110.46    117.18  --
425.39/106.58	c  F st  1710    306251      1250     25000         0     39098    125000   2606262    110.46   no data  --
438.19/109.75	c  N dy  1793    325520      1250     25000         0     34364    125000   1817470    110.43    116.46  --
452.15/113.25	c  N dy  1904    345760      1250     25000         0     29607    125000   1036411    110.41    116.99  --
459.76/115.15	c  S st  1971    357393      1250     25000         0     41229    125000   2643802    110.44    102.02  --
460.16/115.28	c  S st  1971    357899      1250     25000         0     41735    125000   2700867    110.44   no data  --
460.16/115.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
460.16/115.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
460.54/115.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
460.94/115.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.94/115.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.94/115.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
460.94/115.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
565.22/141.51	c lits-rem:       840  cl-subs:       28  v-elim:      0  v-fix:    0  time: 104.06 s
565.22/141.51	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
565.22/141.54	c vivif2 --  cl tried    41707 cl shrink        0 lits rem          0 time: 0.11
566.80/141.94	c asymm  cl-useful: 0/18424/25000 lits-rem:0 time: 1.63
566.80/141.95	c calculated reachability. Time: 0.00
566.80/141.95	c  N dy  1971    357899      1250     25000         0     41707    125000   2691875    110.44   no data  --
581.58/145.60	c  N dy  2090    378149      1250     25000         0     35967    125000   1786256    110.45    117.72  --
596.76/149.46	c  N dy  2216    398354      1250     25000         0     29182    125000    720929    110.51    119.51  --
611.93/153.22	c  N dy  2332    418532      1250     25000         0     49338    125000   3498036    110.55    118.81  --
626.74/156.98	c  N dy  2440    438552      1250     25000         0     41370    125000   2262759    110.51    125.30  --
643.90/161.21	c  N dy  2558    458701      1250     25000         0     32524    125000    918548    110.53    117.27  --
659.87/165.23	c  N dy  2668    478942      1250     25000         0     52751    125000   3717420    110.54    116.76  --
676.64/169.43	c  N dy  2789    499000      1250     25000         0     42814    125000   2214041    110.55    118.27  --
695.83/174.27	c  N dy  2914    519250      1250     25000         0     32074    125000    601202    110.58    117.26  --
709.80/177.77	c  S st  3014    536851      1250     25000         0     49653    125000   3011272    110.56    106.42  --
710.62/177.94	c  S st  3014    537354      1250     25000         0     50156    125000   3071237    110.56   no data  --
710.62/177.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
710.62/177.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
710.62/177.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
711.00/178.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
711.00/178.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
711.00/178.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
711.00/178.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1471.58/368.49	c lits-rem:       352  cl-subs:       33  v-elim:      0  v-fix:    0  time: 759.73 s
1471.58/368.49	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
1471.98/368.53	c vivif2 --  cl tried    50123 cl shrink        0 lits rem          0 time: 0.13
1472.78/368.76	c asymm  cl-useful: 0/6576/25000 lits-rem:0 time: 0.92
1472.78/368.76	c calculated reachability. Time: 0.00
1472.78/368.76	c  N dy  3014    537354      1250     25000         0     50123    125000   3061723    110.56   no data  --
1490.75/373.23	c  N dy  3134    557393      1250     25000         0     38179    125000   1305332    110.57    125.67  --
1508.33/377.63	c  N dy  3255    577533      1250     25000         0     58300    125000   4067228    110.59    116.98  --
1525.90/382.09	c  N dy  3381    597654      1250     25000         0     45428    125000   2196836    110.64    118.01  --
1545.88/387.06	c  N dy  3497    617730      1250     25000         0     65483    125000   4944610    110.62    119.14  --
1563.45/391.43	c  N dy  3608    637763      1250     25000         0     51532    125000   2868623    110.62    116.62  --
1584.64/396.79	c  N dy  3739    658149      1250     25000         0     36936    125000    756239    110.68    116.95  --
1602.62/401.23	c  N dy  3858    678207      1250     25000         0     56978    125000   3514553    110.70    116.78  --
1623.37/406.48	c  N dy  3978    698225      1250     25000         0     41012    125000   1185588    110.70    118.14  --
1642.55/411.22	c  N dy  4094    718519      1250     25000         0     61293    125000   3971283    110.70    118.22  --
1662.92/416.39	c  N dy  4205    738598      1250     25000         0     44384    125000   1514620    110.70    116.60  --
1683.29/421.41	c  N dy  4325    758853      1250     25000         0     64618    125000   4282399    110.69    116.55  --
1703.68/426.59	c  N dy  4441    778861      1250     25000         0     46644    125000   1714710    110.71    121.05  --
1724.04/431.65	c  N dy  4563    798945      1250     25000         0     66716    125000   4482990    110.72    122.34  --
1732.43/433.78	c  S st  4613    806031      1250     25000         0     73797    125000   5468751    110.74    104.81  --
1733.63/434.02	c  S st  4613    806532      1250     25000         0     74298    125000   5526633    110.74   no data  --
1733.63/434.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1733.63/434.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1733.63/434.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
1734.82/434.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1734.82/434.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1734.82/434.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1734.82/434.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174910-1304050190/watcher-3174910-1304050190 -o /tmp/evaluation-result-3174910-1304050190/solver-3174910-1304050190 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174910-1304050190.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.12 8.09 7.64 7/180 8782
/proc/meminfo: memFree=19518496/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 497435171 52465664 357 33554432000 4194304 4650419 140736331913600 18446744073709551615 46932042966553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 12809 357 306 112 0 7774 0
[pid=8782/tid=8783] ppid=8780 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 497435172 52465664 357 33554432000 4194304 4650419 140736331913600 18446744073709551615 46932042966952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 497435172 52465664 357 33554432000 4194304 4650419 140736331913600 18446744073709551615 46932042966553 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 497435172 52465664 357 33554432000 4194304 4650419 140736331913600 18446744073709551615 46932042966553 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.106125 s]
/proc/loadavg: 8.12 8.09 7.64 7/180 8782
/proc/meminfo: memFree=19518496/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=305384 CPUtime=0.57 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 4586 0 0 0 55 2 0 0 25 0 4 0 497435171 312713216 4204 33554432000 4194304 4650419 140736331913600 18446744073709551615 255106812039 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 72146 4362 377 112 0 67111 0
[pid=8782/tid=8783] ppid=8780 vsize=288584 CPUtime=0.14 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) S 8780 8782 8638 0 -1 4202560 1094 0 0 0 14 0 0 0 18 0 4 0 497435172 295510016 4401 33554432000 4194304 4650419 140736331913600 18446744073709551615 255106873838 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=288584 CPUtime=0.14 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) D 8780 8782 8638 0 -1 4202560 1159 0 0 0 14 0 0 0 25 0 4 0 497435172 295510016 4443 33554432000 4194304 4650419 140736331913600 18446744073709551615 255106429985 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=288584 CPUtime=0.14 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 1133 0 0 0 14 0 0 0 25 0 4 0 497435172 295510016 4531 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 305384

[startup+0.923035 s]
/proc/loadavg: 8.12 8.09 7.64 7/180 8782
/proc/meminfo: memFree=19518496/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=303152 CPUtime=3.65 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 16192 0 0 0 360 5 0 0 25 0 4 0 497435171 310427648 10929 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 75788 10418 391 112 0 70753 0
[pid=8782/tid=8783] ppid=8780 vsize=303152 CPUtime=0.9 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) D 8780 8782 8638 0 -1 4202560 4025 0 0 0 89 1 0 0 18 0 4 0 497435172 310427648 10418 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=303152 CPUtime=0.9 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 4246 0 0 0 89 1 0 0 25 0 4 0 497435172 310427648 10418 33554432000 4194304 4650419 140736331913600 18446744073709551615 4360413 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=303152 CPUtime=0.9 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 3255 0 0 0 90 0 0 0 25 0 4 0 497435172 310427648 10418 33554432000 4194304 4650419 140736331913600 18446744073709551615 255106812039 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 303152

[startup+1.00039 s]
/proc/loadavg: 8.12 8.09 7.64 7/180 8782
/proc/meminfo: memFree=19518496/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=293276 CPUtime=3.96 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 16703 0 0 0 391 5 0 0 25 0 4 0 497435171 300314624 10260 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 73319 10260 391 112 0 68284 0
[pid=8782/tid=8783] ppid=8780 vsize=293276 CPUtime=0.98 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 4153 0 0 0 97 1 0 0 19 0 4 0 497435172 300314624 10260 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=293276 CPUtime=0.98 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 4367 0 0 0 97 1 0 0 25 0 4 0 497435172 300314624 10260 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=293276 CPUtime=0.98 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 3386 0 0 0 98 0 0 0 25 0 4 0 497435172 300314624 10260 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 293276

[startup+1.10038 s]
/proc/loadavg: 8.12 8.09 7.64 7/180 8782
/proc/meminfo: memFree=19518496/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=293528 CPUtime=4.36 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 17881 0 0 0 431 5 0 0 25 0 4 0 497435171 300572672 10249 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 73382 10249 391 112 0 68347 0
[pid=8782/tid=8783] ppid=8780 vsize=293528 CPUtime=1.08 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 4327 0 0 0 107 1 0 0 19 0 4 0 497435172 300572672 10249 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=293528 CPUtime=1.08 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 4529 0 0 0 107 1 0 0 25 0 4 0 497435172 300572672 10249 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=293528 CPUtime=1.08 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 3557 0 0 0 108 0 0 0 25 0 4 0 497435172 300572672 10249 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 293528

[startup+1.50031 s]
/proc/loadavg: 8.12 8.09 7.64 7/180 8782
/proc/meminfo: memFree=19518496/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=294424 CPUtime=5.97 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 21346 0 0 0 591 6 0 0 25 0 4 0 497435171 301490176 11374 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 73606 11374 391 112 0 68571 0
[pid=8782/tid=8783] ppid=8780 vsize=294424 CPUtime=1.48 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 5473 0 0 0 147 1 0 0 19 0 4 0 497435172 301490176 11374 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=294424 CPUtime=1.49 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 5572 0 0 0 147 2 0 0 25 0 4 0 497435172 301490176 11374 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=294424 CPUtime=1.48 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 4193 0 0 0 148 0 0 0 25 0 4 0 497435172 301490176 11374 33554432000 4194304 4650419 140736331913600 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 294424

[startup+3.10102 s]
/proc/loadavg: 8.35 8.14 7.65 9/184 8786
/proc/meminfo: memFree=19434780/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=296112 CPUtime=12.35 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 39953 0 0 0 1227 8 0 0 25 0 4 0 497435171 303218688 18206 33554432000 4194304 4650419 140736331913600 18446744073709551615 4439641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 74028 18207 393 112 0 68993 0
[pid=8782/tid=8783] ppid=8780 vsize=296112 CPUtime=3.07 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 8863 0 0 0 305 2 0 0 24 0 4 0 497435172 303218688 18207 33554432000 4194304 4650419 140736331913600 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=296112 CPUtime=3.08 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 8917 0 0 0 306 2 0 0 25 0 4 0 497435172 303218688 18207 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=296112 CPUtime=3.09 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 7614 0 0 0 308 1 0 0 25 0 4 0 497435172 303218688 18207 33554432000 4194304 4650419 140736331913600 18446744073709551615 4333715 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 296112

[startup+6.30646 s]
/proc/loadavg: 8.32 8.14 7.66 9/184 8786
/proc/meminfo: memFree=19273092/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=289504 CPUtime=25.16 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 65797 0 0 0 2503 13 0 0 25 0 4 0 497435171 296452096 34890 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 72376 34890 393 112 0 67341 0
[pid=8782/tid=8783] ppid=8780 vsize=289504 CPUtime=6.25 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 13269 0 0 0 622 3 0 0 25 0 4 0 497435172 296452096 34890 33554432000 4194304 4650419 140736331913600 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=289504 CPUtime=6.29 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 18543 0 0 0 625 4 0 0 25 0 4 0 497435172 296452096 34891 33554432000 4194304 4650419 140736331913600 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=289504 CPUtime=6.29 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 16867 0 0 0 627 2 0 0 25 0 4 0 497435172 296452096 34891 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 289504

[startup+12.7003 s]
/proc/loadavg: 8.29 8.14 7.66 9/184 8786
/proc/meminfo: memFree=19219344/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=346084 CPUtime=50.71 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 91318 0 0 0 5053 18 0 0 25 0 4 0 497435171 354390016 43284 33554432000 4194304 4650419 140736331913600 18446744073709551615 4306746 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 86521 43284 393 112 0 81486 0
[pid=8782/tid=8783] ppid=8780 vsize=346084 CPUtime=12.62 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 25937 0 0 0 1256 6 0 0 25 0 4 0 497435172 354390016 43284 33554432000 4194304 4650419 140736331913600 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=346084 CPUtime=12.68 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 20534 0 0 0 1264 4 0 0 25 0 4 0 497435172 354390016 43284 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=346084 CPUtime=12.68 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 23852 0 0 0 1265 3 0 0 25 0 4 0 497435172 354390016 43284 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 346084

[startup+25.5011 s]
/proc/loadavg: 8.25 8.13 7.66 9/184 8787
/proc/meminfo: memFree=19019080/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=425508 CPUtime=101.83 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 131189 0 0 0 10155 28 0 0 25 0 4 0 497435171 435720192 62358 33554432000 4194304 4650419 140736331913600 18446744073709551615 4438944 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 106377 62358 393 112 0 101342 0
[pid=8782/tid=8783] ppid=8780 vsize=425508 CPUtime=25.34 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 32222 0 0 0 2526 8 0 0 25 0 4 0 497435172 435720192 62358 33554432000 4194304 4650419 140736331913600 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=425508 CPUtime=25.48 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 32241 0 0 0 2541 7 0 0 25 0 4 0 497435172 435720192 62358 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=425508 CPUtime=25.49 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 34432 0 0 0 2543 6 0 0 25 0 4 0 497435172 435720192 62358 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 425508

[startup+51.1006 s]
/proc/loadavg: 8.16 8.12 7.67 9/184 8787
/proc/meminfo: memFree=18895740/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=557532 CPUtime=204.09 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 198639 0 0 0 20361 48 0 0 25 0 4 0 497435171 570912768 82630 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 139383 82630 393 112 0 134348 0
[pid=8782/tid=8783] ppid=8780 vsize=557532 CPUtime=50.81 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 47025 0 0 0 5068 13 0 0 25 0 4 0 497435172 570912768 82630 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=557532 CPUtime=51.09 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 50832 0 0 0 5097 12 0 0 25 0 4 0 497435172 570912768 82630 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=557532 CPUtime=51.08 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 56483 0 0 0 5095 13 0 0 25 0 4 0 497435172 570912768 82630 33554432000 4194304 4650419 140736331913600 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 557532

[startup+102.301 s]
/proc/loadavg: 8.06 8.10 7.68 9/184 8789
/proc/meminfo: memFree=18732664/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=655896 CPUtime=408.61 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 317878 0 0 0 40779 82 0 0 25 0 4 0 497435171 671637504 99836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 163974 99836 393 112 0 158939 0
[pid=8782/tid=8783] ppid=8780 vsize=655896 CPUtime=101.72 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 70734 0 0 0 10151 21 0 0 25 0 4 0 497435172 671637504 99836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=655896 CPUtime=102.28 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 80684 0 0 0 10209 19 0 0 25 0 4 0 497435172 671637504 99836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=655896 CPUtime=102.29 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 99018 0 0 0 10204 25 0 0 25 0 4 0 497435172 671637504 99836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 655896

[startup+162.301 s]

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

[pid=8782] ppid=8780 vsize=990896 CPUtime=2805.39 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 808135 0 0 0 280243 296 0 0 25 0 4 0 497435171 1014677504 173743 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 247724 173743 393 112 0 242689 0
[pid=8782/tid=8783] ppid=8780 vsize=990896 CPUtime=698.47 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 155269 0 0 0 69796 51 0 0 25 0 4 0 497435172 1014677504 173743 33554432000 4194304 4650419 140736331913600 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=990896 CPUtime=702.29 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 263347 0 0 0 70140 89 0 0 25 0 4 0 497435172 1014677504 173743 33554432000 4194304 4650419 140736331913600 18446744073709551615 4361036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=990896 CPUtime=702.3 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 249263 0 0 0 70133 97 0 0 25 0 4 0 497435172 1014677504 173743 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 990896

[startup+762.3 s]
/proc/loadavg: 8.07 8.10 7.89 9/184 8806
/proc/meminfo: memFree=18174992/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=981536 CPUtime=3045.06 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 863675 0 0 0 304176 330 0 0 25 0 4 0 497435171 1005092864 170450 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 245384 170450 393 112 0 240349 0
[pid=8782/tid=8783] ppid=8780 vsize=981536 CPUtime=758.13 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 181328 0 0 0 75747 66 0 0 25 0 4 0 497435172 1005092864 170450 33554432000 4194304 4650419 140736331913600 18446744073709551615 4334332 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=981536 CPUtime=762.29 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 292828 0 0 0 76122 107 0 0 25 0 4 0 497435172 1005092864 170450 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=981536 CPUtime=762.3 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 249263 0 0 0 76133 97 0 0 25 0 4 0 497435172 1005092864 170450 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 981536

[startup+822.301 s]
/proc/loadavg: 8.13 8.11 7.90 9/184 8808
/proc/meminfo: memFree=18164196/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=983368 CPUtime=3284.74 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 906779 0 0 0 328118 356 0 0 25 0 4 0 497435171 1006968832 169861 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 245842 169861 393 112 0 240807 0
[pid=8782/tid=8783] ppid=8780 vsize=983368 CPUtime=817.81 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 200102 0 0 0 81704 77 0 0 25 0 4 0 497435172 1006968832 169861 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=983368 CPUtime=822.29 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 317158 0 0 0 82106 123 0 0 25 0 4 0 497435172 1006968832 169861 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=983368 CPUtime=822.3 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 249263 0 0 0 82133 97 0 0 25 0 4 0 497435172 1006968832 169861 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 983368

[startup+882.301 s]
/proc/loadavg: 8.08 8.10 7.91 9/184 8810
/proc/meminfo: memFree=18223456/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=921220 CPUtime=3524.41 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 955453 0 0 0 352058 383 0 0 25 0 4 0 497435171 943329280 160815 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 230305 160815 393 112 0 225270 0
[pid=8782/tid=8783] ppid=8780 vsize=921220 CPUtime=877.49 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 225463 0 0 0 87658 91 0 0 25 0 4 0 497435172 943329280 160815 33554432000 4194304 4650419 140736331913600 18446744073709551615 4314885 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=921220 CPUtime=882.3 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 340471 0 0 0 88093 137 0 0 25 0 4 0 497435172 943329280 160815 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=921220 CPUtime=882.31 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 249263 0 0 0 88134 97 0 0 25 0 4 0 497435172 943329280 160815 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 921220

[startup+942.301 s]
/proc/loadavg: 8.34 8.17 7.94 9/184 8814
/proc/meminfo: memFree=18074512/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1065856 CPUtime=3763.27 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1027814 0 0 0 375909 418 0 0 25 0 4 0 497435171 1091436544 195281 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 266464 195281 393 112 0 261429 0
[pid=8782/tid=8783] ppid=8780 vsize=1065856 CPUtime=937.16 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 254248 0 0 0 93609 107 0 0 25 0 4 0 497435172 1091436544 195281 33554432000 4194304 4650419 140736331913600 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1065856 CPUtime=942.3 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 383590 0 0 0 94075 155 0 0 25 0 4 0 497435172 1091436544 195281 33554432000 4194304 4650419 140736331913600 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1065856 CPUtime=941.47 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 249720 0 0 0 94050 97 0 0 25 0 4 0 497435172 1091436544 195281 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.27
Current children cumulated vsize (KiB) 1065856

[startup+1002.3 s]
/proc/loadavg: 8.24 8.17 7.95 9/184 8816
/proc/meminfo: memFree=17971532/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1079288 CPUtime=4002.93 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1046855 0 0 0 399866 427 0 0 25 0 4 0 497435171 1105190912 197836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 269822 197836 393 112 0 264787 0
[pid=8782/tid=8783] ppid=8780 vsize=1079288 CPUtime=996.83 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 269248 0 0 0 99568 115 0 0 25 0 4 0 497435172 1105190912 197836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1079288 CPUtime=1002.29 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 384995 0 0 0 100074 155 0 0 25 0 4 0 497435172 1105190912 197836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476220 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1079288 CPUtime=1001.46 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 252356 0 0 0 100049 97 0 0 25 0 4 0 497435172 1105190912 197836 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.93
Current children cumulated vsize (KiB) 1079288

[startup+1062.31 s]
/proc/loadavg: 8.22 8.17 7.96 9/184 8817
/proc/meminfo: memFree=17969532/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1079288 CPUtime=4242.63 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1051556 0 0 0 423835 428 0 0 25 0 4 0 497435171 1105190912 197784 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 269822 197784 393 112 0 264787 0
[pid=8782/tid=8783] ppid=8780 vsize=1079288 CPUtime=1056.51 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 271794 0 0 0 105535 116 0 0 25 0 4 0 497435172 1105190912 197784 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1079288 CPUtime=1062.3 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 386034 0 0 0 106075 155 0 0 25 0 4 0 497435172 1105190912 197784 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1079288 CPUtime=1061.47 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 253472 0 0 0 106050 97 0 0 25 0 4 0 497435172 1105190912 197784 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.63
Current children cumulated vsize (KiB) 1079288

[startup+1122.3 s]
/proc/loadavg: 8.13 8.15 7.97 9/184 8819
/proc/meminfo: memFree=17970384/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1079288 CPUtime=4482.28 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1058908 0 0 0 447799 429 0 0 25 0 4 0 497435171 1105190912 197857 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 269822 197857 393 112 0 264787 0
[pid=8782/tid=8783] ppid=8780 vsize=1079288 CPUtime=1116.18 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 277180 0 0 0 111501 117 0 0 25 0 4 0 497435172 1105190912 197857 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1079288 CPUtime=1122.29 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 386600 0 0 0 112074 155 0 0 25 0 4 0 497435172 1105190912 197857 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1079288 CPUtime=1121.47 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 254872 0 0 0 112049 98 0 0 25 0 4 0 497435172 1105190912 197857 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 1079288

[startup+1182.3 s]
/proc/loadavg: 8.09 8.14 7.98 9/184 8821
/proc/meminfo: memFree=17970000/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1079288 CPUtime=4721.96 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1065756 0 0 0 471765 431 0 0 25 0 4 0 497435171 1105190912 197816 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476509 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 269822 197816 393 112 0 264787 0
[pid=8782/tid=8783] ppid=8780 vsize=1079288 CPUtime=1175.86 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 281443 0 0 0 117468 118 0 0 25 0 4 0 497435172 1105190912 197816 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1079288 CPUtime=1182.3 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 388045 0 0 0 118074 156 0 0 25 0 4 0 497435172 1105190912 197816 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1079288 CPUtime=1181.47 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 256012 0 0 0 118049 98 0 0 25 0 4 0 497435172 1105190912 197816 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.96
Current children cumulated vsize (KiB) 1079288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.13 7.98 5/179 8822
/proc/meminfo: memFree=18756320/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1079288 CPUtime=4800.3 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1068610 0 0 0 479599 431 0 0 25 0 4 0 497435171 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 269822 197831 393 112 0 264787 0
[pid=8782/tid=8783] ppid=8780 vsize=1079288 CPUtime=1195.35 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 283253 0 0 0 119417 118 0 0 25 0 4 0 497435172 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1079288 CPUtime=1201.91 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 388204 0 0 0 120035 156 0 0 25 0 4 0 497435172 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1079288 CPUtime=1201.08 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 256897 0 0 0 120010 98 0 0 25 0 4 0 497435172 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1079288

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

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

[startup+1201.9 s]
/proc/loadavg: 8.07 8.13 7.98 5/179 8822
/proc/meminfo: memFree=18756320/32951124 swapFree=67111524/67111528
[pid=8782] ppid=8780 vsize=1079288 CPUtime=4800.3 cores=1,3,5,7
/proc/8782/stat : 8782 (strangenight1-m) R 8780 8782 8638 0 -1 4202496 1068610 0 0 0 479599 431 0 0 25 0 4 0 497435171 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8782/statm: 269822 197831 393 112 0 264787 0
[pid=8782/tid=8783] ppid=8780 vsize=1079288 CPUtime=1195.35 cores=1,3,5,7
/proc/8782/task/8783/stat : 8783 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 283253 0 0 0 119417 118 0 0 25 0 4 0 497435172 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8782/tid=8784] ppid=8780 vsize=1079288 CPUtime=1201.91 cores=1,3,5,7
/proc/8782/task/8784/stat : 8784 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 388204 0 0 0 120035 156 0 0 25 0 4 0 497435172 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8782/tid=8785] ppid=8780 vsize=1079288 CPUtime=1201.08 cores=1,3,5,7
/proc/8782/task/8785/stat : 8785 (strangenight1-m) R 8780 8782 8638 0 -1 4202560 256897 0 0 0 120010 98 0 0 25 0 4 0 497435172 1105190912 197831 33554432000 4194304 4650419 140736331913600 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1079288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.36
CPU user time (s): 4796.01
CPU system time (s): 4.35034
CPU usage (%): 399.38
Max. virtual memory (cumulated for all children) (KiB): 1079288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.01
system time used= 4.35034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1068610
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= 3406
involuntary context switches= 21369

runsolver used 1.62775 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 06:09:50
IDJOB=3174910
IDBENCH=82528
IDSOLVER=1588
FILE ID=node144/3174910-1304050190
RUNJOBID= node144-1304048986-8657
PBS_JOBID= 13170410
Free space on /tmp= 72404 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174910-1304050190/watcher-3174910-1304050190 -o /tmp/evaluation-result-3174910-1304050190/solver-3174910-1304050190 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174910-1304050190.cnf

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

MD5SUM BENCH= 79bb5af0297560cf515e2461b267e196
RANDOM SEED=1534272436

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19518776 kB
Buffers:       2206568 kB
Cached:       10567104 kB
SwapCached:          4 kB
Active:        4719960 kB
Inactive:      8149512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19518776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13480 kB
Writeback:          24 kB
AnonPages:       95460 kB
Mapped:          15300 kB
Slab:           499344 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   295260 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= 72396 MiB
End job on node144 at 2011-04-29 06:29:54