Trace number 3175030

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.33 1201.76

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S840292785-048-UNKNOWN.cnf
MD5SUMfa8f767b93a18fbf678b4d0ea0994bed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.11761
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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-3175030-1304078538.cnf'
0.00/0.00	c -- header says num vars:          20000
0.00/0.00	c -- header says num clauses:       84000
0.00/0.12	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.12	c -- vars added      20000
0.00/0.12	c Parsing time:  0.22 s
0.00/0.12	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.00/0.13	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.23
0.00/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.14
0.00/0.27	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.00/0.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.00/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.03 s
0.00/0.27	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.03 s
3.80/1.00	c lits-rem:         0  cl-subs:        0  v-elim:    677  v-fix:    0  time:  0.82 s
3.80/1.00	c Finding binary XORs  T:     0.02 s  found:       0
3.80/1.00	c Finding non-binary XORs:     0.15 s (found:       0, avg size: nan)
3.80/1.00	c calculated reachability. Time: 0.00
3.80/1.00	c Calc default polars -  time:   0.02 s pos:    8810 undec:    2372 neg:    8818
3.80/1.00	c =========================================================================================
3.80/1.00	c types(t): F = full restart, N = normal restart
3.80/1.00	c types(t): S = simplification begin/end, E = solution found
3.80/1.00	c restart types(rt): st = static, dy = dynamic
3.80/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.80/1.00	c  B st     0         0     19323     83129         0         0    253236         0   no data   no data  --
5.57/1.49	c  N dy    19      4194     19323     83129         0      4192    253236    893095    118.26    124.91  --
9.56/2.49	c  N dy    50      8348     19323     83129         0      8346    253236   1692895    122.80    131.40  --
13.95/3.53	c  N dy    79     12462     19323     83129         0     12460    253236   2491623    123.64    131.16  --
18.34/4.66	c  N dy   110     16822     19323     83129         0     16820    253236   3344815    124.35    139.41  --
22.74/5.78	c  N dy   141     20880     19323     83129         0     10882    253236    714048    125.19    132.90  --
27.13/6.83	c  N dy   174     24923     19323     83129         0     14924    253236   1550033    126.58    136.02  --
27.13/6.85	c  F st   175     25002     19323     83129         0     15003    253236   1565408    126.57   no data  --
32.72/8.27	c  N dy   181     30004     19323     83129         0     20004    253236   2851781    126.57   no data  --
32.72/8.27	c  S st   181     30004     19323     83129         0     20004    253236   2851781    126.57   no data  --
33.53/8.41	c  S st   181     30511     19323     83129         0     20511    253236   2932315    126.57   no data  --
33.53/8.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
33.53/8.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.94/8.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.37
35.12/8.82	c bin-w-bin subsume rem            0 bins  time:  0.02 s
35.12/8.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
35.12/8.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.02 s
35.12/8.83	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
56.69/14.22	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time: 21.42 s
57.09/14.34	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.46
57.09/14.34	c calculated reachability. Time: 0.00
57.09/14.34	c  N dy   181     30511     19323     83129         0     20509    253236   2931756    126.57   no data  --
62.28/15.66	c  N dy   209     34629     19323     83129         0     24626    253236   3749743    126.77    134.53  --
67.88/17.03	c  N dy   241     38724     19323     83129         0     28721    253236   4609223    127.74    136.75  --
73.07/18.40	c  N dy   271     42816     19323     83129         0     17314    253236   1029721    127.97    173.27  --
77.06/19.35	c  S st   293     45767     19323     83129         0     20265    253236   1660466    128.69   no data  --
77.47/19.49	c  S st   293     46269     19323     83129         0     20767    253236   1738598    128.69   no data  --
77.88/19.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
77.88/19.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.25/19.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.39
78.66/19.72	c bin-w-bin subsume rem            0 bins  time:  0.02 s
78.66/19.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
78.66/19.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
78.66/19.74	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
93.04/23.32	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time: 14.26 s
93.04/23.33	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
93.04/23.36	c vivif2 --  cl tried    20767 cl shrink        0 lits rem          0 time: 0.10
93.44/23.47	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.42
93.44/23.47	c calculated reachability. Time: 0.00
93.44/23.47	c  N dy   293     46269     19323     83129         0     20767    253236   1738593    128.69   no data  --
98.63/24.76	c  N dy   322     50583     19323     83129         0     25081    253236   2627829    128.81    135.61  --
103.43/25.98	c  N dy   350     54624     19323     83129         0     29122    253236   3431964    128.81    142.09  --
108.64/27.27	c  N dy   380     58678     19323     83129         0     33176    253236   4261656    128.91    135.95  --
114.21/28.61	c  N dy   408     62753     19323     83129         0     37251    253236   5110316    129.14    139.36  --
119.01/29.82	c  N dy   436     66812     19323     83129         0     22561    253236   1433818    129.26    138.06  --
122.20/30.63	c  S st   457     69403     19323     83129         0     25151    253236   1971701    129.43    112.24  --
122.59/30.79	c  S st   457     69905     19323     83129         0     25653    253236   2049803    129.43   no data  --
122.99/30.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
122.99/30.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.39/30.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.40
123.80/31.05	c bin-w-bin subsume rem            0 bins  time:  0.02 s
123.80/31.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
123.80/31.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
123.80/31.07	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
141.38/35.44	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time: 17.42 s
141.38/35.45	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
141.38/35.48	c vivif2 --  cl tried    25652 cl shrink        0 lits rem          0 time: 0.11
141.78/35.59	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.44
142.17/35.60	c calculated reachability. Time: 0.00
142.17/35.60	c  N dy   457     69905     19323     83129         0     25652    253236   2049665    129.43   no data  --
147.37/36.93	c  N dy   490     74421     19323     83129         0     30168    253236   2988413    129.64    137.65  --
153.35/38.43	c  N dy   524     79332     19323     83129         0     35079    253236   3990480    129.75    136.86  --
159.75/40.08	c  N dy   559     84475     19323     83129         0     40222    253236   5043223    129.68    147.38  --
163.74/41.02	c  F st   578     87501     19323     83129         0     22375    253236    924337    129.66   no data  --
168.14/42.11	c  N st   583     90806     19323     83129         0     25679    253236   1970695    129.66   no data  --
175.33/43.92	c  N dy   606     96611     19323     83129         0     31484    253236   3307754    129.59    137.70  --
183.34/45.99	c  N dy   651    102847     19323     83129         0     37718    253236   4571638    129.53    136.79  --
186.11/46.63	c  S st   667    104858     19323     83129         0     39729    253236   4973198    129.53   no data  --
186.51/46.79	c  S st   667    105364     19323     83129         0     40235    253236   5045956    129.53   no data  --
186.91/46.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
186.91/46.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
187.32/46.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.44
188.51/47.25	c bin-w-bin subsume rem            0 bins  time:  0.02 s
188.51/47.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
188.51/47.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
188.51/47.27	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
399.42/100.09	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 210.31 s
399.82/100.10	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
399.82/100.17	c vivif2 --  cl tried    40230 cl shrink        0 lits rem          0 time: 0.28
400.62/100.31	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.57
400.62/100.32	c calculated reachability. Time: 0.00
400.62/100.32	c  N dy   667    105364     19323     83129         0     40230    253236   5042675    129.53   no data  --
409.00/102.48	c  N dy   712    112121     19323     83129         0     24555    253236   1040750    129.64    149.25  --
417.80/104.66	c  N dy   760    119361     19323     83129         0     31794    253236   2543468    129.84    140.59  --
428.18/107.24	c  N dy   813    126996     19323     83129         0     39429    253236   4124219    129.90    138.76  --
440.17/110.22	c  N dy   871    135160     19323     83129         0     23879    253236    577943    130.09    144.17  --
450.95/112.94	c  N dy   927    143848     19323     83129         0     32566    253236   2380876    130.13    146.29  --
462.54/115.85	c  N dy   991    153042     19323     83129         0     41760    253236   4288484    130.34    139.97  --
469.32/117.50	c  S st  1023    158046     19323     83129         0     46764    253236   5318123    130.34   no data  --
469.72/117.67	c  S st  1023    158550     19323     83129         0     47268    253236   5394444    130.34   no data  --
469.72/117.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
469.72/117.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
470.52/117.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.46
471.72/118.14	c bin-w-bin subsume rem            0 bins  time:  0.02 s
471.72/118.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
471.72/118.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
471.72/118.16	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
738.57/184.99	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time: 266.15 s
738.57/184.99	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
738.97/185.07	c vivif2 --  cl tried    47264 cl shrink        0 lits rem          0 time: 0.31
739.76/185.24	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.66
739.76/185.24	c calculated reachability. Time: 0.00
739.76/185.25	c  N dy  1023    158550     19323     83129         0     47264    253236   5392861    130.34   no data  --
753.35/188.63	c  N dy  1090    168725     19323     83129         0     32579    253236   2128191    130.32    138.23  --
767.75/192.27	c  N dy  1162    179614     19323     83129         0     43468    253236   4381895    130.22    137.30  --
783.70/196.28	c  N dy  1239    191172     19323     83129         0     29092    253236   1136863    130.16    139.58  --
800.08/200.31	c  N dy  1320    203402     19323     83129         0     41321    253236   3646006    130.22    138.37  --
818.85/205.02	c  N dy  1408    216465     19323     83129         0     27421    253236    566900    130.29    137.55  --
836.83/209.54	c  N dy  1507    230329     19323     83129         0     41283    253236   3465184    130.43    141.01  --
847.62/212.20	c  S st  1561    237825     19323     83129         0     48779    253236   5000181    130.49    123.86  --
848.01/212.39	c  S st  1561    238329     19323     83129         0     49283    253236   5072671    130.49   no data  --
848.41/212.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
848.41/212.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
848.81/212.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.49
850.01/212.83	c bin-w-bin subsume rem            0 bins  time:  0.03 s
850.01/212.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
850.01/212.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
850.01/212.85	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
1097.67/274.80	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 246.54 s
1097.67/274.81	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
1097.67/274.89	c vivif2 --  cl tried    49280 cl shrink        0 lits rem          0 time: 0.30
1098.47/275.06	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.68
1098.47/275.07	c calculated reachability. Time: 0.00
1098.47/275.07	c  N dy  1561    238329     19323     83129         0     49280    253236   5071181    130.49   no data  --
1119.64/280.34	c  N dy  1657    253577     19323     83129         0     36546    253236   2271517    130.44    165.99  --
1142.41/286.02	c  N dy  1764    269840     19323     83129         0     52809    253236   5598826    130.42    137.50  --
1166.38/292.05	c  N dy  1883    287219     19323     83129         0     41196    253236   3060355    130.47    139.38  --
1193.15/298.75	c  N dy  2009    305607     19323     83129         0     59582    253236   6878454    130.59    137.53  --
1194.34/299.01	c  F st  2013    306251     19323     83129         0     30238    253236    511145    130.57   no data  --
1220.33/305.56	c  N dy  2114    325161     19323     83129         0     49147    253236   4852247    130.63    138.88  --
1249.07/312.74	c  N dy  2250    345209     19323     83129         0     38197    253236   1945781    130.65    138.22  --
1266.25/317.04	c  S st  2331    357493     19323     83129         0     50480    253236   4490526    130.62   no data  --
1267.05/317.23	c  S st  2331    357995     19323     83129         0     50982    253236   4577443    130.62   no data  --
1267.05/317.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1267.05/317.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1267.45/317.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.50
1268.66/317.65	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1268.66/317.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1268.66/317.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
1268.66/317.67	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
1448.41/362.65	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 179.09 s
1448.41/362.66	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
1448.82/362.73	c vivif2 --  cl tried    50981 cl shrink        0 lits rem          0 time: 0.28
1449.60/362.91	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.71
1449.60/362.92	c calculated reachability. Time: 0.00
1449.60/362.92	c  N dy  2331    357995     19323     83129         0     50981    253236   4577395    130.62   no data  --
1479.96/370.51	c  N dy  2471    377997     19323     83129         0     38984    253236   1904469    130.70    148.86  --
1509.93/378.10	c  N dy  2612    398172     19323     83129         0     59156    253236   6109420    130.83    140.22  --
1540.29/385.61	c  N dy  2732    418320     19323     83129         0     46307    253236   3191199    130.79    138.93  --
1570.64/393.23	c  N dy  2869    438327     19323     83129         0     66314    253236   7324288    130.86    139.74  --
1598.59/400.21	c  N dy  3002    458401     19323     83129         0     52388    253236   4197897    130.84    150.86  --
1629.75/408.09	c  N dy  3133    478514     19323     83129         0     37504    253236    979183    130.87    138.12  --
1658.11/415.19	c  N dy  3268    498553     19323     83129         0     57541    253236   5138052    130.85    142.49  --
1688.88/422.85	c  N dy  3404    518766     19323     83129         0     41756    253236   1615392    130.86    139.62  --
1714.04/429.17	c  S st  3527    536992     19323     83129         0     59977    253236   5410493    130.92   no data  --
1714.84/429.38	c  S st  3527    537499     19323     83129         0     60484    253236   5494196    130.92   no data  --
1715.24/429.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1715.24/429.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1715.64/429.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.51
1716.85/429.83	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1716.85/429.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1716.85/429.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
1716.85/429.86	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
2008.44/502.81	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time: 290.81 s
2008.44/502.82	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
2008.84/502.90	c vivif2 --  cl tried    60481 cl shrink        0 lits rem          0 time: 0.32
2009.24/503.09	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.74
2009.24/503.09	c calculated reachability. Time: 0.00
2009.24/503.09	c  N dy  3527    537499     19323     83129         0     60481    253236   5493359    130.92   no data  --
2039.20/510.56	c  N dy  3665    557613     19323     83129         0     43594    253236   1861273    131.04    138.21  --
2067.56/517.65	c  N dy  3800    577688     19323     83129         0     63668    253236   5969496    131.04    139.69  --
2097.12/525.05	c  N dy  3936    597843     19323     83129         0     45828    253236   2085545    131.08    139.10  --
2126.27/532.31	c  N dy  4071    617885     19323     83129         0     65869    253236   6313214    131.16    138.42  --
2155.84/539.74	c  N dy  4204    637970     19323     83129         0     46959    253236   2091733    131.17    139.53  --
2184.99/547.08	c  N dy  4343    658055     19323     83129         0     67044    253236   6293836    131.22    138.80  --
2215.75/554.71	c  N dy  4487    678138     19323     83129         0     47136    253236   1962288    131.30    139.35  --
2244.51/562.00	c  N dy  4624    698281     19323     83129         0     67279    253236   6224865    131.34    145.64  --
2275.67/569.76	c  N dy  4760    718331     19323     83129         0     46324    253236   1563001    131.43    139.31  --
2304.83/577.08	c  N dy  4903    738585     19323     83129         0     66577    253236   5812945    131.48    142.66  --
2337.18/585.12	c  N dy  5042    758712     19323     83129         0     44701    253236   1012093    131.54    138.75  --
2367.17/592.61	c  N dy  5181    778775     19323     83129         0     64764    253236   5211786    131.57    139.51  --
2399.90/600.85	c  N dy  5311    798868     19323     83129         0     84856    253236   9395999    131.56    139.96  --
2410.69/603.59	c  S st  5361    806248     19323     83129         0     49235    253236   1773279    131.57   no data  --
2411.48/603.78	c  S st  5361    806752     19323     83129         0     49738    253236   1851324    131.57   no data  --
2411.48/603.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2411.48/603.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2412.28/603.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.48
2412.68/604.04	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2412.68/604.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2412.68/604.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
2412.68/604.06	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
2431.06/608.67	c lits-rem:         6  cl-subs:        2  v-elim:      0  v-fix:    0  time: 18.38 s
2431.06/608.68	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
2431.46/608.71	c vivif2 --  cl tried    49736 cl shrink        0 lits rem          0 time: 0.12
2431.86/608.88	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.68
2431.86/608.89	c calculated reachability. Time: 0.00
2431.86/608.89	c  N dy  5361    806752     19323     83129         0     49736    253236   1851058    131.57   no data  --
2464.21/616.98	c  N dy  5498    826970     19323     83129         0     69954    253236   6056928    131.57    147.76  --
2498.57/625.59	c  N dy  5632    846984     19323     83129         0     45973    253236    885508    131.60    200.46  --
2529.74/633.38	c  N dy  5766    867055     19323     83129         0     66042    253236   5078278    131.61    139.20  --
2564.89/642.13	c  N dy  5893    887278     19323     83129         0     86265    253236   9282027    131.61    141.92  --
2596.83/650.18	c  N dy  6028    907340     19323     83129         0     61328    253236   3851937    131.62    148.68  --
2631.19/658.72	c  N dy  6160    927420     19323     83129         0     81407    253236   8046636    131.63    139.31  --
2664.74/667.14	c  N dy  6286    947469     19323     83129         0     55457    253236   2392270    131.57    140.27  --
2697.89/675.46	c  N dy  6430    967548     19323     83129         0     75534    253236   6651556    131.66    162.17  --
2734.25/684.50	c  N dy  6559    987689     19323     83129         0     48679    253236    827679    131.62    141.22  --
2765.81/692.46	c  N dy  6693   1007805     19323     83129         0     68794    253236   5054143    131.64    146.67  --
2800.96/701.28	c  N dy  6830   1027809     19323     83129         0     88798    253236   9173015    131.62    138.90  --
2833.71/709.46	c  N dy  6968   1047931     19323     83129         0     60918    253236   3229902    131.65    140.00  --
2866.47/717.64	c  N dy  7104   1067954     19323     83129         0     80940    253236   7464398    131.67    158.15  --
2873.26/719.39	c  F st  7133   1071877     19323     83129         0     84863    253236   8272083    131.68    112.51  --
2901.62/726.47	c  N dy  7212   1088011     19323     83129         0     51994    253236   1115154    131.69    138.90  --
2932.78/734.22	c  N dy  7344   1108013     19323     83129         0     71994    253236   5284606    131.69    155.51  --
2967.54/742.90	c  N dy  7475   1128129     19323     83129         0     92110    253236   9475979    131.68    138.97  --
3001.09/751.34	c  N dy  7620   1148167     19323     83129         0     62149    253236   3067443    131.75    140.06  --
3034.25/759.68	c  N dy  7759   1168226     19323     83129         0     82208    253236   7245801    131.77    140.66  --
3069.40/768.45	c  N dy  7895   1188243     19323     83129         0     51234    253236    551395    131.80    158.02  --
3098.96/775.86	c  N dy  8029   1208462     19323     83129         0     71450    253236   4725506    131.80    138.85  --
3101.75/776.54	c  S st  8042   1210130     19323     83129         0     73118    253236   5092342    131.81   no data  --
3102.55/776.77	c  S st  8042   1210635     19323     83129         0     73623    253236   5163640    131.81   no data  --
3102.55/776.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3102.55/776.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3103.35/776.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.56
3104.55/777.22	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3104.55/777.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3104.55/777.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
3104.55/777.24	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
3376.58/845.34	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 271.64 s
3376.58/845.35	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.04
3376.97/845.43	c vivif2 --  cl tried    73622 cl shrink        0 lits rem          0 time: 0.30
3377.79/845.64	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.83
3377.79/845.64	c calculated reachability. Time: 0.00
3377.79/845.64	c  N dy  8042   1210635     19323     83129         0     73622    253236   5163534    131.81   no data  --
3410.53/853.90	c  N dy  8176   1230642     19323     83129         0     93627    253236   9340987    131.81    143.43  --
3444.08/862.22	c  N dy  8318   1250691     19323     83129         0     61678    253236   2557646    131.87    141.10  --
3474.84/869.94	c  N dy  8446   1270778     19323     83129         0     81764    253236   6669957    131.84    152.65  --
3509.61/878.61	c  N dy  8579   1290900     19323     83129         0    101885    253236  10863061    131.86    139.34  --
3541.54/886.63	c  N dy  8722   1311007     19323     83129         0     68992    253236   3896162    131.91    139.86  --
3574.30/894.85	c  N dy  8863   1331107     19323     83129         0     89091    253236   8127445    131.95    142.78  --
3610.26/903.83	c  N dy  8996   1351133     19323     83129         0     55115    253236    730268    131.97    140.28  --
3640.61/911.46	c  N dy  9137   1371142     19323     83129         0     75123    253236   4901652    132.00    143.25  --
3675.36/920.10	c  N dy  9267   1391296     19323     83129         0     95274    253236   9114442    131.99    139.56  --
3712.50/929.41	c  N dy  9404   1411406     19323     83129         0     60383    253236   1622660    132.02    140.86  --
3746.06/937.90	c  N dy  9551   1431454     19323     83129         0     80430    253236   5976652    132.10    191.46  --
3782.81/947.00	c  N dy  9679   1451513     19323     83129         0    100486    253236  10170462    132.09    151.27  --
3819.16/956.16	c  N dy  9813   1471596     19323     83129         0     64577    253236   2294917    132.09    145.49  --
3853.10/964.68	c  N dy  9946   1491679     19323     83129         0     84660    253236   6512942    132.10    141.90  --
3891.47/974.24	c  N dy 10094   1511813     19323     83129         0    104794    253236  10768747    132.14    140.33  --
3928.61/983.51	c  N dy 10229   1531826     19323     83129         0     67814    253236   2810114    132.15    144.12  --
3964.17/992.41	c  N dy 10353   1551917     19323     83129         0     87904    253236   6997771    132.14    139.57  --
4003.70/1002.37	c  N dy 10488   1571921     19323     83129         0    107908    253236  11161770    132.15    142.48  --
4041.28/1011.77	c  N dy 10631   1592050     19323     83129         0     70040    253236   3069553    132.19    148.37  --
4077.61/1020.83	c  N dy 10770   1612197     19323     83129         0     90184    253236   7310853    132.20    139.60  --
4117.56/1030.89	c  N dy 10914   1632205     19323     83129         0    110189    253236  11546426    132.24    140.98  --
4154.70/1040.10	c  N dy 11041   1652242     19323     83129         0     71227    253236   3065477    132.24    139.86  --
4191.05/1049.28	c  N dy 11176   1672398     19323     83129         0     91380    253236   7235570    132.24    141.72  --
4231.00/1059.22	c  N dy 11319   1692484     19323     83129         0    111464    253236  11452994    132.26    139.47  --
4264.15/1067.55	c  S st 11438   1710636     19323     83129         0     69620    253236   2544365    132.27   no data  --
4264.96/1067.79	c  S st 11438   1711139     19323     83129         0     70123    253236   2629256    132.27   no data  --
4264.96/1067.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4264.96/1067.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4265.74/1067.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.56
4266.55/1068.12	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4266.55/1068.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4266.55/1068.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19323 time:  0.03 s
4266.55/1068.14	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
4300.52/1076.61	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 33.72 s
4300.52/1076.62	c vivif2 --  cl tried    83129 cl shrink        0 lits rem          0 time: 0.05
4300.52/1076.67	c vivif2 --  cl tried    70122 cl shrink        0 lits rem          0 time: 0.18
4301.30/1076.88	c asymm  cl-useful: 0/83129/83129 lits-rem:0 time: 0.86
4301.30/1076.89	c calculated reachability. Time: 0.00
4301.30/1076.89	c  N dy 11438   1711139     19323     83129         0     70122    253236   2628881    132.27   no data  --
4337.66/1085.99	c  N dy 11568   1731164     19323     83129         0     90141    253236   6799569    132.25    164.35  --
4378.80/1096.28	c  N dy 11711   1751316     19323     83129         0    110292    253236  11064787    132.28    142.55  --
4419.16/1106.39	c  N dy 11849   1771456     19323     83129         0     69435    253236   2345005    132.31    139.42  --
4455.90/1115.58	c  N dy 11986   1791552     19323     83129         0     89531    253236   6615676    132.34    140.26  --
4496.64/1125.71	c  N dy 12121   1811627     19323     83129         0    109605    253236  10806523    132.34    148.35  --
4538.18/1136.17	c  N dy 12253   1831745     19323     83129         0     67729    253236   1727519    132.35    139.59  --
4574.14/1145.19	c  N dy 12389   1851847     19323     83129         0     87830    253236   5929965    132.36    145.77  --
4614.89/1155.37	c  N dy 12526   1871944     19323     83129         0    107923    253236  10183499    132.38    143.00  --
4658.03/1166.14	c  N dy 12653   1891960     19323     83129         0     64940    253236    965764    132.36    140.90  --
4693.97/1175.12	c  N dy 12797   1912113     19323     83129         0     85092    253236   5237358    132.39    140.49  --
4734.32/1185.26	c  N dy 12936   1932458     19323     83129         0    105435    253236   9489779    132.40    142.63  --
4778.26/1196.27	c  N dy 13072   1952519     19323     83129         0    125496    253236  13704302    132.41    160.21  --

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-3175030-1304078538/watcher-3175030-1304078538 -o /tmp/evaluation-result-3175030-1304078538/solver-3175030-1304078538 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175030-1304078538.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: 6.86 7.71 7.06 7/180 333
/proc/meminfo: memFree=30918836/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=20368 CPUtime=0 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4194304 358 0 0 0 0 0 0 0 22 0 1 0 500269679 20856832 297 33554432000 4194304 4650419 140735801432896 18446744073709551615 4273968 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/333/statm: 5092 305 263 112 0 57 0
[pid=333/tid=334] ppid=331 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 500269679 52465664 352 33554432000 4194304 4650419 140735801432896 18446744073709551615 47763919087538 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=333/tid=335] ppid=331 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 500269679 52465664 352 33554432000 4194304 4650419 140735801432896 18446744073709551615 47763919087538 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 500269679 52465664 352 33554432000 4194304 4650419 140735801432896 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.182347 s]
/proc/loadavg: 6.86 7.71 7.06 7/180 333
/proc/meminfo: memFree=30918836/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=309524 CPUtime=3.4 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 31797 0 0 0 335 5 0 0 19 0 4 0 500269679 316952576 23892 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 77381 23892 391 112 0 72346 0
[pid=333/tid=334] ppid=331 vsize=309524 CPUtime=0.84 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 9060 0 0 0 83 1 0 0 18 0 4 0 500269679 316952576 23892 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=309524 CPUtime=0.84 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 8983 0 0 0 83 1 0 0 18 0 4 0 500269679 316952576 23892 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=309524 CPUtime=0.84 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 4319 0 0 0 84 0 0 0 19 0 4 0 500269679 316952576 23892 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 309524

[startup+0.960009 s]
/proc/loadavg: 6.86 7.71 7.06 7/180 333
/proc/meminfo: memFree=30918836/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=309524 CPUtime=3.8 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 32211 0 0 0 375 5 0 0 19 0 4 0 500269679 316952576 24306 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 77381 24306 391 112 0 72346 0
[pid=333/tid=334] ppid=331 vsize=309524 CPUtime=0.94 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 9165 0 0 0 93 1 0 0 19 0 4 0 500269679 316952576 24306 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=309524 CPUtime=0.94 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 9096 0 0 0 93 1 0 0 18 0 4 0 500269679 316952576 24306 33554432000 4194304 4650419 140735801432896 18446744073709551615 4331084 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=309524 CPUtime=0.94 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 4408 0 0 0 94 0 0 0 19 0 4 0 500269679 316952576 24306 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 309524

[startup+1.05999 s]
/proc/loadavg: 6.86 7.71 7.06 7/180 333
/proc/meminfo: memFree=30918836/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=309672 CPUtime=4.2 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 32587 0 0 0 415 5 0 0 19 0 4 0 500269679 317104128 24682 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 77418 24683 391 112 0 72383 0
[pid=333/tid=334] ppid=331 vsize=309672 CPUtime=1.04 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 9263 0 0 0 103 1 0 0 19 0 4 0 500269679 317104128 24683 33554432000 4194304 4650419 140735801432896 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=309672 CPUtime=1.04 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 9183 0 0 0 103 1 0 0 19 0 4 0 500269679 317104128 24683 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=309672 CPUtime=1.04 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 4504 0 0 0 104 0 0 0 19 0 4 0 500269679 317104128 24683 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 309672

[startup+1.15997 s]
/proc/loadavg: 6.86 7.71 7.06 7/180 333
/proc/meminfo: memFree=30918836/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=309672 CPUtime=4.6 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 32922 0 0 0 455 5 0 0 19 0 4 0 500269679 317104128 25017 33554432000 4194304 4650419 140735801432896 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 77418 25017 391 112 0 72383 0
[pid=333/tid=334] ppid=331 vsize=309672 CPUtime=1.14 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 9350 0 0 0 113 1 0 0 19 0 4 0 500269679 317104128 25017 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=309672 CPUtime=1.14 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 9262 0 0 0 113 1 0 0 19 0 4 0 500269679 317104128 25017 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=309672 CPUtime=1.14 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 4594 0 0 0 114 0 0 0 19 0 4 0 500269679 317104128 25017 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 309672

[startup+1.50091 s]
/proc/loadavg: 6.86 7.71 7.06 7/180 333
/proc/meminfo: memFree=30918836/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=309836 CPUtime=5.97 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 34080 0 0 0 591 6 0 0 20 0 4 0 500269679 317272064 26175 33554432000 4194304 4650419 140735801432896 18446744073709551615 4304301 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 77459 26175 391 112 0 72424 0
[pid=333/tid=334] ppid=331 vsize=309836 CPUtime=1.49 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 9637 0 0 0 147 2 0 0 19 0 4 0 500269679 317272064 26175 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=309836 CPUtime=1.48 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 9540 0 0 0 147 1 0 0 19 0 4 0 500269679 317272064 26175 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=309836 CPUtime=1.48 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 4905 0 0 0 148 0 0 0 20 0 4 0 500269679 317272064 26175 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 309836

[startup+3.10062 s]
/proc/loadavg: 7.35 7.80 7.10 10/184 337
/proc/meminfo: memFree=30758348/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=470820 CPUtime=12.35 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 39595 0 0 0 1228 7 0 0 25 0 4 0 500269679 482119680 31690 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 117705 31690 391 112 0 112670 0
[pid=333/tid=334] ppid=331 vsize=470820 CPUtime=3.08 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 10946 0 0 0 306 2 0 0 25 0 4 0 500269679 482119680 31690 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364559 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=470820 CPUtime=3.08 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 10854 0 0 0 306 2 0 0 24 0 4 0 500269679 482119680 31690 33554432000 4194304 4650419 140735801432896 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=470820 CPUtime=3.07 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 6537 0 0 0 307 0 0 0 25 0 4 0 500269679 482119680 31690 33554432000 4194304 4650419 140735801432896 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 470820

[startup+6.30702 s]
/proc/loadavg: 7.40 7.80 7.10 10/184 337
/proc/meminfo: memFree=30712988/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=327924 CPUtime=25.15 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 55540 0 0 0 2504 11 0 0 25 0 4 0 500269679 335794176 28699 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 81981 28699 393 112 0 76946 0
[pid=333/tid=334] ppid=331 vsize=327924 CPUtime=6.29 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 14872 0 0 0 626 3 0 0 25 0 4 0 500269679 335794176 28699 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=327924 CPUtime=6.29 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 14794 0 0 0 626 3 0 0 25 0 4 0 500269679 335794176 28699 33554432000 4194304 4650419 140735801432896 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=327924 CPUtime=6.26 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 10754 0 0 0 624 2 0 0 25 0 4 0 500269679 335794176 28699 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 327924

[startup+12.7008 s]
/proc/loadavg: 7.45 7.81 7.10 10/184 337
/proc/meminfo: memFree=30477064/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=567864 CPUtime=50.7 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 118513 0 0 0 5042 28 0 0 25 0 4 0 500269679 581492736 79745 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 141966 79749 395 112 0 136931 0
[pid=333/tid=334] ppid=331 vsize=567864 CPUtime=12.68 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 41028 0 0 0 1259 9 0 0 25 0 4 0 500269679 581492736 79749 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=567864 CPUtime=12.68 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 26633 0 0 0 1261 7 0 0 25 0 4 0 500269679 581492736 79751 33554432000 4194304 4650419 140735801432896 18446744073709551615 220815897633 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=567864 CPUtime=12.62 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 16938 0 0 0 1258 4 0 0 25 0 4 0 500269679 581492736 79753 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 567864

[startup+25.5005 s]
/proc/loadavg: 7.53 7.81 7.11 10/184 337
/proc/meminfo: memFree=30328088/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=752044 CPUtime=101.83 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 195483 0 0 0 10140 43 0 0 25 0 4 0 500269679 770093056 106037 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 188011 106037 395 112 0 182976 0
[pid=333/tid=334] ppid=331 vsize=752044 CPUtime=25.49 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 76991 0 0 0 2535 14 0 0 25 0 4 0 500269679 770093056 106037 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=752044 CPUtime=25.48 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 36379 0 0 0 2538 10 0 0 25 0 4 0 500269679 770093056 106037 33554432000 4194304 4650419 140735801432896 18446744073709551615 4303968 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=752044 CPUtime=25.35 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 38743 0 0 0 2526 9 0 0 25 0 4 0 500269679 770093056 106037 33554432000 4194304 4650419 140735801432896 18446744073709551615 4367456 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 752044

[startup+51.1008 s]
/proc/loadavg: 7.69 7.83 7.13 10/184 338
/proc/meminfo: memFree=30189504/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=807464 CPUtime=204.09 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 323281 0 0 0 20338 71 0 0 25 0 4 0 500269679 826843136 130887 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 201866 130887 395 112 0 196831 0
[pid=333/tid=334] ppid=331 vsize=807464 CPUtime=51.08 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 132815 0 0 0 5087 21 0 0 25 0 4 0 500269679 826843136 130887 33554432000 4194304 4650419 140735801432896 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=333/tid=335] ppid=331 vsize=807464 CPUtime=51.08 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 59715 0 0 0 5092 16 0 0 25 0 4 0 500269679 826843136 130888 33554432000 4194304 4650419 140735801432896 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=807464 CPUtime=50.81 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 52124 0 0 0 5068 13 0 0 25 0 4 0 500269679 826843136 130888 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 807464

[startup+102.3 s]
/proc/loadavg: 7.92 7.87 7.19 10/184 339
/proc/meminfo: memFree=30144316/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=761416 CPUtime=408.61 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 648254 0 0 0 40725 136 0 0 25 0 4 0 500269679 779689984 145615 33554432000 4194304 4650419 140735801432896 18446744073709551615 4333611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 190354 145615 395 112 0 185319 0
[pid=333/tid=334] ppid=331 vsize=761416 CPUtime=102.26 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 163241 0 0 0 10194 32 0 0 25 0 4 0 500269679 779689984 145615 33554432000 4194304 4650419 140735801432896 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=761416 CPUtime=102.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 93111 0 0 0 10198 30 0 0 25 0 4 0 500269679 779689984 145615 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=761416 CPUtime=101.74 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 70469 0 0 0 10153 21 0 0 25 0 4 0 500269679 779689984 145615 33554432000 4194304 4650419 140735801432896 18446744073709551615 4333858 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 761416

[startup+162.3 s]

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

[pid=333] ppid=331 vsize=1322620 CPUtime=2805.36 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 3740835 0 0 0 279751 785 0 0 25 0 4 0 500269679 1354362880 261077 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 330655 261077 395 112 0 325620 0
[pid=333/tid=334] ppid=331 vsize=1322620 CPUtime=699 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1096142 0 0 0 69681 219 0 0 25 0 4 0 500269679 1354362880 261077 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476230 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1322620 CPUtime=702.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1059865 0 0 0 70004 224 0 0 25 0 4 0 500269679 1354362880 261077 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1322620 CPUtime=701.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 270789 0 0 0 70070 105 0 0 25 0 4 0 500269679 1354362880 261077 33554432000 4194304 4650419 140735801432896 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 1322620

[startup+762.301 s]
/proc/loadavg: 8.20 8.13 7.66 10/184 357
/proc/meminfo: memFree=29377492/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1324192 CPUtime=3045.03 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 4054423 0 0 0 303654 849 0 0 25 0 4 0 500269679 1355972608 262955 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328518 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 331048 262955 395 112 0 326013 0
[pid=333/tid=334] ppid=331 vsize=1324192 CPUtime=758.67 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1328040 0 0 0 75619 248 0 0 25 0 4 0 500269679 1355972608 262955 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1324192 CPUtime=762.27 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1091362 0 0 0 75991 236 0 0 25 0 4 0 500269679 1355972608 262955 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1324192 CPUtime=761.76 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 292713 0 0 0 76060 116 0 0 25 0 4 0 500269679 1355972608 262955 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1324192

[startup+822.301 s]
/proc/loadavg: 8.17 8.13 7.69 10/184 359
/proc/meminfo: memFree=29415520/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1339740 CPUtime=3284.7 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 4147425 0 0 0 327587 883 0 0 25 0 4 0 500269679 1371893760 255725 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 334935 255725 395 112 0 329900 0
[pid=333/tid=334] ppid=331 vsize=1339740 CPUtime=818.35 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1358154 0 0 0 81576 259 0 0 25 0 4 0 500269679 1371893760 255725 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1339740 CPUtime=822.27 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1120619 0 0 0 81980 247 0 0 25 0 4 0 500269679 1371893760 255725 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1339740 CPUtime=821.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 317258 0 0 0 82050 125 0 0 25 0 4 0 500269679 1371893760 255725 33554432000 4194304 4650419 140735801432896 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 1339740

[startup+882.3 s]
/proc/loadavg: 8.15 8.14 7.72 10/184 360
/proc/meminfo: memFree=29333152/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1417344 CPUtime=3524.36 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 4252243 0 0 0 351513 923 0 0 25 0 4 0 500269679 1451360256 275274 33554432000 4194304 4650419 140735801432896 18446744073709551615 4334120 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 354336 275274 395 112 0 349301 0
[pid=333/tid=334] ppid=331 vsize=1417344 CPUtime=878.01 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1389427 0 0 0 87531 270 0 0 25 0 4 0 500269679 1451360256 275274 33554432000 4194304 4650419 140735801432896 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1417344 CPUtime=882.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1151560 0 0 0 87968 260 0 0 25 0 4 0 500269679 1451360256 275274 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1417344 CPUtime=881.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 339194 0 0 0 88040 135 0 0 25 0 4 0 500269679 1451360256 275274 33554432000 4194304 4650419 140735801432896 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1417344

[startup+942.3 s]
/proc/loadavg: 8.14 8.14 7.74 10/184 362
/proc/meminfo: memFree=29160000/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1390212 CPUtime=3764.04 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 4491659 0 0 0 375420 984 0 0 25 0 4 0 500269679 1423577088 285659 33554432000 4194304 4650419 140735801432896 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 347553 285659 395 112 0 342518 0
[pid=333/tid=334] ppid=331 vsize=1390212 CPUtime=937.69 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1417864 0 0 0 93487 282 0 0 25 0 4 0 500269679 1423577088 285663 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1390212 CPUtime=942.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1307087 0 0 0 93942 286 0 0 25 0 4 0 500269679 1423577088 285663 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1390212 CPUtime=941.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 366112 0 0 0 94028 147 0 0 25 0 4 0 500269679 1423577088 285663 33554432000 4194304 4650419 140735801432896 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1390212

[startup+1002.3 s]
/proc/loadavg: 8.12 8.14 7.76 10/184 363
/proc/meminfo: memFree=29141988/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1446832 CPUtime=4003.7 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 4862798 0 0 0 399308 1062 0 0 25 0 4 0 500269679 1481555968 290979 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 361708 290979 395 112 0 356673 0
[pid=333/tid=334] ppid=331 vsize=1446832 CPUtime=997.35 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1434789 0 0 0 99448 287 0 0 25 0 4 0 500269679 1481555968 290979 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1446832 CPUtime=1002.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1606537 0 0 0 99899 329 0 0 25 0 4 0 500269679 1481555968 290979 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1446832 CPUtime=1001.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 394950 0 0 0 100012 163 0 0 25 0 4 0 500269679 1481555968 290979 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1446832

[startup+1062.31 s]
/proc/loadavg: 8.11 8.14 7.79 10/184 365
/proc/meminfo: memFree=29114172/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1513024 CPUtime=4243.4 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 5234917 0 0 0 423202 1138 0 0 25 0 4 0 500269679 1549336576 301594 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 378256 301594 395 112 0 373221 0
[pid=333/tid=334] ppid=331 vsize=1513024 CPUtime=1057.03 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1439316 0 0 0 105414 289 0 0 25 0 4 0 500269679 1549336576 301594 33554432000 4194304 4650419 140735801432896 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1513024 CPUtime=1062.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 1917210 0 0 0 105856 372 0 0 25 0 4 0 500269679 1549336576 301594 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1513024 CPUtime=1061.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 423158 0 0 0 105998 177 0 0 25 0 4 0 500269679 1549336576 301594 33554432000 4194304 4650419 140735801432896 18446744073709551615 4333511 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1513024

[startup+1122.3 s]
/proc/loadavg: 8.22 8.17 7.82 10/184 367
/proc/meminfo: memFree=29039732/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1530072 CPUtime=4483.06 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 5635188 0 0 0 447094 1212 0 0 25 0 4 0 500269679 1566793728 315506 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 382518 315506 408 112 0 377483 0
[pid=333/tid=334] ppid=331 vsize=1530072 CPUtime=1116.7 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1463682 0 0 0 111366 304 0 0 25 0 4 0 500269679 1566793728 315506 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1530072 CPUtime=1122.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 2246585 0 0 0 111811 417 0 0 25 0 4 0 500269679 1566793728 315506 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1530072 CPUtime=1121.74 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 447575 0 0 0 111992 182 0 0 25 0 4 0 500269679 1566793728 315506 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1530072

[startup+1182.3 s]
/proc/loadavg: 8.15 8.15 7.83 10/184 368
/proc/meminfo: memFree=29063016/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1530764 CPUtime=4722.74 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 6093366 0 0 0 470979 1295 0 0 25 0 4 0 500269679 1567502336 305766 33554432000 4194304 4650419 140735801432896 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 382691 305766 405 112 0 377656 0
[pid=333/tid=334] ppid=331 vsize=1530764 CPUtime=1176.37 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1487713 0 0 0 117320 317 0 0 25 0 4 0 500269679 1567502336 305766 33554432000 4194304 4650419 140735801432896 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1530764 CPUtime=1182.28 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 2656485 0 0 0 117755 473 0 0 25 0 4 0 500269679 1567502336 305766 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1530764 CPUtime=1181.75 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 447575 0 0 0 117993 182 0 0 25 0 4 0 500269679 1567502336 305766 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1530764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.14 7.83 5/179 370
/proc/meminfo: memFree=29729296/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1418212 CPUtime=4800.24 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 6264143 0 0 0 478697 1327 0 0 25 0 4 0 500269679 1452249088 300749 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 354553 300749 396 112 0 349518 0
[pid=333/tid=334] ppid=331 vsize=1418212 CPUtime=1195.67 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1496345 0 0 0 119245 322 0 0 25 0 4 0 500269679 1452249088 300751 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1418212 CPUtime=1201.69 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 2809743 0 0 0 119673 496 0 0 25 0 4 0 500269679 1452249088 300751 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1418212 CPUtime=1201.15 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 447575 0 0 0 119933 182 0 0 25 0 4 0 500269679 1452249088 300751 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1418212

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.14 7.83 5/179 370
/proc/meminfo: memFree=29729296/32951124 swapFree=67105204/67111528
[pid=333] ppid=331 vsize=1418212 CPUtime=4800.24 cores=1,3,5,7
/proc/333/stat : 333 (strangenight1-m) R 331 333 32751 0 -1 4202496 6264143 0 0 0 478697 1327 0 0 25 0 4 0 500269679 1452249088 300749 33554432000 4194304 4650419 140735801432896 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/333/statm: 354553 300749 396 112 0 349518 0
[pid=333/tid=334] ppid=331 vsize=1418212 CPUtime=1195.67 cores=1,3,5,7
/proc/333/task/334/stat : 334 (strangenight1-m) R 331 333 32751 0 -1 4202560 1496345 0 0 0 119245 322 0 0 25 0 4 0 500269679 1452249088 300751 33554432000 4194304 4650419 140735801432896 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=333/tid=335] ppid=331 vsize=1418212 CPUtime=1201.69 cores=1,3,5,7
/proc/333/task/335/stat : 335 (strangenight1-m) R 331 333 32751 0 -1 4202560 2809743 0 0 0 119673 496 0 0 25 0 4 0 500269679 1452249088 300751 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=333/tid=336] ppid=331 vsize=1418212 CPUtime=1201.15 cores=1,3,5,7
/proc/333/task/336/stat : 336 (strangenight1-m) R 331 333 32751 0 -1 4202560 447575 0 0 0 119933 182 0 0 25 0 4 0 500269679 1452249088 300751 33554432000 4194304 4650419 140735801432896 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1418212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.33
CPU user time (s): 4787
CPU system time (s): 13.327
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 1595932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787
system time used= 13.327
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6264151
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= 2208
involuntary context switches= 18286

runsolver used 1.88571 second user time and 4.68529 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 14:02:18
IDJOB=3175030
IDBENCH=82648
IDSOLVER=1588
FILE ID=node147/3175030-1304078538
RUNJOBID= node147-1304078537-302
PBS_JOBID= 13170522
Free space on /tmp= 72652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S840292785-048-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175030-1304078538/watcher-3175030-1304078538 -o /tmp/evaluation-result-3175030-1304078538/solver-3175030-1304078538 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175030-1304078538.cnf

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

MD5SUM BENCH= fa8f767b93a18fbf678b4d0ea0994bed
RANDOM SEED=917151422

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30919116 kB
Buffers:        263744 kB
Cached:        1365348 kB
SwapCached:       2712 kB
Active:         146668 kB
Inactive:      1558628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30919116 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           14000 kB
Writeback:           0 kB
AnonPages:       74300 kB
Mapped:          14680 kB
Slab:           260556 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278980 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= 72652 MiB
End job on node147 at 2011-04-29 14:22:21