Trace number 3368586

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S945664020-055-UNKNOWN.cnf
MD5SUMb5db50c2da6442b279ae090cf3223d53
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 4 threads
0.19/0.07	c This is CryptoMiniSat 2.9.0
0.19/0.07	c compiled with gcc version 4.4.5
0.19/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.19/0.07	c Reading file 'HOME/instance-3368586-1305398056.cnf'
0.19/0.07	c -- header says num vars:           1000
0.19/0.07	c -- header says num clauses:       20000
0.19/0.08	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.19/0.08	c -- vars added       1000
0.19/0.08	c Parsing time:  0.02 s
0.19/0.08	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.19/0.19	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.19/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.62/0.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.62/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.62/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.62/0.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.62/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
0.62/0.95	c Finding binary XORs  T:     0.00 s  found:       0
0.62/0.95	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.62/0.95	c calculated reachability. Time: 0.00
0.62/0.95	c Calc default polars -  time:   0.00 s pos:     446 undec:      36 neg:     518
0.62/0.95	c =========================================================================================
0.62/0.95	c types(t): F = full restart, N = normal restart
0.62/0.95	c types(t): S = simplification begin/end, E = solution found
0.62/0.95	c restart types(rt): st = static, dy = dynamic
0.62/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.62/0.95	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.62/0.95	c  N dy    14      4100      1000     20000         0      4091    100000    519211    100.44    106.15  --
0.62/0.95	c  N dy    33      8142      1000     20000         0      5636    100000    517763     98.11    104.58  --
4.26/1.15	c  N dy    54     12200      1000     20000         0      5447    100000    330661     97.73    104.76  --
5.05/1.39	c  N dy    76     16487      1000     20000         0      9730    100000    838594     97.60    103.05  --
6.68/1.71	c  N dy    96     20613      1000     20000         0      8230    100000    519733     97.34    103.27  --
7.84/2.04	c  N dy   114     24684      1000     20000         0     12283    100000   1006021     97.09    102.53  --
7.84/2.06	c  F st   117     25000      1000     20000         0     12599    100000   1042280     97.08   no data  --
9.45/2.48	c  N dy   123     30000      1000     20000         0     10788    100000    740566     97.08   no data  --
9.45/2.48	c  S st   123     30000      1000     20000         0     10788    100000    740566     97.08   no data  --
9.85/2.53	c  S st   123     30502      1000     20000         0     11290    100000    792645     97.08   no data  --
9.85/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.85/2.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.85/2.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.85/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.85/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.85/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.85/2.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.81/6.50	c lits-rem:      5274  cl-subs:       45  v-elim:      0  v-fix:    0  time: 15.59 s
26.21/6.67	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.65
26.21/6.67	c calculated reachability. Time: 0.00
26.21/6.67	c  N dy   123     30502      1000     20000         0     11245    100000    776586     97.08   no data  --
27.81/7.06	c  N dy   148     34527      1000     20000         0     15261    100000   1258772     97.37    114.55  --
29.40/7.44	c  N dy   166     38586      1000     20000         0     11429    100000    659907     97.18    104.86  --
31.00/7.83	c  N dy   190     42727      1000     20000         0     15561    100000   1159981     97.35    103.11  --
32.20/8.14	c  S st   205     45753      1000     20000         0      9651    100000    338137     97.30   no data  --
32.20/8.19	c  S st   205     46258      1000     20000         0     10156    100000    388767     97.30   no data  --
32.20/8.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.20/8.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.60/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
32.60/8.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.60/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.60/8.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
32.60/8.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.77/11.54	c lits-rem:      1388  cl-subs:        3  v-elim:      0  v-fix:    0  time: 13.20 s
45.77/11.54	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
45.77/11.55	c vivif2 --  cl tried    10153 cl shrink        0 lits rem          0 time: 0.02
46.20/11.68	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.51
46.20/11.68	c calculated reachability. Time: 0.00
46.20/11.68	c  N dy   205     46258      1000     20000         0     10153    100000    386590     97.30   no data  --
47.77/12.06	c  N dy   224     50522      1000     20000         0     14413    100000    890597     97.06    103.91  --
49.36/12.48	c  N dy   244     54798      1000     20000         0     18685    100000   1404538     96.94    102.37  --
50.99/12.85	c  N dy   263     58822      1000     20000         0     12744    100000    591241     96.92    103.89  --
52.56/13.25	c  N dy   290     62985      1000     20000         0     16899    100000   1085656     97.07    102.59  --
54.16/13.67	c  N dy   311     67058      1000     20000         0     20969    100000   1561958     96.93    103.28  --
55.38/13.94	c  S st   327     69388      1000     20000         0     12318    100000    432681     97.00   no data  --
55.74/14.00	c  S st   327     69891      1000     20000         0     12820    100000    488587     97.00   no data  --
55.74/14.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.74/14.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.74/14.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
55.74/14.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.74/14.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.74/14.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
55.74/14.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.72/18.06	c lits-rem:      1881  cl-subs:        7  v-elim:      0  v-fix:    0  time: 16.05 s
71.72/18.06	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
71.72/18.06	c vivif2 --  cl tried    12813 cl shrink        0 lits rem          0 time: 0.02
72.54/18.25	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.75
72.54/18.25	c calculated reachability. Time: 0.00
72.54/18.25	c  N dy   327     69891      1000     20000         0     12813    100000    485153     97.00   no data  --
74.50/18.74	c  N dy   344     74539      1000     20000         0     17448    100000   1036467     96.86    103.32  --
76.94/19.32	c  N dy   370     79304      1000     20000         0     22202    100000   1604300     96.88    102.95  --
79.30/19.93	c  N dy   400     84609      1000     20000         0     15525    100000    705978     96.95    103.21  --
80.49/20.23	c  F st   417     87500      1000     20000         0     18411    100000   1044691     96.88    101.54  --
81.73/20.59	c  N st   422     90798      1000     20000         0     21699    100000   1455640     96.88   no data  --
84.49/21.27	c  N dy   446     96643      1000     20000         0     14567    100000    482272     96.94    104.67  --
87.28/21.93	c  N dy   485    103007      1000     20000         0     20916    100000   1237644     96.97    103.00  --
88.08/22.14	c  S st   495    104838      1000     20000         0     22746    100000   1450135     96.94     89.53  --
88.48/22.22	c  S st   495    105338      1000     20000         0     23246    100000   1501306     96.94   no data  --
88.48/22.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.48/22.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.48/22.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
88.89/22.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.89/22.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.89/22.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
88.89/22.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.23/28.98	c lits-rem:      1144  cl-subs:       28  v-elim:      0  v-fix:    0  time: 26.58 s
115.23/28.98	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
115.23/29.00	c vivif2 --  cl tried    23218 cl shrink        0 lits rem          0 time: 0.06
116.46/29.25	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.01
116.46/29.25	c calculated reachability. Time: 0.00
116.46/29.25	c  N dy   495    105338      1000     20000         0     23218    100000   1493489     96.94   no data  --
119.62/30.04	c  N dy   534    112113      1000     20000         0     16006    100000    541972     96.96    102.24  --
122.81/30.84	c  N dy   571    119424      1000     20000         0     23305    100000   1400483     96.79    102.94  --
126.80/31.83	c  N dy   618    127300      1000     20000         0     16200    100000    451128     96.83    103.33  --
130.39/32.74	c  N dy   668    135429      1000     20000         0     24311    100000   1421361     96.93    103.70  --
135.18/33.91	c  N dy   710    144123      1000     20000         0     17020    100000    443809     96.82    104.62  --
139.17/34.99	c  N dy   765    153389      1000     20000         0     26272    100000   1553389     96.86    101.99  --
141.98/35.62	c  S st   797    158007      1000     20000         0     30871    100000   2105450     96.93     86.26  --
142.38/35.73	c  S st   797    158512      1000     20000         0     31376    100000   2155230     96.93   no data  --
142.38/35.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
142.38/35.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
142.38/35.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
142.80/35.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.80/35.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.80/35.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
142.80/35.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
195.90/49.13	c lits-rem:       984  cl-subs:       46  v-elim:      0  v-fix:    0  time: 52.98 s
195.90/49.13	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
195.90/49.15	c vivif2 --  cl tried    31330 cl shrink        0 lits rem          0 time: 0.09
197.45/49.51	c asymm  cl-useful: 0/19060/20000 lits-rem:0 time: 1.44
197.45/49.51	c calculated reachability. Time: 0.00
197.45/49.51	c  N dy   797    158512      1000     20000         0     31330    100000   2143579     96.93   no data  --
202.24/50.76	c  N dy   852    168629      1000     20000         0     24466    100000   1214256     96.91    104.33  --
207.84/52.16	c  N dy   905    179427      1000     20000         0     35247    100000   2484447     96.78    101.98  --
213.46/53.55	c  N dy   962    191213      1000     20000         0     29046    100000   1645217     96.74    101.96  --
219.81/55.18	c  N dy  1036    203479      1000     20000         0     22314    100000    741232     96.83    110.12  --
226.63/56.86	c  N dy  1115    216876      1000     20000         0     35691    100000   2334363     96.89    102.95  --
233.78/58.62	c  N dy  1205    230886      1000     20000         0     29708    100000   1519335     96.97    102.14  --
237.37/59.55	c  S st  1245    237768      1000     20000         0     36576    100000   2341599     96.97     84.21  --
237.77/59.65	c  S st  1245    238270      1000     20000         0     37077    100000   2390682     96.97   no data  --
237.77/59.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
237.77/59.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
237.77/59.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
238.17/59.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.17/59.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.17/59.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
238.17/59.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
312.82/78.45	c lits-rem:       930  cl-subs:       57  v-elim:      0  v-fix:    0  time: 74.51 s
312.82/78.46	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
312.82/78.48	c vivif2 --  cl tried    37020 cl shrink        0 lits rem          0 time: 0.10
313.22/78.50	c asymm  cl-useful: 0/940/20000 lits-rem:0 time: 0.10
313.22/78.51	c calculated reachability. Time: 0.00
313.22/78.51	c  N dy  1245    238270      1000     20000         0     37020    100000   2376597     96.97   no data  --
321.20/80.51	c  N dy  1326    253717      1000     20000         0     31477    100000   1615266     96.95    102.60  --
329.98/82.79	c  N dy  1419    269978      1000     20000         0     25742    100000    816522     96.98    103.06  --
340.39/85.32	c  N dy  1506    287514      1000     20000         0     43251    100000   2907668     96.91    102.02  --
350.74/87.94	c  N dy  1598    305998      1000     20000         0     38758    100000   2252100     96.87    102.62  --
350.74/87.99	c  F st  1600    306250      1000     20000         0     39009    100000   2281187     96.87   no data  --
362.34/90.87	c  N dy  1688    325612      1000     20000         0     34373    100000   1643866     96.91    103.21  --
375.53/94.12	c  N dy  1800    345692      1000     20000         0     29462    100000    925516     96.91    114.71  --
382.28/95.90	c  S st  1872    357405      1000     20000         0     41150    100000   2336486     96.96   no data  --
383.08/96.02	c  S st  1872    357914      1000     20000         0     41659    100000   2386501     96.96   no data  --
383.08/96.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
383.08/96.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
383.08/96.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
383.47/96.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.47/96.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.47/96.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
383.47/96.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
457.32/114.65	c lits-rem:      1127  cl-subs:       56  v-elim:      0  v-fix:    0  time: 73.79 s
457.32/114.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
457.32/114.68	c vivif2 --  cl tried    41603 cl shrink        0 lits rem          0 time: 0.10
458.95/115.02	c asymm  cl-useful: 0/16001/20000 lits-rem:0 time: 1.38
458.95/115.03	c calculated reachability. Time: 0.00
458.95/115.03	c  N dy  1872    357914      1000     20000         0     41603    100000   2371895     96.96   no data  --
470.89/118.07	c  N dy  1971    378295      1000     20000         0     36005    100000   1587668     96.90    104.54  --
484.07/121.30	c  N dy  2071    398312      1000     20000         0     29043    100000    652499     96.87    107.81  --
495.63/124.29	c  N dy  2167    418402      1000     20000         0     49101    100000   3028692     96.81    104.53  --
508.41/127.49	c  N dy  2276    438438      1000     20000         0     41155    100000   1986449     96.79    102.34  --
522.38/130.92	c  N dy  2382    458490      1000     20000         0     32204    100000    809644     96.77    104.29  --
535.56/134.27	c  N dy  2489    478563      1000     20000         0     52243    100000   3208631     96.75    103.03  --
549.53/137.77	c  N dy  2597    498620      1000     20000         0     42311    100000   1901151     96.75    102.03  --
565.49/141.70	c  N dy  2693    518676      1000     20000         0     31384    100000    488748     96.71    102.23  --
577.07/144.68	c  S st  2792    536871      1000     20000         0     49548    100000   2660582     96.70     97.81  --
577.91/144.81	c  S st  2792    537373      1000     20000         0     50050    100000   2712711     96.70   no data  --
577.91/144.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
577.91/144.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
577.91/144.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
578.27/144.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
578.27/144.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.27/144.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
578.27/144.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
692.83/173.65	c lits-rem:       758  cl-subs:       60  v-elim:      0  v-fix:    0  time: 114.39 s
692.83/173.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
692.83/173.68	c vivif2 --  cl tried    49990 cl shrink        0 lits rem          0 time: 0.12
693.62/173.82	c asymm  cl-useful: 0/3999/20000 lits-rem:0 time: 0.57
693.62/173.82	c calculated reachability. Time: 0.00
693.62/173.82	c  N dy  2792    537373      1000     20000         0     49990    100000   2698210     96.70   no data  --
709.63/177.81	c  N dy  2910    557390      1000     20000         0     38025    100000   1179934     96.72    101.81  --
724.37/181.50	c  N dy  3021    577451      1000     20000         0     58060    100000   3552685     96.71    102.18  --
739.54/185.32	c  N dy  3130    597565      1000     20000         0     45196    100000   1918485     96.70    102.20  --
756.30/189.54	c  N dy  3249    617847      1000     20000         0     65453    100000   4324533     96.69    102.19  --
770.71/193.17	c  N dy  3356    638033      1000     20000         0     51649    100000   2559962     96.68    102.28  --
788.26/197.58	c  N dy  3480    658088      1000     20000         0     36725    100000    677174     96.70    108.70  --
803.41/201.36	c  N dy  3595    678240      1000     20000         0     56846    100000   3072494     96.70    103.74  --
821.76/205.92	c  N dy  3715    698295      1000     20000         0     40927    100000   1067255     96.71    102.05  --
837.74/209.96	c  N dy  3823    718336      1000     20000         0     60946    100000   3455799     96.69    104.06  --
856.89/214.71	c  N dy  3944    738845      1000     20000         0     44486    100000   1385102     96.72    102.46  --
874.06/219.08	c  N dy  4056    758999      1000     20000         0     64599    100000   3787449     96.72    102.87  --
892.43/223.67	c  N dy  4168    779089      1000     20000         0     46725    100000   1543791     96.72    118.30  --
909.99/228.07	c  N dy  4273    799183      1000     20000         0     66793    100000   3947679     96.72    105.84  --
917.17/229.86	c  S st  4312    806061      1000     20000         0     73659    100000   4769275     96.73   no data  --
917.97/230.07	c  S st  4312    806563      1000     20000         0     74161    100000   4822984     96.73   no data  --
917.97/230.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
917.97/230.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
918.37/230.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
919.17/230.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
919.17/230.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
919.17/230.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
919.17/230.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3711.36/929.99	c lits-rem:       606  cl-subs:      119  v-elim:      0  v-fix:    0  time: 2790.19 s
3711.36/929.99	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3711.76/930.04	c vivif2 --  cl tried    74042 cl shrink        0 lits rem          0 time: 0.21
3713.75/930.53	c asymm  cl-useful: 0/10570/20000 lits-rem:0 time: 1.93
3713.75/930.53	c calculated reachability. Time: 0.00
3713.75/930.53	c  N dy  4312    806563      1000     20000         0     74042    100000   4794401     96.73   no data  --
3731.72/935.06	c  N dy  4417    826651      1000     20000         0     55151    100000   2427629     96.72    103.19  --
3753.27/940.40	c  N dy  4538    846776      1000     20000         0     75248    100000   4836966     96.74    102.04  --
3772.03/945.15	c  N dy  4660    866945      1000     20000         0     55452    100000   2374603     96.77    102.53  --
3793.17/950.44	c  N dy  4761    887087      1000     20000         0     75567    100000   4762868     96.75    103.76  --
3812.34/955.28	c  N dy  4871    907095      1000     20000         0     54600    100000   2130439     96.75    101.87  --
3833.49/960.50	c  N dy  4983    927148      1000     20000         0     74625    100000   4521087     96.75    101.86  --
3853.84/965.60	c  N dy  5092    947208      1000     20000         0     52715    100000   1811656     96.74    110.38  --
3873.80/970.66	c  N dy  5205    967222      1000     20000         0     72710    100000   4202691     96.74    105.36  --
3896.16/976.20	c  N dy  5319    987380      1000     20000         0     49893    100000   1370346     96.74    101.86  --
3916.10/981.22	c  N dy  5432   1007646      1000     20000         0     70126    100000   3785138     96.75    102.78  --
3940.48/987.31	c  N dy  5557   1027738      1000     20000         0     46263    100000    824742     96.78    119.29  --
3958.80/991.98	c  N dy  5662   1047780      1000     20000         0     66273    100000   3236198     96.78    102.27  --
3983.55/998.11	c  N dy  5780   1068080      1000     20000         0     86541    100000   5669996     96.80    101.91  --
3988.35/999.38	c  F st  5799   1071875      1000     20000         0     45394    100000    601389     96.80     92.16  --
4002.71/1002.98	c  N dy  5874   1088148      1000     20000         0     61618    100000   2593302     96.81    106.88  --
4025.46/1008.62	c  N dy  5982   1108267      1000     20000         0     81689    100000   5018143     96.82    103.80  --
4047.41/1014.19	c  N dy  6093   1128367      1000     20000         0     55849    100000   1747305     96.83    102.05  --
4068.96/1019.51	c  N dy  6210   1148403      1000     20000         0     75856    100000   4135156     96.84    108.39  --
4093.71/1025.80	c  N dy  6306   1168550      1000     20000         0     49056    100000    812709     96.82    102.14  --
4113.67/1030.73	c  N dy  6423   1188585      1000     20000         0     69055    100000   3210505     96.84    115.92  --
4138.44/1036.94	c  N dy  6539   1208637      1000     20000         0     89075    100000   5595862     96.84    112.53  --
4140.00/1037.37	c  S st  6547   1209844      1000     20000         0     90280    100000   5738152     96.84   no data  --
4141.20/1037.64	c  S st  6547   1210347      1000     20000         0     90783    100000   5792598     96.84   no data  --
4141.20/1037.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4141.20/1037.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4141.60/1037.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.30
4142.43/1037.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4142.43/1037.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4142.43/1037.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4142.43/1037.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368586-1305398056/watcher-3368586-1305398056 -o /tmp/evaluation-result-3368586-1305398056/solver-3368586-1305398056 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368586-1305398056.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.61 3.09 3.59 2/271 31053
/proc/meminfo: memFree=25161168/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 730036189 52465664 352 33554432000 4194304 4650419 140733699718640 18446744073709551615 47252632598450 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 12809 352 303 112 0 7774 0
[pid=31053/tid=31054] ppid=31051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 730036189 52465664 352 33554432000 4194304 4650419 140733699718640 18446744073709551615 47252632598450 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 730036189 52465664 352 33554432000 4194304 4650419 140733699718640 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 730036189 52465664 352 33554432000 4194304 4650419 140733699718640 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0781511 s]
/proc/loadavg: 1.61 3.09 3.59 2/271 31053
/proc/meminfo: memFree=25161168/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=51236 CPUtime=0.19 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) D 31051 31053 31021 0 -1 4202496 438 0 0 0 19 0 0 0 23 0 4 0 730036189 52465664 368 33554432000 4194304 4650419 140733699718640 18446744073709551615 260020439130 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 12809 368 314 112 0 7774 0
[pid=31053/tid=31054] ppid=31051 vsize=51236 CPUtime=0.06 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 9 0 0 0 6 0 0 0 24 0 4 0 730036189 52465664 368 33554432000 4194304 4650419 140733699718640 18446744073709551615 4368592 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=51236 CPUtime=0.04 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) D 31051 31053 31021 0 -1 4202560 1 0 0 0 4 0 0 0 24 0 4 0 730036189 52465664 368 33554432000 4194304 4650419 140733699718640 18446744073709551615 4219242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=51236 CPUtime=0.05 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) D 31051 31053 31021 0 -1 4202560 9 0 0 0 5 0 0 0 24 0 4 0 730036189 52465664 368 33554432000 4194304 4650419 140733699718640 18446744073709551615 4229392 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51236

[startup+0.130143 s]
/proc/loadavg: 1.61 3.09 3.59 2/271 31053
/proc/meminfo: memFree=25161168/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=285784 CPUtime=0.62 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 4086 0 0 0 62 0 0 0 18 0 4 0 730036189 292642816 3480 33554432000 4194304 4650419 140733699718640 18446744073709551615 260020057121 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 71446 3546 377 112 0 66411 0
[pid=31053/tid=31054] ppid=31051 vsize=294744 CPUtime=0.17 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) D 31051 31053 31021 0 -1 4202560 1235 0 0 0 17 0 0 0 18 0 4 0 730036189 301817856 3664 33554432000 4194304 4650419 140733699718640 18446744073709551615 260020057121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=294876 CPUtime=0.14 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) D 31051 31053 31021 0 -1 4202560 662 0 0 0 14 0 0 0 18 0 4 0 730036189 301953024 3725 33554432000 4194304 4650419 140733699718640 18446744073709551615 260020093578 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=295260 CPUtime=0.16 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 842 0 0 0 16 0 0 0 18 0 4 0 730036189 302346240 3795 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 285784

[startup+0.568887 s]
/proc/loadavg: 1.61 3.09 3.59 2/271 31053
/proc/meminfo: memFree=25161168/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=304256 CPUtime=2.14 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 11702 0 0 0 212 2 0 0 18 0 4 0 730036189 311558144 6907 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 74079 7394 391 112 0 69044 0
[pid=31053/tid=31054] ppid=31051 vsize=296316 CPUtime=0.99 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 4426 0 0 0 98 1 0 0 19 0 4 0 730036189 303427584 7394 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=296316 CPUtime=0.95 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 3991 0 0 0 95 0 0 0 18 0 4 0 730036189 303427584 7394 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=296316 CPUtime=0.97 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 3103 0 0 0 97 0 0 0 19 0 4 0 730036189 303427584 7394 33554432000 4194304 4650419 140733699718640 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 304256

[startup+1.04196 s]
/proc/loadavg: 1.61 3.09 3.59 2/271 31053
/proc/meminfo: memFree=25161168/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=296316 CPUtime=4.02 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 16620 0 0 0 399 3 0 0 19 0 4 0 730036189 303427584 7608 33554432000 4194304 4650419 140733699718640 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 74079 7608 391 112 0 69044 0
[pid=31053/tid=31054] ppid=31051 vsize=296316 CPUtime=1.03 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 4478 0 0 0 102 1 0 0 19 0 4 0 730036189 303427584 7608 33554432000 4194304 4650419 140733699718640 18446744073709551615 4328094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=296316 CPUtime=0.98 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 4048 0 0 0 98 0 0 0 18 0 4 0 730036189 303427584 7610 33554432000 4194304 4650419 140733699718640 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=296316 CPUtime=1 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 3155 0 0 0 100 0 0 0 19 0 4 0 730036189 303427584 7610 33554432000 4194304 4650419 140733699718640 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 296316

[startup+1.50088 s]
/proc/loadavg: 1.61 3.09 3.59 2/271 31053
/proc/meminfo: memFree=25161168/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=296456 CPUtime=5.85 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 20014 0 0 0 582 3 0 0 19 0 4 0 730036189 303570944 9769 33554432000 4194304 4650419 140733699718640 18446744073709551615 4315069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 74114 9769 391 112 0 69079 0
[pid=31053/tid=31054] ppid=31051 vsize=296456 CPUtime=1.48 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 5192 0 0 0 147 1 0 0 19 0 4 0 730036189 303570944 9769 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=296456 CPUtime=1.45 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 4778 0 0 0 144 1 0 0 19 0 4 0 730036189 303570944 9769 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=296456 CPUtime=1.46 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 4370 0 0 0 146 0 0 0 19 0 4 0 730036189 303570944 9769 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365577 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 296456

[startup+3.10059 s]
/proc/loadavg: 2.20 3.19 3.62 9/281 31067
/proc/meminfo: memFree=24977756/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=297428 CPUtime=12.23 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 37732 0 0 0 1216 7 0 0 24 0 4 0 730036189 304566272 13847 33554432000 4194304 4650419 140733699718640 18446744073709551615 4439371 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 74357 13847 393 112 0 69322 0
[pid=31053/tid=31054] ppid=31051 vsize=297428 CPUtime=3.06 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 8906 0 0 0 305 1 0 0 24 0 4 0 730036189 304566272 13848 33554432000 4194304 4650419 140733699718640 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=297428 CPUtime=3.05 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 8300 0 0 0 303 2 0 0 24 0 4 0 730036189 304566272 13848 33554432000 4194304 4650419 140733699718640 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=297428 CPUtime=3.06 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 7701 0 0 0 305 1 0 0 25 0 4 0 730036189 304566272 13848 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 297428

[startup+6.301 s]
/proc/loadavg: 2.66 3.27 3.64 9/281 31067
/proc/meminfo: memFree=24925568/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=326024 CPUtime=25.01 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 56203 0 0 0 2490 11 0 0 25 0 4 0 730036189 333848576 30669 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 81506 30669 393 112 0 76471 0
[pid=31053/tid=31054] ppid=31051 vsize=326024 CPUtime=6.24 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 11892 0 0 0 622 2 0 0 25 0 4 0 730036189 333848576 30669 33554432000 4194304 4650419 140733699718640 18446744073709551615 4439293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=326024 CPUtime=6.25 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 16037 0 0 0 622 3 0 0 25 0 4 0 730036189 333848576 30669 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=326024 CPUtime=6.27 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 15055 0 0 0 624 3 0 0 25 0 4 0 730036189 333848576 30669 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 326024

[startup+12.7008 s]
/proc/loadavg: 3.09 3.35 3.67 9/281 31067
/proc/meminfo: memFree=24687540/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=336332 CPUtime=50.59 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 84688 0 0 0 5040 19 0 0 25 0 4 0 730036189 344403968 42322 33554432000 4194304 4650419 140733699718640 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 84083 42323 393 112 0 79048 0
[pid=31053/tid=31054] ppid=31051 vsize=336332 CPUtime=12.59 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 21866 0 0 0 1255 4 0 0 25 0 4 0 730036189 344403968 42324 33554432000 4194304 4650419 140733699718640 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=336332 CPUtime=12.66 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 21675 0 0 0 1260 6 0 0 25 0 4 0 730036189 344403968 42324 33554432000 4194304 4650419 140733699718640 18446744073709551615 4329401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=336332 CPUtime=12.67 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 23187 0 0 0 1262 5 0 0 25 0 4 0 730036189 344403968 42324 33554432000 4194304 4650419 140733699718640 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 336332

[startup+25.5005 s]
/proc/loadavg: 3.84 3.50 3.71 9/281 31067
/proc/meminfo: memFree=24505044/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=345812 CPUtime=101.66 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 117997 0 0 0 10138 28 0 0 25 0 4 0 730036189 354111488 58955 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 86453 58955 393 112 0 81418 0
[pid=31053/tid=31054] ppid=31051 vsize=345812 CPUtime=25.28 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 29795 0 0 0 2522 6 0 0 25 0 4 0 730036189 354111488 58955 33554432000 4194304 4650419 140733699718640 18446744073709551615 4360393 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=345812 CPUtime=25.45 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 27719 0 0 0 2538 7 0 0 25 0 4 0 730036189 354111488 58955 33554432000 4194304 4650419 140733699718640 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=345812 CPUtime=25.46 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 32019 0 0 0 2539 7 0 0 25 0 4 0 730036189 354111488 58955 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 345812

[startup+51.1008 s]
/proc/loadavg: 5.34 3.88 3.83 9/281 31068
/proc/meminfo: memFree=24350092/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=436304 CPUtime=203.85 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 175421 0 0 0 20336 49 0 0 25 0 4 0 730036189 446775296 72573 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 109076 72573 393 112 0 104041 0
[pid=31053/tid=31054] ppid=31051 vsize=436304 CPUtime=50.67 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 44256 0 0 0 5056 11 0 0 25 0 4 0 730036189 446775296 72573 33554432000 4194304 4650419 140733699718640 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=436304 CPUtime=51.04 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 37130 0 0 0 5094 10 0 0 25 0 4 0 730036189 446775296 72573 33554432000 4194304 4650419 140733699718640 18446744073709551615 4536636 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=436304 CPUtime=51.07 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 58220 0 0 0 5089 18 0 0 25 0 4 0 730036189 446775296 72573 33554432000 4194304 4650419 140733699718640 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 436304

[startup+102.3 s]
/proc/loadavg: 7.09 4.60 4.08 9/281 31069
/proc/meminfo: memFree=24227424/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=593520 CPUtime=408.22 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 277897 0 0 0 40737 85 0 0 25 0 4 0 730036189 607764480 88929 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 148380 88929 393 112 0 143345 0
[pid=31053/tid=31054] ppid=31051 vsize=593520 CPUtime=101.44 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 72450 0 0 0 10124 20 0 0 25 0 4 0 730036189 607764480 88929 33554432000 4194304 4650419 140733699718640 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=593520 CPUtime=102.25 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 46389 0 0 0 10212 13 0 0 25 0 4 0 730036189 607764480 88929 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=593520 CPUtime=102.26 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 99477 0 0 0 10192 34 0 0 25 0 4 0 730036189 607764480 88929 33554432000 4194304 4650419 140733699718640 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 593520

[startup+162.3 s]

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

[pid=31053] ppid=31051 vsize=965344 CPUtime=2563.53 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 909425 0 0 0 256049 304 0 0 25 0 4 0 730036189 988512256 148247 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 241336 148247 393 112 0 236301 0
[pid=31053/tid=31054] ppid=31051 vsize=965344 CPUtime=636.71 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 259703 0 0 0 63606 65 0 0 25 0 4 0 730036189 988512256 148247 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=965344 CPUtime=642.26 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 199212 0 0 0 64123 103 0 0 25 0 4 0 730036189 988512256 148247 33554432000 4194304 4650419 140733699718640 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=965344 CPUtime=642.28 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 259200 0 0 0 64141 87 0 0 25 0 4 0 730036189 988512256 148247 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.53
Current children cumulated vsize (KiB) 965344

[startup+702.301 s]
/proc/loadavg: 8.10 7.65 6.00 9/281 31088
/proc/meminfo: memFree=23494120/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1052276 CPUtime=2803 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1000096 0 0 0 279960 340 0 0 25 0 4 0 730036189 1077530624 165089 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 263069 165089 393 112 0 258034 0
[pid=31053/tid=31054] ppid=31051 vsize=1052276 CPUtime=696.18 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 284984 0 0 0 69538 80 0 0 25 0 4 0 730036189 1077530624 165089 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1052276 CPUtime=702.26 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243462 0 0 0 70106 120 0 0 25 0 4 0 730036189 1077530624 165089 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1052276 CPUtime=702.28 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 267300 0 0 0 70140 88 0 0 25 0 4 0 730036189 1077530624 165089 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2803
Current children cumulated vsize (KiB) 1052276

[startup+762.301 s]
/proc/loadavg: 8.19 7.77 6.14 9/281 31090
/proc/meminfo: memFree=23455540/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1052916 CPUtime=3042.46 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1040777 0 0 0 303887 359 0 0 25 0 4 0 730036189 1078185984 167106 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 263229 167106 393 112 0 258194 0
[pid=31053/tid=31054] ppid=31051 vsize=1052916 CPUtime=755.63 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 304229 0 0 0 75467 96 0 0 25 0 4 0 730036189 1078185984 167106 33554432000 4194304 4650419 140733699718640 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1052916 CPUtime=762.27 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243577 0 0 0 76106 121 0 0 25 0 4 0 730036189 1078185984 167106 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1052916 CPUtime=762.28 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 275564 0 0 0 76139 89 0 0 25 0 4 0 730036189 1078185984 167106 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.46
Current children cumulated vsize (KiB) 1052916

[startup+822.301 s]
/proc/loadavg: 8.15 7.83 6.26 9/281 31091
/proc/meminfo: memFree=23490960/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1053940 CPUtime=3281.95 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1086944 0 0 0 327815 380 0 0 25 0 4 0 730036189 1079234560 167741 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 263485 167741 393 112 0 258450 0
[pid=31053/tid=31054] ppid=31051 vsize=1053940 CPUtime=815.1 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 327774 0 0 0 81396 114 0 0 25 0 4 0 730036189 1079234560 167741 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1053940 CPUtime=822.28 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 82107 121 0 0 25 0 4 0 730036189 1079234560 167741 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1053940 CPUtime=822.29 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 285129 0 0 0 82139 90 0 0 25 0 4 0 730036189 1079234560 167741 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.95
Current children cumulated vsize (KiB) 1053940

[startup+882.301 s]
/proc/loadavg: 8.09 7.87 6.37 9/281 31093
/proc/meminfo: memFree=23432396/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1054552 CPUtime=3521.39 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1131114 0 0 0 351742 397 0 0 25 0 4 0 730036189 1079861248 168410 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 263638 168410 393 112 0 258603 0
[pid=31053/tid=31054] ppid=31051 vsize=1054552 CPUtime=874.55 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 348548 0 0 0 87327 128 0 0 25 0 4 0 730036189 1079861248 168410 33554432000 4194304 4650419 140733699718640 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1054552 CPUtime=882.27 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 88106 121 0 0 25 0 4 0 730036189 1079861248 168410 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1054552 CPUtime=882.29 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 294890 0 0 0 88137 92 0 0 25 0 4 0 730036189 1079861248 168410 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.39
Current children cumulated vsize (KiB) 1054552

[startup+942.311 s]
/proc/loadavg: 8.03 7.89 6.47 9/281 31095
/proc/meminfo: memFree=23389100/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1007380 CPUtime=3760.89 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1155236 0 0 0 375686 403 0 0 25 0 4 0 730036189 1031557120 170504 33554432000 4194304 4650419 140733699718640 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 251845 170504 393 112 0 246810 0
[pid=31053/tid=31054] ppid=31051 vsize=1007380 CPUtime=934.01 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 348548 0 0 0 93273 128 0 0 25 0 4 0 730036189 1031557120 170504 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1007380 CPUtime=942.28 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 94107 121 0 0 25 0 4 0 730036189 1031557120 170504 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1007380 CPUtime=942.29 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 303725 0 0 0 94137 92 0 0 25 0 4 0 730036189 1031557120 170504 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.89
Current children cumulated vsize (KiB) 1007380

[startup+1002.3 s]
/proc/loadavg: 8.10 7.94 6.57 9/281 31096
/proc/meminfo: memFree=23378784/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1007380 CPUtime=4000.32 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1191228 0 0 0 399610 422 0 0 25 0 4 0 730036189 1031557120 169530 33554432000 4194304 4650419 140733699718640 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 251845 169530 393 112 0 246810 0
[pid=31053/tid=31054] ppid=31051 vsize=1007380 CPUtime=993.46 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 348548 0 0 0 99218 128 0 0 25 0 4 0 730036189 1031557120 169530 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1007380 CPUtime=1002.28 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 100107 121 0 0 25 0 4 0 730036189 1031557120 169530 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1007380 CPUtime=1002.28 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 313521 0 0 0 100135 93 0 0 25 0 4 0 730036189 1031557120 169530 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4000.32
Current children cumulated vsize (KiB) 1007380

[startup+1062.3 s]
/proc/loadavg: 8.18 7.98 6.67 9/281 31098
/proc/meminfo: memFree=23286620/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1056396 CPUtime=4239.78 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1217144 0 0 0 423546 432 0 0 25 0 4 0 730036189 1081749504 179147 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 264099 179147 393 112 0 259064 0
[pid=31053/tid=31054] ppid=31051 vsize=1056396 CPUtime=1052.92 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 348548 0 0 0 105164 128 0 0 25 0 4 0 730036189 1081749504 179147 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1056396 CPUtime=1062.28 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 106107 121 0 0 25 0 4 0 730036189 1081749504 179147 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1056396 CPUtime=1062.29 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 322871 0 0 0 106134 95 0 0 25 0 4 0 730036189 1081749504 179147 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.78
Current children cumulated vsize (KiB) 1056396

[startup+1122.3 s]
/proc/loadavg: 8.13 7.99 6.76 9/281 31099
/proc/meminfo: memFree=23152668/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1056396 CPUtime=4479.24 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1226410 0 0 0 447491 433 0 0 25 0 4 0 730036189 1081749504 179128 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 264099 179128 393 112 0 259064 0
[pid=31053/tid=31054] ppid=31051 vsize=1056396 CPUtime=1112.38 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 348548 0 0 0 111110 128 0 0 25 0 4 0 730036189 1081749504 179128 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1056396 CPUtime=1122.28 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 112107 121 0 0 25 0 4 0 730036189 1081749504 179128 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1056396 CPUtime=1122.29 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 332137 0 0 0 112133 96 0 0 25 0 4 0 730036189 1081749504 179128 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4479.24
Current children cumulated vsize (KiB) 1056396

[startup+1182.3 s]
/proc/loadavg: 8.16 8.03 6.84 9/281 31101
/proc/meminfo: memFree=23193192/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1056396 CPUtime=4718.71 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1236139 0 0 0 471435 436 0 0 25 0 4 0 730036189 1081749504 179085 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 264099 179085 393 112 0 259064 0
[pid=31053/tid=31054] ppid=31051 vsize=1056396 CPUtime=1171.83 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 348548 0 0 0 117055 128 0 0 25 0 4 0 730036189 1081749504 179085 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1056396 CPUtime=1182.28 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 118107 121 0 0 25 0 4 0 730036189 1081749504 179085 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1056396 CPUtime=1182.29 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 341866 0 0 0 118131 98 0 0 25 0 4 0 730036189 1081749504 179085 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.71
Current children cumulated vsize (KiB) 1056396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.7 s]
/proc/loadavg: 8.12 8.02 6.86 9/281 31102
/proc/meminfo: memFree=23209804/32951124 swapFree=67083432/67111528
[pid=31053] ppid=31051 vsize=1018176 CPUtime=4800.15 cores=1,3,5,7
/proc/31053/stat : 31053 (strangenight1-m) R 31051 31053 31021 0 -1 4202496 1245947 0 0 0 479575 440 0 0 25 0 4 0 730036189 1042612224 174432 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31053/statm: 254544 174432 393 112 0 249509 0
[pid=31053/tid=31054] ppid=31051 vsize=1018176 CPUtime=1192.05 cores=1,3,5,7
/proc/31053/task/31054/stat : 31054 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 354691 0 0 0 119073 132 0 0 25 0 4 0 730036189 1042612224 174432 33554432000 4194304 4650419 140733699718640 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31053/tid=31055] ppid=31051 vsize=1018176 CPUtime=1202.69 cores=1,3,5,7
/proc/31053/task/31055/stat : 31055 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 243615 0 0 0 120148 121 0 0 25 0 4 0 730036189 1042612224 174432 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31053/tid=31056] ppid=31051 vsize=1018176 CPUtime=1202.71 cores=1,3,5,7
/proc/31053/task/31056/stat : 31056 (strangenight1-m) R 31051 31053 31021 0 -1 4202560 345531 0 0 0 120172 99 0 0 25 0 4 0 730036189 1042612224 174432 33554432000 4194304 4650419 140733699718640 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1018176

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.75
CPU time (s): 4800.21
CPU user time (s): 4795.78
CPU system time (s): 4.43433
CPU usage (%): 399.104
Max. virtual memory (cumulated for all children) (KiB): 1056396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.78
system time used= 4.43433
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1245948
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= 938
involuntary context switches= 19759

runsolver used 2.98055 second user time and 7.71083 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 20:34:16
IDJOB=3368586
IDBENCH=82595
IDSOLVER=1846
FILE ID=node110/3368586-1305398056
RUNJOBID= node110-1305398056-31040
PBS_JOBID= 13324476
Free space on /tmp= 73592 MiB

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

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

MD5SUM BENCH= b5db50c2da6442b279ae090cf3223d53
RANDOM SEED=562151510

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25161704 kB
Buffers:        275708 kB
Cached:        4033476 kB
SwapCached:       1440 kB
Active:        4268732 kB
Inactive:      3189888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25161704 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            6692 kB
Writeback:           0 kB
AnonPages:     3148216 kB
Mapped:          22596 kB
Slab:           246344 kB
PageTables:      20976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46105836 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= 73580 MiB
End job on node110 at 2011-05-14 20:54:21