Trace number 3175013

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S269694958-008-UNKNOWN.cnf
MD5SUM320e47ec6251e96728575b0221aebaa2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.7973
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175013-1304077664.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.00/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.49
0.00/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.61/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.61/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.61/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.61/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.61/0.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.61/0.41	c Finding binary XORs  T:     0.00 s  found:       0
0.61/0.41	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.61/0.41	c calculated reachability. Time: 0.00
0.61/0.41	c Calc default polars -  time:   0.01 s pos:     596 undec:      65 neg:     589
0.61/0.41	c =========================================================================================
0.61/0.41	c types(t): F = full restart, N = normal restart
0.61/0.41	c types(t): S = simplification begin/end, E = solution found
0.61/0.41	c restart types(rt): st = static, dy = dynamic
0.61/0.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.61/0.41	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.61/0.91	c  N dy    17      4013      1250     25000         0      4007    125000    577376    108.63    120.24  --
0.61/0.91	c  N dy    44      8036      1250     25000         0      5533    125000    566745    109.63    116.55  --
4.55/1.19	c  N dy    70     12082      1250     25000         0      5329    125000    351301    109.79    117.69  --
5.95/1.54	c  N dy    94     16097      1250     25000         0      9339    125000    887637    109.00    115.16  --
7.15/1.90	c  N dy   120     20098      1250     25000         0      7720    125000    516897    109.82    116.53  --
8.75/2.27	c  N dy   145     24135      1250     25000         0     11753    125000   1066400    109.86    117.67  --
9.14/2.35	c  F st   150     25000      1250     25000         0     12617    125000   1178382    109.69    105.77  --
10.35/2.66	c  N st   155     28299      1250     25000         0      9102    125000    597650    109.69   no data  --
11.15/2.83	c  S st   156     30000      1250     25000         0     10799    125000    863189    109.69   no data  --
11.15/2.89	c  S st   156     30507      1250     25000         0     11306    125000    922009    109.69   no data  --
11.15/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.15/2.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.54/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
11.54/2.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.54/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.54/2.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.94/4.52	c lits-rem:      2962  cl-subs:       29  v-elim:      0  v-fix:    0  time:  6.25 s
18.73/4.71	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.76
18.73/4.71	c calculated reachability. Time: 0.00
18.73/4.71	c  N dy   156     30507      1250     25000         0     11277    125000    910092    109.69   no data  --
20.33/5.15	c  N dy   181     34621      1250     25000         0     15385    125000   1475338    109.73    118.80  --
21.93/5.55	c  N dy   201     38769      1250     25000         0     11637    125000    766499    109.44    117.23  --
23.53/5.98	c  N dy   226     42879      1250     25000         0     15743    125000   1339942    109.67    120.94  --
24.73/6.30	c  S st   240     45760      1250     25000         0      9680    125000    364041    109.59    113.92  --
25.14/6.36	c  S st   240     46266      1250     25000         0     10186    125000    424428    109.59   no data  --
25.14/6.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.14/6.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.14/6.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
25.14/6.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.14/6.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.14/6.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
25.14/6.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
41.90/10.53	c lits-rem:      1306  cl-subs:        3  v-elim:      0  v-fix:    0  time: 16.51 s
41.90/10.53	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
41.90/10.53	c vivif2 --  cl tried    10183 cl shrink        0 lits rem          0 time: 0.02
42.72/10.71	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.69
42.72/10.71	c calculated reachability. Time: 0.00
42.72/10.71	c  N dy   240     46266      1250     25000         0     10183    125000    422406    109.59   no data  --
44.30/11.16	c  N dy   266     50564      1250     25000         0     14478    125000   1011042    109.58    115.35  --
46.30/11.67	c  N dy   292     55170      1250     25000         0     19082    125000   1643177    109.67    117.27  --
48.29/12.11	c  N dy   315     59245      1250     25000         0     13182    125000    718824    109.67    115.80  --
49.89/12.54	c  N dy   338     63293      1250     25000         0     17228    125000   1270512    109.68    119.46  --
51.91/13.03	c  N dy   367     67460      1250     25000         0     21388    125000   1853432    109.95    116.27  --
52.68/13.25	c  S st   380     69400      1250     25000         0     12347    125000    474997    109.98     99.91  --
53.08/13.32	c  S st   380     69903      1250     25000         0     12850    125000    534110    109.98   no data  --
53.08/13.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.08/13.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.08/13.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
53.08/13.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.08/13.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.08/13.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
53.08/13.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
69.85/17.50	c lits-rem:      2054  cl-subs:        6  v-elim:      0  v-fix:    0  time: 16.52 s
69.85/17.51	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
69.85/17.51	c vivif2 --  cl tried    12844 cl shrink        0 lits rem          0 time: 0.02
70.65/17.75	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.94
70.65/17.75	c calculated reachability. Time: 0.00
70.65/17.75	c  N dy   380     69903      1250     25000         0     12844    125000    530232    109.98   no data  --
72.65/18.29	c  N dy   409     74427      1250     25000         0     17364    125000   1155156    110.09    116.20  --
75.45/18.91	c  N dy   439     79282      1250     25000         0     22216    125000   1812655    110.07    116.65  --
77.86/19.54	c  N dy   473     84365      1250     25000         0     15310    125000    744349    110.13    117.14  --
79.45/19.90	c  F st   490     87500      1250     25000         0     18440    125000   1166783    110.05   no data  --
81.05/20.31	c  N st   495     90797      1250     25000         0     21726    125000   1642879    110.05   no data  --
84.24/21.11	c  N dy   520     96657      1250     25000         0     14602    125000    524574    110.12    123.33  --
87.43/21.92	c  N dy   564    103079      1250     25000         0     21019    125000   1415082    110.29    116.78  --
88.23/22.14	c  S st   572    104854      1250     25000         0     22793    125000   1657837    110.26    106.74  --
88.63/22.24	c  S st   572    105357      1250     25000         0     23296    125000   1722134    110.26   no data  --
88.63/22.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.63/22.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.63/22.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
89.03/22.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.03/22.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.03/22.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
89.03/22.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
124.19/31.16	c lits-rem:       903  cl-subs:       13  v-elim:      0  v-fix:    0  time: 35.19 s
124.19/31.16	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
124.19/31.18	c vivif2 --  cl tried    23283 cl shrink        0 lits rem          0 time: 0.07
125.39/31.49	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.25
125.39/31.49	c calculated reachability. Time: 0.00
125.39/31.49	c  N dy   572    105357      1250     25000         0     23283    125000   1717265    110.26   no data  --
128.98/32.35	c  N dy   614    112117      1250     25000         0     16047    125000    590891    110.25    116.19  --
132.57/33.25	c  N dy   660    119430      1250     25000         0     23352    125000   1587634    110.27    118.05  --
136.97/34.30	c  N dy   703    127155      1250     25000         0     16093    125000    468173    110.21    116.34  --
140.96/35.35	c  N dy   755    135678      1250     25000         0     24611    125000   1645492    110.33    116.36  --
145.75/36.58	c  N dy   805    144442      1250     25000         0     17383    125000    518138    110.39    118.52  --
150.55/37.75	c  N dy   861    153670      1250     25000         0     26603    125000   1787789    110.46    116.35  --
152.97/38.38	c  S st   888    158035      1250     25000         0     30968    125000   2382768    110.45   no data  --
153.35/38.48	c  S st   888    158539      1250     25000         0     31471    125000   2438575    110.45   no data  --
153.35/38.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
153.35/38.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.75/38.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
154.14/38.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.14/38.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.14/38.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
154.14/38.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
229.24/57.49	c lits-rem:       941  cl-subs:       24  v-elim:      0  v-fix:    0  time: 75.33 s
229.24/57.49	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
229.63/57.52	c vivif2 --  cl tried    31447 cl shrink        0 lits rem          0 time: 0.10
231.24/57.92	c asymm  cl-useful: 0/21907/25000 lits-rem:0 time: 1.59
231.24/57.92	c calculated reachability. Time: 0.00
231.24/57.92	c  N dy   888    158539      1250     25000         0     31447    125000   2430737    110.45   no data  --
236.82/59.35	c  N dy   938    168898      1250     25000         0     24807    125000   1398944    110.35    116.36  --
243.61/61.05	c  N dy  1004    179759      1250     25000         0     35660    125000   2900414    110.39    118.29  --
249.63/62.59	c  N dy  1074    191243      1250     25000         0     29147    125000   1882247    110.44    118.89  --
256.40/64.29	c  N dy  1141    203514      1250     25000         0     22428    125000    823419    110.44    116.69  --
263.59/66.06	c  N dy  1220    216544      1250     25000         0     35437    125000   2604870    110.45    117.26  --
271.19/67.99	c  N dy  1306    230454      1250     25000         0     29355    125000   1652945    110.53    117.74  --
275.59/69.04	c  S st  1343    237811      1250     25000         0     36703    125000   2656166    110.47    100.06  --
275.99/69.15	c  S st  1343    238315      1250     25000         0     37207    125000   2720768    110.47   no data  --
275.99/69.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
275.99/69.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
275.99/69.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
276.37/69.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.37/69.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.37/69.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
276.37/69.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
373.44/93.59	c lits-rem:       834  cl-subs:       28  v-elim:      0  v-fix:    0  time: 96.96 s
373.44/93.59	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
373.84/93.62	c vivif2 --  cl tried    37179 cl shrink        0 lits rem          0 time: 0.11
373.84/93.69	c asymm  cl-useful: 0/3093/25000 lits-rem:0 time: 0.30
373.84/93.69	c calculated reachability. Time: 0.00
373.84/93.69	c  N dy  1343    238315      1250     25000         0     37179    125000   2711618    110.47   no data  --
383.02/95.91	c  N dy  1428    253696      1250     25000         0     31568    125000   1805197    110.41    117.44  --
392.61/98.39	c  N dy  1516    269980      1250     25000         0     25859    125000    912779    110.41    116.38  --
403.41/101.03	c  N dy  1603    287220      1250     25000         0     43086    125000   3288203    110.36    154.87  --
414.98/103.93	c  N dy  1710    305578      1250     25000         0     38443    125000   2502246    110.35    117.04  --
415.38/104.05	c  F st  1715    306250      1250     25000         0     39115    125000   2592151    110.34   no data  --
427.36/107.04	c  N dy  1787    325081      1250     25000         0     33940    125000   1742926    110.23    116.20  --
441.34/110.56	c  N dy  1912    345327      1250     25000         0     29195    125000    973357    110.26    116.28  --
449.33/112.53	c  S st  1983    357472      1250     25000         0     41323    125000   2619663    110.25    100.96  --
449.72/112.65	c  S st  1983    357975      1250     25000         0     41826    125000   2675112    110.25   no data  --
449.72/112.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
449.72/112.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
449.72/112.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
450.13/112.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.13/112.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.13/112.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
450.13/112.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
545.20/136.57	c lits-rem:       672  cl-subs:       28  v-elim:      0  v-fix:    0  time: 94.94 s
545.20/136.57	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
545.60/136.60	c vivif2 --  cl tried    41798 cl shrink        0 lits rem          0 time: 0.11
547.20/137.01	c asymm  cl-useful: 0/18454/25000 lits-rem:0 time: 1.62
547.20/137.01	c calculated reachability. Time: 0.00
547.20/137.01	c  N dy  1983    357975      1250     25000         0     41798    125000   2665934    110.25   no data  --
561.20/140.50	c  N dy  2098    378047      1250     25000         0     35881    125000   1777110    110.28    118.12  --
576.35/144.34	c  N dy  2215    398161      1250     25000         0     29002    125000    700588    110.32    117.66  --
590.34/147.88	c  N dy  2333    418253      1250     25000         0     49078    125000   3456720    110.31    117.07  --
605.54/151.68	c  N dy  2447    438290      1250     25000         0     41132    125000   2226015    110.28    117.36  --
622.29/155.90	c  N dy  2573    458574      1250     25000         0     32425    125000    911692    110.35    117.07  --
638.26/159.88	c  N dy  2697    478931      1250     25000         0     52765    125000   3703021    110.36    116.90  --
655.05/164.00	c  N dy  2825    499158      1250     25000         0     42994    125000   2252473    110.44    117.23  --
673.42/168.63	c  N dy  2935    519228      1250     25000         0     32079    125000    604744    110.40    131.64  --
687.40/172.12	c  S st  3036    536962      1250     25000         0     49794    125000   3045884    110.40    111.38  --
687.80/172.29	c  S st  3036    537465      1250     25000         0     50297    125000   3104795    110.40   no data  --
687.80/172.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
687.80/172.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
688.20/172.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
688.62/172.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
688.62/172.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
688.62/172.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
688.62/172.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1497.11/374.82	c lits-rem:       237  cl-subs:       49  v-elim:      0  v-fix:    0  time: 807.60 s
1497.11/374.83	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
1497.11/374.86	c vivif2 --  cl tried    50248 cl shrink        0 lits rem          0 time: 0.13
1497.88/375.08	c asymm  cl-useful: 0/6546/25000 lits-rem:0 time: 0.90
1497.88/375.09	c calculated reachability. Time: 0.00
1497.88/375.09	c  N dy  3036    537465      1250     25000         0     50248    125000   3090833    110.40   no data  --
1515.87/379.55	c  N dy  3162    557581      1250     25000         0     38369    125000   1339697    110.44    116.37  --
1533.45/383.93	c  N dy  3288    577933      1250     25000         0     58699    125000   4134198    110.48    116.67  --
1550.62/388.26	c  N dy  3400    598023      1250     25000         0     45805    125000   2217968    110.47    119.07  --
1571.39/393.40	c  N dy  3518    618432      1250     25000         0     66203    125000   5028076    110.48    116.43  --
1588.57/397.79	c  N dy  3626    638436      1250     25000         0     52218    125000   2975688    110.47    119.59  --
1609.74/403.06	c  N dy  3746    658572      1250     25000         0     37364    125000    798931    110.46    117.19  --
1627.71/407.57	c  N dy  3866    678719      1250     25000         0     57496    125000   3564108    110.48    117.89  --
1648.49/412.70	c  N dy  3983    698799      1250     25000         0     41594    125000   1256058    110.49    116.58  --
1667.26/417.41	c  N dy  4111    718892      1250     25000         0     61673    125000   4001433    110.49    116.59  --
1688.03/422.61	c  N dy  4229    738906      1250     25000         0     44699    125000   1553658    110.52    124.51  --
1708.03/427.61	c  N dy  4352    759070      1250     25000         0     64850    125000   4323960    110.53    118.70  --
1728.78/432.89	c  N dy  4470    779328      1250     25000         0     47119    125000   1759730    110.51    120.61  --
1749.95/438.11	c  N dy  4598    799499      1250     25000         0     67274    125000   4541899    110.54    117.98  --
1757.94/440.14	c  S st  4638    806199      1250     25000         0     73968    125000   5468276    110.55    108.32  --
1758.73/440.37	c  S st  4638    806700      1250     25000         0     74469    125000   5532510    110.55   no data  --
1758.73/440.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1758.73/440.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1759.13/440.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1759.93/440.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1759.93/440.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1759.93/440.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1759.93/440.65	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-3175013-1304077664/watcher-3175013-1304077664 -o /tmp/evaluation-result-3175013-1304077664/solver-3175013-1304077664 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175013-1304077664.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: 7.41 7.96 7.99 5/180 31763
/proc/meminfo: memFree=24398320/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 519364121 52465664 352 33554432000 4194304 4650419 140734508028640 18446744073709551615 47819308922802 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 12809 352 303 112 0 7774 0
[pid=31763/tid=31764] ppid=31761 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 519364121 52465664 352 33554432000 4194304 4650419 140734508028640 18446744073709551615 47819308922792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 519364121 52465664 352 33554432000 4194304 4650419 140734508028640 18446744073709551615 47819308922802 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519364121 52465664 352 33554432000 4194304 4650419 140734508028640 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.16214 s]
/proc/loadavg: 7.41 7.96 7.99 5/180 31763
/proc/meminfo: memFree=24398320/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=288784 CPUtime=0.61 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 5708 0 0 0 60 1 0 0 18 0 4 0 519364121 295714816 4693 33554432000 4194304 4650419 140734508028640 18446744073709551615 212687372391 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 72196 4701 377 112 0 67161 0
[pid=31763/tid=31764] ppid=31761 vsize=288916 CPUtime=0.14 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) D 31761 31763 30965 0 -1 4202560 1353 0 0 0 14 0 0 0 18 0 4 0 519364121 295849984 4705 33554432000 4194304 4650419 140734508028640 18446744073709551615 212687336481 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=288916 CPUtime=0.15 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) D 31761 31763 30965 0 -1 4202560 1487 0 0 0 15 0 0 0 18 0 4 0 519364121 295849984 4709 33554432000 4194304 4650419 140734508028640 18446744073709551615 212687718583 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=288916 CPUtime=0.15 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) S 31761 31763 30965 0 -1 4202560 1078 0 0 0 15 0 0 0 18 0 4 0 519364121 295849984 4714 33554432000 4194304 4650419 140734508028640 18446744073709551615 212687780334 0 0 4096 2 18446604453951222912 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 288784

[startup+0.610427 s]
/proc/loadavg: 7.41 7.96 7.99 5/180 31763
/proc/meminfo: memFree=24398320/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=296588 CPUtime=2.39 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 13588 0 0 0 235 4 0 0 18 0 4 0 519364121 303706112 9010 33554432000 4194304 4650419 140734508028640 18446744073709551615 212687718535 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 74398 10688 391 112 0 69363 0
[pid=31763/tid=31764] ppid=31761 vsize=297592 CPUtime=1.04 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 4496 0 0 0 103 1 0 0 19 0 4 0 519364121 304734208 10688 33554432000 4194304 4650419 140734508028640 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=297592 CPUtime=1.04 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 4469 0 0 0 103 1 0 0 19 0 4 0 519364121 304734208 10688 33554432000 4194304 4650419 140734508028640 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=297592 CPUtime=1.04 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 3392 0 0 0 104 0 0 0 19 0 4 0 519364121 304734208 10688 33554432000 4194304 4650419 140734508028640 18446744073709551615 4520268 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 296588

[startup+1.14854 s]
/proc/loadavg: 7.41 7.96 7.99 5/180 31763
/proc/meminfo: memFree=24398320/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=298392 CPUtime=4.55 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 19387 0 0 0 450 5 0 0 19 0 4 0 519364121 305553408 9070 33554432000 4194304 4650419 140734508028640 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 74598 9070 391 112 0 69563 0
[pid=31763/tid=31764] ppid=31761 vsize=298392 CPUtime=1.13 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 5128 0 0 0 112 1 0 0 19 0 4 0 519364121 305553408 9070 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=298392 CPUtime=1.13 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 5055 0 0 0 112 1 0 0 19 0 4 0 519364121 305553408 9070 33554432000 4194304 4650419 140734508028640 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=298392 CPUtime=1.13 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 3537 0 0 0 113 0 0 0 19 0 4 0 519364121 305553408 9070 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 298392

[startup+1.20053 s]
/proc/loadavg: 7.41 7.96 7.99 5/180 31763
/proc/meminfo: memFree=24398320/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=298392 CPUtime=4.75 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 19733 0 0 0 470 5 0 0 19 0 4 0 519364121 305553408 9416 33554432000 4194304 4650419 140734508028640 18446744073709551615 4333890 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 74598 9416 391 112 0 69563 0
[pid=31763/tid=31764] ppid=31761 vsize=298392 CPUtime=1.18 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 5217 0 0 0 117 1 0 0 19 0 4 0 519364121 305553408 9416 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=298392 CPUtime=1.18 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 5144 0 0 0 117 1 0 0 19 0 4 0 519364121 305553408 9416 33554432000 4194304 4650419 140734508028640 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=298392 CPUtime=1.18 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 3619 0 0 0 118 0 0 0 19 0 4 0 519364121 305553408 9416 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 298392

[startup+1.50048 s]
/proc/loadavg: 7.41 7.96 7.99 5/180 31763
/proc/meminfo: memFree=24398320/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=298392 CPUtime=5.95 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 21613 0 0 0 590 5 0 0 19 0 4 0 519364121 305553408 11296 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 74598 11296 391 112 0 69563 0
[pid=31763/tid=31764] ppid=31761 vsize=298392 CPUtime=1.48 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 5698 0 0 0 147 1 0 0 19 0 4 0 519364121 305553408 11296 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=298392 CPUtime=1.48 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 5622 0 0 0 147 1 0 0 19 0 4 0 519364121 305553408 11296 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=298392 CPUtime=1.48 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 4071 0 0 0 148 0 0 0 19 0 4 0 519364121 305553408 11296 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 298392

[startup+3.10719 s]
/proc/loadavg: 7.70 8.01 8.00 9/184 31767
/proc/meminfo: memFree=24264172/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=299300 CPUtime=12.37 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 40481 0 0 0 1228 9 0 0 24 0 4 0 519364121 306483200 18389 33554432000 4194304 4650419 140734508028640 18446744073709551615 4439648 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 74825 18389 393 112 0 69790 0
[pid=31763/tid=31764] ppid=31761 vsize=299300 CPUtime=3.09 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 9156 0 0 0 307 2 0 0 24 0 4 0 519364121 306483200 18389 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=299300 CPUtime=3.08 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 9074 0 0 0 306 2 0 0 24 0 4 0 519364121 306483200 18389 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=299300 CPUtime=3.08 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 7301 0 0 0 307 1 0 0 24 0 4 0 519364121 306483200 18389 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 299300

[startup+6.3006 s]
/proc/loadavg: 7.80 8.03 8.01 9/184 31767
/proc/meminfo: memFree=24191692/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=335544 CPUtime=25.14 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 67688 0 0 0 2501 13 0 0 25 0 4 0 519364121 343597056 34295 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 83886 34295 393 112 0 78851 0
[pid=31763/tid=31764] ppid=31761 vsize=335544 CPUtime=6.29 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 13298 0 0 0 627 2 0 0 25 0 4 0 519364121 343597056 34295 33554432000 4194304 4650419 140734508028640 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=335544 CPUtime=6.28 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 19067 0 0 0 624 4 0 0 25 0 4 0 519364121 343597056 34296 33554432000 4194304 4650419 140734508028640 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=335544 CPUtime=6.26 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 16506 0 0 0 624 2 0 0 25 0 4 0 519364121 343597056 34296 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 335544

[startup+12.7004 s]
/proc/loadavg: 7.82 8.03 8.01 9/184 31768
/proc/meminfo: memFree=24129560/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=357244 CPUtime=50.69 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 92773 0 0 0 5051 18 0 0 25 0 4 0 519364121 365817856 44425 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 89311 44425 393 112 0 84276 0
[pid=31763/tid=31764] ppid=31761 vsize=357244 CPUtime=12.68 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 25744 0 0 0 1264 4 0 0 25 0 4 0 519364121 365817856 44425 33554432000 4194304 4650419 140734508028640 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=357244 CPUtime=12.68 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 20891 0 0 0 1263 5 0 0 25 0 4 0 519364121 365817856 44425 33554432000 4194304 4650419 140734508028640 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=357244 CPUtime=12.62 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 23500 0 0 0 1258 4 0 0 25 0 4 0 519364121 365817856 44425 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 357244

[startup+25.5011 s]
/proc/loadavg: 7.92 8.04 8.01 9/184 31768
/proc/meminfo: memFree=24003696/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=504740 CPUtime=101.82 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 135888 0 0 0 10154 28 0 0 25 0 4 0 519364121 516853760 63971 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 126185 63971 393 112 0 121150 0
[pid=31763/tid=31764] ppid=31761 vsize=504740 CPUtime=25.48 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 32172 0 0 0 2543 5 0 0 25 0 4 0 519364121 516853760 63971 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=504740 CPUtime=25.48 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 32175 0 0 0 2541 7 0 0 25 0 4 0 519364121 516853760 63971 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=504740 CPUtime=25.34 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 35457 0 0 0 2528 6 0 0 25 0 4 0 519364121 516853760 63971 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 504740

[startup+51.1004 s]
/proc/loadavg: 7.95 8.04 8.01 9/184 31769
/proc/meminfo: memFree=23901488/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=605436 CPUtime=204.08 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 206502 0 0 0 20361 47 0 0 25 0 4 0 519364121 619966464 84854 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 151359 84854 393 112 0 146324 0
[pid=31763/tid=31764] ppid=31761 vsize=605436 CPUtime=51.08 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 48157 0 0 0 5098 10 0 0 25 0 4 0 519364121 619966464 84854 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=605436 CPUtime=51.07 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 52540 0 0 0 5097 10 0 0 25 0 4 0 519364121 619966464 84854 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=605436 CPUtime=50.81 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 60975 0 0 0 5066 15 0 0 25 0 4 0 519364121 619966464 84854 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 605436

[startup+102.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 31770
/proc/meminfo: memFree=23771568/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=672764 CPUtime=408.59 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 331743 0 0 0 40777 82 0 0 25 0 4 0 519364121 688910336 105805 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 168191 105805 393 112 0 163156 0
[pid=31763/tid=31764] ppid=31761 vsize=672764 CPUtime=102.28 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 86202 0 0 0 10207 21 0 0 25 0 4 0 519364121 688910336 105805 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=672764 CPUtime=102.27 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 82119 0 0 0 10208 19 0 0 25 0 4 0 519364121 688910336 105805 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=672764 CPUtime=101.72 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 100538 0 0 0 10145 27 0 0 25 0 4 0 519364121 688910336 105805 33554432000 4194304 4650419 140734508028640 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 672764

[startup+162.301 s]

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

[pid=31763] ppid=31761 vsize=1087404 CPUtime=2565.63 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 678208 0 0 0 256335 228 0 0 25 0 4 0 519364121 1113501696 168918 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 271851 168918 393 112 0 266816 0
[pid=31763/tid=31764] ppid=31761 vsize=1087404 CPUtime=642.3 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 139429 0 0 0 64189 41 0 0 25 0 4 0 519364121 1113501696 168918 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1087404 CPUtime=642.28 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 154449 0 0 0 64168 60 0 0 25 0 4 0 519364121 1113501696 168918 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1087404 CPUtime=638.74 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 63795 79 0 0 25 0 4 0 519364121 1113501696 168918 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.63
Current children cumulated vsize (KiB) 1087404

[startup+702.301 s]
/proc/loadavg: 8.11 8.09 8.04 9/184 31786
/proc/meminfo: memFree=23327612/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=979264 CPUtime=2805.3 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 719729 0 0 0 280283 247 0 0 25 0 4 0 519364121 1002766336 168936 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 244816 168936 393 112 0 239781 0
[pid=31763/tid=31764] ppid=31761 vsize=979264 CPUtime=702.3 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 152242 0 0 0 70183 47 0 0 25 0 4 0 519364121 1002766336 168936 33554432000 4194304 4650419 140734508028640 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=979264 CPUtime=702.28 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 178987 0 0 0 70156 72 0 0 25 0 4 0 519364121 1002766336 168936 33554432000 4194304 4650419 140734508028640 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=979264 CPUtime=698.41 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 69762 79 0 0 25 0 4 0 519364121 1002766336 168936 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 979264

[startup+762.301 s]
/proc/loadavg: 8.10 8.09 8.04 9/184 31788
/proc/meminfo: memFree=23266956/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1079096 CPUtime=3044.97 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 776977 0 0 0 304219 278 0 0 25 0 4 0 519364121 1104994304 173767 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 269774 173767 393 112 0 264739 0
[pid=31763/tid=31764] ppid=31761 vsize=1079096 CPUtime=762.3 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 182531 0 0 0 76166 64 0 0 25 0 4 0 519364121 1104994304 173767 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1079096 CPUtime=762.29 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 205946 0 0 0 76143 86 0 0 25 0 4 0 519364121 1104994304 173767 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1079096 CPUtime=758.08 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 75729 79 0 0 25 0 4 0 519364121 1104994304 173767 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1079096

[startup+822.301 s]
/proc/loadavg: 8.15 8.10 8.05 9/184 31798
/proc/meminfo: memFree=23246336/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1030700 CPUtime=3284.64 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 819991 0 0 0 328161 303 0 0 25 0 4 0 519364121 1055436800 174232 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 257675 174232 393 112 0 252640 0
[pid=31763/tid=31764] ppid=31761 vsize=1030700 CPUtime=822.3 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 202159 0 0 0 82155 75 0 0 25 0 4 0 519364121 1055436800 174232 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1030700 CPUtime=822.29 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 229332 0 0 0 82129 100 0 0 25 0 4 0 519364121 1055436800 174232 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1030700 CPUtime=817.75 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 81696 79 0 0 25 0 4 0 519364121 1055436800 174232 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 1030700

[startup+882.301 s]
/proc/loadavg: 8.16 8.11 8.05 9/184 31800
/proc/meminfo: memFree=23284252/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1096176 CPUtime=3524.3 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 870566 0 0 0 352101 329 0 0 25 0 4 0 519364121 1122484224 176139 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 274044 176139 393 112 0 269009 0
[pid=31763/tid=31764] ppid=31761 vsize=1096176 CPUtime=882.3 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 224649 0 0 0 88141 89 0 0 25 0 4 0 519364121 1122484224 176139 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1096176 CPUtime=882.29 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 257417 0 0 0 88116 113 0 0 25 0 4 0 519364121 1122484224 176139 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1096176 CPUtime=877.41 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 87662 79 0 0 25 0 4 0 519364121 1122484224 176139 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 1096176

[startup+942.301 s]
/proc/loadavg: 8.15 8.12 8.06 9/184 31801
/proc/meminfo: memFree=23275304/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1045956 CPUtime=3763.98 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 925907 0 0 0 376037 361 0 0 25 0 4 0 519364121 1071058944 176362 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 261489 176362 393 112 0 256454 0
[pid=31763/tid=31764] ppid=31761 vsize=1045956 CPUtime=942.29 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 251755 0 0 0 94126 103 0 0 25 0 4 0 519364121 1071058944 176362 33554432000 4194304 4650419 140734508028640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1045956 CPUtime=942.29 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 285652 0 0 0 94099 130 0 0 25 0 4 0 519364121 1071058944 176363 33554432000 4194304 4650419 140734508028640 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1045956 CPUtime=937.09 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 93630 79 0 0 25 0 4 0 519364121 1071058944 176363 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 1045956

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 8.06 10/185 31806
/proc/meminfo: memFree=23095788/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1229348 CPUtime=4003.64 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 971841 0 0 0 399986 378 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 307337 206968 393 112 0 302302 0
[pid=31763/tid=31764] ppid=31761 vsize=1229348 CPUtime=1002.29 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 262594 0 0 0 100120 109 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1229348 CPUtime=1002.28 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 320747 0 0 0 100087 141 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1229348 CPUtime=996.75 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 99596 79 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 1229348

[startup+1062.3 s]
/proc/loadavg: 8.30 8.19 8.09 9/184 31808
/proc/meminfo: memFree=23081296/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1229348 CPUtime=4243.34 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 973377 0 0 0 423955 379 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 307337 206968 393 112 0 302302 0
[pid=31763/tid=31764] ppid=31761 vsize=1229348 CPUtime=1062.31 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 262594 0 0 0 106121 110 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1229348 CPUtime=1062.3 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 322283 0 0 0 106088 142 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1229348 CPUtime=1056.42 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 105563 79 0 0 25 0 4 0 519364121 1258852352 206968 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 1229348

[startup+1122.3 s]
/proc/loadavg: 8.19 8.18 8.09 9/184 31809
/proc/meminfo: memFree=23061068/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1229348 CPUtime=4482.99 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 975116 0 0 0 447920 379 0 0 25 0 4 0 519364121 1258852352 207025 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476324 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 307337 207025 393 112 0 302302 0
[pid=31763/tid=31764] ppid=31761 vsize=1229348 CPUtime=1122.3 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 262594 0 0 0 112120 110 0 0 25 0 4 0 519364121 1258852352 207025 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1229348 CPUtime=1122.29 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 324022 0 0 0 112087 142 0 0 25 0 4 0 519364121 1258852352 207025 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1229348 CPUtime=1116.09 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 111530 79 0 0 25 0 4 0 519364121 1258852352 207025 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 1229348

[startup+1182.31 s]
/proc/loadavg: 8.22 8.19 8.10 9/184 31811
/proc/meminfo: memFree=23075808/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1229348 CPUtime=4722.68 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 976104 0 0 0 471889 379 0 0 25 0 4 0 519364121 1258852352 206961 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 307337 206961 393 112 0 302302 0
[pid=31763/tid=31764] ppid=31761 vsize=1229348 CPUtime=1182.31 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 262594 0 0 0 118121 110 0 0 25 0 4 0 519364121 1258852352 206961 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1229348 CPUtime=1182.3 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 325010 0 0 0 118088 142 0 0 25 0 4 0 519364121 1258852352 206961 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1229348 CPUtime=1175.76 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 117497 79 0 0 25 0 4 0 519364121 1258852352 206961 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 1229348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.30 8.21 8.10 9/184 31811
/proc/meminfo: memFree=23064392/32951124 swapFree=67111524/67111528
[pid=31763] ppid=31761 vsize=1229348 CPUtime=4800.17 cores=0,2,4,6
/proc/31763/stat : 31763 (strangenight1-m) R 31761 31763 30965 0 -1 4202496 976767 0 0 0 479638 379 0 0 25 0 4 0 519364121 1258852352 207021 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31763/statm: 307337 207021 393 112 0 302302 0
[pid=31763/tid=31764] ppid=31761 vsize=1229348 CPUtime=1201.71 cores=0,2,4,6
/proc/31763/task/31764/stat : 31764 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 262594 0 0 0 120061 110 0 0 25 0 4 0 519364121 1258852352 207021 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31763/tid=31765] ppid=31761 vsize=1229348 CPUtime=1201.7 cores=0,2,4,6
/proc/31763/task/31765/stat : 31765 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 325673 0 0 0 120028 142 0 0 25 0 4 0 519364121 1258852352 207021 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31763/tid=31766] ppid=31761 vsize=1229348 CPUtime=1195.05 cores=0,2,4,6
/proc/31763/task/31766/stat : 31766 (strangenight1-m) R 31761 31763 30965 0 -1 4202560 220433 0 0 0 119426 79 0 0 25 0 4 0 519364121 1258852352 207021 33554432000 4194304 4650419 140734508028640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1229348

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.24
CPU user time (s): 4796.4
CPU system time (s): 3.83642
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 1229348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.4
system time used= 3.83642
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 976767
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= 2498
involuntary context switches= 22867

runsolver used 1.77373 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 13:47:44
IDJOB=3175013
IDBENCH=82631
IDSOLVER=1588
FILE ID=node139/3175013-1304077664
RUNJOBID= node139-1304077664-31740
PBS_JOBID= 13170485
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= 320e47ec6251e96728575b0221aebaa2
RANDOM SEED=134309821

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24399716 kB
Buffers:       2037936 kB
Cached:        5927764 kB
SwapCached:          4 kB
Active:         919232 kB
Inactive:      7113820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24399716 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13204 kB
Writeback:           0 kB
AnonPages:       66912 kB
Mapped:          14884 kB
Slab:           453756 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   271816 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= 72540 MiB
End job on node139 at 2011-04-29 14:07:48