Trace number 3174952

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.51 1201.88

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
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-3174952-1304058611.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	c -- header says num clauses:      168000
0.66/0.23	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.66/0.23	c -- vars added      40000
0.66/0.23	c Parsing time:  0.50 s
0.66/0.50	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.66/0.50	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.51
0.66/0.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.45
2.21/0.64	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2.21/0.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2.21/0.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.06 s
2.21/0.68	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.07 s
4.22/1.13	c lits-rem:         0  cl-subs:        0  v-elim:   1175  v-fix:    0  time:  1.75 s
4.22/1.14	c Finding binary XORs  T:     0.04 s  found:       0
4.63/1.24	c Finding non-binary XORs:     0.38 s (found:       0, avg size: nan)
4.63/1.24	c calculated reachability. Time: 0.00
4.63/1.26	c Calc default polars -  time:   0.06 s pos:   17650 undec:    4522 neg:   17828
4.63/1.26	c =========================================================================================
4.63/1.26	c types(t): F = full restart, N = normal restart
4.63/1.26	c types(t): S = simplification begin/end, E = solution found
4.63/1.26	c restart types(rt): st = static, dy = dynamic
4.63/1.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.63/1.26	c  B st     0         0     38825    165955         0         0    504311         0   no data   no data  --
11.79/3.03	c  N dy    19      4075     38825    165955         0      4075    504311   1224101    174.70    229.75  --
18.58/4.78	c  N dy    48      8088     38825    165955         0      8087    504311   2277745    176.61    188.67  --
26.19/6.63	c  N dy    75     12179     38825    165955         0     12177    504311   3370246    175.53    184.92  --
33.36/8.48	c  N dy   104     16267     38825    165955         0     16265    504311   4457444    176.74    186.70  --
40.95/10.38	c  N dy   127     20336     38825    165955         0     10335    504311    764154    175.32    185.81  --
48.56/12.22	c  N dy   156     24394     38825    165955         0     14392    504311   1901359    177.07    191.18  --
49.74/12.51	c  F st   162     25000     38825    165955         0     14998    504311   2068678    177.29   no data  --
59.73/15.05	c  N dy   168     30001     38825    165955         0     19998    504311   3969516    177.29   no data  --
59.73/15.05	c  S st   168     30001     38825    165955         0     19998    504311   3969516    177.29   no data  --
60.53/15.29	c  S st   168     30503     38825    165955         0     20500    504311   4065550    177.29   no data  --
60.93/15.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
60.93/15.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.75/15.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  1.08
64.12/16.15	c bin-w-bin subsume rem            0 bins  time:  0.05 s
64.12/16.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
64.12/16.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.05 s
64.12/16.19	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.07 s
129.23/32.41	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 64.56 s
130.03/32.62	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.83
130.03/32.63	c calculated reachability. Time: 0.01
130.03/32.63	c  N dy   168     30503     38825    165955         0     20498    504311   4065165    177.29   no data  --
138.81/34.85	c  N dy   197     34735     38825    165955         0     24730    504311   5187117    177.06    187.50  --
147.59/37.09	c  N dy   226     38862     38825    165955         0     28857    504311   6314025    177.60    189.71  --
155.98/39.14	c  N dy   253     42910     38825    165955         0     17407    504311   1341662    177.99    188.43  --
161.57/40.51	c  S st   272     45754     38825    165955         0     20250    504311   2122567    177.93   no data  --
162.40/40.75	c  S st   272     46259     38825    165955         0     20755    504311   2214015    177.93   no data  --
162.40/40.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
162.40/40.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.57/41.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  1.10
164.37/41.29	c bin-w-bin subsume rem            0 bins  time:  0.05 s
164.77/41.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
164.77/41.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
164.77/41.34	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.07 s
187.94/47.17	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 23.20 s
187.94/47.19	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
188.34/47.23	c vivif2 --  cl tried    20754 cl shrink        0 lits rem          0 time: 0.16
189.16/47.43	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.80
189.16/47.44	c calculated reachability. Time: 0.01
189.16/47.44	c  N dy   272     46259     38825    165955         0     20754    504311   2212966    177.93   no data  --
197.13/49.44	c  N dy   298     50321     38825    165955         0     24816    504311   3295921    177.49    189.80  --
205.52/51.50	c  N dy   326     54355     38825    165955         0     28850    504311   4398350    177.76    194.83  --
213.91/53.62	c  N dy   357     58455     38825    165955         0     32949    504311   5532786    178.26    188.80  --
222.69/55.87	c  N dy   386     62614     38825    165955         0     37107    504311   6649655    178.54    190.58  --
231.08/57.99	c  N dy   414     66680     38825    165955         0     22429    504311   1785697    178.52    193.60  --
236.67/59.40	c  S st   432     69388     38825    165955         0     25137    504311   2525365    178.60    165.39  --
237.87/59.65	c  S st   432     69888     38825    165955         0     25637    504311   2625845    178.60   no data  --
237.87/59.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
237.87/59.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
239.07/59.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  1.12
240.27/60.21	c bin-w-bin subsume rem            0 bins  time:  0.05 s
240.27/60.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
240.27/60.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
240.27/60.26	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
269.82/67.64	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 29.45 s
269.82/67.66	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
270.22/67.71	c vivif2 --  cl tried    25636 cl shrink        0 lits rem          0 time: 0.19
271.02/67.92	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.85
271.02/67.93	c calculated reachability. Time: 0.01
271.02/67.93	c  N dy   432     69888     38825    165955         0     25636    504311   2624761    178.60   no data  --
280.22/70.25	c  N dy   466     74356     38825    165955         0     30104    504311   3832252    178.83    189.87  --
290.22/72.79	c  N dy   498     79168     38825    165955         0     34916    504311   5180802    179.03    189.24  --
300.98/75.47	c  N dy   534     84269     38825    165955         0     40016    504311   6563768    179.04    191.43  --
308.17/77.23	c  F st   558     87500     38825    165955         0     22371    504311   1128895    179.23    164.29  --
315.76/79.17	c  N st   563     90797     38825    165955         0     25668    504311   2476219    179.23   no data  --
328.95/82.41	c  N dy   588     96667     38825    165955         0     31538    504311   4435727    179.18    189.78  --
341.33/85.59	c  N dy   625    102885     38825    165955         0     37755    504311   6116520    179.16    189.18  --
345.72/86.62	c  S st   639    104832     38825    165955         0     39702    504311   6635958    179.11   no data  --
346.52/86.89	c  S st   639    105337     38825    165955         0     40207    504311   6729123    179.11   no data  --
346.94/86.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
346.94/86.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
348.11/87.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.19
350.52/87.82	c bin-w-bin subsume rem            0 bins  time:  0.05 s
350.52/87.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
350.52/87.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.05 s
350.52/87.86	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
708.82/177.56	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 357.42 s
708.82/177.59	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
709.63/177.70	c vivif2 --  cl tried    40206 cl shrink        0 lits rem          0 time: 0.45
710.42/177.95	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.98
710.42/177.96	c calculated reachability. Time: 0.01
710.42/177.96	c  N dy   639    105337     38825    165955         0     40206    504311   6728527    179.11   no data  --
724.82/181.56	c  N dy   677    112108     38825    165955         0     24543    504311   1245242    178.68    194.59  --
739.98/185.34	c  N dy   723    119454     38825    165955         0     31889    504311   3192528    178.39    190.99  --
756.36/189.44	c  N dy   778    127116     38825    165955         0     39551    504311   5220432    178.37    191.27  --
774.33/193.93	c  N dy   827    135364     38825    165955         0     24088    504311    743303    178.07    190.44  --
791.90/198.34	c  N dy   883    144036     38825    165955         0     32759    504311   3090970    178.02    197.44  --
811.88/203.32	c  N dy   945    153310     38825    165955         0     42033    504311   5571216    178.00    205.25  --
822.27/205.90	c  S st   977    158005     38825    165955         0     46728    504311   6788086    177.87    171.57  --
823.06/206.18	c  S st   977    158507     38825    165955         0     47230    504311   6878372    177.87   no data  --
823.46/206.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
823.46/206.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
824.66/206.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.22
827.06/207.11	c bin-w-bin subsume rem            0 bins  time:  0.05 s
827.06/207.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
827.06/207.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
827.06/207.16	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.07 s
1228.11/307.50	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 400.02 s
1228.11/307.52	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
1228.51/307.64	c vivif2 --  cl tried    47228 cl shrink        0 lits rem          0 time: 0.49
1229.71/307.91	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 1.07
1229.71/307.92	c calculated reachability. Time: 0.01
1229.71/307.92	c  N dy   977    158507     38825    165955         0     47228    504311   6877124    177.87   no data  --
1250.88/313.27	c  N dy  1044    168949     38825    165955         0     32810    504311   2705467    177.75    189.15  --
1274.06/319.00	c  N dy  1123    179806     38825    165955         0     43666    504311   5694470    177.96    187.61  --
1298.42/325.11	c  N dy  1199    191281     38825    165955         0     29225    504311   1477723    178.10    188.30  --
1324.78/331.70	c  N dy  1287    203590     38825    165955         0     41530    504311   4890848    178.37    188.36  --
1353.93/339.08	c  N dy  1376    216604     38825    165955         0     27579    504311    720643    178.68    195.60  --
1383.10/346.38	c  N dy  1467    230519     38825    165955         0     41492    504311   4456178    178.67    207.97  --
1399.47/350.44	c  S st  1519    237760     38825    165955         0     48733    504311   6421431    178.71   no data  --
1400.67/350.72	c  S st  1519    238261     38825    165955         0     49234    504311   6516885    178.71   no data  --
1400.67/350.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
1400.67/350.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1401.89/351.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.23
1404.27/351.61	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1404.27/351.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1404.27/351.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
1404.27/351.66	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
1772.17/443.76	c lits-rem:         5  cl-subs:        9  v-elim:      0  v-fix:    0  time: 367.17 s
1772.17/443.78	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
1772.96/443.90	c vivif2 --  cl tried    49225 cl shrink        0 lits rem          0 time: 0.47
1773.77/444.18	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 1.10
1773.77/444.19	c calculated reachability. Time: 0.01
1773.77/444.19	c  N dy  1519    238261     38825    165955         0     49225    504311   6513907    178.71   no data  --
1807.72/452.63	c  N dy  1621    253562     38825    165955         0     36539    504311   2887888    178.72    214.87  --
1845.29/462.02	c  N dy  1730    269750     38825    165955         0     52726    504311   7275936    178.79    189.26  --
1885.24/472.02	c  N dy  1849    287047     38825    165955         0     41030    504311   3794857    178.85    189.51  --
1927.56/482.66	c  N dy  1979    305426     38825    165955         0     59409    504311   8826523    179.09    191.80  --
1929.56/483.18	c  F st  1984    306250     38825    165955         0     30239    504311    594125    179.07   no data  --
1971.10/493.51	c  N dy  2078    325031     38825    165955         0     49019    504311   6154264    179.05    196.15  --
2016.24/504.83	c  N dy  2213    345113     38825    165955         0     38104    504311   2441771    179.18    221.51  --
2043.80/511.72	c  S st  2302    357391     38825    165955         0     50382    504311   5893655    179.32   no data  --
2045.00/512.02	c  S st  2302    357895     38825    165955         0     50886    504311   6000212    179.32   no data  --
2045.00/512.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
2045.00/512.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2046.19/512.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.24
2048.19/512.87	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2048.19/512.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2048.58/512.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
2048.58/512.92	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
2378.15/595.42	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 329.03 s
2378.15/595.44	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
2378.55/595.55	c vivif2 --  cl tried    50882 cl shrink        0 lits rem          0 time: 0.45
2379.75/595.84	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 1.14
2379.75/595.85	c calculated reachability. Time: 0.01
2379.75/595.85	c  N dy  2302    357895     38825    165955         0     50882    504311   5996255    179.32   no data  --
2426.88/607.64	c  N dy  2444    377928     38825    165955         0     38916    504311   2406548    179.42    199.01  --
2474.41/619.53	c  N dy  2590    398034     38825    165955         0     59021    504311   7975749    179.53    191.30  --
2521.16/631.23	c  N dy  2729    418175     38825    165955         0     46164    504311   4055813    179.51    192.33  --
2567.08/642.78	c  N dy  2872    438211     38825    165955         0     66198    504311   9546006    179.52    192.61  --
2612.23/654.06	c  N dy  3019    458241     38825    165955         0     52229    504311   5489142    179.63    191.36  --
2659.76/665.94	c  N dy  3157    478388     38825    165955         0     37379    504311   1152219    179.69    203.77  --
2704.10/677.05	c  N dy  3292    498567     38825    165955         0     57554    504311   6694515    179.72    191.43  --
2750.04/688.55	c  N dy  3435    518609     38825    165955         0     41597    504311   2057683    179.76    190.90  --
2790.00/698.60	c  S st  3562    536842     38825    165955         0     59829    504311   7124458    179.87   no data  --
2791.58/698.91	c  S st  3562    537348     38825    165955         0     60335    504311   7244491    179.87   no data  --
2791.58/698.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
2791.58/698.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2792.78/699.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.28
2795.18/699.84	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2795.18/699.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2795.18/699.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
2795.18/699.89	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
3256.53/815.37	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 459.75 s
3256.93/815.40	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
3257.33/815.53	c vivif2 --  cl tried    60331 cl shrink        0 lits rem          0 time: 0.52
3258.53/815.83	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 1.20
3258.53/815.84	c calculated reachability. Time: 0.01
3258.53/815.84	c  N dy  3562    537348     38825    165955         0     60331    504311   7243929    179.87   no data  --
3304.09/827.23	c  N dy  3696    557463     38825    165955         0     43448    504311   2297344    179.87    191.55  --
3348.81/838.40	c  N dy  3833    577567     38825    165955         0     63550    504311   7749163    179.88    189.84  --
3394.74/849.97	c  N dy  3968    597863     38825    165955         0     45845    504311   2677364    179.94    197.71  --
3439.48/861.18	c  N dy  4107    617873     38825    165955         0     65854    504311   8175084    180.01    214.47  --
3485.81/872.73	c  N dy  4245    638084     38825    165955         0     47067    504311   2686504    180.01    192.52  --
3531.76/884.20	c  N dy  4392    658261     38825    165955         0     67244    504311   8282387    180.12    193.87  --
3579.28/896.14	c  N dy  4537    678452     38825    165955         0     47433    504311   2610441    180.27    189.89  --
3624.42/907.42	c  N dy  4672    698548     38825    165955         0     67528    504311   8180312    180.30    191.09  --
3671.16/919.18	c  N dy  4805    718549     38825    165955         0     46531    504311   2016583    180.28    211.59  --
3716.68/930.51	c  N dy  4947    738580     38825    165955         0     66562    504311   7502046    180.29    190.40  --
3765.02/942.66	c  N dy  5084    758597     38825    165955         0     44581    504311   1211327    180.28    251.36  --
3810.95/954.18	c  N dy  5223    778640     38825    165955         0     64620    504311   6687408    180.33    200.07  --
3861.28/966.75	c  N dy  5361    798733     38825    165955         0     84712    504311  12277852    180.39    192.20  --
3878.46/971.01	c  S st  5414    806023     38825    165955         0     49005    504311   2149376    180.41    167.14  --
3879.26/971.30	c  S st  5414    806531     38825    165955         0     49512    504311   2247246    180.41   no data  --
3879.67/971.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3879.67/971.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3880.86/971.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.22
3881.66/971.86	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3881.66/971.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3881.66/971.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.06 s
3882.05/971.91	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
3909.62/978.82	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 27.51 s
3909.62/978.84	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.10
3909.62/978.89	c vivif2 --  cl tried    49511 cl shrink        0 lits rem          0 time: 0.18
3910.84/979.17	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 1.13
3910.84/979.19	c calculated reachability. Time: 0.01
3910.84/979.19	c  N dy  5414    806531     38825    165955         0     49511    504311   2247087    180.41   no data  --
3960.75/991.68	c  N dy  5555    826678     38825    165955         0     69658    504311   7755859    180.43    193.94  --
4013.87/1004.91	c  N dy  5694    846775     38825    165955         0     45759    504311   1013675    180.47    195.59  --
4061.81/1016.97	c  N dy  5842    866809     38825    165955         0     65791    504311   6646823    180.60    207.78  --
4113.75/1029.95	c  N dy  5979    886885     38825    165955         0     85865    504311  12180181    180.63    219.36  --
4162.07/1042.04	c  N dy  6115    906922     38825    165955         0     60901    504311   4806251    180.61    190.79  --
4212.81/1054.72	c  N dy  6254    926936     38825    165955         0     80915    504311  10389637    180.67    260.78  --
4263.94/1067.57	c  N dy  6400    947011     38825    165955         0     54990    504311   3073827    180.81    195.76  --
4313.87/1080.07	c  N dy  6537    967060     38825    165955         0     75037    504311   8600359    180.81    193.23  --
4367.42/1093.42	c  N dy  6678    987292     38825    165955         0     48274    504311    859228    180.81    195.59  --
4414.53/1105.25	c  N dy  6814   1007376     38825    165955         0     68356    504311   6468295    180.84    193.13  --
4465.25/1117.97	c  N dy  6957   1027392     38825    165955         0     88369    504311  12015551    180.88    207.70  --
4514.79/1130.31	c  N dy  7098   1047420     38825    165955         0     60399    504311   3953120    180.94    193.23  --
4563.53/1142.54	c  N dy  7239   1067491     38825    165955         0     80469    504311   9455810    180.94    190.53  --
4574.70/1145.31	c  F st  7266   1071875     38825    165955         0     84852    504311  10638131    180.92   no data  --
4615.45/1155.56	c  N dy  7353   1087495     38825    165955         0     51478    504311   1225809    180.95    194.48  --
4663.38/1167.57	c  N dy  7495   1107602     38825    165955         0     71584    504311   6828683    181.02    191.65  --
4714.54/1180.37	c  N dy  7635   1127684     38825    165955         0     91666    504311  12339989    181.04    192.12  --
4764.44/1192.82	c  N dy  7769   1147737     38825    165955         0     61716    504311   3827889    181.03    197.04  --

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-3174952-1304058611/watcher-3174952-1304058611 -o /tmp/evaluation-result-3174952-1304058611/solver-3174952-1304058611 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174952-1304058611.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: 7.38 7.93 7.96 6/180 31000
/proc/meminfo: memFree=20450000/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 4 0 596091851 52465664 352 33554432000 4194304 4650419 140736307182080 18446744073709551615 47620283537330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 12809 352 303 112 0 7774 0
[pid=31000/tid=31001] ppid=30998 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 596091851 52465664 352 33554432000 4194304 4650419 140736307182080 18446744073709551615 47620283537330 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 596091851 52465664 352 33554432000 4194304 4650419 140736307182080 18446744073709551615 47620283537334 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 596091851 52465664 352 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0511679 s]
/proc/loadavg: 7.38 7.93 7.96 6/180 31000
/proc/meminfo: memFree=20450000/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=385796 CPUtime=0.16 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 18493 0 0 0 13 3 0 0 18 0 4 0 596091851 395055104 14340 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 96449 14363 344 112 0 91414 0
[pid=31000/tid=31001] ppid=30998 vsize=385796 CPUtime=0.03 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 4518 0 0 0 3 0 0 0 18 0 4 0 596091851 395055104 14390 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595551 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=385796 CPUtime=0.03 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 4480 0 0 0 3 0 0 0 18 0 4 0 596091851 395055104 14442 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=385796 CPUtime=0.03 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) S 30998 31000 30360 0 -1 4202560 4686 0 0 0 2 1 0 0 18 0 4 0 596091851 395055104 14463 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595502 0 0 4096 2 18446604471134539968 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 385796

[startup+0.10643 s]
/proc/loadavg: 7.38 7.93 7.96 6/180 31000
/proc/meminfo: memFree=20450000/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=387832 CPUtime=0.35 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) S 30998 31000 30360 0 -1 4202496 21538 0 0 0 25 10 0 0 17 0 4 0 596091851 397139968 17385 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 96958 17401 344 112 0 91923 0
[pid=31000/tid=31001] ppid=30998 vsize=387832 CPUtime=0.08 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 5352 0 0 0 6 2 0 0 18 0 4 0 596091851 397139968 17409 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895151649 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=387832 CPUtime=0.08 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 5274 0 0 0 6 2 0 0 18 0 4 0 596091851 397139968 17417 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595551 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=387964 CPUtime=0.08 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) S 30998 31000 30360 0 -1 4202560 5292 0 0 0 5 3 0 0 17 0 4 0 596091851 397275136 17425 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595502 0 0 4096 2 18446604471134539968 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 387832

[startup+0.360084 s]
/proc/loadavg: 7.38 7.93 7.96 6/180 31000
/proc/meminfo: memFree=20450000/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=413572 CPUtime=1.82 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 34829 0 0 0 156 26 0 0 18 0 4 0 596091851 423497728 27718 33554432000 4194304 4650419 140736307182080 18446744073709551615 4245510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 104651 30741 377 112 0 99616 0
[pid=31000/tid=31001] ppid=30998 vsize=418604 CPUtime=0.48 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 10266 0 0 0 42 6 0 0 18 0 4 0 596091851 428650496 30741 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895139442 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=418604 CPUtime=0.47 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 10394 0 0 0 41 6 0 0 18 0 4 0 596091851 428650496 30741 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895155631 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=418604 CPUtime=0.47 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) S 30998 31000 30360 0 -1 4202560 6969 0 0 0 39 8 0 0 18 0 4 0 596091851 428650496 30742 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895595502 0 0 4096 2 18446604471134539968 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 413572

[startup+0.700304 s]
/proc/loadavg: 7.38 7.93 7.96 6/180 31000
/proc/meminfo: memFree=20450000/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=429640 CPUtime=2.6 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 47385 0 0 0 231 29 0 0 18 0 4 0 596091851 439951360 39705 33554432000 4194304 4650419 140736307182080 18446744073709551615 4438235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 107410 39705 385 112 0 102375 0
[pid=31000/tid=31001] ppid=30998 vsize=429640 CPUtime=0.65 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 13218 0 0 0 58 7 0 0 18 0 4 0 596091851 439951360 39705 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476213 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=429640 CPUtime=0.65 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 13296 0 0 0 59 6 0 0 18 0 4 0 596091851 439951360 39705 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476840 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=429640 CPUtime=0.63 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 7078 0 0 0 55 8 0 0 18 0 4 0 596091851 439951360 39705 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 429640

[startup+1.50115 s]
/proc/loadavg: 7.38 7.93 7.96 10/184 31004
/proc/meminfo: memFree=20190064/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=438640 CPUtime=5.8 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 58730 0 0 0 548 32 0 0 19 0 4 0 596091851 449167360 46588 33554432000 4194304 4650419 140736307182080 18446744073709551615 4360358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 109660 46588 391 112 0 104625 0
[pid=31000/tid=31001] ppid=30998 vsize=438640 CPUtime=1.45 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 17355 0 0 0 137 8 0 0 19 0 4 0 596091851 449167360 46589 33554432000 4194304 4650419 140736307182080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=438640 CPUtime=1.44 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 16463 0 0 0 138 6 0 0 19 0 4 0 596091851 449167360 46589 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=438640 CPUtime=1.42 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 7538 0 0 0 134 8 0 0 19 0 4 0 596091851 449167360 46589 33554432000 4194304 4650419 140736307182080 18446744073709551615 4335216 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 438640

[startup+3.10085 s]
/proc/loadavg: 7.38 7.93 7.96 9/184 31004
/proc/meminfo: memFree=20165676/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=471460 CPUtime=12.19 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 62910 0 0 0 1186 33 0 0 22 0 4 0 596091851 482775040 50768 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363484 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 117865 50768 391 112 0 112830 0
[pid=31000/tid=31001] ppid=30998 vsize=471460 CPUtime=3.05 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 18410 0 0 0 297 8 0 0 22 0 4 0 596091851 482775040 50768 33554432000 4194304 4650419 140736307182080 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=471460 CPUtime=3.05 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 17543 0 0 0 298 7 0 0 22 0 4 0 596091851 482775040 50768 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=471460 CPUtime=3.02 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 8500 0 0 0 293 9 0 0 23 0 4 0 596091851 482775040 50768 33554432000 4194304 4650419 140736307182080 18446744073709551615 4360479 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 471460

[startup+6.30025 s]
/proc/loadavg: 7.43 7.93 7.96 9/184 31004
/proc/meminfo: memFree=20094748/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=626620 CPUtime=24.97 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 70879 0 0 0 2462 35 0 0 25 0 4 0 596091851 641658880 58737 33554432000 4194304 4650419 140736307182080 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 156655 58737 391 112 0 151620 0
[pid=31000/tid=31001] ppid=30998 vsize=626620 CPUtime=6.25 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 20293 0 0 0 616 9 0 0 25 0 4 0 596091851 641658880 58737 33554432000 4194304 4650419 140736307182080 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=626620 CPUtime=6.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 19415 0 0 0 618 7 0 0 25 0 4 0 596091851 641658880 58737 33554432000 4194304 4650419 140736307182080 18446744073709551615 4331995 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=626620 CPUtime=6.2 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 10815 0 0 0 611 9 0 0 25 0 4 0 596091851 641658880 58737 33554432000 4194304 4650419 140736307182080 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 626620

[startup+12.7011 s]
/proc/loadavg: 7.48 7.93 7.96 9/184 31004
/proc/meminfo: memFree=20031076/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=456596 CPUtime=50.54 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 93356 0 0 0 5012 42 0 0 25 0 4 0 596091851 467554304 54692 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 114149 54692 394 112 0 109114 0
[pid=31000/tid=31001] ppid=30998 vsize=456596 CPUtime=12.65 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 26497 0 0 0 1255 10 0 0 25 0 4 0 596091851 467554304 54692 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=456596 CPUtime=12.65 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 24813 0 0 0 1256 9 0 0 25 0 4 0 596091851 467554304 54692 33554432000 4194304 4650419 140736307182080 18446744073709551615 4367335 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=456596 CPUtime=12.56 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 16306 0 0 0 1245 11 0 0 25 0 4 0 596091851 467554304 54692 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 456596

[startup+25.5007 s]
/proc/loadavg: 7.59 7.93 7.96 9/184 31004
/proc/meminfo: memFree=19572076/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=817340 CPUtime=101.67 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 183856 0 0 0 10101 66 0 0 25 0 4 0 596091851 836956160 121890 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895149365 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 204335 121890 395 112 0 199300 0
[pid=31000/tid=31001] ppid=30998 vsize=817340 CPUtime=25.45 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 66615 0 0 0 2525 20 0 0 25 0 4 0 596091851 836956160 121890 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476756 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=817340 CPUtime=25.45 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 40828 0 0 0 2532 13 0 0 25 0 4 0 596091851 836956160 121890 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=817340 CPUtime=25.29 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 25763 0 0 0 2514 15 0 0 25 0 4 0 596091851 836956160 121890 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895159025 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 817340

[startup+51.1009 s]
/proc/loadavg: 7.73 7.94 7.96 9/184 31005
/proc/meminfo: memFree=19413180/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=922200 CPUtime=203.92 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 384756 0 0 0 20288 104 0 0 25 0 4 0 596091851 944332800 144706 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 230550 144706 395 112 0 225515 0
[pid=31000/tid=31001] ppid=30998 vsize=922200 CPUtime=51.04 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 172445 0 0 0 5068 36 0 0 25 0 4 0 596091851 944332800 144706 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=922200 CPUtime=51.05 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 59848 0 0 0 5085 20 0 0 25 0 4 0 596091851 944332800 144706 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=922200 CPUtime=50.75 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 88913 0 0 0 5049 26 0 0 25 0 4 0 596091851 944332800 144706 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 922200

[startup+102.3 s]
/proc/loadavg: 7.88 7.95 7.96 9/184 31006
/proc/meminfo: memFree=19086288/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1108104 CPUtime=408.46 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 604117 0 0 0 40694 152 0 0 25 0 4 0 596091851 1134698496 192154 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476761 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 277026 192154 395 112 0 271991 0
[pid=31000/tid=31001] ppid=30998 vsize=1108104 CPUtime=102.25 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 272113 0 0 0 10172 53 0 0 25 0 4 0 596091851 1134698496 192154 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1108104 CPUtime=102.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 90674 0 0 0 10197 28 0 0 25 0 4 0 596091851 1134698496 192154 33554432000 4194304 4650419 140736307182080 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1108104 CPUtime=101.68 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 141854 0 0 0 10129 39 0 0 25 0 4 0 596091851 1134698496 192155 33554432000 4194304 4650419 140736307182080 18446744073709551615 4306796 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 1108104

[startup+162.301 s]

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

[pid=31000] ppid=30998 vsize=1567528 CPUtime=2805.17 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 2590444 0 0 0 279887 630 0 0 25 0 4 0 596091851 1605148672 315409 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476230 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 391882 315409 395 112 0 386847 0
[pid=31000/tid=31001] ppid=30998 vsize=1567528 CPUtime=702.24 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1057198 0 0 0 70008 216 0 0 25 0 4 0 596091851 1605148672 315409 33554432000 4194304 4650419 140736307182080 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1567528 CPUtime=702.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 512956 0 0 0 70080 145 0 0 25 0 4 0 596091851 1605148672 315409 33554432000 4194304 4650419 140736307182080 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1567528 CPUtime=698.39 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 378075 0 0 0 69714 125 0 0 25 0 4 0 596091851 1605148672 315409 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.17
Current children cumulated vsize (KiB) 1567528

[startup+762.301 s]
/proc/loadavg: 8.05 8.08 8.01 9/184 31027
/proc/meminfo: memFree=18059808/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1632208 CPUtime=3044.86 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 2989645 0 0 0 303775 711 0 0 25 0 4 0 596091851 1671380992 320634 33554432000 4194304 4650419 140736307182080 18446744073709551615 231895155498 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 408052 320640 407 112 0 403017 0
[pid=31000/tid=31001] ppid=30998 vsize=1632208 CPUtime=762.25 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1083613 0 0 0 75995 230 0 0 25 0 4 0 596091851 1671380992 320660 33554432000 4194304 4650419 140736307182080 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1632208 CPUtime=762.26 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 538686 0 0 0 76070 156 0 0 25 0 4 0 596091851 1671380992 320671 33554432000 4194304 4650419 140736307182080 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1632208 CPUtime=758.05 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 404036 0 0 0 75669 136 0 0 25 0 4 0 596091851 1671380992 320680 33554432000 4194304 4650419 140736307182080 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.86
Current children cumulated vsize (KiB) 1632208

[startup+822.301 s]
/proc/loadavg: 8.05 8.08 8.01 9/184 31029
/proc/meminfo: memFree=18001376/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1698576 CPUtime=3284.49 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 3364831 0 0 0 327662 787 0 0 25 0 4 0 596091851 1739341824 336540 33554432000 4194304 4650419 140736307182080 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 424644 336540 395 112 0 419609 0
[pid=31000/tid=31001] ppid=30998 vsize=1698576 CPUtime=822.24 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1113912 0 0 0 81981 243 0 0 25 0 4 0 596091851 1739341824 336540 33554432000 4194304 4650419 140736307182080 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1698576 CPUtime=822.26 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 564671 0 0 0 82059 167 0 0 25 0 4 0 596091851 1739341824 336540 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363556 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1698576 CPUtime=817.72 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 433509 0 0 0 81624 148 0 0 25 0 4 0 596091851 1739341824 336540 33554432000 4194304 4650419 140736307182080 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.49
Current children cumulated vsize (KiB) 1698576

[startup+882.306 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 31030
/proc/meminfo: memFree=17999120/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1713264 CPUtime=3524.18 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 3460492 0 0 0 351594 824 0 0 25 0 4 0 596091851 1754382336 333042 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 428316 333042 395 112 0 423281 0
[pid=31000/tid=31001] ppid=30998 vsize=1713264 CPUtime=882.04 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1136192 0 0 0 87953 251 0 0 25 0 4 0 596091851 1754382336 333042 33554432000 4194304 4650419 140736307182080 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1713264 CPUtime=882.26 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 586671 0 0 0 88051 175 0 0 25 0 4 0 596091851 1754382336 333042 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1713264 CPUtime=877.6 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 463144 0 0 0 87602 158 0 0 25 0 4 0 596091851 1754382336 333042 33554432000 4194304 4650419 140736307182080 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 1713264

[startup+942.301 s]
/proc/loadavg: 8.19 8.12 8.03 9/184 31032
/proc/meminfo: memFree=18020688/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1650904 CPUtime=3763.82 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 3593439 0 0 0 375517 865 0 0 25 0 4 0 596091851 1690525696 324362 33554432000 4194304 4650419 140736307182080 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 412726 324362 395 112 0 407691 0
[pid=31000/tid=31001] ppid=30998 vsize=1650904 CPUtime=941.7 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1158753 0 0 0 93910 260 0 0 25 0 4 0 596091851 1690525696 324362 33554432000 4194304 4650419 140736307182080 18446744073709551615 4360491 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1650904 CPUtime=942.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 612331 0 0 0 94040 185 0 0 25 0 4 0 596091851 1690525696 324362 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1650904 CPUtime=937.58 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 516825 0 0 0 93589 169 0 0 25 0 4 0 596091851 1690525696 324362 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476185 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 1650904

[startup+1002.3 s]
/proc/loadavg: 8.18 8.12 8.03 9/184 31033
/proc/meminfo: memFree=17865044/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1718100 CPUtime=4003.49 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 4024977 0 0 0 399406 943 0 0 25 0 4 0 596091851 1759334400 344008 33554432000 4194304 4650419 140736307182080 18446744073709551615 4303936 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 429525 344008 395 112 0 424490 0
[pid=31000/tid=31001] ppid=30998 vsize=1718100 CPUtime=1001.37 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1174889 0 0 0 99870 267 0 0 25 0 4 0 596091851 1759334400 344008 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1718100 CPUtime=1002.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 744006 0 0 0 100019 206 0 0 25 0 4 0 596091851 1759334400 344008 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476756 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1718100 CPUtime=997.58 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 777677 0 0 0 99550 208 0 0 25 0 4 0 596091851 1759334400 344008 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.49
Current children cumulated vsize (KiB) 1718100

[startup+1062.3 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 31035
/proc/meminfo: memFree=17872328/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1672052 CPUtime=4243.17 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 4185117 0 0 0 423331 986 0 0 25 0 4 0 596091851 1712181248 334572 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363335 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 418013 334572 395 112 0 412978 0
[pid=31000/tid=31001] ppid=30998 vsize=1672052 CPUtime=1061.04 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1175115 0 0 0 105837 267 0 0 25 0 4 0 596091851 1712181248 334572 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1672052 CPUtime=1062.26 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 853780 0 0 0 106003 223 0 0 25 0 4 0 596091851 1712181248 334572 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1672052 CPUtime=1057.58 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 802466 0 0 0 105536 222 0 0 25 0 4 0 596091851 1712181248 334572 33554432000 4194304 4650419 140736307182080 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.17
Current children cumulated vsize (KiB) 1672052

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 31037
/proc/meminfo: memFree=17814404/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1752840 CPUtime=4482.84 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 4246208 0 0 0 447267 1017 0 0 25 0 4 0 596091851 1794908160 359550 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 438210 359550 395 112 0 433175 0
[pid=31000/tid=31001] ppid=30998 vsize=1752840 CPUtime=1120.71 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1175176 0 0 0 111804 267 0 0 25 0 4 0 596091851 1794908160 359550 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476230 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1752840 CPUtime=1122.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 866711 0 0 0 111997 228 0 0 25 0 4 0 596091851 1794908160 359550 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1752840 CPUtime=1117.58 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 829110 0 0 0 111522 236 0 0 25 0 4 0 596091851 1794908160 359550 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.84
Current children cumulated vsize (KiB) 1752840

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 8.02 9/184 31038
/proc/meminfo: memFree=17745932/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1819052 CPUtime=4722.5 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 4323642 0 0 0 471202 1048 0 0 25 0 4 0 596091851 1862709248 370879 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363484 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31000/statm: 454763 370879 395 112 0 449728 0
[pid=31000/tid=31001] ppid=30998 vsize=1819052 CPUtime=1180.39 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1175176 0 0 0 117772 267 0 0 25 0 4 0 596091851 1862709248 370879 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1819052 CPUtime=1182.25 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 889217 0 0 0 117987 238 0 0 25 0 4 0 596091851 1862709248 370879 33554432000 4194304 4650419 140736307182080 18446744073709551615 4311310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1819052 CPUtime=1177.58 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 854019 0 0 0 117513 245 0 0 25 0 4 0 596091851 1862709248 370879 33554432000 4194304 4650419 140736307182080 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 1819052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.00 8.06 8.01 9/184 31039
/proc/meminfo: memFree=17726452/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1819344 CPUtime=4800.41 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 4588844 0 0 0 478949 1092 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31000/statm: 454836 370909 395 112 0 449801 0
[pid=31000/tid=31001] ppid=30998 vsize=1819344 CPUtime=1199.88 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1416109 0 0 0 119688 300 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1819344 CPUtime=1201.76 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 895473 0 0 0 119935 241 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1819344 CPUtime=1197.09 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 861764 0 0 0 119460 249 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363314 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1819344

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

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

[startup+1201.8 s]
/proc/loadavg: 8.00 8.06 8.01 9/184 31039
/proc/meminfo: memFree=17726452/32950928 swapFree=67111524/67111528
[pid=31000] ppid=30998 vsize=1819344 CPUtime=4800.41 cores=1,3,5,7
/proc/31000/stat : 31000 (strangenight1-m) R 30998 31000 30360 0 -1 4202496 4588844 0 0 0 478949 1092 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31000/statm: 454836 370909 395 112 0 449801 0
[pid=31000/tid=31001] ppid=30998 vsize=1819344 CPUtime=1199.88 cores=1,3,5,7
/proc/31000/task/31001/stat : 31001 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 1416109 0 0 0 119688 300 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31000/tid=31002] ppid=30998 vsize=1819344 CPUtime=1201.76 cores=1,3,5,7
/proc/31000/task/31002/stat : 31002 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 895473 0 0 0 119935 241 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=1819344 CPUtime=1197.09 cores=1,3,5,7
/proc/31000/task/31003/stat : 31003 (strangenight1-m) R 30998 31000 30360 0 -1 4202560 861764 0 0 0 119460 249 0 0 25 0 4 0 596091851 1863008256 370909 33554432000 4194304 4650419 140736307182080 18446744073709551615 4363314 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1819344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.88
CPU time (s): 4800.51
CPU user time (s): 4789.52
CPU system time (s): 10.9873
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 1819344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.52
system time used= 10.9873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4588849
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= 19003
involuntary context switches= 33252

runsolver used 1.79573 second user time and 4.78427 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 08:30:12
IDJOB=3174952
IDBENCH=82570
IDSOLVER=1588
FILE ID=node114/3174952-1304058611
RUNJOBID= node114-1304058611-30978
PBS_JOBID= 13170413
Free space on /tmp= 71792 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174952-1304058611/watcher-3174952-1304058611 -o /tmp/evaluation-result-3174952-1304058611/solver-3174952-1304058611 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174952-1304058611.cnf

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

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=1818678629

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:      20451148 kB
Buffers:       2256104 kB
Cached:        9553512 kB
SwapCached:          4 kB
Active:        3464760 kB
Inactive:      8455056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20451148 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           17972 kB
Writeback:           0 kB
AnonPages:      109804 kB
Mapped:          14856 kB
Slab:           516536 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   306056 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= 71788 MiB
End job on node114 at 2011-04-29 08:50:16