Trace number 3368604

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.43 1202.55

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S303265982-092-UNKNOWN.cnf
MD5SUM1b4a544dd042630233219a622c9437c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.8423
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368604-1305398466.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.00/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.03	c -- vars added       1500
0.00/0.03	c Parsing time:  0.05 s
0.00/0.03	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.62
0.00/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.75/0.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.75/0.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.75/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.75/0.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.75/0.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.75/0.48	c Finding binary XORs  T:     0.00 s  found:       0
0.75/0.48	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.75/0.48	c calculated reachability. Time: 0.00
0.75/0.48	c Calc default polars -  time:   0.01 s pos:     694 undec:      73 neg:     733
0.75/0.48	c =========================================================================================
0.75/0.48	c types(t): F = full restart, N = normal restart
0.75/0.48	c types(t): S = simplification begin/end, E = solution found
0.75/0.48	c restart types(rt): st = static, dy = dynamic
0.75/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.75/0.48	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.75/0.71	c  N dy    17      4143      1500     30000         0      4140    150000    676469    125.84    133.18  --
0.75/1.04	c  N dy    42      8233      1500     30000         0      5729    150000    658088    124.61    140.01  --
5.42/1.38	c  N dy    63     12343      1500     30000         0      5593    150000    415791    123.32    133.62  --
6.75/1.78	c  N dy    87     16391      1500     30000         0      9639    150000   1035812    123.36    132.85  --
8.35/2.19	c  N dy   112     20455      1500     30000         0      8077    150000    619434    123.48    138.47  --
10.34/2.61	c  N dy   138     24516      1500     30000         0     12135    150000   1246841    123.62    130.51  --
10.34/2.66	c  F st   142     25001      1500     30000         0     12620    150000   1319612    123.62   no data  --
12.73/3.22	c  N dy   148     30001      1500     30000         0     10797    150000    982166    123.62   no data  --
12.73/3.22	c  S st   148     30001      1500     30000         0     10797    150000    982166    123.62   no data  --
12.73/3.28	c  S st   148     30503      1500     30000         0     11299    150000   1050266    123.62   no data  --
12.73/3.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.73/3.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.13/3.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.13/3.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.13/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.13/3.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.13/3.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.91/5.50	c lits-rem:      2314  cl-subs:       22  v-elim:      0  v-fix:    0  time:  8.50 s
22.71/5.73	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.89
22.71/5.73	c calculated reachability. Time: 0.00
22.71/5.73	c  N dy   148     30503      1500     30000         0     11277    150000   1039877    123.62   no data  --
24.71/6.22	c  N dy   175     34589      1500     30000         0     15360    150000   1668860    123.57    132.48  --
26.70/6.72	c  N dy   205     38984      1500     30000         0     11857    150000    899006    123.90    130.94  --
28.70/7.27	c  N dy   235     43501      1500     30000         0     16374    150000   1611782    124.32    131.32  --
29.93/7.56	c  S st   247     45755      1500     30000         0      9682    150000    395106    124.37   no data  --
30.29/7.63	c  S st   247     46258      1500     30000         0     10185    150000    462093    124.37   no data  --
30.29/7.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.29/7.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.29/7.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
30.29/7.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.29/7.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.29/7.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
30.29/7.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.08/11.89	c lits-rem:       862  cl-subs:        2  v-elim:      0  v-fix:    0  time: 16.82 s
47.08/11.90	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
47.08/11.90	c vivif2 --  cl tried    10183 cl shrink        0 lits rem          0 time: 0.02
48.26/12.11	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.84
48.26/12.11	c calculated reachability. Time: 0.00
48.26/12.11	c  N dy   247     46258      1500     30000         0     10183    150000    460753    124.37   no data  --
49.85/12.59	c  N dy   271     50364      1500     30000         0     14286    150000   1095413    124.22    132.41  --
51.88/13.08	c  N dy   297     54400      1500     30000         0     18319    150000   1731458    124.36    131.51  --
53.85/13.59	c  N dy   321     58452      1500     30000         0     12401    150000    669906    124.44    136.19  --
55.86/14.05	c  N dy   340     62522      1500     30000         0     16470    150000   1290417    124.19    131.80  --
57.84/14.57	c  N dy   363     66581      1500     30000         0     20527    150000   1918054    124.09    134.52  --
59.44/14.91	c  S st   380     69390      1500     30000         0     12351    150000    510468    124.10   no data  --
59.44/14.99	c  S st   380     69891      1500     30000         0     12852    150000    577166    124.10   no data  --
59.44/14.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.44/14.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.84/15.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
59.84/15.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.84/15.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.84/15.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
59.84/15.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
78.59/19.71	c lits-rem:      1828  cl-subs:        4  v-elim:      0  v-fix:    0  time: 18.62 s
78.59/19.72	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
78.59/19.72	c vivif2 --  cl tried    12848 cl shrink        0 lits rem          0 time: 0.02
79.79/20.01	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.16
79.79/20.01	c calculated reachability. Time: 0.00
79.79/20.01	c  N dy   380     69891      1500     30000         0     12848    150000    573935    124.10   no data  --
82.22/20.63	c  N dy   410     74501      1500     30000         0     17455    150000   1298835    124.28    131.84  --
84.99/21.33	c  N dy   436     79500      1500     30000         0     22450    150000   2067639    124.20    130.82  --
87.79/22.03	c  N dy   467     84619      1500     30000         0     15578    150000    860261    124.19    131.55  --
89.39/22.40	c  F st   479     87502      1500     30000         0     18461    150000   1305994    124.15    113.98  --
91.00/22.88	c  N st   484     90798      1500     30000         0     21751    150000   1865822    124.15   no data  --
94.58/23.77	c  N dy   506     96724      1500     30000         0     14691    150000    578307    124.04    131.66  --
98.56/24.70	c  N dy   540    103159      1500     30000         0     21124    150000   1569836    123.94    131.14  --
99.37/24.96	c  S st   549    104837      1500     30000         0     22801    150000   1825050    123.86   no data  --
99.78/25.07	c  S st   549    105338      1500     30000         0     23302    150000   1893201    123.86   no data  --
99.78/25.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
99.78/25.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.20/25.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
100.20/25.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.20/25.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.20/25.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
100.20/25.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
145.68/36.59	c lits-rem:       620  cl-subs:       14  v-elim:      0  v-fix:    0  time: 45.45 s
145.68/36.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
146.07/36.61	c vivif2 --  cl tried    23288 cl shrink        0 lits rem          0 time: 0.08
147.27/36.95	c asymm  cl-useful: 0/28477/30000 lits-rem:0 time: 1.36
147.27/36.96	c calculated reachability. Time: 0.00
147.27/36.96	c  N dy   549    105338      1500     30000         0     23288    150000   1887841    123.86   no data  --
151.27/37.91	c  N dy   594    112116      1500     30000         0     16071    150000    650589    123.94    130.67  --
154.86/38.85	c  N dy   636    119343      1500     30000         0     23291    150000   1768837    123.97    131.68  --
159.26/39.98	c  N dy   682    127281      1500     30000         0     16235    150000    526653    124.01    132.12  --
163.64/41.09	c  N dy   729    135508      1500     30000         0     24459    150000   1781990    123.92    134.35  --
169.22/42.41	c  N dy   778    144162      1500     30000         0     17116    150000    522209    123.96    130.98  --
174.02/43.71	c  N dy   829    153416      1500     30000         0     26366    150000   1951709    123.85    131.22  --
177.22/44.42	c  S st   854    158007      1500     30000         0     30956    150000   2674465    123.88   no data  --
177.62/44.54	c  S st   854    158512      1500     30000         0     31461    150000   2738937    123.88   no data  --
177.62/44.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
177.62/44.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.62/44.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
178.02/44.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.02/44.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.02/44.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
178.02/44.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
272.63/68.34	c lits-rem:       821  cl-subs:       17  v-elim:      0  v-fix:    0  time: 94.33 s
272.63/68.34	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
272.63/68.37	c vivif2 --  cl tried    31444 cl shrink        0 lits rem          0 time: 0.11
273.03/68.40	c asymm  cl-useful: 0/1523/30000 lits-rem:0 time: 0.14
273.03/68.41	c calculated reachability. Time: 0.00
273.03/68.41	c  N dy   854    158512      1500     30000         0     31444    150000   2732188    123.88   no data  --
279.02/69.94	c  N dy   906    168694      1500     30000         0     24626    150000   1529864    123.75    130.48  --
286.21/71.71	c  N dy   971    179571      1500     30000         0     35496    150000   3211137    123.70    130.87  --
293.00/73.48	c  N dy  1042    191218      1500     30000         0     29156    150000   2087443    123.69    131.90  --
300.98/75.46	c  N dy  1105    203443      1500     30000         0     22376    150000    892581    123.62    139.45  --
309.37/77.52	c  N dy  1184    216452      1500     30000         0     35374    150000   2896300    123.62    131.20  --
318.14/79.73	c  N dy  1260    230282      1500     30000         0     29211    150000   1818732    123.70    132.13  --
322.94/80.98	c  S st  1300    237768      1500     30000         0     36691    150000   2964972    123.64    123.75  --
323.75/81.11	c  S st  1300    238272      1500     30000         0     37195    150000   3031013    123.64   no data  --
323.75/81.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
323.75/81.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
323.75/81.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
324.16/81.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.16/81.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.16/81.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
324.16/81.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
925.37/231.86	c lits-rem:       254  cl-subs:       20  v-elim:      0  v-fix:    0  time: 600.50 s
925.37/231.86	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
925.37/231.89	c vivif2 --  cl tried    37175 cl shrink        0 lits rem          0 time: 0.12
927.35/232.34	c asymm  cl-useful: 0/22185/30000 lits-rem:0 time: 1.80
927.35/232.34	c calculated reachability. Time: 0.00
927.35/232.34	c  N dy  1300    238272      1500     30000         0     37175    150000   3023526    123.64   no data  --
938.55/235.13	c  N dy  1395    253702      1500     30000         0     31615    150000   2043863    123.72    132.24  --
950.51/238.15	c  N dy  1484    269942      1500     30000         0     25858    150000    986732    123.59    130.30  --
963.28/241.36	c  N dy  1583    287229      1500     30000         0     43130    150000   3639245    123.48    131.19  --
977.26/244.80	c  N dy  1697    305629      1500     30000         0     38537    150000   2792568    123.46    132.02  --
977.66/244.93	c  F st  1701    306253      1500     30000         0     39161    150000   2887165    123.46   no data  --
992.43/248.66	c  N dy  1796    325206      1500     30000         0     34111    150000   1979710    123.50    131.22  --
1009.59/252.93	c  N dy  1908    345382      1500     30000         0     29299    150000   1100468    123.50    131.01  --
1019.18/255.34	c  S st  1981    357409      1500     30000         0     41323    150000   2964997    123.52   no data  --
1019.58/255.49	c  S st  1981    357914      1500     30000         0     41828    150000   3035530    123.52   no data  --
1019.98/255.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1019.98/255.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1019.98/255.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
1020.38/255.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1020.38/255.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1020.38/255.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1020.38/255.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1747.69/437.81	c lits-rem:       274  cl-subs:       14  v-elim:      0  v-fix:    0  time: 726.88 s
1747.69/437.81	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1747.69/437.84	c vivif2 --  cl tried    41814 cl shrink        0 lits rem          0 time: 0.13
1748.49/438.05	c asymm  cl-useful: 0/7815/30000 lits-rem:0 time: 0.83
1748.49/438.05	c calculated reachability. Time: 0.00
1748.49/438.05	c  N dy  1981    357914      1500     30000         0     41814    150000   3030540    123.52   no data  --
1764.85/442.15	c  N dy  2103    378232      1500     30000         0     36130    150000   1988329    123.50    130.54  --
1782.05/446.43	c  N dy  2220    398305      1500     30000         0     29209    150000    786085    123.54    130.46  --
1797.99/450.48	c  N dy  2348    418523      1500     30000         0     49412    150000   3914104    123.63    130.34  --
1814.35/454.56	c  N dy  2464    438547      1500     30000         0     41441    150000   2511560    123.58    130.90  --
1831.12/458.77	c  N dy  2586    458655      1500     30000         0     32549    150000   1006805    123.63    130.42  --
1847.10/462.74	c  N dy  2712    478689      1500     30000         0     52568    150000   4090225    123.62    132.38  --
1863.46/466.86	c  N dy  2838    498738      1500     30000         0     42624    150000   2414621    123.64    130.49  --
1881.43/471.35	c  N dy  2957    518826      1500     30000         0     31719    150000    579774    123.63    133.26  --
1895.40/474.81	c  S st  3065    536872      1500     30000         0     49754    150000   3355819    123.64    116.48  --
1895.81/474.96	c  S st  3065    537376      1500     30000         0     50258    150000   3418740    123.64   no data  --
1895.81/474.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1895.81/474.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1896.23/475.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
1896.59/475.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1896.59/475.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1896.59/475.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1896.59/475.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2887.78/723.40	c lits-rem:       378  cl-subs:       18  v-elim:      0  v-fix:    0  time: 990.68 s
2887.78/723.40	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
2887.78/723.44	c vivif2 --  cl tried    50240 cl shrink        0 lits rem          0 time: 0.14
2889.77/723.95	c asymm  cl-useful: 0/18672/30000 lits-rem:0 time: 2.02
2889.77/723.95	c calculated reachability. Time: 0.00
2889.77/723.95	c  N dy  3065    537376      1500     30000         0     50240    150000   3411752    123.64   no data  --
2910.15/729.08	c  N dy  3191    557447      1500     30000         0     38317    150000   1466257    123.68    134.69  --
2930.09/734.09	c  N dy  3320    577565      1500     30000         0     58427    150000   4578639    123.71    131.74  --
2949.67/738.93	c  N dy  3438    597582      1500     30000         0     45448    150000   2418530    123.72    130.64  --
2970.42/744.18	c  N dy  3553    617589      1500     30000         0     65442    150000   5519264    123.72    135.23  --
2989.20/748.90	c  N dy  3676    637595      1500     30000         0     51457    150000   3194501    123.75    132.82  --
3011.93/754.53	c  N dy  3792    657883      1500     30000         0     36756    150000    778796    123.75    131.57  --
3031.10/759.34	c  N dy  3916    678212      1500     30000         0     57074    150000   3936182    123.78    132.75  --
3053.46/764.92	c  N dy  4044    698343      1500     30000         0     41215    150000   1320085    123.82    130.74  --
3073.81/770.02	c  N dy  4166    718670      1500     30000         0     61529    150000   4459888    123.83    131.25  --
3095.78/775.55	c  N dy  4282    738768      1500     30000         0     44638    150000   1703819    123.84    132.49  --
3115.74/780.58	c  N dy  4379    758782      1500     30000         0     64643    150000   4755328    123.78    131.01  --
3138.10/786.16	c  N dy  4498    778823      1500     30000         0     46692    150000   1873192    123.78    130.87  --
3159.65/791.57	c  N dy  4608    799008      1500     30000         0     66870    150000   4995401    123.76    130.39  --
3168.43/793.78	c  S st  4649    806064      1500     30000         0     73925    150000   6101798    123.78   no data  --
3169.66/794.03	c  S st  4649    806573      1500     30000         0     74434    150000   6174268    123.78   no data  --
3169.66/794.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3169.66/794.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3170.02/794.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.30
3170.82/794.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3170.82/794.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3170.82/794.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3170.82/794.37	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368604-1305398466/watcher-3368604-1305398466 -o /tmp/evaluation-result-3368604-1305398466/solver-3368604-1305398466 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368604-1305398466.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: 6.47 7.80 7.96 2/245 12496
/proc/meminfo: memFree=21757916/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 651444477 52465664 352 33554432000 4194304 4650419 140735520138544 18446744073709551615 47568484321202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 12809 352 303 112 0 7774 0
[pid=12496/tid=12498] ppid=12494 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651444477 52465664 352 33554432000 4194304 4650419 140735520138544 18446744073709551615 47568484321202 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651444477 52465664 352 33554432000 4194304 4650419 140735520138544 18446744073709551615 47568484321196 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651444478 52465664 352 33554432000 4194304 4650419 140735520138544 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.119501 s]
/proc/loadavg: 6.47 7.80 7.96 2/245 12496
/proc/meminfo: memFree=21757916/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=289444 CPUtime=0.75 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 6351 0 0 0 74 1 0 0 18 0 4 0 651444477 296390656 5289 33554432000 4194304 4650419 140735520138544 18446744073709551615 4457294 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 72361 5403 377 112 0 67326 0
[pid=12496/tid=12498] ppid=12494 vsize=289444 CPUtime=0.18 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 1987 0 0 0 18 0 0 0 18 0 4 0 651444477 296390656 5415 33554432000 4194304 4650419 140735520138544 18446744073709551615 271550234832 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=289444 CPUtime=0.18 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 1413 0 0 0 18 0 0 0 18 0 4 0 651444477 296390656 5430 33554432000 4194304 4650419 140735520138544 18446744073709551615 271550198817 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=289444 CPUtime=0.17 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) S 12494 12496 12464 0 -1 4202560 1224 0 0 0 17 0 0 0 18 0 4 0 651444478 296390656 5445 33554432000 4194304 4650419 140735520138544 18446744073709551615 271550642670 0 0 4096 2 18446604442617088000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 289444

[startup+0.482031 s]
/proc/loadavg: 6.47 7.80 7.96 2/245 12496
/proc/meminfo: memFree=21757916/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=294852 CPUtime=4.22 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 19470 0 0 0 418 4 0 0 19 0 4 0 651444477 301928448 11357 33554432000 4194304 4650419 140735520138544 18446744073709551615 4363660 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 73713 11357 391 112 0 68678 0
[pid=12496/tid=12498] ppid=12494 vsize=294852 CPUtime=1.05 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 5173 0 0 0 104 1 0 0 19 0 4 0 651444477 301928448 11357 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=294852 CPUtime=1.04 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 4939 0 0 0 104 0 0 0 19 0 4 0 651444477 301928448 11358 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=294852 CPUtime=1.04 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 3872 0 0 0 104 0 0 0 19 0 4 0 651444478 301928448 11358 33554432000 4194304 4650419 140735520138544 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 294852

[startup+1.1678 s]
/proc/loadavg: 6.47 7.80 7.96 2/245 12496
/proc/meminfo: memFree=21757916/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=294852 CPUtime=4.62 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 20133 0 0 0 458 4 0 0 19 0 4 0 651444477 301928448 12020 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 73713 12021 391 112 0 68678 0
[pid=12496/tid=12498] ppid=12494 vsize=294852 CPUtime=1.15 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 5338 0 0 0 114 1 0 0 19 0 4 0 651444477 301928448 12021 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=294852 CPUtime=1.14 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 5104 0 0 0 114 0 0 0 19 0 4 0 651444477 301928448 12021 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=294852 CPUtime=1.14 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 4044 0 0 0 114 0 0 0 19 0 4 0 651444478 301928448 12021 33554432000 4194304 4650419 140735520138544 18446744073709551615 4334421 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 294852

[startup+1.26778 s]
/proc/loadavg: 6.47 7.80 7.96 2/245 12496
/proc/meminfo: memFree=21757916/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=316668 CPUtime=5.02 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 22006 0 0 0 498 4 0 0 19 0 4 0 651444477 324268032 13893 33554432000 4194304 4650419 140735520138544 18446744073709551615 4511618 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 79167 13893 391 112 0 74132 0
[pid=12496/tid=12498] ppid=12494 vsize=316668 CPUtime=1.25 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 5490 0 0 0 124 1 0 0 19 0 4 0 651444477 324268032 13893 33554432000 4194304 4650419 140735520138544 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=316668 CPUtime=1.24 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 5843 0 0 0 124 0 0 0 19 0 4 0 651444477 324268032 13893 33554432000 4194304 4650419 140735520138544 18446744073709551615 4511618 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=316668 CPUtime=1.24 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 4207 0 0 0 124 0 0 0 19 0 4 0 651444478 324268032 13893 33554432000 4194304 4650419 140735520138544 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 316668

[startup+1.50074 s]
/proc/loadavg: 6.47 7.80 7.96 2/245 12496
/proc/meminfo: memFree=21757916/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=296424 CPUtime=5.96 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 24239 0 0 0 591 5 0 0 19 0 4 0 651444477 303538176 12104 33554432000 4194304 4650419 140735520138544 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 74106 12104 391 112 0 69071 0
[pid=12496/tid=12498] ppid=12494 vsize=296424 CPUtime=1.48 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 6582 0 0 0 147 1 0 0 19 0 4 0 651444477 303538176 12104 33554432000 4194304 4650419 140735520138544 18446744073709551615 4330238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=296424 CPUtime=1.47 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 6232 0 0 0 147 0 0 0 19 0 4 0 651444477 303538176 12104 33554432000 4194304 4650419 140735520138544 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=296424 CPUtime=1.47 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 4578 0 0 0 147 0 0 0 19 0 4 0 651444478 303538176 12105 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296424

[startup+3.10945 s]
/proc/loadavg: 6.47 7.80 7.96 9/257 12509
/proc/meminfo: memFree=21591692/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=297896 CPUtime=12.36 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 38748 0 0 0 1228 8 0 0 24 0 4 0 651444477 305045504 13339 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 74474 13339 392 112 0 69439 0
[pid=12496/tid=12498] ppid=12494 vsize=297896 CPUtime=3.1 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 10270 0 0 0 307 3 0 0 24 0 4 0 651444477 305045504 13339 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=297896 CPUtime=3.08 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 9817 0 0 0 307 1 0 0 23 0 4 0 651444477 305045504 13339 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=297896 CPUtime=3.06 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 8206 0 0 0 305 1 0 0 24 0 4 0 651444478 305045504 13339 33554432000 4194304 4650419 140735520138544 18446744073709551615 4334315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297896

[startup+6.30087 s]
/proc/loadavg: 6.60 7.81 7.96 9/257 12509
/proc/meminfo: memFree=21489528/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=365752 CPUtime=25.12 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 73822 0 0 0 2496 16 0 0 25 0 4 0 651444477 374530048 37718 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 91438 37718 393 112 0 86403 0
[pid=12496/tid=12498] ppid=12494 vsize=365752 CPUtime=6.28 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 15619 0 0 0 624 4 0 0 25 0 4 0 651444477 374530048 37722 33554432000 4194304 4650419 140735520138544 18446744073709551615 4439086 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=365752 CPUtime=6.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 21353 0 0 0 625 4 0 0 25 0 4 0 651444477 374530048 37722 33554432000 4194304 4650419 140735520138544 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=365752 CPUtime=6.24 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 18195 0 0 0 621 3 0 0 25 0 4 0 651444478 374530048 37722 33554432000 4194304 4650419 140735520138544 18446744073709551615 4438944 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) 365752

[startup+12.7007 s]
/proc/loadavg: 6.71 7.81 7.96 9/257 12509
/proc/meminfo: memFree=21251720/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=300480 CPUtime=50.66 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 89108 0 0 0 5045 21 0 0 25 0 4 0 651444477 307691520 39717 33554432000 4194304 4650419 140735520138544 18446744073709551615 4333238 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 75120 39718 393 112 0 70085 0
[pid=12496/tid=12498] ppid=12494 vsize=300480 CPUtime=12.68 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 21629 0 0 0 1262 6 0 0 25 0 4 0 651444477 307691520 39718 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=300480 CPUtime=12.68 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 21839 0 0 0 1264 4 0 0 25 0 4 0 651444477 307691520 39718 33554432000 4194304 4650419 140735520138544 18446744073709551615 4370596 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=300480 CPUtime=12.59 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 23346 0 0 0 1255 4 0 0 25 0 4 0 651444478 307691520 39718 33554432000 4194304 4650419 140735520138544 18446744073709551615 4333209 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 300480

[startup+25.5004 s]
/proc/loadavg: 7.07 7.83 7.96 9/257 12510
/proc/meminfo: memFree=21121272/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=388628 CPUtime=101.76 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 145310 0 0 0 10140 36 0 0 25 0 4 0 651444477 397955072 77111 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 97157 77111 393 112 0 92122 0
[pid=12496/tid=12498] ppid=12494 vsize=388628 CPUtime=25.47 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 31154 0 0 0 2539 8 0 0 25 0 4 0 651444477 397955072 77111 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=388628 CPUtime=25.48 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 35041 0 0 0 2541 7 0 0 25 0 4 0 651444477 397955072 77111 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=388628 CPUtime=25.29 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 38617 0 0 0 2521 8 0 0 25 0 4 0 651444478 397955072 77111 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 388628

[startup+51.1008 s]
/proc/loadavg: 7.39 7.85 7.96 9/257 12510
/proc/meminfo: memFree=20914908/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=653960 CPUtime=203.96 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 216688 0 0 0 20340 56 0 0 25 0 4 0 651444477 669655040 85899 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 163490 85899 393 112 0 158455 0
[pid=12496/tid=12498] ppid=12494 vsize=653960 CPUtime=51.07 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 43704 0 0 0 5095 12 0 0 25 0 4 0 651444477 669655040 85899 33554432000 4194304 4650419 140735520138544 18446744073709551615 4451430 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=653960 CPUtime=51.07 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 58921 0 0 0 5095 12 0 0 25 0 4 0 651444477 669655040 85899 33554432000 4194304 4650419 140735520138544 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=653960 CPUtime=50.7 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 58865 0 0 0 5056 14 0 0 25 0 4 0 651444478 669655040 85899 33554432000 4194304 4650419 140735520138544 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 653960

[startup+102.301 s]
/proc/loadavg: 7.87 7.90 7.97 9/257 12512
/proc/meminfo: memFree=20791996/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=756380 CPUtime=408.37 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 311742 0 0 0 40750 87 0 0 25 0 4 0 651444477 774533120 99453 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 189095 99453 393 112 0 184060 0
[pid=12496/tid=12498] ppid=12494 vsize=756380 CPUtime=102.26 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 80512 0 0 0 10202 24 0 0 25 0 4 0 651444477 774533120 99453 33554432000 4194304 4650419 140735520138544 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=756380 CPUtime=102.27 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 60076 0 0 0 10215 12 0 0 25 0 4 0 651444477 774533120 99453 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=756380 CPUtime=101.51 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 103831 0 0 0 10122 29 0 0 25 0 4 0 651444478 774533120 99453 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 756380

[startup+162.301 s]

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

[pid=12496] ppid=12494 vsize=1078172 CPUtime=2564.04 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 704772 0 0 0 256163 241 0 0 25 0 4 0 651444477 1104048128 162974 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 269543 162974 393 112 0 264508 0
[pid=12496/tid=12498] ppid=12494 vsize=1078172 CPUtime=642.2 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 151582 0 0 0 64170 50 0 0 25 0 4 0 651444477 1104048128 162974 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1078172 CPUtime=642.28 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 164116 0 0 0 64169 59 0 0 25 0 4 0 651444477 1104048128 162974 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1078172 CPUtime=637.22 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 274880 0 0 0 63629 93 0 0 25 0 4 0 651444478 1104048128 162974 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2564.04
Current children cumulated vsize (KiB) 1078172

[startup+702.301 s]
/proc/loadavg: 8.13 8.14 8.06 9/257 12528
/proc/meminfo: memFree=20193816/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1078172 CPUtime=2803.56 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 709935 0 0 0 280114 242 0 0 25 0 4 0 651444477 1104048128 163071 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 269543 163071 393 112 0 264508 0
[pid=12496/tid=12498] ppid=12494 vsize=1078172 CPUtime=702.2 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 151582 0 0 0 70170 50 0 0 25 0 4 0 651444477 1104048128 163071 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1078172 CPUtime=702.28 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 167227 0 0 0 70169 59 0 0 25 0 4 0 651444477 1104048128 163071 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1078172 CPUtime=696.75 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 276932 0 0 0 69581 94 0 0 25 0 4 0 651444478 1104048128 163071 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.56
Current children cumulated vsize (KiB) 1078172

[startup+762.3 s]
/proc/loadavg: 8.25 8.17 8.08 9/257 12529
/proc/meminfo: memFree=20157456/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1078972 CPUtime=3043.08 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 735582 0 0 0 304053 255 0 0 25 0 4 0 651444477 1104867328 167749 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 269743 167749 393 112 0 264708 0
[pid=12496/tid=12498] ppid=12494 vsize=1078972 CPUtime=762.19 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 151582 0 0 0 76169 50 0 0 25 0 4 0 651444477 1104867328 167749 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1078972 CPUtime=762.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 168241 0 0 0 76169 60 0 0 25 0 4 0 651444477 1104867328 167749 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1078972 CPUtime=756.28 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 75534 94 0 0 25 0 4 0 651444478 1104867328 167749 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3043.08
Current children cumulated vsize (KiB) 1078972

[startup+822.3 s]
/proc/loadavg: 8.17 8.17 8.08 9/257 12531
/proc/meminfo: memFree=20024704/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1067836 CPUtime=3282.59 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 776784 0 0 0 327985 274 0 0 25 0 4 0 651444477 1093464064 181198 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 266959 181198 393 112 0 261924 0
[pid=12496/tid=12498] ppid=12494 vsize=1067836 CPUtime=822.18 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 163462 0 0 0 82162 56 0 0 25 0 4 0 651444477 1093464064 181198 33554432000 4194304 4650419 140735520138544 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1067836 CPUtime=822.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 168241 0 0 0 82169 60 0 0 25 0 4 0 651444477 1093464064 181198 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1067836 CPUtime=815.8 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 81486 94 0 0 25 0 4 0 651444478 1093464064 181198 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3282.59
Current children cumulated vsize (KiB) 1067836

[startup+882.301 s]
/proc/loadavg: 8.28 8.20 8.10 9/257 12533
/proc/meminfo: memFree=20038700/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1134360 CPUtime=3522.11 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 807215 0 0 0 351920 291 0 0 25 0 4 0 651444477 1161584640 182968 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 283590 182968 393 112 0 278555 0
[pid=12496/tid=12498] ppid=12494 vsize=1134360 CPUtime=882.17 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 191881 0 0 0 88145 72 0 0 25 0 4 0 651444477 1161584640 182968 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1134360 CPUtime=882.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 169744 0 0 0 88169 60 0 0 25 0 4 0 651444477 1161584640 182968 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1134360 CPUtime=875.31 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 87437 94 0 0 25 0 4 0 651444478 1161584640 182968 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.11
Current children cumulated vsize (KiB) 1134360

[startup+942.301 s]
/proc/loadavg: 8.17 8.19 8.09 10/257 12534
/proc/meminfo: memFree=19884040/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1085208 CPUtime=3761.66 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 868814 0 0 0 375849 317 0 0 25 0 4 0 651444477 1111252992 182898 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 271302 182898 393 112 0 266267 0
[pid=12496/tid=12498] ppid=12494 vsize=1085208 CPUtime=942.16 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 227188 0 0 0 94129 87 0 0 25 0 4 0 651444477 1111252992 182898 33554432000 4194304 4650419 140735520138544 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1085208 CPUtime=942.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 195894 0 0 0 94159 70 0 0 25 0 4 0 651444477 1111252992 182898 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1085208 CPUtime=934.86 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 93392 94 0 0 25 0 4 0 651444478 1111252992 182898 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.66
Current children cumulated vsize (KiB) 1085208

[startup+1002.3 s]
/proc/loadavg: 8.29 8.21 8.10 9/257 12536
/proc/meminfo: memFree=19919948/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1086096 CPUtime=4001.18 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 922905 0 0 0 399776 342 0 0 25 0 4 0 651444477 1112162304 184091 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 271524 184091 393 112 0 266489 0
[pid=12496/tid=12498] ppid=12494 vsize=1086096 CPUtime=1002.16 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 252201 0 0 0 100118 98 0 0 25 0 4 0 651444477 1112162304 184091 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1086096 CPUtime=1002.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 224972 0 0 0 100144 85 0 0 25 0 4 0 651444477 1112162304 184091 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1086096 CPUtime=994.39 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 99345 94 0 0 25 0 4 0 651444478 1112162304 184091 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.18
Current children cumulated vsize (KiB) 1086096

[startup+1062.3 s]
/proc/loadavg: 8.21 8.20 8.10 9/257 12537
/proc/meminfo: memFree=19946080/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1152372 CPUtime=4240.73 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 973817 0 0 0 423707 366 0 0 25 0 4 0 651444477 1180028928 191236 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 288093 191236 393 112 0 283058 0
[pid=12496/tid=12498] ppid=12494 vsize=1152372 CPUtime=1062.16 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 280335 0 0 0 106105 111 0 0 25 0 4 0 651444477 1180028928 191238 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1152372 CPUtime=1062.3 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 247752 0 0 0 106135 95 0 0 25 0 4 0 651444477 1180028928 191238 33554432000 4194304 4650419 140735520138544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1152372 CPUtime=1053.92 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 105298 94 0 0 25 0 4 0 651444478 1180028928 191238 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.73
Current children cumulated vsize (KiB) 1152372

[startup+1122.3 s]
/proc/loadavg: 8.29 8.21 8.11 9/257 12539
/proc/meminfo: memFree=19758560/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1087752 CPUtime=4480.22 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 1025030 0 0 0 447630 392 0 0 25 0 4 0 651444477 1113858048 183180 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 271938 183180 393 112 0 266903 0
[pid=12496/tid=12498] ppid=12494 vsize=1087752 CPUtime=1122.15 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 304519 0 0 0 112092 123 0 0 25 0 4 0 651444477 1113858048 183180 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1087752 CPUtime=1122.29 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 273980 0 0 0 112120 109 0 0 25 0 4 0 651444477 1113858048 183180 33554432000 4194304 4650419 140735520138544 18446744073709551615 4331993 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1087752 CPUtime=1113.44 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 111250 94 0 0 25 0 4 0 651444478 1113858048 183180 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.22
Current children cumulated vsize (KiB) 1087752

[startup+1182.31 s]
/proc/loadavg: 8.10 8.17 8.10 9/257 12541
/proc/meminfo: memFree=19736220/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1154468 CPUtime=4719.75 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 1058409 0 0 0 471569 406 0 0 25 0 4 0 651444477 1182175232 190891 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 288617 190891 393 112 0 283582 0
[pid=12496/tid=12498] ppid=12494 vsize=1154468 CPUtime=1182.14 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 310258 0 0 0 118090 124 0 0 25 0 4 0 651444477 1182175232 190891 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1154468 CPUtime=1182.31 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 298862 0 0 0 118109 122 0 0 25 0 4 0 651444477 1182175232 190891 33554432000 4194304 4650419 140735520138544 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1154468 CPUtime=1172.95 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 117201 94 0 0 25 0 4 0 651444478 1182175232 190891 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4719.75
Current children cumulated vsize (KiB) 1154468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.07 8.16 8.09 9/257 12550
/proc/meminfo: memFree=19705692/32951124 swapFree=67056788/67111528
[pid=12496] ppid=12494 vsize=1154760 CPUtime=4800.35 cores=0,2,4,6
/proc/12496/stat : 12496 (strangenight1-m) R 12494 12496 12464 0 -1 4202496 1072158 0 0 0 479624 411 0 0 25 0 4 0 651444477 1182474240 190272 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12496/statm: 288690 190272 393 112 0 283655 0
[pid=12496/tid=12498] ppid=12494 vsize=1154760 CPUtime=1202.34 cores=0,2,4,6
/proc/12496/task/12498/stat : 12498 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 312719 0 0 0 120110 124 0 0 25 0 4 0 651444477 1182474240 190273 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12496/tid=12499] ppid=12494 vsize=1154760 CPUtime=1202.5 cores=0,2,4,6
/proc/12496/task/12499/stat : 12499 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 308798 0 0 0 120124 126 0 0 25 0 4 0 651444477 1182474240 190273 33554432000 4194304 4650419 140735520138544 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12496/tid=12500] ppid=12494 vsize=1154760 CPUtime=1192.98 cores=0,2,4,6
/proc/12496/task/12500/stat : 12500 (strangenight1-m) R 12494 12496 12464 0 -1 4202560 277476 0 0 0 119204 94 0 0 25 0 4 0 651444478 1182474240 190273 33554432000 4194304 4650419 140735520138544 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1154760

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): 1202.55
CPU time (s): 4800.43
CPU user time (s): 4796.28
CPU system time (s): 4.14937
CPU usage (%): 399.187
Max. virtual memory (cumulated for all children) (KiB): 1166528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.28
system time used= 4.14937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1072160
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= 2744
involuntary context switches= 71846

runsolver used 2.84957 second user time and 6.68898 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-14 20:41:06
IDJOB=3368604
IDBENCH=82613
IDSOLVER=1846
FILE ID=node133/3368604-1305398466
RUNJOBID= node133-1305398466-12482
PBS_JOBID= 13324488
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=1498562372

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:      21754848 kB
Buffers:        271088 kB
Cached:        3213976 kB
SwapCached:       8724 kB
Active:        8494012 kB
Inactive:      2419644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21754848 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            8300 kB
Writeback:           0 kB
AnonPages:     7426008 kB
Mapped:          20884 kB
Slab:           194980 kB
PageTables:      23724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19198940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node133 at 2011-05-14 21:01:11