Trace number 3174995

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.26 1201.75

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.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-3174995-1304076330.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.37/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.63
0.37/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
0.76/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.76/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.76/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.76/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.76/0.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.76/0.25	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.26	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.76/0.26	c calculated reachability. Time: 0.00
0.76/0.26	c Calc default polars -  time:   0.01 s pos:     694 undec:      73 neg:     733
0.76/0.26	c =========================================================================================
0.76/0.26	c types(t): F = full restart, N = normal restart
0.76/0.26	c types(t): S = simplification begin/end, E = solution found
0.76/0.26	c restart types(rt): st = static, dy = dynamic
0.76/0.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.26	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
2.36/0.64	c  N dy    17      4143      1500     30000         0      4140    150000    676469    125.84    133.18  --
3.97/1.02	c  N dy    42      8233      1500     30000         0      5729    150000    658088    124.61    140.01  --
5.56/1.41	c  N dy    63     12343      1500     30000         0      5593    150000    415791    123.32    133.62  --
6.75/1.79	c  N dy    87     16391      1500     30000         0      9639    150000   1035812    123.36    132.85  --
8.77/2.21	c  N dy   112     20455      1500     30000         0      8077    150000    619434    123.48    138.47  --
10.34/2.63	c  N dy   138     24516      1500     30000         0     12135    150000   1246841    123.62    130.51  --
10.34/2.68	c  F st   142     25001      1500     30000         0     12620    150000   1319612    123.62   no data  --
12.76/3.23	c  N dy   148     30001      1500     30000         0     10797    150000    982166    123.62   no data  --
12.76/3.23	c  S st   148     30001      1500     30000         0     10797    150000    982166    123.62   no data  --
12.76/3.30	c  S st   148     30503      1500     30000         0     11299    150000   1050266    123.62   no data  --
12.76/3.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.76/3.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.16/3.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.16/3.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.16/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.16/3.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.16/3.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.95/5.54	c lits-rem:      2314  cl-subs:       22  v-elim:      0  v-fix:    0  time:  8.59 s
22.72/5.75	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.84
22.72/5.75	c calculated reachability. Time: 0.00
22.72/5.75	c  N dy   148     30503      1500     30000         0     11277    150000   1039877    123.62   no data  --
24.72/6.23	c  N dy   175     34589      1500     30000         0     15360    150000   1668860    123.57    132.48  --
26.72/6.73	c  N dy   205     38984      1500     30000         0     11857    150000    899006    123.90    130.94  --
28.72/7.27	c  N dy   235     43501      1500     30000         0     16374    150000   1611782    124.32    131.32  --
29.92/7.55	c  S st   247     45755      1500     30000         0      9682    150000    395106    124.37   no data  --
30.33/7.62	c  S st   247     46258      1500     30000         0     10185    150000    462093    124.37   no data  --
30.33/7.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.33/7.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.33/7.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
30.33/7.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.33/7.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.33/7.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
30.33/7.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.69/11.77	c lits-rem:       862  cl-subs:        2  v-elim:      0  v-fix:    0  time: 16.38 s
46.69/11.77	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
46.69/11.78	c vivif2 --  cl tried    10183 cl shrink        0 lits rem          0 time: 0.02
47.49/11.99	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.82
47.49/11.99	c calculated reachability. Time: 0.00
47.49/11.99	c  N dy   247     46258      1500     30000         0     10183    150000    460753    124.37   no data  --
49.48/12.47	c  N dy   271     50364      1500     30000         0     14286    150000   1095413    124.22    132.41  --
51.48/12.96	c  N dy   297     54400      1500     30000         0     18319    150000   1731458    124.36    131.51  --
53.47/13.47	c  N dy   321     58452      1500     30000         0     12401    150000    669906    124.44    136.19  --
55.48/13.93	c  N dy   340     62522      1500     30000         0     16470    150000   1290417    124.19    131.80  --
57.47/14.44	c  N dy   363     66581      1500     30000         0     20527    150000   1918054    124.09    134.52  --
58.67/14.79	c  S st   380     69390      1500     30000         0     12351    150000    510468    124.10   no data  --
59.07/14.86	c  S st   380     69891      1500     30000         0     12852    150000    577166    124.10   no data  --
59.07/14.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.07/14.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.07/14.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
59.47/14.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.47/14.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.47/14.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
59.47/14.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
78.25/19.68	c lits-rem:      1828  cl-subs:        4  v-elim:      0  v-fix:    0  time: 19.02 s
78.25/19.68	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
78.25/19.69	c vivif2 --  cl tried    12848 cl shrink        0 lits rem          0 time: 0.03
79.45/19.97	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.13
79.45/19.97	c calculated reachability. Time: 0.00
79.45/19.97	c  N dy   380     69891      1500     30000         0     12848    150000    573935    124.10   no data  --
81.84/20.58	c  N dy   410     74501      1500     30000         0     17455    150000   1298835    124.28    131.84  --
84.64/21.28	c  N dy   436     79500      1500     30000         0     22450    150000   2067639    124.20    130.82  --
87.45/21.97	c  N dy   467     84619      1500     30000         0     15578    150000    860261    124.19    131.55  --
89.03/22.34	c  F st   479     87502      1500     30000         0     18461    150000   1305994    124.15    113.98  --
90.63/22.79	c  N st   484     90798      1500     30000         0     21751    150000   1865822    124.15   no data  --
94.22/23.69	c  N dy   506     96724      1500     30000         0     14691    150000    578307    124.04    131.66  --
98.21/24.61	c  N dy   540    103159      1500     30000         0     21124    150000   1569836    123.94    131.14  --
99.02/24.87	c  S st   549    104837      1500     30000         0     22801    150000   1825050    123.86   no data  --
99.42/24.98	c  S st   549    105338      1500     30000         0     23302    150000   1893201    123.86   no data  --
99.42/24.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
99.42/24.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.82/25.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
100.21/25.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.21/25.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.21/25.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
100.21/25.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
145.75/36.58	c lits-rem:       620  cl-subs:       14  v-elim:      0  v-fix:    0  time: 45.84 s
145.75/36.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
146.15/36.61	c vivif2 --  cl tried    23288 cl shrink        0 lits rem          0 time: 0.07
147.36/36.95	c asymm  cl-useful: 0/28477/30000 lits-rem:0 time: 1.38
147.36/36.95	c calculated reachability. Time: 0.00
147.36/36.95	c  N dy   549    105338      1500     30000         0     23288    150000   1887841    123.86   no data  --
151.35/37.90	c  N dy   594    112116      1500     30000         0     16071    150000    650589    123.94    130.67  --
154.93/38.84	c  N dy   636    119343      1500     30000         0     23291    150000   1768837    123.97    131.68  --
159.32/39.97	c  N dy   682    127281      1500     30000         0     16235    150000    526653    124.01    132.12  --
163.72/41.07	c  N dy   729    135508      1500     30000         0     24459    150000   1781990    123.92    134.35  --
168.91/42.38	c  N dy   778    144162      1500     30000         0     17116    150000    522209    123.96    130.98  --
174.11/43.66	c  N dy   829    153416      1500     30000         0     26366    150000   1951709    123.85    131.22  --
176.90/44.37	c  S st   854    158007      1500     30000         0     30956    150000   2674465    123.88   no data  --
177.30/44.48	c  S st   854    158512      1500     30000         0     31461    150000   2738937    123.88   no data  --
177.30/44.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
177.30/44.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.70/44.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
178.10/44.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.10/44.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.10/44.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
178.10/44.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
273.58/68.55	c lits-rem:       821  cl-subs:       17  v-elim:      0  v-fix:    0  time: 95.37 s
273.58/68.55	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
273.58/68.57	c vivif2 --  cl tried    31444 cl shrink        0 lits rem          0 time: 0.11
273.97/68.61	c asymm  cl-useful: 0/1523/30000 lits-rem:0 time: 0.12
273.97/68.61	c calculated reachability. Time: 0.00
273.97/68.61	c  N dy   854    158512      1500     30000         0     31444    150000   2732188    123.88   no data  --
279.57/70.09	c  N dy   906    168694      1500     30000         0     24626    150000   1529864    123.75    130.48  --
286.76/71.84	c  N dy   971    179571      1500     30000         0     35496    150000   3211137    123.70    130.87  --
293.55/73.59	c  N dy  1042    191218      1500     30000         0     29156    150000   2087443    123.69    131.90  --
301.53/75.56	c  N dy  1105    203443      1500     30000         0     22376    150000    892581    123.62    139.45  --
309.93/77.60	c  N dy  1184    216452      1500     30000         0     35374    150000   2896300    123.62    131.20  --
318.32/79.79	c  N dy  1260    230282      1500     30000         0     29211    150000   1818732    123.70    132.13  --
323.51/81.02	c  S st  1300    237768      1500     30000         0     36691    150000   2964972    123.64    123.75  --
323.91/81.15	c  S st  1300    238272      1500     30000         0     37195    150000   3031013    123.64   no data  --
323.91/81.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
323.91/81.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
323.91/81.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
324.72/81.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.72/81.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.72/81.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
324.72/81.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
930.68/233.02	c lits-rem:       254  cl-subs:       20  v-elim:      0  v-fix:    0  time: 605.24 s
930.68/233.03	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
930.68/233.06	c vivif2 --  cl tried    37175 cl shrink        0 lits rem          0 time: 0.12
932.67/233.51	c asymm  cl-useful: 0/22185/30000 lits-rem:0 time: 1.80
932.67/233.51	c calculated reachability. Time: 0.00
932.67/233.51	c  N dy  1300    238272      1500     30000         0     37175    150000   3023526    123.64   no data  --
943.45/236.26	c  N dy  1395    253702      1500     30000         0     31615    150000   2043863    123.72    132.24  --
955.44/239.25	c  N dy  1484    269942      1500     30000         0     25858    150000    986732    123.59    130.30  --
968.22/242.42	c  N dy  1583    287229      1500     30000         0     43130    150000   3639245    123.48    131.19  --
981.80/245.80	c  N dy  1697    305629      1500     30000         0     38537    150000   2792568    123.46    132.02  --
982.20/245.92	c  F st  1701    306253      1500     30000         0     39161    150000   2887165    123.46   no data  --
996.58/249.56	c  N dy  1796    325206      1500     30000         0     34111    150000   1979710    123.50    131.22  --
1013.37/253.78	c  N dy  1908    345382      1500     30000         0     29299    150000   1100468    123.50    131.01  --
1022.95/256.17	c  S st  1981    357409      1500     30000         0     41323    150000   2964997    123.52   no data  --
1023.76/256.32	c  S st  1981    357914      1500     30000         0     41828    150000   3035530    123.52   no data  --
1023.76/256.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1023.76/256.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1023.76/256.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
1024.14/256.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1024.14/256.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1024.14/256.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1024.14/256.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1753.95/439.19	c lits-rem:       274  cl-subs:       14  v-elim:      0  v-fix:    0  time: 729.44 s
1753.95/439.19	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1754.35/439.23	c vivif2 --  cl tried    41814 cl shrink        0 lits rem          0 time: 0.12
1755.15/439.43	c asymm  cl-useful: 0/7815/30000 lits-rem:0 time: 0.82
1755.15/439.43	c calculated reachability. Time: 0.00
1755.15/439.43	c  N dy  1981    357914      1500     30000         0     41814    150000   3030540    123.52   no data  --
1771.52/443.50	c  N dy  2103    378232      1500     30000         0     36130    150000   1988329    123.50    130.54  --
1788.32/447.75	c  N dy  2220    398305      1500     30000         0     29209    150000    786085    123.54    130.46  --
1804.28/451.76	c  N dy  2348    418523      1500     30000         0     49412    150000   3914104    123.63    130.34  --
1820.65/455.87	c  N dy  2464    438547      1500     30000         0     41441    150000   2511560    123.58    130.90  --
1837.83/460.15	c  N dy  2586    458655      1500     30000         0     32549    150000   1006805    123.63    130.42  --
1853.41/464.08	c  N dy  2712    478689      1500     30000         0     52568    150000   4090225    123.62    132.38  --
1869.79/468.19	c  N dy  2838    498738      1500     30000         0     42624    150000   2414621    123.64    130.49  --
1887.76/472.63	c  N dy  2957    518826      1500     30000         0     31719    150000    579774    123.63    133.26  --
1901.35/476.06	c  S st  3065    536872      1500     30000         0     49754    150000   3355819    123.64    116.48  --
1902.16/476.22	c  S st  3065    537376      1500     30000         0     50258    150000   3418740    123.64   no data  --
1902.16/476.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1902.16/476.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1902.16/476.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
1902.56/476.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1902.56/476.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1902.56/476.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1902.56/476.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2902.77/726.71	c lits-rem:       378  cl-subs:       18  v-elim:      0  v-fix:    0  time: 999.49 s
2902.77/726.71	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
2902.77/726.74	c vivif2 --  cl tried    50240 cl shrink        0 lits rem          0 time: 0.14
2904.77/727.25	c asymm  cl-useful: 0/18672/30000 lits-rem:0 time: 2.01
2904.77/727.25	c calculated reachability. Time: 0.00
2904.77/727.25	c  N dy  3065    537376      1500     30000         0     50240    150000   3411752    123.64   no data  --
2925.14/732.33	c  N dy  3191    557447      1500     30000         0     38317    150000   1466257    123.68    134.69  --
2944.72/737.27	c  N dy  3320    577565      1500     30000         0     58427    150000   4578639    123.71    131.74  --
2963.89/742.09	c  N dy  3438    597582      1500     30000         0     45448    150000   2418530    123.72    130.64  --
2984.66/747.25	c  N dy  3553    617589      1500     30000         0     65442    150000   5519264    123.72    135.23  --
3003.44/751.92	c  N dy  3676    637595      1500     30000         0     51457    150000   3194501    123.75    132.82  --
3025.41/757.47	c  N dy  3792    657883      1500     30000         0     36756    150000    778796    123.75    131.57  --
3044.60/762.24	c  N dy  3916    678212      1500     30000         0     57074    150000   3936182    123.78    132.75  --
3066.56/767.77	c  N dy  4044    698343      1500     30000         0     41215    150000   1320085    123.82    130.74  --
3086.92/772.81	c  N dy  4166    718670      1500     30000         0     61529    150000   4459888    123.83    131.25  --
3108.48/778.24	c  N dy  4282    738768      1500     30000         0     44638    150000   1703819    123.84    132.49  --
3128.48/783.21	c  N dy  4379    758782      1500     30000         0     64643    150000   4755328    123.78    131.01  --
3150.45/788.75	c  N dy  4498    778823      1500     30000         0     46692    150000   1873192    123.78    130.87  --
3171.60/794.09	c  N dy  4608    799008      1500     30000         0     66870    150000   4995401    123.76    130.39  --
3180.40/796.26	c  S st  4649    806064      1500     30000         0     73925    150000   6101798    123.78   no data  --
3181.59/796.51	c  S st  4649    806573      1500     30000         0     74434    150000   6174268    123.78   no data  --
3181.59/796.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3181.59/796.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3181.99/796.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
3182.79/796.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3182.79/796.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3182.79/796.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3182.79/796.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174995-1304076330/watcher-3174995-1304076330 -o /tmp/evaluation-result-3174995-1304076330/solver-3174995-1304076330 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174995-1304076330.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.86 7.86 7.93 1/172 26474
/proc/meminfo: memFree=17462392/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 597863810 52465664 352 33554432000 4194304 4650419 140733840854896 18446744073709551615 47601875527602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 12809 352 303 112 0 7774 0
[pid=26474/tid=26475] ppid=26472 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 597863810 52465664 352 33554432000 4194304 4650419 140733840854896 18446744073709551615 47601875527606 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 597863810 52465664 352 33554432000 4194304 4650419 140733840854896 18446744073709551615 47601875527602 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 597863810 52465664 352 33554432000 4194304 4650419 140733840854896 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0934461 s]
/proc/loadavg: 6.86 7.86 7.93 1/172 26474
/proc/meminfo: memFree=17462392/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=285416 CPUtime=0.34 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 4199 0 0 0 33 1 0 0 24 0 4 0 597863810 292265984 4113 33554432000 4194304 4650419 140733840854896 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 71354 4113 367 112 0 66319 0
[pid=26474/tid=26475] ppid=26472 vsize=285416 CPUtime=0.07 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 913 0 0 0 7 0 0 0 24 0 4 0 597863810 292265984 4113 33554432000 4194304 4650419 140733840854896 18446744073709551615 4370633 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=285416 CPUtime=0.08 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 917 0 0 0 8 0 0 0 24 0 4 0 597863810 292265984 4114 33554432000 4194304 4650419 140733840854896 18446744073709551615 4370557 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=285416 CPUtime=0.07 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 1040 0 0 0 7 0 0 0 25 0 4 0 597863810 292265984 4114 33554432000 4194304 4650419 140733840854896 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 285416

[startup+0.100446 s]
/proc/loadavg: 6.86 7.86 7.93 1/172 26474
/proc/meminfo: memFree=17462392/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=285416 CPUtime=0.37 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 4230 0 0 0 36 1 0 0 24 0 4 0 597863810 292265984 4144 33554432000 4194304 4650419 140733840854896 18446744073709551615 4370701 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 71354 4144 367 112 0 66319 0
[pid=26474/tid=26475] ppid=26472 vsize=285416 CPUtime=0.08 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 919 0 0 0 8 0 0 0 24 0 4 0 597863810 292265984 4144 33554432000 4194304 4650419 140733840854896 18446744073709551615 4370643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=285416 CPUtime=0.09 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 922 0 0 0 9 0 0 0 24 0 4 0 597863810 292265984 4144 33554432000 4194304 4650419 140733840854896 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=285416 CPUtime=0.08 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 1053 0 0 0 8 0 0 0 25 0 4 0 597863810 292265984 4144 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 285416

[startup+0.300408 s]
/proc/loadavg: 6.86 7.86 7.93 1/172 26474
/proc/meminfo: memFree=17462392/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=296920 CPUtime=1.16 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 11615 0 0 0 112 4 0 0 25 0 4 0 597863810 304046080 9443 33554432000 4194304 4650419 140733840854896 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 74230 9443 389 112 0 69195 0
[pid=26474/tid=26475] ppid=26472 vsize=296920 CPUtime=0.28 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 3312 0 0 0 26 2 0 0 25 0 4 0 597863810 304046080 9443 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=296920 CPUtime=0.28 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 3259 0 0 0 28 0 0 0 25 0 4 0 597863810 304046080 9443 33554432000 4194304 4650419 140733840854896 18446744073709551615 4331944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=296920 CPUtime=0.28 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 1453 0 0 0 28 0 0 0 25 0 4 0 597863810 304046080 9443 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 296920

[startup+0.700341 s]
/proc/loadavg: 6.86 7.86 7.93 1/172 26474
/proc/meminfo: memFree=17462392/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=309412 CPUtime=2.75 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 15551 0 0 0 270 5 0 0 25 0 4 0 597863810 316837888 11260 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 77353 11263 391 112 0 72318 0
[pid=26474/tid=26475] ppid=26472 vsize=309412 CPUtime=0.68 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 4066 0 0 0 66 2 0 0 25 0 4 0 597863810 316837888 11264 33554432000 4194304 4650419 140733840854896 18446744073709551615 4515973 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=309412 CPUtime=0.67 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 4414 0 0 0 67 0 0 0 25 0 4 0 597863810 316837888 11264 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=309412 CPUtime=0.68 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 2779 0 0 0 67 1 0 0 25 0 4 0 597863810 316837888 11264 33554432000 4194304 4650419 140733840854896 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 309412

[startup+1.50114 s]
/proc/loadavg: 6.86 7.86 7.93 10/184 26491
/proc/meminfo: memFree=17363716/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=301280 CPUtime=5.95 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 24214 0 0 0 588 7 0 0 25 0 4 0 597863810 308510720 12337 33554432000 4194304 4650419 140733840854896 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 75320 12337 391 112 0 70285 0
[pid=26474/tid=26475] ppid=26472 vsize=301280 CPUtime=1.48 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 6493 0 0 0 145 3 0 0 25 0 4 0 597863810 308510720 12337 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=301280 CPUtime=1.47 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 6180 0 0 0 146 1 0 0 25 0 4 0 597863810 308510720 12337 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=301280 CPUtime=1.48 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 4825 0 0 0 147 1 0 0 25 0 4 0 597863810 308510720 12337 33554432000 4194304 4650419 140733840854896 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 301280

[startup+3.10086 s]
/proc/loadavg: 6.86 7.86 7.93 9/184 26491
/proc/meminfo: memFree=17323216/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=302408 CPUtime=12.35 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 38604 0 0 0 1225 10 0 0 25 0 4 0 597863810 309665792 13450 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 75602 13450 392 112 0 70567 0
[pid=26474/tid=26475] ppid=26472 vsize=302408 CPUtime=3.08 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 10144 0 0 0 304 4 0 0 25 0 4 0 597863810 309665792 13450 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=302408 CPUtime=3.06 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 9698 0 0 0 305 1 0 0 25 0 4 0 597863810 309665792 13450 33554432000 4194304 4650419 140733840854896 18446744073709551615 4315564 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=302408 CPUtime=3.08 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 8453 0 0 0 306 2 0 0 25 0 4 0 597863810 309665792 13450 33554432000 4194304 4650419 140733840854896 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 302408

[startup+6.3003 s]
/proc/loadavg: 6.95 7.86 7.93 9/184 26491
/proc/meminfo: memFree=17212004/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=337980 CPUtime=25.12 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 73847 0 0 0 2495 17 0 0 25 0 4 0 597863810 346091520 38220 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26474/statm: 84495 38220 393 112 0 79460 0
[pid=26474/tid=26475] ppid=26472 vsize=337980 CPUtime=6.28 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 15376 0 0 0 623 5 0 0 25 0 4 0 597863810 346091520 38220 33554432000 4194304 4650419 140733840854896 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=337980 CPUtime=6.24 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 21019 0 0 0 621 3 0 0 25 0 4 0 597863810 346091520 38220 33554432000 4194304 4650419 140733840854896 18446744073709551615 4439648 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=337980 CPUtime=6.28 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 19133 0 0 0 623 5 0 0 25 0 4 0 597863810 346091520 38220 33554432000 4194304 4650419 140733840854896 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 337980

[startup+12.7002 s]
/proc/loadavg: 7.04 7.86 7.93 9/184 26491
/proc/meminfo: memFree=17004568/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=340900 CPUtime=50.68 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 89534 0 0 0 5046 22 0 0 25 0 4 0 597863810 349081600 41716 33554432000 4194304 4650419 140733840854896 18446744073709551615 4334075 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 85225 41716 393 112 0 80190 0
[pid=26474/tid=26475] ppid=26472 vsize=340900 CPUtime=12.68 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 21529 0 0 0 1261 7 0 0 25 0 4 0 597863810 349081600 41716 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=340900 CPUtime=12.61 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 21581 0 0 0 1258 3 0 0 25 0 4 0 597863810 349081600 41716 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=340900 CPUtime=12.67 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 24538 0 0 0 1261 6 0 0 25 0 4 0 597863810 349081600 41716 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 340900

[startup+25.5009 s]
/proc/loadavg: 7.25 7.87 7.93 9/184 26492
/proc/meminfo: memFree=16831704/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=360944 CPUtime=101.82 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 140749 0 0 0 10148 34 0 0 25 0 4 0 597863810 369606656 71504 33554432000 4194304 4650419 140733840854896 18446744073709551615 4438922 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 90236 71504 393 112 0 85201 0
[pid=26474/tid=26475] ppid=26472 vsize=360944 CPUtime=25.48 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 30957 0 0 0 2539 9 0 0 25 0 4 0 597863810 369606656 71504 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=360944 CPUtime=25.41 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 29150 0 0 0 2536 5 0 0 25 0 4 0 597863810 369606656 71504 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=360944 CPUtime=25.47 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 40585 0 0 0 2537 10 0 0 25 0 4 0 597863810 369606656 71504 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 360944

[startup+51.1005 s]
/proc/loadavg: 7.51 7.88 7.93 9/184 26492
/proc/meminfo: memFree=16624732/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=601556 CPUtime=204.07 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 210616 0 0 0 20355 52 0 0 25 0 4 0 597863810 615993344 85956 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 150389 85956 393 112 0 145354 0
[pid=26474/tid=26475] ppid=26472 vsize=601556 CPUtime=51.08 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 42892 0 0 0 5096 12 0 0 25 0 4 0 597863810 615993344 85956 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=601556 CPUtime=51.01 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 48820 0 0 0 5091 10 0 0 25 0 4 0 597863810 615993344 85956 33554432000 4194304 4650419 140733840854896 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=601556 CPUtime=51.07 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 62321 0 0 0 5091 16 0 0 25 0 4 0 597863810 615993344 85956 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 601556

[startup+102.307 s]
/proc/loadavg: 7.83 7.91 7.93 9/184 26494
/proc/meminfo: memFree=16511580/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=675944 CPUtime=408.6 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 314204 0 0 0 40773 87 0 0 25 0 4 0 597863810 692166656 92154 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 168986 92154 393 112 0 163951 0
[pid=26474/tid=26475] ppid=26472 vsize=675944 CPUtime=102.29 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 76282 0 0 0 10205 24 0 0 25 0 4 0 597863810 692166656 92154 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=675944 CPUtime=102.21 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 49160 0 0 0 10211 10 0 0 25 0 4 0 597863810 692166656 92154 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=675944 CPUtime=102.27 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 108516 0 0 0 10192 35 0 0 25 0 4 0 597863810 692166656 92154 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 675944

[startup+162.301 s]

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

[pid=26474] ppid=26472 vsize=1004688 CPUtime=2805.3 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 948990 0 0 0 280261 269 0 0 25 0 4 0 597863810 1028800512 162134 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 251172 162134 393 112 0 246137 0
[pid=26474/tid=26475] ppid=26472 vsize=1004688 CPUtime=702.29 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 254040 0 0 0 70164 65 0 0 25 0 4 0 597863810 1028800512 162134 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1004688 CPUtime=702.23 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 114940 0 0 0 70178 45 0 0 25 0 4 0 597863810 1028800512 162134 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1004688 CPUtime=702.22 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 382853 0 0 0 70108 114 0 0 25 0 4 0 597863810 1028800512 162134 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 1004688

[startup+762.307 s]
/proc/loadavg: 8.00 8.00 7.96 9/184 26511
/proc/meminfo: memFree=15874852/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1005488 CPUtime=3045 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 993703 0 0 0 304214 286 0 0 25 0 4 0 597863810 1029619712 165665 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 251372 165665 393 112 0 246337 0
[pid=26474/tid=26475] ppid=26472 vsize=1005488 CPUtime=762.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 270823 0 0 0 76162 68 0 0 25 0 4 0 597863810 1029619712 165665 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1005488 CPUtime=762.23 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 114940 0 0 0 76178 45 0 0 25 0 4 0 597863810 1029619712 165665 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1005488 CPUtime=762.22 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 388847 0 0 0 76107 115 0 0 25 0 4 0 597863810 1029619712 165665 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 1005488

[startup+822.3 s]
/proc/loadavg: 8.39 8.09 8.00 10/185 26516
/proc/meminfo: memFree=15708008/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=994352 CPUtime=3284.65 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1051102 0 0 0 328157 308 0 0 25 0 4 0 597863810 1018216448 178294 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 248588 178294 393 112 0 243553 0
[pid=26474/tid=26475] ppid=26472 vsize=994352 CPUtime=822.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 292295 0 0 0 82154 76 0 0 25 0 4 0 597863810 1018216448 178294 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=994352 CPUtime=822.22 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 114940 0 0 0 82177 45 0 0 25 0 4 0 597863810 1018216448 178295 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=994352 CPUtime=822.2 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 396199 0 0 0 82104 116 0 0 25 0 4 0 597863810 1018216448 178295 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 994352

[startup+882.301 s]
/proc/loadavg: 8.22 8.09 8.00 9/184 26517
/proc/meminfo: memFree=15773536/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=995340 CPUtime=3524.32 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1099719 0 0 0 352104 328 0 0 25 0 4 0 597863810 1019228160 175594 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 248835 175594 393 112 0 243800 0
[pid=26474/tid=26475] ppid=26472 vsize=995340 CPUtime=882.29 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 323108 0 0 0 88136 93 0 0 25 0 4 0 597863810 1019228160 175594 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=995340 CPUtime=882.22 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 114940 0 0 0 88177 45 0 0 25 0 4 0 597863810 1019228160 175594 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=995340 CPUtime=882.2 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 402266 0 0 0 88103 117 0 0 25 0 4 0 597863810 1019228160 175594 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 995340

[startup+942.3 s]
/proc/loadavg: 8.15 8.09 8.00 9/184 26519
/proc/meminfo: memFree=15559376/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1053632 CPUtime=3763.99 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1181726 0 0 0 376036 363 0 0 25 0 4 0 597863810 1078919168 182535 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 263408 182535 393 112 0 258373 0
[pid=26474/tid=26475] ppid=26472 vsize=1053632 CPUtime=942.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 356581 0 0 0 94120 110 0 0 25 0 4 0 597863810 1078919168 182535 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1053632 CPUtime=942.23 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 144068 0 0 0 94161 62 0 0 25 0 4 0 597863810 1078919168 182535 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1053632 CPUtime=942.19 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 409499 0 0 0 94101 118 0 0 25 0 4 0 597863810 1078919168 182535 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1053632

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 8.01 9/184 26521
/proc/meminfo: memFree=15617012/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=990476 CPUtime=4003.66 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1249958 0 0 0 399974 392 0 0 25 0 4 0 597863810 1014247424 185161 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 247619 185161 393 112 0 242584 0
[pid=26474/tid=26475] ppid=26472 vsize=990476 CPUtime=1002.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 383174 0 0 0 100107 123 0 0 25 0 4 0 597863810 1014247424 185161 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=990476 CPUtime=1002.23 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 165419 0 0 0 100147 76 0 0 25 0 4 0 597863810 1014247424 185161 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=990476 CPUtime=1002.19 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 417282 0 0 0 100100 119 0 0 25 0 4 0 597863810 1014247424 185161 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 990476

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/184 26522
/proc/meminfo: memFree=15656432/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1044088 CPUtime=4243.34 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1321980 0 0 0 423916 418 0 0 25 0 4 0 597863810 1069146112 182549 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 261022 182549 393 112 0 255987 0
[pid=26474/tid=26475] ppid=26472 vsize=1044088 CPUtime=1062.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 418036 0 0 0 106093 137 0 0 25 0 4 0 597863810 1069146112 182549 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1044088 CPUtime=1062.22 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 183415 0 0 0 106138 84 0 0 25 0 4 0 597863810 1069146112 182549 33554432000 4194304 4650419 140733840854896 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1044088 CPUtime=1062.19 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 424545 0 0 0 106098 121 0 0 25 0 4 0 597863810 1069146112 182549 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 1044088

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.01 9/184 26524
/proc/meminfo: memFree=15438568/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1111612 CPUtime=4483 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1396090 0 0 0 447853 447 0 0 25 0 4 0 597863810 1138290688 187402 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 277903 187402 393 112 0 272868 0
[pid=26474/tid=26475] ppid=26472 vsize=1111612 CPUtime=1122.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 449678 0 0 0 112080 150 0 0 25 0 4 0 597863810 1138290688 187402 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1111612 CPUtime=1122.23 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 205543 0 0 0 112125 98 0 0 25 0 4 0 597863810 1138290688 187402 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1111612 CPUtime=1122.18 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 432485 0 0 0 112096 122 0 0 25 0 4 0 597863810 1138290688 187402 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 1111612

[startup+1182.3 s]
/proc/loadavg: 8.09 8.09 8.01 9/184 26525
/proc/meminfo: memFree=15481060/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1020552 CPUtime=4722.68 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1458006 0 0 0 471802 466 0 0 25 0 4 0 597863810 1045045248 179767 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 255138 179767 393 112 0 250103 0
[pid=26474/tid=26475] ppid=26472 vsize=1020552 CPUtime=1182.3 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 469789 0 0 0 118077 153 0 0 25 0 4 0 597863810 1045045248 179767 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1020552 CPUtime=1182.23 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 228178 0 0 0 118111 112 0 0 25 0 4 0 597863810 1045045248 179767 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1020552 CPUtime=1182.18 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 439525 0 0 0 118095 123 0 0 25 0 4 0 597863810 1045045248 179767 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 1020552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.08 8.01 9/184 26526
/proc/meminfo: memFree=15452160/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1020844 CPUtime=4800.19 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1480447 0 0 0 479545 474 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 255211 178729 393 112 0 250176 0
[pid=26474/tid=26475] ppid=26472 vsize=1020844 CPUtime=1201.7 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 476870 0 0 0 120016 154 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1020844 CPUtime=1201.64 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 237410 0 0 0 120046 118 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1020844 CPUtime=1201.58 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 441580 0 0 0 120035 123 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1020844

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.08 8.01 9/184 26526
/proc/meminfo: memFree=15452160/32950940 swapFree=67111528/67111528
[pid=26474] ppid=26472 vsize=1020844 CPUtime=4800.19 cores=0,2,4,6
/proc/26474/stat : 26474 (strangenight1-m) R 26472 26474 25837 0 -1 4202496 1480447 0 0 0 479545 474 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26474/statm: 255211 178729 393 112 0 250176 0
[pid=26474/tid=26475] ppid=26472 vsize=1020844 CPUtime=1201.7 cores=0,2,4,6
/proc/26474/task/26475/stat : 26475 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 476870 0 0 0 120016 154 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26474/tid=26476] ppid=26472 vsize=1020844 CPUtime=1201.64 cores=0,2,4,6
/proc/26474/task/26476/stat : 26476 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 237410 0 0 0 120046 118 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26474/tid=26477] ppid=26472 vsize=1020844 CPUtime=1201.58 cores=0,2,4,6
/proc/26474/task/26477/stat : 26477 (strangenight1-m) R 26472 26474 25837 0 -1 4202560 441580 0 0 0 120035 123 0 0 25 0 4 0 597863810 1045344256 178729 33554432000 4194304 4650419 140733840854896 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1020844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.26
CPU user time (s): 4795.48
CPU system time (s): 4.78227
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 1111760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.48
system time used= 4.78227
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1480449
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= 712
involuntary context switches= 35366

runsolver used 1.85572 second user time and 4.71328 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 13:25:30
IDJOB=3174995
IDBENCH=82613
IDSOLVER=1588
FILE ID=node117/3174995-1304076330
RUNJOBID= node117-1304076330-26464
PBS_JOBID= 13170483
Free space on /tmp= 71680 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3174995-1304076330/watcher-3174995-1304076330 -o /tmp/evaluation-result-3174995-1304076330/solver-3174995-1304076330 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174995-1304076330.cnf

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=2107601750

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17462548 kB
Buffers:       2379228 kB
Cached:       12463044 kB
SwapCached:          0 kB
Active:        8140236 kB
Inactive:      6766420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17462548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7136 kB
Writeback:           0 kB
AnonPages:       62848 kB
Mapped:          14404 kB
Slab:           518368 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   186452 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= 71668 MiB
End job on node117 at 2011-04-29 13:45:34