Trace number 3368536

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S629207485-001-UNKNOWN.cnf
MD5SUM33c09da85657b6bbed23989098d6baf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.0704
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368536-1305396573.cnf'
0.00/0.01	c -- header says num vars:          30000
0.00/0.01	c -- header says num clauses:      126000
0.35/0.13	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.35/0.13	c -- vars added      30000
0.35/0.13	c Parsing time:  0.32 s
0.35/0.13	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.35/0.33	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.34
0.35/0.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.27
1.29/0.39	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1.29/0.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.29/0.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.04 s
1.29/0.42	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.05 s
2.69/0.74	c lits-rem:         0  cl-subs:        0  v-elim:    902  v-fix:    0  time:  1.24 s
2.69/0.75	c Finding binary XORs  T:     0.02 s  found:       0
3.10/0.82	c Finding non-binary XORs:     0.26 s (found:       0, avg size: nan)
3.10/0.82	c calculated reachability. Time: 0.00
3.10/0.83	c Calc default polars -  time:   0.05 s pos:   13058 undec:    3471 neg:   13471
3.10/0.83	c =========================================================================================
3.10/0.83	c types(t): F = full restart, N = normal restart
3.10/0.83	c types(t): S = simplification begin/end, E = solution found
3.10/0.83	c restart types(rt): st = static, dy = dynamic
3.10/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.10/0.83	c  B st     0         0     29098    124456         0         0    378276         0   no data   no data  --
8.68/2.21	c  N dy    22      4118     29098    124456         0      4118    378276   1072755    160.01    169.29  --
14.25/3.60	c  N dy    49      8195     29098    124456         0      8194    378276   2043753    157.26    171.21  --
19.84/5.03	c  N dy    78     12320     29098    124456         0     12317    378276   3042679    157.99    167.88  --
26.24/6.65	c  N dy   107     16822     29098    124456         0     16818    378276   4144021    157.84    170.17  --
32.21/8.14	c  N dy   130     20913     29098    124456         0     10913    378276    831458    156.13    169.92  --
37.79/9.56	c  F st   158     25000     29098    124456         0     15000    378276   1793819    155.92   no data  --
38.19/9.60	c  N st   158     25000     29098    124456         0     15000    378276   1793819    155.92   no data  --
46.17/11.66	c  N dy   164     30000     29098    124456         0     19998    378276   3842927    155.92   no data  --
46.17/11.66	c  S st   164     30000     29098    124456         0     19998    378276   3842927    155.92   no data  --
46.97/11.85	c  S st   164     30502     29098    124456         0     20500    378276   3932886    155.92   no data  --
46.97/11.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
46.97/11.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.77/12.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.68
49.35/12.43	c bin-w-bin subsume rem            0 bins  time:  0.04 s
49.35/12.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
49.35/12.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
49.35/12.46	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
80.86/20.33	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time: 31.19 s
81.27/20.49	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.63
81.67/20.50	c calculated reachability. Time: 0.00
81.67/20.50	c  N dy   164     30502     29098    124456         0     20495    378276   3930469    155.92   no data  --
88.49/22.24	c  N dy   191     34596     29098    124456         0     24589    378276   4899817    155.77    171.31  --
95.23/23.96	c  N dy   214     38801     29098    124456         0     28794    378276   5875394    155.10    163.67  --
102.40/25.72	c  N dy   246     42918     29098    124456         0     17412    378276   1236017    155.98    168.67  --
106.79/26.87	c  S st   268     45755     29098    124456         0     20249    378276   1909298    155.83   no data  --
107.59/27.07	c  S st   268     46259     29098    124456         0     20753    378276   1994622    155.83   no data  --
107.59/27.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
107.59/27.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.40/27.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.70
109.19/27.45	c bin-w-bin subsume rem            0 bins  time:  0.04 s
109.19/27.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
109.19/27.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
109.19/27.49	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
129.13/32.40	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time: 19.52 s
129.13/32.42	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
129.13/32.45	c vivif2 --  cl tried    20751 cl shrink        0 lits rem          0 time: 0.13
129.93/32.60	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.59
129.93/32.61	c calculated reachability. Time: 0.01
129.93/32.61	c  N dy   268     46259     29098    124456         0     20751    378276   1993558    155.83   no data  --
136.34/34.28	c  N dy   299     50394     29098    124456         0     24885    378276   3011964    156.26    165.33  --
143.10/35.91	c  N dy   330     54470     29098    124456         0     28961    378276   3989222    156.40    176.78  --
149.91/37.67	c  N dy   364     58553     29098    124456         0     33043    378276   5010342    157.00    166.48  --
157.05/39.49	c  N dy   391     62821     29098    124456         0     37310    378276   6049284    156.90    167.42  --
163.83/41.13	c  N dy   419     66931     29098    124456         0     22676    378276   1681415    157.10    173.69  --
167.82/42.11	c  S st   436     69390     29098    124456         0     25135    378276   2299992    157.10    159.88  --
168.62/42.31	c  S st   436     69892     29098    124456         0     25637    378276   2379945    157.10   no data  --
168.62/42.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
168.62/42.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
169.42/42.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.71
170.22/42.70	c bin-w-bin subsume rem            0 bins  time:  0.04 s
170.22/42.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
170.22/42.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
170.22/42.74	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
192.96/48.48	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time: 22.84 s
192.96/48.50	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
193.38/48.54	c vivif2 --  cl tried    25634 cl shrink        0 lits rem          0 time: 0.14
193.79/48.69	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.61
194.14/48.70	c calculated reachability. Time: 0.01
194.14/48.70	c  N dy   436     69892     29098    124456         0     25634    378276   2378045    157.10   no data  --
201.34/50.58	c  N dy   469     74420     29098    124456         0     30162    378276   3488915    157.39    166.83  --
209.31/52.60	c  N dy   503     79226     29098    124456         0     34966    378276   4690852    157.51    172.84  --
218.09/54.73	c  N dy   536     84302     29098    124456         0     40042    378276   5890285    157.48    176.03  --
223.68/56.11	c  F st   557     87503     29098    124456         0     22368    378276   1034758    157.42   no data  --
229.65/57.62	c  N st   562     90801     29098    124456         0     25666    378276   2264153    157.42   no data  --
239.23/60.07	c  N dy   590     96593     29098    124456         0     31457    378276   3923232    157.23    166.53  --
250.00/62.78	c  N dy   634    102816     29098    124456         0     37680    378276   5460637    157.42    170.16  --
253.59/63.68	c  S st   645    104839     29098    124456         0     39703    378276   5926682    157.24    159.30  --
254.82/63.92	c  S st   645    105342     29098    124456         0     40206    378276   6018800    157.24   no data  --
254.82/63.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
254.82/63.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.58/64.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.79
257.18/64.59	c bin-w-bin subsume rem            0 bins  time:  0.04 s
257.58/64.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
257.58/64.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
257.58/64.62	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
543.61/136.31	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time: 285.28 s
543.61/136.33	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
544.01/136.42	c vivif2 --  cl tried    40200 cl shrink        0 lits rem          0 time: 0.37
544.43/136.61	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.75
544.84/136.62	c calculated reachability. Time: 0.01
544.84/136.62	c  N dy   645    105342     29098    124456         0     40200    378276   6013759    157.24   no data  --
555.97/139.48	c  N dy   688    112162     29098    124456         0     24584    378276   1161739    157.13    191.22  --
567.53/142.34	c  N dy   734    119416     29098    124456         0     31837    378276   2900793    156.99    210.02  --
580.70/145.66	c  N dy   783    127041     29098    124456         0     39462    378276   4752841    156.85    166.69  --
595.46/149.37	c  N dy   841    135198     29098    124456         0     23908    378276    644374    156.70    171.87  --
609.83/152.96	c  N dy   897    143918     29098    124456         0     32626    378276   2734676    156.67    165.10  --
625.79/156.98	c  N dy   961    153261     29098    124456         0     41968    378276   4970805    156.62    169.66  --
634.56/159.12	c  S st   994    158013     29098    124456         0     46720    378276   6090860    156.55   no data  --
635.36/159.36	c  S st   994    158515     29098    124456         0     47222    378276   6174733    156.55   no data  --
635.36/159.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
635.36/159.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
636.16/159.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.80
638.14/160.03	c bin-w-bin subsume rem            0 bins  time:  0.04 s
638.14/160.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
638.14/160.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
638.14/160.07	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
957.67/240.12	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 318.82 s
957.67/240.14	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
958.08/240.24	c vivif2 --  cl tried    47214 cl shrink        0 lits rem          0 time: 0.39
958.88/240.44	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.83
958.88/240.45	c calculated reachability. Time: 0.00
958.88/240.45	c  N dy   994    158515     29098    124456         0     47214    378276   6172217    156.55   no data  --
976.43/244.81	c  N dy  1065    168940     29098    124456         0     32778    378276   2484367    156.51    167.54  --
994.38/249.39	c  N dy  1137    179763     29098    124456         0     43600    378276   5163073    156.62    170.74  --
1014.72/254.44	c  N dy  1223    191250     29098    124456         0     29160    378276   1304089    156.85    165.41  --
1035.07/259.56	c  N dy  1308    203457     29098    124456         0     41364    378276   4321893    156.96    168.75  --
1059.40/265.63	c  N dy  1393    216513     29098    124456         0     27461    378276    640608    156.85    178.79  --
1083.35/271.61	c  N dy  1486    230423     29098    124456         0     41369    378276   4046022    156.86    171.31  --
1096.51/274.90	c  S st  1533    237772     29098    124456         0     48718    378276   5809400    156.83    120.62  --
1097.33/275.14	c  S st  1533    238274     29098    124456         0     49220    378276   5897647    156.83   no data  --
1097.33/275.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1097.33/275.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1098.09/275.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.82
1100.10/275.80	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1100.10/275.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1100.10/275.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
1100.10/275.83	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1404.50/352.15	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 303.89 s
1404.50/352.17	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
1404.91/352.27	c vivif2 --  cl tried    49218 cl shrink        0 lits rem          0 time: 0.39
1405.66/352.49	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.87
1406.06/352.50	c calculated reachability. Time: 0.00
1406.06/352.50	c  N dy  1533    238274     29098    124456         0     49218    378276   5895975    156.83   no data  --
1433.19/359.37	c  N dy  1636    253500     29098    124456         0     36464    378276   2544735    156.91    167.32  --
1463.11/366.82	c  N dy  1743    269684     29098    124456         0     52646    378276   6502475    156.99    170.99  --
1495.43/374.95	c  N dy  1860    286983     29098    124456         0     40950    378276   3461440    157.10    167.67  --
1531.76/384.07	c  N dy  1988    305429     29098    124456         0     59395    378276   7948006    157.13    169.26  --
1533.32/384.48	c  F st  1995    306250     29098    124456         0     30223    378276    550563    157.14   no data  --
1566.86/392.87	c  N dy  2096    324999     29098    124456         0     48972    378276   5519610    157.23    177.33  --
1603.94/402.12	c  N dy  2220    345037     29098    124456         0     38015    378276   2157921    157.13    165.43  --
1626.27/407.77	c  S st  2308    357411     29098    124456         0     50389    378276   5190680    157.19   no data  --
1627.47/408.01	c  S st  2308    357914     29098    124456         0     50892    378276   5279011    157.19   no data  --
1627.47/408.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1627.47/408.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1628.29/408.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.81
1629.86/408.62	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1629.86/408.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1629.86/408.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
1629.86/408.66	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1882.81/472.02	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 252.41 s
1882.81/472.04	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
1883.22/472.13	c vivif2 --  cl tried    50888 cl shrink        0 lits rem          0 time: 0.36
1883.97/472.36	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.91
1883.97/472.37	c calculated reachability. Time: 0.01
1883.97/472.37	c  N dy  2308    357914     29098    124456         0     50888    378276   5277607    157.19   no data  --
1923.46/482.21	c  N dy  2453    377993     29098    124456         0     38968    378276   2172381    157.24    176.99  --
1961.80/491.88	c  N dy  2593    398153     29098    124456         0     59128    378276   7073609    157.25    165.92  --
2000.06/501.48	c  N dy  2726    418180     29098    124456         0     46155    378276   3726829    157.34    165.80  --
2039.96/511.46	c  N dy  2862    438208     29098    124456         0     66182    378276   8623815    157.40    225.89  --
2076.65/520.67	c  N dy  3002    458242     29098    124456         0     52216    378276   5017352    157.55    222.37  --
2115.38/530.33	c  N dy  3136    478290     29098    124456         0     37271    378276   1048696    157.52    198.56  --
2152.05/539.56	c  N dy  3274    498350     29098    124456         0     57329    378276   6001258    157.56    173.21  --
2192.34/549.62	c  N dy  3413    518441     29098    124456         0     41416    378276   1779282    157.59    172.91  --
2225.49/557.94	c  S st  3540    536873     29098    124456         0     59847    378276   6295430    157.63    132.74  --
2226.24/558.18	c  S st  3540    537376     29098    124456         0     60350    378276   6388181    157.63   no data  --
2226.64/558.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
2226.64/558.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2227.44/558.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.85
2229.04/558.86	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2229.04/558.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2229.04/558.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.05 s
2229.04/558.89	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
2595.24/650.67	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 365.05 s
2595.24/650.68	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
2595.64/650.79	c vivif2 --  cl tried    60345 cl shrink        0 lits rem          0 time: 0.41
2596.85/651.03	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.96
2596.85/651.04	c calculated reachability. Time: 0.00
2596.85/651.04	c  N dy  3540    537376     29098    124456         0     60345    378276   6386255    157.63   no data  --
2634.33/660.42	c  N dy  3683    557399     29098    124456         0     43378    378276   2030160    157.68    166.29  --
2671.03/669.60	c  N dy  3824    577519     29098    124456         0     63495    378276   7005103    157.77    171.04  --
2708.93/679.14	c  N dy  3964    597566     29098    124456         0     45534    378276   2340817    157.86    168.61  --
2745.63/688.34	c  N dy  4095    617650     29098    124456         0     65617    378276   7295506    157.87    169.77  --
2783.52/697.80	c  N dy  4234    637748     29098    124456         0     46715    378276   2348219    157.90    171.65  --
2820.63/707.15	c  N dy  4374    657834     29098    124456         0     66800    378276   7358521    158.00    181.88  --
2858.92/716.77	c  N dy  4510    677931     29098    124456         0     46905    378276   2135151    158.03    167.02  --
2896.86/726.23	c  N dy  4654    698191     29098    124456         0     67163    378276   7145214    158.10    167.02  --
2935.93/736.02	c  N dy  4794    718286     29098    124456         0     46256    378276   1732047    158.13    172.11  --
2972.20/745.14	c  N dy  4926    738304     29098    124456         0     66273    378276   6560610    158.11    172.47  --
3012.09/755.19	c  N dy  5070    758447     29098    124456         0     44416    378276   1102756    158.14    166.88  --
3048.40/764.25	c  N dy  5201    778511     29098    124456         0     64480    378276   5941294    158.09    168.93  --
3090.68/774.80	c  N dy  5334    798563     29098    124456         0     84531    378276  10889576    158.10    168.36  --
3104.64/778.39	c  S st  5388    806064     29098    124456         0     49035    378276   1983257    158.10   no data  --
3105.84/778.62	c  S st  5388    806566     29098    124456         0     49537    378276   2065141    158.10   no data  --
3105.84/778.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3105.84/778.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3106.64/778.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.81
3107.47/779.02	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3107.47/779.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3107.47/779.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
3107.47/779.06	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
3130.57/784.83	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 22.99 s
3130.57/784.84	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
3130.57/784.88	c vivif2 --  cl tried    49534 cl shrink        0 lits rem          0 time: 0.14
3131.36/785.09	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.85
3131.76/785.10	c calculated reachability. Time: 0.00
3131.76/785.10	c  N dy  5388    806566     29098    124456         0     49534    378276   2062895    158.10   no data  --
3170.46/794.80	c  N dy  5517    826842     29098    124456         0     69807    378276   6946699    158.06    173.34  --
3213.14/805.55	c  N dy  5654    846917     29098    124456         0     45884    378276    948959    158.05    215.26  --
3253.04/815.51	c  N dy  5795    866947     29098    124456         0     65911    378276   5920789    158.12    168.80  --
3296.16/826.35	c  N dy  5924    887014     29098    124456         0     85977    378276  10811747    158.11    178.40  --
3337.21/836.69	c  N dy  6060    907172     29098    124456         0     61137    378276   4476920    158.14    167.44  --
3380.69/847.50	c  N dy  6200    927177     29098    124456         0     81141    378276   9375775    158.18    174.05  --
3423.42/858.24	c  N dy  6331    947195     29098    124456         0     55166    378276   2739881    158.15    170.33  --
3465.66/868.81	c  N dy  6476    967258     29098    124456         0     75226    378276   7677413    158.17    169.28  --
3511.18/880.25	c  N dy  6610    987337     29098    124456         0     48309    378276    836704    158.19    167.44  --
3551.83/890.49	c  N dy  6753   1007437     29098    124456         0     68409    378276   5795869    158.22    167.29  --
3596.51/901.65	c  N dy  6887   1027463     29098    124456         0     88433    378276  10663632    158.21    185.90  --
3638.03/912.02	c  N dy  7021   1047587     29098    124456         0     60565    378276   3625757    158.22    170.11  --
3679.88/922.56	c  N dy  7165   1067690     29098    124456         0     80666    378276   8589964    158.26    176.06  --
3689.05/924.89	c  F st  7195   1071875     29098    124456         0     84850    378276   9644205    158.28   no data  --
3724.55/933.72	c  N dy  7280   1087760     29098    124456         0     51735    378276   1179476    158.32    175.03  --
3763.70/943.67	c  N dy  7414   1107888     29098    124456         0     71861    378276   6129073    158.32    167.85  --
3807.10/954.68	c  N dy  7548   1127986     29098    124456         0     91959    378276  11056630    158.30    173.82  --
3848.58/965.05	c  N dy  7676   1148060     29098    124456         0     62040    378276   3429630    158.26    169.46  --
3890.87/975.62	c  N dy  7816   1168130     29098    124456         0     82109    378276   8392044    158.29    178.38  --
3936.74/987.12	c  N dy  7950   1188224     29098    124456         0     51196    378276    568991    158.31    169.69  --
3974.64/996.69	c  N dy  8090   1208286     29098    124456         0     71257    378276   5507925    158.33    175.48  --
3977.82/997.49	c  S st  8103   1209849     29098    124456         0     72820    378276   5879618    158.34   no data  --
3979.03/997.76	c  S st  8103   1210354     29098    124456         0     73325    378276   5982712    158.34   no data  --
3979.03/997.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3979.03/997.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3980.22/998.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.93
3981.82/998.43	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3981.82/998.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3981.82/998.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
3981.82/998.47	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
4322.50/1083.88	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 340.17 s
4322.89/1083.90	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
4323.29/1084.00	c vivif2 --  cl tried    73320 cl shrink        0 lits rem          0 time: 0.39
4324.09/1084.27	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 1.06
4324.09/1084.28	c calculated reachability. Time: 0.00
4324.09/1084.28	c  N dy  8103   1210354     29098    124456         0     73320    378276   5979089    158.34   no data  --
4366.77/1094.93	c  N dy  8242   1230457     29098    124456         0     93422    378276  10917114    158.35    169.52  --
4408.66/1105.42	c  N dy  8380   1250463     29098    124456         0     61421    378276   2881330    158.39    168.58  --
4448.97/1115.52	c  N dy  8525   1270574     29098    124456         0     81530    378276   7910430    158.44    171.72  --
4492.42/1126.49	c  N dy  8665   1290669     29098    124456         0    101622    378276  12857315    158.45    230.44  --
4533.10/1136.61	c  N dy  8811   1310682     29098    124456         0     68635    378276   4439013    158.50    167.20  --
4574.20/1146.93	c  N dy  8940   1330699     29098    124456         0     88651    378276   9450474    158.53    175.54  --
4619.26/1158.24	c  N dy  9074   1350884     29098    124456         0     54850    378276    752631    158.56    167.81  --
4658.36/1168.02	c  N dy  9216   1371025     29098    124456         0     74986    378276   5766879    158.59    170.62  --
4700.64/1178.65	c  N dy  9347   1391068     29098    124456         0     95028    378276  10637919    158.60    174.72  --
4746.93/1190.23	c  N dy  9483   1411175     29098    124456         0     60138    378276   1788145    158.59    170.95  --
4788.41/1200.66	c  N dy  9615   1431194     29098    124456         0     80155    378276   6738432    158.62    170.58  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368536-1305396573/watcher-3368536-1305396573 -o /tmp/evaluation-result-3368536-1305396573/solver-3368536-1305396573 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368536-1305396573.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: 7.42 7.92 7.49 7/333 20012
/proc/meminfo: memFree=23409844/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 411 0 0 0 1 0 0 0 21 0 4 0 632072978 52465664 352 33554432000 4194304 4650419 140736578322176 18446744073709551615 47252611622828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 12809 352 303 112 0 7774 0
[pid=20012/tid=20013] ppid=20010 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 632072978 52465664 352 33554432000 4194304 4650419 140736578322176 18446744073709551615 47252611622834 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632072979 52465664 352 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632072979 52465664 352 33554432000 4194304 4650419 140736578322176 18446744073709551615 47252611622834 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.062296 s]
/proc/loadavg: 7.42 7.92 7.49 7/333 20012
/proc/meminfo: memFree=23409844/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=371500 CPUtime=0.2 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 14758 0 0 0 16 4 0 0 18 0 4 0 632072978 380416000 12712 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338052463 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 92875 12774 344 112 0 87840 0
[pid=20012/tid=20013] ppid=20010 vsize=371500 CPUtime=0.05 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 3576 0 0 0 4 1 0 0 18 0 4 0 632072978 380416000 12832 33554432000 4194304 4650419 140736578322176 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=371500 CPUtime=0.04 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) S 20010 20012 18941 0 -1 4202560 3646 0 0 0 3 1 0 0 18 0 4 0 632072979 380416000 12857 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338488814 0 0 4096 2 18446604464014957376 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=371500 CPUtime=0.05 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) S 20010 20012 18941 0 -1 4202560 3893 0 0 0 4 1 0 0 18 0 4 0 632072979 380416000 12857 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338488814 0 0 4096 2 18446604464014957376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 371500

[startup+0.105268 s]
/proc/loadavg: 7.42 7.92 7.49 7/333 20012
/proc/meminfo: memFree=23409844/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=375284 CPUtime=0.35 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 17418 0 0 0 27 8 0 0 18 0 4 0 632072978 384290816 15372 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338488863 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 93821 15390 344 112 0 88786 0
[pid=20012/tid=20013] ppid=20010 vsize=375284 CPUtime=0.08 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 4178 0 0 0 6 2 0 0 17 0 4 0 632072978 384290816 15398 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338427063 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=375284 CPUtime=0.06 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) S 20010 20012 18941 0 -1 4202560 4182 0 0 0 5 1 0 0 17 0 4 0 632072979 384290816 15421 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338488814 0 0 4096 2 18446604464014957376 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=375284 CPUtime=0.08 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 4515 0 0 0 6 2 0 0 17 0 4 0 632072979 384290816 15437 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338488814 0 0 4096 2 18446604464014957376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 375284

[startup+0.345596 s]
/proc/loadavg: 7.42 7.92 7.49 7/333 20012
/proc/meminfo: memFree=23409844/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=399536 CPUtime=1.29 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 26547 0 0 0 116 13 0 0 18 0 4 0 632072978 409124864 22279 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338032728 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 99884 22281 377 112 0 94849 0
[pid=20012/tid=20013] ppid=20010 vsize=399536 CPUtime=0.31 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 6934 0 0 0 28 3 0 0 18 0 4 0 632072978 409124864 22282 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338044961 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=399536 CPUtime=0.31 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) S 20010 20012 18941 0 -1 4202560 6779 0 0 0 28 3 0 0 18 0 4 0 632072979 409124864 22282 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338488814 0 0 4096 2 18446604464014957376 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=399536 CPUtime=0.32 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 5437 0 0 0 29 3 0 0 18 0 4 0 632072979 409124864 22284 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 399536

[startup+0.701144 s]
/proc/loadavg: 7.42 7.92 7.49 7/333 20012
/proc/meminfo: memFree=23409844/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=416096 CPUtime=2.69 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 41726 0 0 0 253 16 0 0 18 0 4 0 632072978 426082304 37246 33554432000 4194304 4650419 140736578322176 18446744073709551615 270338039815 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 104024 37246 387 112 0 98989 0
[pid=20012/tid=20013] ppid=20010 vsize=416096 CPUtime=0.67 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 11722 0 0 0 62 5 0 0 18 0 4 0 632072978 426082304 37246 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=416096 CPUtime=0.65 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 12840 0 0 0 61 4 0 0 18 0 4 0 632072979 426082304 37247 33554432000 4194304 4650419 140736578322176 18446744073709551615 4451368 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=416096 CPUtime=0.67 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 5674 0 0 0 64 3 0 0 18 0 4 0 632072979 426082304 37247 33554432000 4194304 4650419 140736578322176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 416096

[startup+1.50098 s]
/proc/loadavg: 7.63 7.95 7.51 10/337 20016
/proc/meminfo: memFree=23223316/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=416096 CPUtime=5.88 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 45459 0 0 0 571 17 0 0 19 0 4 0 632072978 426082304 40150 33554432000 4194304 4650419 140736578322176 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 104024 40150 391 112 0 98989 0
[pid=20012/tid=20013] ppid=20010 vsize=416096 CPUtime=1.47 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 12810 0 0 0 142 5 0 0 19 0 4 0 632072978 426082304 40150 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=416096 CPUtime=1.44 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 14390 0 0 0 140 4 0 0 19 0 4 0 632072979 426082304 40150 33554432000 4194304 4650419 140736578322176 18446744073709551615 4333540 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=416096 CPUtime=1.46 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 6211 0 0 0 143 3 0 0 19 0 4 0 632072979 426082304 40150 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 416096

[startup+3.10067 s]
/proc/loadavg: 7.63 7.95 7.51 9/337 20016
/proc/meminfo: memFree=23203580/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=448916 CPUtime=12.27 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 50361 0 0 0 1208 19 0 0 23 0 4 0 632072978 459689984 45026 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 112229 45026 391 112 0 107194 0
[pid=20012/tid=20013] ppid=20010 vsize=448916 CPUtime=3.07 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 13988 0 0 0 301 6 0 0 23 0 4 0 632072978 459689984 45026 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=448916 CPUtime=3.03 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 15531 0 0 0 298 5 0 0 23 0 4 0 632072979 459689984 45026 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=448916 CPUtime=3.07 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 7674 0 0 0 303 4 0 0 23 0 4 0 632072979 459689984 45026 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 448916

[startup+6.30103 s]
/proc/loadavg: 7.66 7.95 7.51 9/337 20016
/proc/meminfo: memFree=23103396/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=589892 CPUtime=25.03 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 59134 0 0 0 2482 21 0 0 25 0 4 0 632072978 604049408 53799 33554432000 4194304 4650419 140736578322176 18446744073709551615 4304187 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 147473 53799 391 112 0 142438 0
[pid=20012/tid=20013] ppid=20010 vsize=589892 CPUtime=6.27 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 16295 0 0 0 621 6 0 0 25 0 4 0 632072978 604049408 53799 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=589892 CPUtime=6.19 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 17682 0 0 0 614 5 0 0 25 0 4 0 632072979 604049408 53799 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=589892 CPUtime=6.27 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 9809 0 0 0 623 4 0 0 25 0 4 0 632072979 604049408 53799 33554432000 4194304 4650419 140736578322176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 589892

[startup+12.7008 s]
/proc/loadavg: 7.76 7.97 7.52 9/337 20017
/proc/meminfo: memFree=23048032/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=744636 CPUtime=50.56 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 103591 0 0 0 5025 31 0 0 25 0 4 0 632072978 762507264 75147 33554432000 4194304 4650419 140736578322176 18446744073709551615 4439648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 186159 75147 409 112 0 181124 0
[pid=20012/tid=20013] ppid=20010 vsize=744636 CPUtime=12.67 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 23215 0 0 0 1259 8 0 0 25 0 4 0 632072978 762507264 75147 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=744636 CPUtime=12.52 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 23575 0 0 0 1245 7 0 0 25 0 4 0 632072979 762507264 75147 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=744636 CPUtime=12.67 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 16717 0 0 0 1261 6 0 0 25 0 4 0 632072979 762507264 75147 33554432000 4194304 4650419 140736578322176 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 744636

[startup+25.5132 s]
/proc/loadavg: 7.88 7.99 7.53 9/337 20017
/proc/meminfo: memFree=22737816/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=772556 CPUtime=101.65 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 203352 0 0 0 10108 57 0 0 25 0 4 0 632072978 791097344 124044 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 193139 124044 395 112 0 188104 0
[pid=20012/tid=20013] ppid=20010 vsize=772556 CPUtime=25.48 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 76578 0 0 0 2529 19 0 0 25 0 4 0 632072978 791097344 124044 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=772556 CPUtime=25.19 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 39811 0 0 0 2507 12 0 0 25 0 4 0 632072979 791097344 124044 33554432000 4194304 4650419 140736578322176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=772556 CPUtime=25.48 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 40434 0 0 0 2534 14 0 0 25 0 4 0 632072979 791097344 124044 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 772556

[startup+51.1012 s]
/proc/loadavg: 7.92 7.99 7.54 9/337 20018
/proc/meminfo: memFree=22608824/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=907412 CPUtime=203.72 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 355203 0 0 0 20281 91 0 0 25 0 4 0 632072978 929189888 138624 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 226853 138624 395 112 0 221818 0
[pid=20012/tid=20013] ppid=20010 vsize=907412 CPUtime=51.06 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 167958 0 0 0 5075 31 0 0 25 0 4 0 632072978 929189888 138624 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=907412 CPUtime=50.5 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 65474 0 0 0 5030 20 0 0 25 0 4 0 632072979 929189888 138624 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=907412 CPUtime=51.07 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 58790 0 0 0 5084 23 0 0 25 0 4 0 632072979 929189888 138624 33554432000 4194304 4650419 140736578322176 18446744073709551615 4333862 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 907412

[startup+102.301 s]
/proc/loadavg: 8.06 8.02 7.57 9/337 20019
/proc/meminfo: memFree=22470732/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1002068 CPUtime=407.98 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 588663 0 0 0 40659 139 0 0 25 0 4 0 632072978 1026117632 169297 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 250517 169297 395 112 0 245482 0
[pid=20012/tid=20013] ppid=20010 vsize=1002068 CPUtime=102.27 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 220256 0 0 0 10183 44 0 0 25 0 4 0 632072978 1026117632 169297 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1002068 CPUtime=101.14 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 93290 0 0 0 10087 27 0 0 25 0 4 0 632072979 1026117632 169297 33554432000 4194304 4650419 140736578322176 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1002068 CPUtime=102.26 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 90455 0 0 0 10194 32 0 0 25 0 4 0 632072979 1026117632 169297 33554432000 4194304 4650419 140736578322176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 1002068

[startup+162.301 s]

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

[pid=20012] ppid=20010 vsize=1484508 CPUtime=2801.47 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 2258430 0 0 0 279538 609 0 0 25 0 4 0 632072978 1520136192 301371 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363617 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 371127 301371 481 112 0 366092 0
[pid=20012/tid=20013] ppid=20010 vsize=1484508 CPUtime=702.27 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 499757 0 0 0 70082 145 0 0 25 0 4 0 632072978 1520136192 301371 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1484508 CPUtime=694.61 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 334231 0 0 0 69332 129 0 0 25 0 4 0 632072979 1520136192 301371 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1484508 CPUtime=702.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 549750 0 0 0 70058 171 0 0 25 0 4 0 632072979 1520136192 301371 33554432000 4194304 4650419 140736578322176 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.47
Current children cumulated vsize (KiB) 1484508

[startup+762.301 s]
/proc/loadavg: 8.14 8.11 7.83 9/337 20037
/proc/meminfo: memFree=21736412/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1551516 CPUtime=3040.82 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 2366281 0 0 0 303429 653 0 0 25 0 4 0 632072978 1588752384 292029 33554432000 4194304 4650419 140736578322176 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 387879 292029 481 112 0 382844 0
[pid=20012/tid=20013] ppid=20010 vsize=1551516 CPUtime=762.27 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 526875 0 0 0 76072 155 0 0 25 0 4 0 632072978 1588752384 292029 33554432000 4194304 4650419 140736578322176 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1551516 CPUtime=753.96 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 357802 0 0 0 75256 140 0 0 25 0 4 0 632072979 1588752384 292029 33554432000 4194304 4650419 140736578322176 18446744073709551615 4311360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1551516 CPUtime=762.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 583201 0 0 0 76045 184 0 0 25 0 4 0 632072979 1588752384 292029 33554432000 4194304 4650419 140736578322176 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.82
Current children cumulated vsize (KiB) 1551516

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 7.84 9/337 20038
/proc/meminfo: memFree=21645480/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1617608 CPUtime=3280.16 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 2516632 0 0 0 327318 698 0 0 25 0 4 0 632072978 1656430592 312601 33554432000 4194304 4650419 140736578322176 18446744073709551615 4333767 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20012/statm: 404402 312601 395 112 0 399367 0
[pid=20012/tid=20013] ppid=20010 vsize=1617608 CPUtime=822.27 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 626062 0 0 0 82051 176 0 0 25 0 4 0 632072978 1656430592 312601 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1617608 CPUtime=813.3 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 383136 0 0 0 81178 152 0 0 25 0 4 0 632072979 1656430592 312601 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1617608 CPUtime=822.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 588184 0 0 0 82042 187 0 0 25 0 4 0 632072979 1656430592 312601 33554432000 4194304 4650419 140736578322176 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.16
Current children cumulated vsize (KiB) 1617608

[startup+882.3 s]
/proc/loadavg: 8.04 8.08 7.84 9/337 20040
/proc/meminfo: memFree=21653376/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1559760 CPUtime=3519.54 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 2831781 0 0 0 351189 765 0 0 25 0 4 0 632072978 1597194240 307273 33554432000 4194304 4650419 140736578322176 18446744073709551615 4310792 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 389940 307273 395 112 0 384905 0
[pid=20012/tid=20013] ppid=20010 vsize=1559760 CPUtime=882.28 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 689062 0 0 0 88043 185 0 0 25 0 4 0 632072978 1597194240 307276 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1559760 CPUtime=873.3 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 588232 0 0 0 87149 181 0 0 25 0 4 0 632072979 1597194240 307276 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1559760 CPUtime=882.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 613897 0 0 0 88027 202 0 0 25 0 4 0 632072979 1597194240 307276 33554432000 4194304 4650419 140736578322176 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.54
Current children cumulated vsize (KiB) 1559760

[startup+942.3 s]
/proc/loadavg: 8.22 8.11 7.87 10/338 20044
/proc/meminfo: memFree=21566356/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1750524 CPUtime=3758.56 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 2930323 0 0 0 375057 799 0 0 25 0 4 0 632072978 1792536576 325463 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 437631 325463 395 112 0 432596 0
[pid=20012/tid=20013] ppid=20010 vsize=1750524 CPUtime=941.97 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 708611 0 0 0 94009 188 0 0 25 0 4 0 632072978 1792536576 325463 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1750524 CPUtime=933.28 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 615172 0 0 0 93138 190 0 0 25 0 4 0 632072979 1792536576 325463 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1750524 CPUtime=942.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 643332 0 0 0 94014 215 0 0 25 0 4 0 632072979 1792536576 325463 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.56
Current children cumulated vsize (KiB) 1750524

[startup+1002.31 s]
/proc/loadavg: 8.19 8.13 7.89 9/337 20046
/proc/meminfo: memFree=21631064/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1620584 CPUtime=3997.42 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 3016054 0 0 0 398903 839 0 0 25 0 4 0 632072978 1659478016 313308 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476769 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 405146 313308 395 112 0 400111 0
[pid=20012/tid=20013] ppid=20010 vsize=1620584 CPUtime=1001.54 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 716829 0 0 0 99962 192 0 0 25 0 4 0 632072978 1659478016 313308 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1620584 CPUtime=993.29 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 642142 0 0 0 99127 202 0 0 25 0 4 0 632072979 1659478016 313308 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1620584 CPUtime=1002.3 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 672985 0 0 0 100002 228 0 0 25 0 4 0 632072979 1659478016 313308 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.42
Current children cumulated vsize (KiB) 1620584

[startup+1062.3 s]
/proc/loadavg: 8.16 8.14 7.90 9/337 20048
/proc/meminfo: memFree=21615528/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1636564 CPUtime=4236.73 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 3105508 0 0 0 422795 878 0 0 25 0 4 0 632072978 1675841536 317802 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476207 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 409141 317802 395 112 0 404106 0
[pid=20012/tid=20013] ppid=20010 vsize=1636564 CPUtime=1061.53 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 744968 0 0 0 105949 204 0 0 25 0 4 0 632072978 1675841536 317802 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1636564 CPUtime=1053.29 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 668553 0 0 0 105114 215 0 0 25 0 4 0 632072979 1675841536 317802 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1636564 CPUtime=1062.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 699140 0 0 0 105987 242 0 0 25 0 4 0 632072979 1675841536 317802 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4236.73
Current children cumulated vsize (KiB) 1636564

[startup+1122.3 s]
/proc/loadavg: 8.22 8.17 7.93 9/337 20049
/proc/meminfo: memFree=21598144/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1607756 CPUtime=4476.06 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 3211400 0 0 0 446687 919 0 0 25 0 4 0 632072978 1646342144 321191 33554432000 4194304 4650419 140736578322176 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 401939 321191 395 112 0 396904 0
[pid=20012/tid=20013] ppid=20010 vsize=1607756 CPUtime=1121.52 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 773391 0 0 0 111936 216 0 0 25 0 4 0 632072978 1646342144 321191 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1607756 CPUtime=1113.28 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 695814 0 0 0 111100 228 0 0 25 0 4 0 632072979 1646342144 321191 33554432000 4194304 4650419 140736578322176 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1607756 CPUtime=1122.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 724238 0 0 0 111977 252 0 0 25 0 4 0 632072979 1646342144 321191 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.06
Current children cumulated vsize (KiB) 1607756

[startup+1182.3 s]
/proc/loadavg: 8.16 8.16 7.94 9/337 20051
/proc/meminfo: memFree=21467284/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1805532 CPUtime=4715.41 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 3334274 0 0 0 470574 967 0 0 25 0 4 0 632072978 1848864768 356139 33554432000 4194304 4650419 140736578322176 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 451383 356139 395 112 0 446348 0
[pid=20012/tid=20013] ppid=20010 vsize=1805532 CPUtime=1181.52 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 798021 0 0 0 117927 225 0 0 25 0 4 0 632072978 1848864768 356139 33554432000 4194304 4650419 140736578322176 18446744073709551615 4364471 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1805532 CPUtime=1173.27 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 740830 0 0 0 117085 242 0 0 25 0 4 0 632072979 1848864768 356139 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1805532 CPUtime=1182.29 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 754202 0 0 0 117966 263 0 0 25 0 4 0 632072979 1848864768 356139 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.41
Current children cumulated vsize (KiB) 1805532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.19 8.17 7.94 6/332 20052
/proc/meminfo: memFree=22027168/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1745168 CPUtime=4800.04 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 3372472 0 0 0 479024 980 0 0 25 0 4 0 632072978 1787052032 347236 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 436292 347236 395 112 0 431257 0
[pid=20012/tid=20013] ppid=20010 vsize=1745168 CPUtime=1202.75 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 809253 0 0 0 120046 229 0 0 25 0 4 0 632072978 1787052032 347240 33554432000 4194304 4650419 140736578322176 18446744073709551615 4310813 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1745168 CPUtime=1194.5 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 750334 0 0 0 119206 244 0 0 25 0 4 0 632072979 1787052032 347240 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1745168 CPUtime=1203.51 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 764495 0 0 0 120084 267 0 0 25 0 4 0 632072979 1787052032 347240 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1745168

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

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

[startup+1203.5 s]
/proc/loadavg: 8.19 8.17 7.94 6/332 20052
/proc/meminfo: memFree=22027168/32951124 swapFree=59367104/67111528
[pid=20012] ppid=20010 vsize=1745168 CPUtime=4800.04 cores=1,3,5,7
/proc/20012/stat : 20012 (strangenight1-m) R 20010 20012 18941 0 -1 4202496 3372472 0 0 0 479024 980 0 0 25 0 4 0 632072978 1787052032 347236 33554432000 4194304 4650419 140736578322176 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20012/statm: 436292 347236 395 112 0 431257 0
[pid=20012/tid=20013] ppid=20010 vsize=1745168 CPUtime=1202.75 cores=1,3,5,7
/proc/20012/task/20013/stat : 20013 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 809253 0 0 0 120046 229 0 0 25 0 4 0 632072978 1787052032 347240 33554432000 4194304 4650419 140736578322176 18446744073709551615 4310813 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20012/tid=20014] ppid=20010 vsize=1745168 CPUtime=1194.5 cores=1,3,5,7
/proc/20012/task/20014/stat : 20014 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 750334 0 0 0 119206 244 0 0 25 0 4 0 632072979 1787052032 347240 33554432000 4194304 4650419 140736578322176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20012/tid=20015] ppid=20010 vsize=1745168 CPUtime=1203.51 cores=1,3,5,7
/proc/20012/task/20015/stat : 20015 (strangenight1-m) R 20010 20012 18941 0 -1 4202560 764495 0 0 0 120084 267 0 0 25 0 4 0 632072979 1787052032 347240 33554432000 4194304 4650419 140736578322176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1745168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.59
CPU time (s): 4800.14
CPU user time (s): 4790.28
CPU system time (s): 9.8595
CPU usage (%): 398.819
Max. virtual memory (cumulated for all children) (KiB): 1805768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.28
system time used= 9.8595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3372480
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= 11988
involuntary context switches= 32524

runsolver used 3.43748 second user time and 9.73252 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 20:09:34
IDJOB=3368536
IDBENCH=82545
IDSOLVER=1846
FILE ID=node143/3368536-1305396573
RUNJOBID= node143-1305396573-19990
PBS_JOBID= 13324429
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S629207485-001-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368536-1305396573/watcher-3368536-1305396573 -o /tmp/evaluation-result-3368536-1305396573/solver-3368536-1305396573 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368536-1305396573.cnf

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

MD5SUM BENCH= 33c09da85657b6bbed23989098d6baf7
RANDOM SEED=1691941243

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23410000 kB
Buffers:        137680 kB
Cached:         646796 kB
SwapCached:      66728 kB
Active:          95116 kB
Inactive:      9222656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23410000 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:           15616 kB
Writeback:           0 kB
AnonPages:     8466480 kB
Mapped:          22508 kB
Slab:           105512 kB
PageTables:      53372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70021348 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= 73408 MiB
End job on node143 at 2011-05-14 20:29:39