Trace number 3174905

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.23 1201.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S877088425-001-UNKNOWN.cnf
MD5SUM419b5972e0565bacaabacb029af6176c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.652
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3174905-1304049168.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.00/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.61
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.00/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.00/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
0.00/0.70	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.70	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.00/0.70	c calculated reachability. Time: 0.00
0.00/0.70	c Calc default polars -  time:   0.01 s pos:     706 undec:      65 neg:     729
0.00/0.70	c =========================================================================================
0.00/0.70	c types(t): F = full restart, N = normal restart
0.00/0.70	c types(t): S = simplification begin/end, E = solution found
0.00/0.70	c restart types(rt): st = static, dy = dynamic
0.00/0.70	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.70	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.00/0.70	c  N dy    21      4028      1500     30000         0      4020    150000    638027    118.94    127.65  --
0.76/1.00	c  N dy    47      8127      1500     30000         0      5626    150000    625911    119.99    131.29  --
5.19/1.38	c  N dy    79     12147      1500     30000         0      5395    150000    388240    121.72    150.54  --
6.74/1.78	c  N dy    98     16325      1500     30000         0      9571    150000   1020481    120.48    127.87  --
8.34/2.19	c  N dy   122     20413      1500     30000         0      8037    150000    600654    120.64    128.19  --
10.33/2.61	c  N dy   148     24520      1500     30000         0     12142    150000   1215851    120.76    128.10  --
10.33/2.66	c  F st   152     25000      1500     30000         0     12622    150000   1290522    120.82   no data  --
12.35/3.18	c  N dy   158     30001      1500     30000         0     10810    150000    905627    120.82   no data  --
12.35/3.18	c  S st   158     30001      1500     30000         0     10810    150000    905627    120.82   no data  --
12.73/3.25	c  S st   158     30504      1500     30000         0     11313    150000    974461    120.82   no data  --
12.73/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.73/3.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.73/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.13/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.13/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.13/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.13/3.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.91/5.51	c lits-rem:      2029  cl-subs:       15  v-elim:      0  v-fix:    0  time:  8.68 s
22.71/5.73	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.88
22.71/5.73	c calculated reachability. Time: 0.00
22.71/5.73	c  N dy   158     30504      1500     30000         0     11298    150000    967060    120.82   no data  --
24.71/6.21	c  N dy   184     34515      1500     30000         0     15308    150000   1581885    121.26    129.59  --
26.30/6.64	c  N dy   207     38529      1500     30000         0     11425    150000    797335    121.20    128.58  --
28.31/7.12	c  N dy   230     42618      1500     30000         0     15512    150000   1436319    121.46    166.53  --
29.92/7.53	c  S st   252     45758      1500     30000         0      9702    150000    385951    121.46    114.91  --
30.30/7.60	c  S st   252     46262      1500     30000         0     10206    150000    452862    121.46   no data  --
30.30/7.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.30/7.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.30/7.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
30.30/7.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.30/7.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.30/7.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
30.30/7.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.88/12.06	c lits-rem:      1250  cl-subs:        0  v-elim:      0  v-fix:    0  time: 17.63 s
47.88/12.06	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
47.88/12.07	c vivif2 --  cl tried    10206 cl shrink        0 lits rem          0 time: 0.02
48.68/12.27	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.84
48.68/12.28	c calculated reachability. Time: 0.00
48.68/12.28	c  N dy   252     46262      1500     30000         0     10206    150000    451612    121.46   no data  --
50.67/12.73	c  N dy   277     50397      1500     30000         0     14341    150000   1081058    121.52    128.29  --
52.66/13.27	c  N dy   302     54820      1500     30000         0     18764    150000   1754946    121.42    129.17  --
54.66/13.76	c  N dy   329     58861      1500     30000         0     12826    150000    725934    121.62    128.97  --
56.65/14.23	c  N dy   355     62879      1500     30000         0     16843    150000   1336193    121.64    128.36  --
58.66/14.78	c  N dy   381     67235      1500     30000         0     21195    150000   2008491    121.73    128.63  --
59.86/15.06	c  S st   397     69393      1500     30000         0     12365    150000    503008    121.83    114.12  --
60.28/15.13	c  S st   397     69894      1500     30000         0     12866    150000    565994    121.83   no data  --
60.28/15.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.28/15.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.28/15.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
60.28/15.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.28/15.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.28/15.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
60.28/15.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
79.03/19.89	c lits-rem:      1759  cl-subs:        2  v-elim:      0  v-fix:    0  time: 18.79 s
79.03/19.89	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
79.03/19.89	c vivif2 --  cl tried    12864 cl shrink        0 lits rem          0 time: 0.02
80.23/20.16	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.06
80.23/20.16	c calculated reachability. Time: 0.00
80.23/20.16	c  N dy   397     69894      1500     30000         0     12864    150000    563476    121.83   no data  --
83.02/20.80	c  N dy   429     74515      1500     30000         0     17482    150000   1280043    122.07    130.91  --
85.42/21.48	c  N dy   458     79321      1500     30000         0     22286    150000   2014291    122.09    133.62  --
88.61/22.21	c  N dy   494     84492      1500     30000         0     15464    150000    837935    122.22    128.74  --
90.21/22.62	c  F st   512     87502      1500     30000         0     18471    150000   1300637    122.26    115.55  --
92.21/23.10	c  N st   517     90797      1500     30000         0     21762    150000   1847430    122.26   no data  --
95.43/23.96	c  N dy   538     96663      1500     30000         0     14638    150000    562226    122.12    128.95  --
99.00/24.84	c  N dy   576    102905      1500     30000         0     20877    150000   1518534    122.14    129.06  --
100.21/25.16	c  S st   591    104842      1500     30000         0     22813    150000   1818214    122.22   no data  --
100.60/25.26	c  S st   591    105343      1500     30000         0     23314    150000   1887642    122.22   no data  --
100.60/25.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
100.60/25.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.00/25.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
101.00/25.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.00/25.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.00/25.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
101.00/25.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
149.73/37.56	c lits-rem:       676  cl-subs:        5  v-elim:      0  v-fix:    0  time: 48.54 s
149.73/37.56	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
149.73/37.58	c vivif2 --  cl tried    23309 cl shrink        0 lits rem          0 time: 0.07
151.33/37.91	c asymm  cl-useful: 0/28352/30000 lits-rem:0 time: 1.33
151.33/37.91	c calculated reachability. Time: 0.00
151.33/37.91	c  N dy   591    105343      1500     30000         0     23309    150000   1885691    122.22   no data  --
154.92/38.86	c  N dy   638    112247      1500     30000         0     16222    150000    665503    122.30    129.28  --
158.91/39.80	c  N dy   681    119466      1500     30000         0     23441    150000   1767515    122.25    132.96  --
163.31/40.93	c  N dy   726    127096      1500     30000         0     16073    150000    493102    122.29    129.93  --
167.70/42.04	c  N dy   774    135213      1500     30000         0     24188    150000   1742055    122.35    129.05  --
173.30/43.41	c  N dy   834    143857      1500     30000         0     16832    150000    461309    122.42    128.95  --
178.49/44.70	c  N dy   896    153101      1500     30000         0     26075    150000   1881260    122.50    133.89  --
181.28/45.47	c  S st   924    158014      1500     30000         0     30988    150000   2627879    122.46    122.82  --
181.69/45.59	c  S st   924    158517      1500     30000         0     31491    150000   2693205    122.46   no data  --
181.69/45.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
181.69/45.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
182.09/45.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
182.49/45.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
182.49/45.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.49/45.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
182.49/45.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
286.74/71.84	c lits-rem:       746  cl-subs:       18  v-elim:      0  v-fix:    0  time: 104.17 s
286.74/71.85	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
286.74/71.87	c vivif2 --  cl tried    31473 cl shrink        0 lits rem          0 time: 0.10
287.14/71.91	c asymm  cl-useful: 0/1648/30000 lits-rem:0 time: 0.13
287.14/71.91	c calculated reachability. Time: 0.00
287.14/71.91	c  N dy   924    158517      1500     30000         0     31473    150000   2686195    122.46   no data  --
292.73/73.32	c  N dy   987    168748      1500     30000         0     24706    150000   1530072    122.52    130.48  --
299.13/74.99	c  N dy  1059    179635      1500     30000         0     35592    150000   3233277    122.69    129.19  --
305.51/76.58	c  N dy  1139    191134      1500     30000         0     29091    150000   2061475    122.86    131.93  --
313.10/78.43	c  N dy  1211    203399      1500     30000         0     22358    150000    874568    122.73    129.53  --
320.69/80.34	c  N dy  1294    216389      1500     30000         0     35339    150000   2900565    122.82    129.31  --
329.07/82.41	c  N dy  1375    230311      1500     30000         0     29265    150000   1778703    122.77    129.38  --
333.47/83.57	c  S st  1422    237775      1500     30000         0     36721    150000   2923031    122.77   no data  --
333.87/83.68	c  S st  1422    238281      1500     30000         0     37227    150000   2987938    122.77   no data  --
333.87/83.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
333.87/83.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
334.27/83.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
334.67/83.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
334.67/83.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
334.67/83.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
334.67/83.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1007.35/252.22	c lits-rem:       580  cl-subs:       21  v-elim:      0  v-fix:    0  time: 672.08 s
1007.35/252.22	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1007.35/252.25	c vivif2 --  cl tried    37206 cl shrink        0 lits rem          0 time: 0.12
1009.36/252.73	c asymm  cl-useful: 0/22384/30000 lits-rem:0 time: 1.91
1009.36/252.73	c calculated reachability. Time: 0.00
1009.36/252.73	c  N dy  1422    238281      1500     30000         0     37206    150000   2980226    122.77   no data  --
1020.93/255.65	c  N dy  1514    253588      1500     30000         0     31514    150000   2014609    122.90    132.97  --
1033.72/258.88	c  N dy  1605    269970      1500     30000         0     25901    150000    986714    122.89    130.01  --
1047.30/262.27	c  N dy  1701    287267      1500     30000         0     43188    150000   3624133    122.83    129.91  --
1061.67/265.90	c  N dy  1826    305650      1500     30000         0     38570    150000   2822088    123.04    153.19  --
1062.49/266.03	c  F st  1829    306250      1500     30000         0     39169    150000   2911175    123.03    118.07  --
1077.66/269.89	c  N dy  1926    325342      1500     30000         0     34261    150000   2003877    123.11    129.93  --
1094.83/274.19	c  N dy  2045    345546      1500     30000         0     29473    150000   1102107    123.08    131.44  --
1104.42/276.57	c  S st  2122    357421      1500     30000         0     41343    150000   2941873    123.12    108.31  --
1105.22/276.73	c  S st  2122    357929      1500     30000         0     41851    150000   3008847    123.12   no data  --
1105.22/276.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1105.22/276.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1105.22/276.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1105.62/276.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1105.62/276.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1105.62/276.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1105.62/276.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1806.66/452.33	c lits-rem:       431  cl-subs:       10  v-elim:      0  v-fix:    0  time: 700.24 s
1806.66/452.33	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1806.66/452.37	c vivif2 --  cl tried    41841 cl shrink        0 lits rem          0 time: 0.12
1807.46/452.57	c asymm  cl-useful: 0/7616/30000 lits-rem:0 time: 0.82
1807.46/452.57	c calculated reachability. Time: 0.00
1807.46/452.57	c  N dy  2122    357929      1500     30000         0     41841    150000   3005420    123.12   no data  --
1823.84/456.63	c  N dy  2242    378077      1500     30000         0     35989    150000   1963825    123.10    130.46  --
1841.01/460.92	c  N dy  2354    398151      1500     30000         0     29064    150000    743474    123.05    131.00  --
1856.99/464.96	c  N dy  2478    418330      1500     30000         0     49227    150000   3838051    123.04    130.18  --
1873.37/469.09	c  N dy  2606    438356      1500     30000         0     41261    150000   2487576    123.07    131.18  --
1891.74/473.61	c  N dy  2728    458464      1500     30000         0     32373    150000    951839    123.06    129.90  --
1908.52/477.84	c  N dy  2855    478578      1500     30000         0     52479    150000   4051156    123.10    130.05  --
1925.70/482.13	c  N dy  2969    498711      1500     30000         0     42621    150000   2398919    123.05    130.47  --
1945.28/487.02	c  N dy  3098    518814      1500     30000         0     31735    150000    576025    123.12    130.25  --
1960.04/490.74	c  S st  3210    536894      1500     30000         0     49808    150000   3388862    123.15    128.62  --
1960.85/490.92	c  S st  3210    537400      1500     30000         0     50314    150000   3452332    123.15   no data  --
1960.85/490.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1960.85/490.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1960.85/490.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
1961.65/491.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1961.65/491.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1961.65/491.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1961.65/491.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3033.36/759.48	c lits-rem:       503  cl-subs:       18  v-elim:      0  v-fix:    0  time: 1071.88 s
3033.36/759.48	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
3033.76/759.52	c vivif2 --  cl tried    50296 cl shrink        0 lits rem          0 time: 0.14
3035.75/760.00	c asymm  cl-useful: 0/18578/30000 lits-rem:0 time: 1.93
3035.75/760.00	c calculated reachability. Time: 0.00
3035.75/760.00	c  N dy  3210    537400      1500     30000         0     50296    150000   3445942    123.15   no data  --
3054.53/764.72	c  N dy  3329    557423      1500     30000         0     38319    150000   1449505    123.15    130.01  --
3072.51/769.28	c  N dy  3443    577499      1500     30000         0     58378    150000   4540011    123.15    129.90  --
3091.68/774.00	c  N dy  3565    598101      1500     30000         0     45991    150000   2480876    123.14    130.05  --
3112.05/779.16	c  N dy  3692    618154      1500     30000         0     66031    150000   5599907    123.23    130.43  --
3130.02/783.67	c  N dy  3818    638356      1500     30000         0     52241    150000   3304444    123.26    129.81  --
3150.79/788.89	c  N dy  3933    658506      1500     30000         0     37401    150000    862180    123.26    130.49  --
3168.37/793.20	c  N dy  4054    678549      1500     30000         0     57432    150000   3940299    123.26    131.27  --
3187.15/797.96	c  N dy  4170    698571      1500     30000         0     41465    150000   1351089    123.27    129.88  --
3205.12/802.42	c  N dy  4284    718730      1500     30000         0     61606    150000   4454426    123.25    130.69  --
3224.32/807.26	c  N dy  4402    738833      1500     30000         0     44724    150000   1706651    123.24    129.74  --
3243.07/811.93	c  N dy  4527    758980      1500     30000         0     64859    150000   4827739    123.27    131.81  --
3262.65/816.86	c  N dy  4655    779027      1500     30000         0     46919    150000   1895895    123.29    131.84  --
3281.82/821.64	c  N dy  4775    799108      1500     30000         0     66984    150000   5022686    123.32    137.12  --
3289.41/823.55	c  S st  4816    806101      1500     30000         0     73970    150000   6111830    123.33    144.09  --
3290.23/823.77	c  S st  4816    806608      1500     30000         0     74477    150000   6181271    123.33   no data  --
3290.23/823.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3290.23/823.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3290.60/823.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
3291.40/824.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3291.40/824.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3291.40/824.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3291.40/824.08	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-3174905-1304049168/watcher-3174905-1304049168 -o /tmp/evaluation-result-3174905-1304049168/solver-3174905-1304049168 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174905-1304049168.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.08 7.71 2/174 4275
/proc/meminfo: memFree=22204240/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=116772 CPUtime=0 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 451 0 0 0 0 0 0 0 25 0 4 0 497332147 119574528 382 33554432000 4194304 4650419 140734789892608 18446744073709551615 254261721582 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 29195 388 324 112 0 24160 0
[pid=4275/tid=4276] ppid=4273 vsize=117748 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 55 0 0 0 0 0 0 0 25 0 4 0 497332147 120573952 501 33554432000 4194304 4650419 140734789892608 18446744073709551615 254261616443 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=117748 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 4 0 497332147 120573952 542 33554432000 4194304 4650419 140734789892608 18446744073709551615 254261616443 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=117748 CPUtime=0 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 4 0 497332147 120573952 581 33554432000 4194304 4650419 140734789892608 18446744073709551615 254261616443 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0817871 s]
/proc/loadavg: 8.09 8.08 7.71 2/174 4275
/proc/meminfo: memFree=22204240/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=291568 CPUtime=0.76 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 7042 0 0 0 74 2 0 0 18 0 4 0 497332147 298565632 5838 33554432000 4194304 4650419 140734789892608 18446744073709551615 254261277729 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 74087 9129 383 112 0 69052 0
[pid=4275/tid=4276] ppid=4273 vsize=297844 CPUtime=0.22 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 3131 0 0 0 22 0 0 0 18 0 4 0 497332147 304992256 9475 33554432000 4194304 4650419 140734789892608 18446744073709551615 4422499 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=329868 CPUtime=0.68 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 4468 0 0 0 67 1 0 0 18 0 4 0 497332147 337784832 12279 33554432000 4194304 4650419 140734789892608 18446744073709551615 4511592 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=301860 CPUtime=0.89 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 2974 0 0 0 88 1 0 0 19 0 4 0 497332147 309104640 11524 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 291568

[startup+1.01165 s]
/proc/loadavg: 8.09 8.08 7.71 2/174 4275
/proc/meminfo: memFree=22204240/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=301860 CPUtime=3.99 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 18669 0 0 0 395 4 0 0 19 0 4 0 497332147 309104640 12181 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 75465 12181 391 112 0 70430 0
[pid=4275/tid=4276] ppid=4273 vsize=301860 CPUtime=0.98 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 5104 0 0 0 98 0 0 0 19 0 4 0 497332147 309104640 12181 33554432000 4194304 4650419 140734789892608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=301860 CPUtime=0.99 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 4997 0 0 0 98 1 0 0 19 0 4 0 497332147 309104640 12181 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=301860 CPUtime=0.99 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 3131 0 0 0 98 1 0 0 19 0 4 0 497332147 309104640 12181 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 301860

[startup+1.11163 s]
/proc/loadavg: 8.09 8.08 7.71 2/174 4275
/proc/meminfo: memFree=22204240/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=302144 CPUtime=4.38 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 19989 0 0 0 434 4 0 0 19 0 4 0 497332147 309395456 12189 33554432000 4194304 4650419 140734789892608 18446744073709551615 4334120 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 75536 12189 391 112 0 70501 0
[pid=4275/tid=4276] ppid=4273 vsize=302144 CPUtime=1.08 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 5264 0 0 0 108 0 0 0 19 0 4 0 497332147 309395456 12189 33554432000 4194304 4650419 140734789892608 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=302144 CPUtime=1.09 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 5159 0 0 0 108 1 0 0 19 0 4 0 497332147 309395456 12189 33554432000 4194304 4650419 140734789892608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=302144 CPUtime=1.09 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 3970 0 0 0 108 1 0 0 19 0 4 0 497332147 309395456 12190 33554432000 4194304 4650419 140734789892608 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 302144

[startup+1.21161 s]
/proc/loadavg: 8.09 8.08 7.71 2/174 4275
/proc/meminfo: memFree=22204240/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=302144 CPUtime=4.78 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 20624 0 0 0 474 4 0 0 19 0 4 0 497332147 309395456 12824 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 75536 12824 391 112 0 70501 0
[pid=4275/tid=4276] ppid=4273 vsize=302144 CPUtime=1.18 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 5421 0 0 0 118 0 0 0 19 0 4 0 497332147 309395456 12824 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=302144 CPUtime=1.19 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 5320 0 0 0 118 1 0 0 19 0 4 0 497332147 309395456 12825 33554432000 4194304 4650419 140734789892608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=302144 CPUtime=1.19 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 4133 0 0 0 118 1 0 0 19 0 4 0 497332147 309395456 12826 33554432000 4194304 4650419 140734789892608 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 302144

[startup+1.51156 s]
/proc/loadavg: 8.09 8.08 7.71 2/174 4275
/proc/meminfo: memFree=22204240/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=302192 CPUtime=5.98 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 24223 0 0 0 593 5 0 0 20 0 4 0 497332147 309444608 12306 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 75548 12306 391 112 0 70513 0
[pid=4275/tid=4276] ppid=4273 vsize=302192 CPUtime=1.49 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 6530 0 0 0 148 1 0 0 20 0 4 0 497332147 309444608 12306 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=302192 CPUtime=1.49 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 6364 0 0 0 148 1 0 0 19 0 4 0 497332147 309444608 12306 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=302192 CPUtime=1.49 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 4621 0 0 0 148 1 0 0 20 0 4 0 497332147 309444608 12306 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 302192

[startup+3.10628 s]
/proc/loadavg: 8.33 8.13 7.72 9/184 4288
/proc/meminfo: memFree=22005104/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=303336 CPUtime=12.35 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 38444 0 0 0 1227 8 0 0 25 0 4 0 497332147 310616064 13197 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 75834 13197 392 112 0 70799 0
[pid=4275/tid=4276] ppid=4273 vsize=303336 CPUtime=3.08 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 10106 0 0 0 306 2 0 0 25 0 4 0 497332147 310616064 13197 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=303336 CPUtime=3.08 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 9988 0 0 0 307 1 0 0 25 0 4 0 497332147 310616064 13197 33554432000 4194304 4650419 140734789892608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=303336 CPUtime=3.07 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 8076 0 0 0 305 2 0 0 25 0 4 0 497332147 310616064 13197 33554432000 4194304 4650419 140734789892608 18446744073709551615 4311370 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303336

[startup+6.30071 s]
/proc/loadavg: 8.30 8.13 7.72 9/184 4288
/proc/meminfo: memFree=21877384/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=317532 CPUtime=25.12 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 72569 0 0 0 2498 14 0 0 25 0 4 0 497332147 325152768 37340 33554432000 4194304 4650419 140734789892608 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 79383 37340 393 112 0 74348 0
[pid=4275/tid=4276] ppid=4273 vsize=317532 CPUtime=6.28 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 15098 0 0 0 625 3 0 0 25 0 4 0 497332147 325152768 37341 33554432000 4194304 4650419 140734789892608 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=317532 CPUtime=6.27 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 21589 0 0 0 624 3 0 0 25 0 4 0 497332147 325152768 37341 33554432000 4194304 4650419 140734789892608 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=317532 CPUtime=6.26 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 17967 0 0 0 622 4 0 0 25 0 4 0 497332147 325152768 37341 33554432000 4194304 4650419 140734789892608 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 317532

[startup+12.7006 s]
/proc/loadavg: 8.27 8.12 7.73 9/184 4288
/proc/meminfo: memFree=21776860/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=328444 CPUtime=50.67 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 86705 0 0 0 5050 17 0 0 25 0 4 0 497332147 336326656 43216 33554432000 4194304 4650419 140734789892608 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 82111 43216 393 112 0 77076 0
[pid=4275/tid=4276] ppid=4273 vsize=328444 CPUtime=12.67 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 20901 0 0 0 1263 4 0 0 25 0 4 0 497332147 336326656 43216 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=328444 CPUtime=12.68 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 22318 0 0 0 1264 4 0 0 25 0 4 0 497332147 336326656 43216 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=328444 CPUtime=12.61 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 22276 0 0 0 1257 4 0 0 25 0 4 0 497332147 336326656 43216 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 328444

[startup+25.5003 s]
/proc/loadavg: 8.23 8.12 7.73 9/184 4288
/proc/meminfo: memFree=21476904/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=484228 CPUtime=101.79 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 141193 0 0 0 10149 30 0 0 25 0 4 0 497332147 495849472 71821 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 121057 71821 393 112 0 116022 0
[pid=4275/tid=4276] ppid=4273 vsize=484228 CPUtime=25.47 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 29635 0 0 0 2542 5 0 0 25 0 4 0 497332147 495849472 71821 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=484228 CPUtime=25.47 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 37480 0 0 0 2540 7 0 0 25 0 4 0 497332147 495849472 71821 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=484228 CPUtime=25.34 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 35989 0 0 0 2527 7 0 0 25 0 4 0 497332147 495849472 71821 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 484228

[startup+51.1008 s]
/proc/loadavg: 8.21 8.12 7.74 9/184 4289
/proc/meminfo: memFree=21295288/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=657232 CPUtime=204.06 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 201797 0 0 0 20360 46 0 0 25 0 4 0 497332147 673005568 96147 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 164308 96147 393 112 0 159273 0
[pid=4275/tid=4276] ppid=4273 vsize=657232 CPUtime=51.06 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 40842 0 0 0 5098 8 0 0 25 0 4 0 497332147 673005568 96147 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=657232 CPUtime=51.07 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 59484 0 0 0 5094 13 0 0 25 0 4 0 497332147 673005568 96147 33554432000 4194304 4650419 140734789892608 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=657232 CPUtime=50.8 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 55110 0 0 0 5069 11 0 0 25 0 4 0 497332147 673005568 96147 33554432000 4194304 4650419 140734789892608 18446744073709551615 4350813 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 657232

[startup+102.301 s]
/proc/loadavg: 8.15 8.12 7.76 9/184 4290
/proc/meminfo: memFree=21111136/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=794472 CPUtime=408.57 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 328625 0 0 0 40775 82 0 0 25 0 4 0 497332147 813539328 118135 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 198618 118135 393 112 0 193583 0
[pid=4275/tid=4276] ppid=4273 vsize=794472 CPUtime=102.26 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 80547 0 0 0 10206 20 0 0 25 0 4 0 497332147 813539328 118135 33554432000 4194304 4650419 140734789892608 18446744073709551615 4336302 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=794472 CPUtime=102.26 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 88699 0 0 0 10207 19 0 0 25 0 4 0 497332147 813539328 118135 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=794472 CPUtime=101.73 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 99782 0 0 0 10147 26 0 0 25 0 4 0 497332147 813539328 118135 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 794472

[startup+162.301 s]

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

[pid=4275] ppid=4273 vsize=1114032 CPUtime=2565.6 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 657258 0 0 0 256337 223 0 0 25 0 4 0 497332147 1140768768 179816 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 278508 179816 393 112 0 273473 0
[pid=4275/tid=4276] ppid=4273 vsize=1114032 CPUtime=642.28 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 128210 0 0 0 64187 41 0 0 25 0 4 0 497332147 1140768768 179816 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1114032 CPUtime=642.22 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 148203 0 0 0 64173 49 0 0 25 0 4 0 497332147 1140768768 179816 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1114032 CPUtime=638.79 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 271969 0 0 0 63787 92 0 0 25 0 4 0 497332147 1140768768 179816 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.6
Current children cumulated vsize (KiB) 1114032

[startup+702.3 s]
/proc/loadavg: 8.06 8.09 7.91 9/184 4315
/proc/meminfo: memFree=20451964/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1114032 CPUtime=2805.27 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 659588 0 0 0 280304 223 0 0 25 0 4 0 497332147 1140768768 179814 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 278508 179814 393 112 0 273473 0
[pid=4275/tid=4276] ppid=4273 vsize=1114032 CPUtime=702.28 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 128210 0 0 0 70187 41 0 0 25 0 4 0 497332147 1140768768 179814 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1114032 CPUtime=702.22 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 148203 0 0 0 70173 49 0 0 25 0 4 0 497332147 1140768768 179814 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1114032 CPUtime=698.47 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 274299 0 0 0 69754 93 0 0 25 0 4 0 497332147 1140768768 179814 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 1114032

[startup+762.301 s]
/proc/loadavg: 8.13 8.10 7.92 9/184 4317
/proc/meminfo: memFree=20422072/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1077896 CPUtime=3044.94 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 682425 0 0 0 304260 234 0 0 25 0 4 0 497332147 1103765504 177452 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365520 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 269474 177452 393 112 0 264439 0
[pid=4275/tid=4276] ppid=4273 vsize=1077896 CPUtime=762.28 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 128210 0 0 0 76187 41 0 0 25 0 4 0 497332147 1103765504 177452 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1077896 CPUtime=762.22 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 166940 0 0 0 76163 59 0 0 25 0 4 0 497332147 1103765504 177452 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1077896 CPUtime=758.14 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 276969 0 0 0 75721 93 0 0 25 0 4 0 497332147 1103765504 177452 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.94
Current children cumulated vsize (KiB) 1077896

[startup+822.301 s]
/proc/loadavg: 8.22 8.13 7.94 9/184 4319
/proc/meminfo: memFree=20406172/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1080132 CPUtime=3284.61 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 772011 0 0 0 328187 274 0 0 25 0 4 0 497332147 1106055168 179277 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 270033 179277 393 112 0 264998 0
[pid=4275/tid=4276] ppid=4273 vsize=1080132 CPUtime=822.28 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 150602 0 0 0 82177 51 0 0 25 0 4 0 497332147 1106055168 179277 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1080132 CPUtime=822.21 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 192928 0 0 0 82152 69 0 0 25 0 4 0 497332147 1106055168 179277 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1080132 CPUtime=817.82 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 279408 0 0 0 81688 94 0 0 25 0 4 0 497332147 1106055168 179277 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 1080132

[startup+882.3 s]
/proc/loadavg: 8.22 8.14 7.95 9/184 4320
/proc/meminfo: memFree=20321712/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1209616 CPUtime=3524.28 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 840859 0 0 0 352126 302 0 0 25 0 4 0 497332147 1238646784 203111 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 302404 203111 394 112 0 297369 0
[pid=4275/tid=4276] ppid=4273 vsize=1209616 CPUtime=882.28 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 179495 0 0 0 88163 65 0 0 25 0 4 0 497332147 1238646784 203111 33554432000 4194304 4650419 140734789892608 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1209616 CPUtime=882.2 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 218697 0 0 0 88139 81 0 0 25 0 4 0 497332147 1238646784 203111 33554432000 4194304 4650419 140734789892608 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1209616 CPUtime=877.49 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 281913 0 0 0 87655 94 0 0 25 0 4 0 497332147 1238646784 203111 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1209616

[startup+942.301 s]
/proc/loadavg: 8.20 8.14 7.96 9/184 4322
/proc/meminfo: memFree=20282640/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1160048 CPUtime=3763.96 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 889474 0 0 0 376069 327 0 0 25 0 4 0 497332147 1187889152 198547 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 290012 198547 393 112 0 284977 0
[pid=4275/tid=4276] ppid=4273 vsize=1160048 CPUtime=942.29 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 198308 0 0 0 94153 76 0 0 25 0 4 0 497332147 1187889152 198547 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1160048 CPUtime=942.2 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 243470 0 0 0 94125 95 0 0 25 0 4 0 497332147 1187889152 198547 33554432000 4194304 4650419 140734789892608 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1160048 CPUtime=937.16 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 286025 0 0 0 93622 94 0 0 25 0 4 0 497332147 1187889152 198547 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 1160048

[startup+1002.3 s]
/proc/loadavg: 8.13 8.13 7.96 9/184 4323
/proc/meminfo: memFree=20253980/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1146220 CPUtime=4003.63 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 943418 0 0 0 400010 353 0 0 25 0 4 0 497332147 1173729280 198052 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 286555 198052 393 112 0 281520 0
[pid=4275/tid=4276] ppid=4273 vsize=1146220 CPUtime=1002.29 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 227264 0 0 0 100140 89 0 0 25 0 4 0 497332147 1173729280 198052 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1146220 CPUtime=1002.19 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 264009 0 0 0 100112 107 0 0 25 0 4 0 497332147 1173729280 198052 33554432000 4194304 4650419 140734789892608 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1146220 CPUtime=996.84 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 289539 0 0 0 99589 95 0 0 25 0 4 0 497332147 1173729280 198052 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 1146220

[startup+1062.3 s]
/proc/loadavg: 8.10 8.12 7.97 9/184 4325
/proc/meminfo: memFree=20112844/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1279496 CPUtime=4243.32 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 1015941 0 0 0 423953 379 0 0 25 0 4 0 497332147 1310203904 224142 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 319874 224142 393 112 0 314839 0
[pid=4275/tid=4276] ppid=4273 vsize=1279496 CPUtime=1062.29 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 256808 0 0 0 106125 104 0 0 25 0 4 0 497332147 1310203904 224143 33554432000 4194304 4650419 140734789892608 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1279496 CPUtime=1062.2 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 301982 0 0 0 106102 118 0 0 25 0 4 0 497332147 1310203904 224143 33554432000 4194304 4650419 140734789892608 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1279496 CPUtime=1056.52 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 292647 0 0 0 105557 95 0 0 25 0 4 0 497332147 1310203904 224143 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 1279496

[startup+1122.3 s]
/proc/loadavg: 8.09 8.11 7.97 9/184 4327
/proc/meminfo: memFree=20099940/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1279932 CPUtime=4482.97 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 1043988 0 0 0 447905 392 0 0 25 0 4 0 497332147 1310650368 224493 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 319983 224493 393 112 0 314948 0
[pid=4275/tid=4276] ppid=4273 vsize=1279932 CPUtime=1122.29 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 273956 0 0 0 112114 115 0 0 25 0 4 0 497332147 1310650368 224493 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1279932 CPUtime=1122.19 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 308863 0 0 0 112100 119 0 0 25 0 4 0 497332147 1310650368 224493 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1279932 CPUtime=1116.19 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 295695 0 0 0 111523 96 0 0 25 0 4 0 497332147 1310650368 224493 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 1279932

[startup+1182.31 s]
/proc/loadavg: 8.08 8.10 7.98 9/184 4328
/proc/meminfo: memFree=20065704/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1279932 CPUtime=4722.67 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 1056495 0 0 0 471873 394 0 0 25 0 4 0 497332147 1310650368 224511 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 319983 224511 393 112 0 314948 0
[pid=4275/tid=4276] ppid=4273 vsize=1279932 CPUtime=1182.29 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 273956 0 0 0 118114 115 0 0 25 0 4 0 497332147 1310650368 224511 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1279932 CPUtime=1182.19 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 316330 0 0 0 118099 120 0 0 25 0 4 0 497332147 1310650368 224511 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1279932 CPUtime=1175.87 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 297964 0 0 0 117491 96 0 0 25 0 4 0 497332147 1310650368 224511 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 1279932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.09 7.98 9/184 4329
/proc/meminfo: memFree=19979028/32951124 swapFree=67111528/67111528
[pid=4275] ppid=4273 vsize=1279932 CPUtime=4800.16 cores=0,2,4,6
/proc/4275/stat : 4275 (strangenight1-m) R 4273 4275 4149 0 -1 4202496 1060284 0 0 0 479621 395 0 0 25 0 4 0 497332147 1310650368 224636 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4275/statm: 319983 224636 393 112 0 314948 0
[pid=4275/tid=4276] ppid=4273 vsize=1279932 CPUtime=1201.69 cores=0,2,4,6
/proc/4275/task/4276/stat : 4276 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 273956 0 0 0 120054 115 0 0 25 0 4 0 497332147 1310650368 224636 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4275/tid=4277] ppid=4273 vsize=1279932 CPUtime=1201.58 cores=0,2,4,6
/proc/4275/task/4277/stat : 4277 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 318658 0 0 0 120038 120 0 0 25 0 4 0 497332147 1310650368 224636 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4275/tid=4278] ppid=4273 vsize=1279932 CPUtime=1195.16 cores=0,2,4,6
/proc/4275/task/4278/stat : 4278 (strangenight1-m) R 4273 4275 4149 0 -1 4202560 299101 0 0 0 119420 96 0 0 25 0 4 0 497332147 1310650368 224636 33554432000 4194304 4650419 140734789892608 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1279932

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.23
CPU user time (s): 4796.23
CPU system time (s): 3.99739
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 1279932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.23
system time used= 3.99739
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1060284
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= 3027
involuntary context switches= 24120

runsolver used 1.91171 second user time and 4.65429 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 05:52:48
IDJOB=3174905
IDBENCH=82523
IDSOLVER=1588
FILE ID=node140/3174905-1304049168
RUNJOBID= node140-1304047964-4167
PBS_JOBID= 13170406
Free space on /tmp= 72664 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S877088425-001-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174905-1304049168/watcher-3174905-1304049168 -o /tmp/evaluation-result-3174905-1304049168/solver-3174905-1304049168 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174905-1304049168.cnf

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

MD5SUM BENCH= 419b5972e0565bacaabacb029af6176c
RANDOM SEED=1167521164

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22204396 kB
Buffers:       2296292 kB
Cached:        7817888 kB
SwapCached:          0 kB
Active:        2649496 kB
Inactive:      7530936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22204396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7804 kB
Writeback:           0 kB
AnonPages:       66352 kB
Mapped:          14684 kB
Slab:           504048 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188908 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= 72648 MiB
End job on node140 at 2011-04-29 06:12:52