Trace number 3175035

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.22 1201.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
MD5SUMcd155ee9ac243c838c94577589f0455b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark221.016
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175035-1304078922.cnf'
0.00/0.00	c -- header says num vars:          35000
0.00/0.00	c -- header says num clauses:      147000
0.98/0.41	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.98/0.41	c -- vars added      35000
0.98/0.41	c Parsing time:  0.41 s
0.98/0.41	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.98/0.41	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.43
0.98/0.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.36
0.98/0.65	c bin-w-bin subsume rem            0 bins  time:  0.04 s
0.98/0.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
0.98/0.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.05 s
0.98/0.65	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.05 s
0.98/0.94	c lits-rem:         0  cl-subs:        0  v-elim:   1037  v-fix:    0  time:  1.50 s
0.98/0.94	c Finding binary XORs  T:     0.03 s  found:       0
3.80/1.04	c Finding non-binary XORs:     0.31 s (found:       0, avg size: nan)
3.80/1.04	c calculated reachability. Time: 0.00
3.80/1.04	c Calc default polars -  time:   0.06 s pos:   15553 undec:    4042 neg:   15405
3.80/1.04	c =========================================================================================
3.80/1.04	c types(t): F = full restart, N = normal restart
3.80/1.04	c types(t): S = simplification begin/end, E = solution found
3.80/1.04	c restart types(rt): st = static, dy = dynamic
3.80/1.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.80/1.04	c  B st     0         0     33963    145189         0         0    441250         0   no data   no data  --
9.93/2.56	c  N dy    23      4102     33963    145189         0      4100    441250   1136850    164.96    176.51  --
16.31/4.14	c  N dy    52      8166     33963    145189         0      8163    441250   2189430    170.10    179.74  --
22.71/5.72	c  N dy    75     12292     33963    145189         0     12289    441250   3186030    165.25    174.26  --
29.12/7.35	c  N dy   104     16311     33963    145189         0     16308    441250   4216089    166.62    178.68  --
35.88/9.06	c  N dy   130     20389     33963    145189         0     10388    441250    748935    166.11    175.42  --
42.68/10.73	c  N dy   159     24622     33963    145189         0     14621    441250   1821681    166.23    175.36  --
43.08/10.88	c  F st   162     25000     33963    145189         0     14999    441250   1920059    166.36   no data  --
52.27/13.18	c  N dy   168     30003     33963    145189         0     20002    441250   3858757    166.36   no data  --
52.27/13.18	c  S st   168     30003     33963    145189         0     20002    441250   3858757    166.36   no data  --
53.07/13.39	c  S st   168     30511     33963    145189         0     20510    441250   3961361    166.36   no data  --
53.47/13.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
53.47/13.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.27/13.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.87
55.86/14.06	c bin-w-bin subsume rem            0 bins  time:  0.04 s
55.86/14.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
55.86/14.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
56.26/14.10	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
94.62/23.74	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 38.26 s
95.41/23.91	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.70
95.41/23.92	c calculated reachability. Time: 0.01
95.41/23.92	c  N dy   168     30511     33963    145189         0     20506    441250   3960192    166.36   no data  --
102.99/25.80	c  N dy   194     34612     33963    145189         0     24607    441250   5010816    166.35    176.01  --
110.59/27.76	c  N dy   226     38700     33963    145189         0     28694    441250   6065482    166.91    180.96  --
118.17/29.66	c  N dy   253     42772     33963    145189         0     17271    441250   1219966    166.64    184.33  --
123.76/31.07	c  S st   274     45766     33963    145189         0     20265    441250   1995166    166.74   no data  --
124.97/31.30	c  S st   274     46272     33963    145189         0     20771    441250   2094768    166.74   no data  --
124.97/31.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
124.97/31.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
125.79/31.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.89
126.56/31.76	c bin-w-bin subsume rem            0 bins  time:  0.04 s
126.56/31.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
126.56/31.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
126.96/31.80	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
147.76/37.02	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time: 20.78 s
147.76/37.04	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
147.76/37.07	c vivif2 --  cl tried    20771 cl shrink        0 lits rem          0 time: 0.14
148.53/37.25	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.69
148.53/37.26	c calculated reachability. Time: 0.01
148.53/37.26	c  N dy   274     46272     33963    145189         0     20771    441250   2094765    166.74   no data  --
155.72/39.01	c  N dy   300     50316     33963    145189         0     24815    441250   3107396    166.72    178.06  --
162.91/40.82	c  N dy   331     54394     33963    145189         0     28892    441250   4168536    167.06    179.46  --
170.50/42.70	c  N dy   358     58430     33963    145189         0     32928    441250   5232973    167.20    181.29  --
178.11/44.65	c  N dy   385     62553     33963    145189         0     37050    441250   6300603    167.52    176.94  --
185.28/46.46	c  N dy   414     66615     33963    145189         0     22371    441250   1688428    167.45    182.26  --
190.07/47.69	c  S st   433     69410     33963    145189         0     25165    441250   2370392    167.37    173.09  --
191.29/47.92	c  S st   433     69912     33963    145189         0     25667    441250   2470579    167.37   no data  --
191.29/47.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
191.29/47.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
192.06/48.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.91
193.26/48.40	c bin-w-bin subsume rem            0 bins  time:  0.04 s
193.26/48.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
193.26/48.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
193.26/48.44	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
220.83/55.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 27.48 s
220.83/55.36	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
221.23/55.40	c vivif2 --  cl tried    25667 cl shrink        0 lits rem          0 time: 0.16
221.63/55.59	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.73
221.63/55.60	c calculated reachability. Time: 0.00
221.63/55.60	c  N dy   433     69912     33963    145189         0     25667    441250   2470579    167.37   no data  --
230.02/57.64	c  N dy   466     74446     33963    145189         0     30201    441250   3650874    167.74    179.37  --
238.80/59.88	c  N dy   498     79288     33963    145189         0     35043    441250   4923259    167.89    197.17  --
248.41/62.27	c  N dy   532     84354     33963    145189         0     40108    441250   6213463    167.65    193.86  --
254.78/63.81	c  F st   557     87502     33963    145189         0     22382    441250   1120955    168.15    163.55  --
260.78/65.36	c  N st   562     90797     33963    145189         0     25676    441250   2217791    168.15   no data  --
271.56/68.01	c  N dy   588     96672     33963    145189         0     31551    441250   3826787    167.95    179.74  --
283.14/71.00	c  N dy   631    102868     33963    145189         0     37747    441250   5418791    167.93    176.81  --
287.14/71.95	c  S st   646    104868     33963    145189         0     39747    441250   5918591    167.85    111.42  --
287.96/72.19	c  S st   646    105368     33963    145189         0     40247    441250   6012155    167.85   no data  --
288.36/72.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
288.36/72.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
289.13/72.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.97
291.14/72.94	c bin-w-bin subsume rem            0 bins  time:  0.04 s
291.14/72.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
291.14/72.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
291.14/72.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
586.75/146.91	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 294.69 s
586.75/146.93	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
587.15/147.03	c vivif2 --  cl tried    40246 cl shrink        0 lits rem          0 time: 0.40
587.93/147.25	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.88
587.93/147.26	c calculated reachability. Time: 0.00
587.93/147.26	c  N dy   646    105368     33963    145189         0     40246    441250   6011950    167.85   no data  --
601.10/150.54	c  N dy   691    112155     33963    145189         0     24595    441250   1227220    167.80    177.15  --
614.69/153.93	c  N dy   742    119569     33963    145189         0     32009    441250   3195472    168.18    181.61  --
629.47/157.65	c  N dy   790    127281     33963    145189         0     39719    441250   5216158    168.20    200.00  --
645.84/161.78	c  N dy   842    135510     33963    145189         0     24228    441250    756919    168.21    179.57  --
661.85/165.78	c  N dy   896    144241     33963    145189         0     32958    441250   2952045    167.97    177.57  --
679.80/170.22	c  N dy   960    153507     33963    145189         0     42222    441250   5350753    168.00    179.81  --
688.58/172.48	c  S st   992    158053     33963    145189         0     46768    441250   6535444    168.10    161.73  --
689.79/172.74	c  S st   992    158558     33963    145189         0     47273    441250   6627037    168.10   no data  --
689.79/172.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
689.79/172.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
690.98/173.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.00
692.97/173.53	c bin-w-bin subsume rem            0 bins  time:  0.04 s
692.97/173.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
692.97/173.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
692.97/173.57	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
1066.09/266.91	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 372.23 s
1066.09/266.93	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
1066.47/267.04	c vivif2 --  cl tried    47268 cl shrink        0 lits rem          0 time: 0.44
1067.27/267.28	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.94
1067.27/267.29	c calculated reachability. Time: 0.01
1067.27/267.29	c  N dy   992    158558     33963    145189         0     47268    441250   6624393    168.10   no data  --
1086.44/272.07	c  N dy  1058    168792     33963    145189         0     32645    441250   2605881    168.06    178.71  --
1107.21/277.25	c  N dy  1138    179639     33963    145189         0     43492    441250   5438108    168.44    205.11  --
1129.59/282.85	c  N dy  1220    191147     33963    145189         0     29075    441250   1392840    168.61    190.73  --
1152.35/288.56	c  N dy  1306    203389     33963    145189         0     41316    441250   4555602    168.70    180.53  --
1178.31/295.04	c  N dy  1404    216390     33963    145189         0     27355    441250    646784    168.95    181.73  --
1203.88/301.47	c  N dy  1493    230290     33963    145189         0     41255    441250   4245252    168.94    183.33  --
1219.06/305.27	c  S st  1550    237838     33963    145189         0     48802    441250   6230411    169.09   no data  --
1220.26/305.55	c  S st  1550    238340     33963    145189         0     49304    441250   6326228    169.09   no data  --
1220.26/305.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1220.26/305.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1221.45/305.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.03
1223.45/306.32	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1223.45/306.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1223.45/306.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
1223.45/306.36	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
1568.98/392.86	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 344.44 s
1568.98/392.88	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
1569.38/392.99	c vivif2 --  cl tried    49303 cl shrink        0 lits rem          0 time: 0.43
1570.57/393.23	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.97
1570.57/393.24	c calculated reachability. Time: 0.01
1570.57/393.24	c  N dy  1550    238340     33963    145189         0     49303    441250   6325863    169.09   no data  --
1601.34/400.90	c  N dy  1649    253600     33963    145189         0     36581    441250   2779623    168.94    183.74  --
1635.29/409.40	c  N dy  1761    269905     33963    145189         0     52885    441250   7000736    169.03    179.91  --
1670.05/418.15	c  N dy  1876    287173     33963    145189         0     41164    441250   3589404    168.89    178.55  --
1709.18/427.91	c  N dy  2005    305551     33963    145189         0     59537    441250   8388499    169.00    188.90  --
1710.79/428.35	c  F st  2011    306253     33963    145189         0     30243    441250    572866    169.02    170.21  --
1749.53/438.05	c  N dy  2105    325106     33963    145189         0     49096    441250   5974048    168.98    188.65  --
1792.27/448.70	c  N dy  2245    345262     33963    145189         0     38250    441250   2340549    169.06    183.33  --
1817.06/454.91	c  S st  2330    357510     33963    145189         0     50498    441250   5516951    169.07    180.37  --
1817.84/455.18	c  S st  2330    358012     33963    145189         0     51000    441250   5613585    169.07   no data  --
1818.24/455.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
1818.24/455.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1819.04/455.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.02
1820.64/455.89	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1821.04/455.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1821.04/455.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
1821.04/455.93	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2107.84/527.76	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 285.83 s
2107.84/527.78	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.09
2108.24/527.88	c vivif2 --  cl tried    50995 cl shrink        0 lits rem          0 time: 0.40
2109.45/528.14	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 1.01
2109.45/528.15	c calculated reachability. Time: 0.00
2109.45/528.15	c  N dy  2330    358012     33963    145189         0     50995    441250   5611061    169.07   no data  --
2151.78/538.79	c  N dy  2468    378135     33963    145189         0     39124    441250   2347258    169.09    179.80  --
2194.53/549.47	c  N dy  2612    398183     33963    145189         0     59171    441250   7601656    169.25    180.84  --
2237.27/560.13	c  N dy  2746    418278     33963    145189         0     46265    441250   3944365    169.26    219.92  --
2280.41/570.93	c  N dy  2888    438563     33963    145189         0     66549    441250   9232703    169.32    187.39  --
2320.75/581.07	c  N dy  3031    458643     33963    145189         0     52640    441250   5383106    169.47    180.08  --
2363.49/591.74	c  N dy  3162    478661     33963    145189         0     37659    441250   1180090    169.51    185.65  --
2403.44/601.80	c  N dy  3290    498679     33963    145189         0     57675    441250   6258955    169.40    180.04  --
2444.98/612.19	c  N dy  3427    518798     33963    145189         0     41792    441250   1943194    169.40    186.82  --
2481.32/621.27	c  S st  3554    537020     33963    145189         0     60009    441250   6621431    169.44    169.43  --
2482.53/621.55	c  S st  3554    537525     33963    145189         0     60514    441250   6715667    169.44   no data  --
2482.53/621.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
2482.53/621.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2483.73/621.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.06
2485.72/622.36	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2485.72/622.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2485.72/622.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
2486.12/622.40	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2887.57/722.97	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 401.09 s
2887.57/722.99	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
2888.36/723.10	c vivif2 --  cl tried    60510 cl shrink        0 lits rem          0 time: 0.45
2889.18/723.37	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 1.06
2889.18/723.38	c calculated reachability. Time: 0.01
2889.18/723.38	c  N dy  3554    537525     33963    145189         0     60510    441250   6713028    169.44   no data  --
2930.31/733.65	c  N dy  3686    557614     33963    145189         0     43598    441250   2178186    169.38    182.25  --
2971.05/743.86	c  N dy  3824    577633     33963    145189         0     63614    441250   7484550    169.49    209.06  --
3012.98/754.38	c  N dy  3962    597746     33963    145189         0     45735    441250   2504154    169.55    179.56  --
3054.14/764.67	c  N dy  4098    617859     33963    145189         0     65847    441250   7802296    169.62    187.96  --
3096.10/775.19	c  N dy  4230    637921     33963    145189         0     46913    441250   2524128    169.64    178.80  --
3137.61/785.53	c  N dy  4371    658234     33963    145189         0     67224    441250   7717252    169.63    179.41  --
3180.34/796.20	c  N dy  4508    678294     33963    145189         0     47280    441250   2422749    169.68    178.87  --
3221.09/806.49	c  N dy  4641    698363     33963    145189         0     67346    441250   7613932    169.64    182.36  --
3264.64/817.35	c  N dy  4778    718470     33963    145189         0     46460    441250   1952436    169.74    181.60  --
3304.98/827.47	c  N dy  4906    738509     33963    145189         0     66496    441250   7089260    169.69    186.84  --
3350.12/838.78	c  N dy  5046    758854     33963    145189         0     44843    441250   1236123    169.73    181.69  --
3392.06/849.26	c  N dy  5194    779029     33963    145189         0     65017    441250   6525976    169.83    179.92  --
3437.60/860.65	c  N dy  5331    799169     33963    145189         0     85155    441250  11794622    169.84    180.81  --
3452.37/864.33	c  S st  5379    806287     33963    145189         0     49272    441250   2147647    169.85    133.71  --
3453.17/864.57	c  S st  5379    806789     33963    145189         0     49774    441250   2232351    169.85   no data  --
3453.17/864.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3453.17/864.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3454.37/864.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.00
3455.17/865.05	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3455.17/865.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3455.17/865.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
3455.17/865.09	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
3481.94/871.79	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 26.74 s
3482.36/871.81	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.07
3482.36/871.85	c vivif2 --  cl tried    49773 cl shrink        0 lits rem          0 time: 0.16
3483.13/872.09	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.96
3483.53/872.10	c calculated reachability. Time: 0.01
3483.53/872.11	c  N dy  5379    806789     33963    145189         0     49773    441250   2232285    169.85   no data  --
3526.70/882.94	c  N dy  5518    826795     33963    145189         0     69779    441250   7444190    169.86    184.17  --
3573.01/894.51	c  N dy  5654    846815     33963    145189         0     45802    441250    954243    169.84    179.95  --
3614.94/905.04	c  N dy  5796    866924     33963    145189         0     65908    441250   6277404    169.92    183.22  --
3661.69/916.74	c  N dy  5934    886947     33963    145189         0     85930    441250  11463484    169.93    206.52  --
3706.02/927.84	c  N dy  6071    907061     33963    145189         0     61050    441250   4758857    169.97    182.10  --
3751.97/939.36	c  N dy  6208    927115     33963    145189         0     81099    441250   9908421    169.93    182.18  --
3798.30/950.94	c  N dy  6347    947404     33963    145189         0     55387    441250   2957772    169.95    181.15  --
3843.07/962.20	c  N dy  6487    967410     33963    145189         0     75392    441250   8187556    169.97    188.95  --
3891.77/974.33	c  N dy  6619    987484     33963    145189         0     48469    441250    892279    169.98    182.87  --
3934.12/984.95	c  N dy  6757   1007520     33963    145189         0     68501    441250   6132293    170.02    203.57  --
3980.45/996.53	c  N dy  6903   1027612     33963    145189         0     88593    441250  11352871    170.05    207.88  --
4025.18/1007.74	c  N dy  7037   1047762     33963    145189         0     60748    441250   3859516    170.08    179.26  --
4069.52/1018.86	c  N dy  7168   1067792     33963    145189         0     80777    441250   9064303    170.10    180.45  --
4079.11/1021.25	c  F st  7199   1071875     33963    145189         0     84859    441250  10116438    170.10   no data  --
4117.06/1030.79	c  N dy  7279   1087808     33963    145189         0     51792    441250   1248950    170.14    192.78  --
4160.19/1041.53	c  N dy  7420   1107873     33963    145189         0     71856    441250   6523079    170.16    180.47  --
4207.35/1053.33	c  N dy  7564   1127969     33963    145189         0     91951    441250  11897676    170.23    185.95  --
4252.47/1064.65	c  N dy  7707   1147970     33963    145189         0     61959    441250   3708933    170.28    186.94  --
4297.20/1075.83	c  N dy  7846   1167982     33963    145189         0     81971    441250   8966335    170.31    187.77  --
4345.94/1088.01	c  N dy  7990   1188007     33963    145189         0    101996    441250  14192349    170.34    201.54  --
4389.08/1098.86	c  N dy  8131   1208104     33963    145189         0     71093    441250   5845312    170.37    223.00  --
4393.87/1100.06	c  S st  8149   1210184     33963    145189         0     73173    441250   6412195    170.39   no data  --
4395.07/1100.37	c  S st  8149   1210688     33963    145189         0     73677    441250   6517940    170.39   no data  --
4395.47/1100.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
4395.47/1100.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4396.29/1100.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.10
4398.27/1101.19	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4398.66/1101.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
4398.66/1101.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
4398.66/1101.23	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
4796.14/1200.80	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 396.76 s
4796.54/1200.82	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
4796.91/1200.93	c vivif2 --  cl tried    73675 cl shrink        0 lits rem          0 time: 0.45
4798.11/1201.23	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 1.18
4798.11/1201.24	c calculated reachability. Time: 0.00
4798.11/1201.24	c  N dy  8149   1210688     33963    145189         0     73675    441250   6517360    170.39   no data  --

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-3175035-1304078922/watcher-3175035-1304078922 -o /tmp/evaluation-result-3175035-1304078922/solver-3175035-1304078922 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175035-1304078922.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: 8.13 8.13 8.09 1/172 31122
/proc/meminfo: memFree=30902544/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 598122920 52465664 352 33554432000 4194304 4650419 140737353708256 18446744073709551615 47765419861936 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 12809 352 303 112 0 7774 0
[pid=31122/tid=31123] ppid=31120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 598122921 52465664 352 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880621553 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 598122921 52465664 352 33554432000 4194304 4650419 140737353708256 18446744073709551615 47765419861938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 598122921 52465664 352 33554432000 4194304 4650419 140737353708256 18446744073709551615 47765419861938 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.036998 s]
/proc/loadavg: 8.13 8.13 8.09 1/172 31122
/proc/meminfo: memFree=30902544/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=316176 CPUtime=0.11 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) D 31120 31122 30991 0 -1 4202496 16110 0 0 0 9 2 0 0 18 0 4 0 598122920 323764224 11874 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880262352 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 79044 12320 344 112 0 74009 0
[pid=31122/tid=31123] ppid=31120 vsize=316176 CPUtime=0.02 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) D 31120 31122 30991 0 -1 4202560 4058 0 0 0 2 0 0 0 18 0 4 0 598122921 323764224 12401 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880226337 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=316792 CPUtime=0.03 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) D 31120 31122 30991 0 -1 4202560 4136 0 0 0 2 1 0 0 18 0 4 0 598122921 324395008 12669 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880262336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=316792 CPUtime=0.03 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 4278 0 0 0 3 0 0 0 18 0 4 0 598122921 324395008 13291 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880608439 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 316176

[startup+0.247561 s]
/proc/loadavg: 8.13 8.13 8.09 1/172 31122
/proc/meminfo: memFree=30902544/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=349540 CPUtime=0.98 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 31557 0 0 0 91 7 0 0 18 0 4 0 598122920 357928960 24732 33554432000 4194304 4650419 140737353708256 18446744073709551615 4369305 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 87385 24732 371 112 0 82350 0
[pid=31122/tid=31123] ppid=31120 vsize=346476 CPUtime=0.36 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 9024 0 0 0 34 2 0 0 18 0 4 0 598122921 354791424 27561 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880608439 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=346740 CPUtime=0.38 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) D 31120 31122 30991 0 -1 4202560 9454 0 0 0 35 3 0 0 18 0 4 0 598122921 355061760 28727 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880608439 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=346740 CPUtime=0.38 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 6669 0 0 0 37 1 0 0 18 0 4 0 598122921 355061760 28727 33554432000 4194304 4650419 140737353708256 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 349540

[startup+0.558119 s]
/proc/loadavg: 8.13 8.13 8.09 1/172 31122
/proc/meminfo: memFree=30902544/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=364308 CPUtime=3.8 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 48406 0 0 0 370 10 0 0 19 0 4 0 598122920 373051392 41569 33554432000 4194304 4650419 140737353708256 18446744073709551615 4382495 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 91077 41569 391 112 0 86042 0
[pid=31122/tid=31123] ppid=31120 vsize=364308 CPUtime=0.94 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 13656 0 0 0 91 3 0 0 19 0 4 0 598122921 373051392 41569 33554432000 4194304 4650419 140737353708256 18446744073709551615 4382495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=364308 CPUtime=0.94 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 13640 0 0 0 91 3 0 0 19 0 4 0 598122921 373051392 41569 33554432000 4194304 4650419 140737353708256 18446744073709551615 4382495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=364308 CPUtime=0.94 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 7008 0 0 0 93 1 0 0 19 0 4 0 598122921 373051392 41569 33554432000 4194304 4650419 140737353708256 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 364308

[startup+1.06784 s]
/proc/loadavg: 8.13 8.13 8.09 1/172 31122
/proc/meminfo: memFree=30902544/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=364308 CPUtime=4.2 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 48595 0 0 0 409 11 0 0 19 0 4 0 598122920 373051392 41758 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 91077 41758 391 112 0 86042 0
[pid=31122/tid=31123] ppid=31120 vsize=364308 CPUtime=1.04 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 13698 0 0 0 101 3 0 0 19 0 4 0 598122921 373051392 41759 33554432000 4194304 4650419 140737353708256 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=364308 CPUtime=1.04 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 13683 0 0 0 101 3 0 0 19 0 4 0 598122921 373051392 41759 33554432000 4194304 4650419 140737353708256 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=364308 CPUtime=1.04 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 7070 0 0 0 103 1 0 0 19 0 4 0 598122921 373051392 41760 33554432000 4194304 4650419 140737353708256 18446744073709551615 4333231 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 364308

[startup+1.50077 s]
/proc/loadavg: 8.13 8.13 8.09 1/172 31122
/proc/meminfo: memFree=30902544/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=364308 CPUtime=5.93 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 49927 0 0 0 582 11 0 0 19 0 4 0 598122920 373051392 43090 33554432000 4194304 4650419 140737353708256 18446744073709551615 4367391 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 91077 43090 391 112 0 86042 0
[pid=31122/tid=31123] ppid=31120 vsize=364308 CPUtime=1.47 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 14054 0 0 0 144 3 0 0 19 0 4 0 598122921 373051392 43090 33554432000 4194304 4650419 140737353708256 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=364308 CPUtime=1.47 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 14039 0 0 0 144 3 0 0 19 0 4 0 598122921 373051392 43090 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=364308 CPUtime=1.48 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 7355 0 0 0 147 1 0 0 19 0 4 0 598122921 373051392 43090 33554432000 4194304 4650419 140737353708256 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 364308

[startup+3.10049 s]
/proc/loadavg: 8.12 8.13 8.09 9/184 31139
/proc/meminfo: memFree=30661360/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=397128 CPUtime=12.32 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 54716 0 0 0 1220 12 0 0 25 0 4 0 598122920 406659072 47879 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 99282 47879 391 112 0 94247 0
[pid=31122/tid=31123] ppid=31120 vsize=397128 CPUtime=3.06 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 15217 0 0 0 303 3 0 0 25 0 4 0 598122921 406659072 47879 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363548 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=397128 CPUtime=3.07 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 15127 0 0 0 303 4 0 0 25 0 4 0 598122921 406659072 47879 33554432000 4194304 4650419 140737353708256 18446744073709551615 4311310 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=397128 CPUtime=3.07 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 8802 0 0 0 306 1 0 0 24 0 4 0 598122921 406659072 47879 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 397128

[startup+6.30093 s]
/proc/loadavg: 8.12 8.13 8.09 9/184 31139
/proc/meminfo: memFree=30596508/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=545196 CPUtime=25.11 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 62926 0 0 0 2496 15 0 0 25 0 4 0 598122920 558280704 56089 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 136299 56089 391 112 0 131264 0
[pid=31122/tid=31123] ppid=31120 vsize=545196 CPUtime=6.24 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 17251 0 0 0 621 3 0 0 25 0 4 0 598122921 558280704 56089 33554432000 4194304 4650419 140737353708256 18446744073709551615 4325264 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=545196 CPUtime=6.28 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 17196 0 0 0 623 5 0 0 25 0 4 0 598122921 558280704 56089 33554432000 4194304 4650419 140737353708256 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=545196 CPUtime=6.27 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 10850 0 0 0 625 2 0 0 25 0 4 0 598122921 558280704 56089 33554432000 4194304 4650419 140737353708256 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 545196

[startup+12.7008 s]
/proc/loadavg: 8.18 8.14 8.09 9/184 31139
/proc/meminfo: memFree=30550928/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=629116 CPUtime=50.68 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 87886 0 0 0 5048 20 0 0 25 0 4 0 598122920 644214784 56986 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 157279 56986 394 112 0 152244 0
[pid=31122/tid=31123] ppid=31120 vsize=629116 CPUtime=12.61 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 23226 0 0 0 1257 4 0 0 25 0 4 0 598122921 644214784 56987 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=629116 CPUtime=12.68 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 23138 0 0 0 1262 6 0 0 25 0 4 0 598122921 644214784 56987 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=629116 CPUtime=12.68 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 17992 0 0 0 1264 4 0 0 25 0 4 0 598122921 644214784 56987 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 629116

[startup+25.5006 s]
/proc/loadavg: 8.15 8.13 8.09 9/184 31140
/proc/meminfo: memFree=30185336/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=860444 CPUtime=101.8 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 215671 0 0 0 10131 49 0 0 25 0 4 0 598122920 881094656 139266 33554432000 4194304 4650419 140737353708256 18446744073709551615 4304233 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 215111 139266 395 112 0 210076 0
[pid=31122/tid=31123] ppid=31120 vsize=860444 CPUtime=25.34 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 82530 0 0 0 2517 17 0 0 25 0 4 0 598122921 881094656 139266 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=860444 CPUtime=25.47 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 39365 0 0 0 2537 10 0 0 25 0 4 0 598122921 881094656 139266 33554432000 4194304 4650419 140737353708256 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=860444 CPUtime=25.48 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 46099 0 0 0 2535 13 0 0 25 0 4 0 598122921 881094656 139266 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 860444

[startup+51.1011 s]
/proc/loadavg: 8.10 8.12 8.09 9/184 31140
/proc/meminfo: memFree=30080656/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=844780 CPUtime=204.06 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 415608 0 0 0 20320 86 0 0 25 0 4 0 598122920 865054720 154996 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 211195 154996 395 112 0 206160 0
[pid=31122/tid=31123] ppid=31120 vsize=844780 CPUtime=50.8 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 220059 0 0 0 5045 35 0 0 25 0 4 0 598122921 865054720 154996 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=844780 CPUtime=51.07 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 66510 0 0 0 5089 18 0 0 25 0 4 0 598122921 865054720 154996 33554432000 4194304 4650419 140737353708256 18446744073709551615 4440752 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=844780 CPUtime=51.07 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 65400 0 0 0 5089 18 0 0 25 0 4 0 598122921 865054720 154997 33554432000 4194304 4650419 140737353708256 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 844780

[startup+102.301 s]
/proc/loadavg: 8.04 8.10 8.08 9/184 31142
/proc/meminfo: memFree=29982996/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=949524 CPUtime=408.57 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 721682 0 0 0 40710 147 0 0 25 0 4 0 598122920 972312576 176119 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 237381 176120 395 112 0 232346 0
[pid=31122/tid=31123] ppid=31120 vsize=949524 CPUtime=101.72 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 447954 0 0 0 10103 69 0 0 25 0 4 0 598122921 972312576 176122 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=949524 CPUtime=102.28 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 97628 0 0 0 10199 29 0 0 25 0 4 0 598122921 972312576 176123 33554432000 4194304 4650419 140737353708256 18446744073709551615 218880226337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=949524 CPUtime=102.27 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 97277 0 0 0 10198 29 0 0 25 0 4 0 598122921 972312576 176124 33554432000 4194304 4650419 140737353708256 18446744073709551615 4330466 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 949524

[startup+162.301 s]

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

[pid=31122] ppid=31120 vsize=1611516 CPUtime=2565.61 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 3897760 0 0 0 255766 795 0 0 25 0 4 0 598122920 1650192384 304627 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 402879 304627 395 112 0 397844 0
[pid=31122/tid=31123] ppid=31120 vsize=1611516 CPUtime=638.77 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1514358 0 0 0 63601 276 0 0 25 0 4 0 598122921 1650192384 304627 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1611516 CPUtime=642.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 980740 0 0 0 64014 213 0 0 25 0 4 0 598122921 1650192384 304627 33554432000 4194304 4650419 140737353708256 18446744073709551615 4364471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1611516 CPUtime=642.28 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1226842 0 0 0 63985 243 0 0 25 0 4 0 598122921 1650192384 304627 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.61
Current children cumulated vsize (KiB) 1611516

[startup+702.301 s]
/proc/loadavg: 8.10 8.08 8.08 9/184 31158
/proc/meminfo: memFree=29190864/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1612380 CPUtime=2805.28 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 3989071 0 0 0 279694 834 0 0 25 0 4 0 598122920 1651077120 321599 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 403095 321599 395 112 0 398060 0
[pid=31122/tid=31123] ppid=31120 vsize=1612380 CPUtime=698.45 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1543314 0 0 0 69555 290 0 0 25 0 4 0 598122921 1651077120 321599 33554432000 4194304 4650419 140737353708256 18446744073709551615 4366194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1612380 CPUtime=702.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1011888 0 0 0 70000 227 0 0 25 0 4 0 598122921 1651077120 321599 33554432000 4194304 4650419 140737353708256 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1612380 CPUtime=702.28 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1258049 0 0 0 69973 255 0 0 25 0 4 0 598122921 1651077120 321599 33554432000 4194304 4650419 140737353708256 18446744073709551615 4311310 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.28
Current children cumulated vsize (KiB) 1612380

[startup+762.301 s]
/proc/loadavg: 8.08 8.08 8.08 9/184 31159
/proc/meminfo: memFree=29157680/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1643584 CPUtime=3044.94 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 4094728 0 0 0 303623 871 0 0 25 0 4 0 598122920 1683030016 327708 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 410896 327708 395 112 0 405861 0
[pid=31122/tid=31123] ppid=31120 vsize=1643584 CPUtime=758.12 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1570813 0 0 0 75511 301 0 0 25 0 4 0 598122921 1683030016 327708 33554432000 4194304 4650419 140737353708256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1643584 CPUtime=762.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1039682 0 0 0 75992 235 0 0 25 0 4 0 598122921 1683030016 327708 33554432000 4194304 4650419 140737353708256 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1643584 CPUtime=762.28 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1285885 0 0 0 75964 264 0 0 25 0 4 0 598122921 1683030016 327708 33554432000 4194304 4650419 140737353708256 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.94
Current children cumulated vsize (KiB) 1643584

[startup+822.301 s]
/proc/loadavg: 8.03 8.06 8.07 9/184 31161
/proc/meminfo: memFree=29203612/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1644876 CPUtime=3284.62 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 4199568 0 0 0 327550 912 0 0 25 0 4 0 598122920 1684353024 320662 33554432000 4194304 4650419 140737353708256 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 411219 320662 395 112 0 406184 0
[pid=31122/tid=31123] ppid=31120 vsize=1644876 CPUtime=817.79 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1598306 0 0 0 81469 310 0 0 25 0 4 0 598122921 1684353024 320662 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1644876 CPUtime=822.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1066931 0 0 0 81982 245 0 0 25 0 4 0 598122921 1684353024 320662 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1644876 CPUtime=822.28 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1313313 0 0 0 81952 276 0 0 25 0 4 0 598122921 1684353024 320662 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 1644876

[startup+882.3 s]
/proc/loadavg: 8.05 8.06 8.07 9/184 31163
/proc/meminfo: memFree=29130864/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1645828 CPUtime=3524.27 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 4283901 0 0 0 351479 948 0 0 25 0 4 0 598122920 1685327872 330631 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 411457 330631 395 112 0 406422 0
[pid=31122/tid=31123] ppid=31120 vsize=1645828 CPUtime=877.46 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1629043 0 0 0 87421 325 0 0 25 0 4 0 598122921 1685327872 330631 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1645828 CPUtime=882.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1094136 0 0 0 87970 257 0 0 25 0 4 0 598122921 1685327872 330631 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1645828 CPUtime=882.27 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1319357 0 0 0 87950 277 0 0 25 0 4 0 598122921 1685327872 330631 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 1645828

[startup+942.307 s]
/proc/loadavg: 8.05 8.06 8.07 9/184 31164
/proc/meminfo: memFree=29169748/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1584264 CPUtime=3763.97 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 4601985 0 0 0 375380 1017 0 0 25 0 4 0 598122920 1622286336 327913 33554432000 4194304 4650419 140737353708256 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 396066 327913 395 112 0 391031 0
[pid=31122/tid=31123] ppid=31120 vsize=1584264 CPUtime=937.14 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1899444 0 0 0 93345 369 0 0 25 0 4 0 598122921 1622286336 327913 33554432000 4194304 4650419 140737353708256 18446744073709551615 4441467 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1584264 CPUtime=942.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1094136 0 0 0 93970 257 0 0 25 0 4 0 598122921 1622286336 327913 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476201 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1584264 CPUtime=942.29 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1344356 0 0 0 93938 291 0 0 25 0 4 0 598122921 1622286336 327913 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363479 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1584264

[startup+1002.3 s]
/proc/loadavg: 8.12 8.08 8.08 9/184 31166
/proc/meminfo: memFree=29098036/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1585880 CPUtime=4003.62 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 5127029 0 0 0 399245 1117 0 0 25 0 4 0 598122920 1623941120 325324 33554432000 4194304 4650419 140737353708256 18446744073709551615 4303968 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 396470 325324 395 112 0 391435 0
[pid=31122/tid=31123] ppid=31120 vsize=1585880 CPUtime=996.81 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 2365389 0 0 0 99244 437 0 0 25 0 4 0 598122921 1623941120 325324 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1585880 CPUtime=1002.27 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1105073 0 0 0 99965 262 0 0 25 0 4 0 598122921 1623941120 325324 33554432000 4194304 4650419 140737353708256 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1585880 CPUtime=1002.28 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1370530 0 0 0 99923 305 0 0 25 0 4 0 598122921 1623941120 325324 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 1585880

[startup+1062.3 s]
/proc/loadavg: 8.07 8.07 8.08 9/184 31167
/proc/meminfo: memFree=29115472/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1523644 CPUtime=4243.28 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 5733208 0 0 0 423101 1227 0 0 25 0 4 0 598122920 1560211456 323545 33554432000 4194304 4650419 140737353708256 18446744073709551615 4314753 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 380911 323545 395 112 0 375876 0
[pid=31122/tid=31123] ppid=31120 vsize=1523644 CPUtime=1056.48 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 2893974 0 0 0 105135 513 0 0 25 0 4 0 598122921 1560211456 323545 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1523644 CPUtime=1062.26 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1134537 0 0 0 105952 274 0 0 25 0 4 0 598122921 1560211456 323545 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1523644 CPUtime=1062.28 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1396554 0 0 0 105911 317 0 0 25 0 4 0 598122921 1560211456 323545 33554432000 4194304 4650419 140737353708256 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1523644

[startup+1122.3 s]
/proc/loadavg: 8.02 8.06 8.07 9/184 31169
/proc/meminfo: memFree=29081816/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1649116 CPUtime=4482.95 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 6466674 0 0 0 446940 1355 0 0 25 0 4 0 598122920 1688694784 334204 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 412279 334204 395 112 0 407244 0
[pid=31122/tid=31123] ppid=31120 vsize=1649116 CPUtime=1116.15 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 3559615 0 0 0 111009 606 0 0 25 0 4 0 598122921 1688694784 334204 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1649116 CPUtime=1122.26 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1158421 0 0 0 111939 287 0 0 25 0 4 0 598122921 1688694784 334204 33554432000 4194304 4650419 140737353708256 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1649116 CPUtime=1122.27 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1425699 0 0 0 111896 331 0 0 25 0 4 0 598122921 1688694784 334204 33554432000 4194304 4650419 140737353708256 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 1649116

[startup+1182.3 s]
/proc/loadavg: 8.01 8.05 8.06 9/184 31171
/proc/meminfo: memFree=29033424/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1595024 CPUtime=4722.62 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 6555870 0 0 0 470866 1396 0 0 25 0 4 0 598122920 1633304576 327374 33554432000 4194304 4650419 140737353708256 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 398756 327374 395 112 0 393721 0
[pid=31122/tid=31123] ppid=31120 vsize=1595024 CPUtime=1175.82 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 3594162 0 0 0 116963 619 0 0 25 0 4 0 598122921 1633304576 327374 33554432000 4194304 4650419 140737353708256 18446744073709551615 4329270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1595024 CPUtime=1182.26 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1187972 0 0 0 117926 300 0 0 25 0 4 0 598122921 1633304576 327374 33554432000 4194304 4650419 140737353708256 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1595024 CPUtime=1182.27 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1450797 0 0 0 117882 345 0 0 25 0 4 0 598122921 1633304576 327374 33554432000 4194304 4650419 140737353708256 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 1595024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.04 8.06 9/184 31171
/proc/meminfo: memFree=29046436/32950928 swapFree=67111524/67111528
[pid=31122] ppid=31120 vsize=1611712 CPUtime=4800.13 cores=1,3,5,7
/proc/31122/stat : 31122 (strangenight1-m) R 31120 31122 30991 0 -1 4202496 6579642 0 0 0 478604 1409 0 0 25 0 4 0 598122920 1650393088 339136 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31122/statm: 402928 339136 395 112 0 397893 0
[pid=31122/tid=31123] ppid=31120 vsize=1611712 CPUtime=1195.12 cores=1,3,5,7
/proc/31122/task/31123/stat : 31123 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 3603954 0 0 0 118887 625 0 0 25 0 4 0 598122921 1650393088 339136 33554432000 4194304 4650419 140737353708256 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31122/tid=31124] ppid=31120 vsize=1611712 CPUtime=1201.66 cores=1,3,5,7
/proc/31122/task/31124/stat : 31124 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1196026 0 0 0 119862 304 0 0 25 0 4 0 598122921 1650393088 339136 33554432000 4194304 4650419 140737353708256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31122/tid=31125] ppid=31120 vsize=1611712 CPUtime=1201.68 cores=1,3,5,7
/proc/31122/task/31125/stat : 31125 (strangenight1-m) R 31120 31122 30991 0 -1 4202560 1456517 0 0 0 119820 348 0 0 25 0 4 0 598122921 1650393088 339136 33554432000 4194304 4650419 140737353708256 18446744073709551615 4367415 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1611712

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.77
CPU time (s): 4800.22
CPU user time (s): 4786.07
CPU system time (s): 14.1478
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 1658472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.07
system time used= 14.1478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6579651
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= 2860
involuntary context switches= 31976

runsolver used 1.64875 second user time and 4.92525 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 14:08:43
IDJOB=3175035
IDBENCH=82653
IDSOLVER=1588
FILE ID=node112/3175035-1304078922
RUNJOBID= node112-1304077718-31010
PBS_JOBID= 13170513
Free space on /tmp= 72564 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175035-1304078922/watcher-3175035-1304078922 -o /tmp/evaluation-result-3175035-1304078922/solver-3175035-1304078922 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175035-1304078922.cnf

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

MD5SUM BENCH= cd155ee9ac243c838c94577589f0455b
RANDOM SEED=1524123740

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30902824 kB
Buffers:        422012 kB
Cached:        1161260 kB
SwapCached:          4 kB
Active:         124744 kB
Inactive:      1523260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30902824 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8948 kB
Writeback:           0 kB
AnonPages:       64844 kB
Mapped:          14692 kB
Slab:           334484 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187472 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= 72552 MiB
End job on node112 at 2011-04-29 14:28:46