Trace number 3174927

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.13 1201.78

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.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-3174927-1304053776.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.31/0.18	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.31/0.18	c -- vars added      30000
0.31/0.18	c Parsing time:  0.39 s
1.06/0.35	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
1.06/0.35	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.37
1.06/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.27
1.85/0.52	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1.85/0.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.85/0.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.04 s
1.85/0.52	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.05 s
3.87/1.03	c lits-rem:         0  cl-subs:        0  v-elim:    902  v-fix:    0  time:  1.24 s
3.87/1.03	c Finding binary XORs  T:     0.02 s  found:       0
3.87/1.03	c Finding non-binary XORs:     0.27 s (found:       0, avg size: nan)
3.87/1.03	c calculated reachability. Time: 0.00
3.87/1.03	c Calc default polars -  time:   0.04 s pos:   13058 undec:    3471 neg:   13471
3.87/1.03	c =========================================================================================
3.87/1.03	c types(t): F = full restart, N = normal restart
3.87/1.03	c types(t): S = simplification begin/end, E = solution found
3.87/1.03	c restart types(rt): st = static, dy = dynamic
3.87/1.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.87/1.03	c  B st     0         0     29098    124456         0         0    378276         0   no data   no data  --
8.66/2.29	c  N dy    22      4118     29098    124456         0      4118    378276   1072755    160.01    169.29  --
14.23/3.69	c  N dy    49      8195     29098    124456         0      8194    378276   2043753    157.26    171.21  --
20.23/5.15	c  N dy    78     12320     29098    124456         0     12317    378276   3042679    157.99    167.88  --
26.61/6.78	c  N dy   107     16822     29098    124456         0     16818    378276   4144021    157.84    170.17  --
33.01/8.30	c  N dy   130     20913     29098    124456         0     10913    378276    831458    156.13    169.92  --
38.61/9.73	c  F st   158     25000     29098    124456         0     15000    378276   1793819    155.92   no data  --
38.61/9.78	c  N st   158     25000     29098    124456         0     15000    378276   1793819    155.92   no data  --
46.99/11.87	c  N dy   164     30000     29098    124456         0     19998    378276   3842927    155.92   no data  --
46.99/11.87	c  S st   164     30000     29098    124456         0     19998    378276   3842927    155.92   no data  --
47.81/12.06	c  S st   164     30502     29098    124456         0     20500    378276   3932886    155.92   no data  --
47.81/12.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
47.81/12.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.59/12.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.66
50.58/12.70	c bin-w-bin subsume rem            0 bins  time:  0.03 s
50.58/12.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
50.58/12.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
50.58/12.74	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
82.14/20.60	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time: 31.25 s
82.54/20.76	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.64
82.54/20.77	c calculated reachability. Time: 0.00
82.54/20.77	c  N dy   164     30502     29098    124456         0     20495    378276   3930469    155.92   no data  --
89.73/22.50	c  N dy   191     34596     29098    124456         0     24589    378276   4899817    155.77    171.31  --
96.53/24.26	c  N dy   214     38801     29098    124456         0     28794    378276   5875394    155.10    163.67  --
103.71/26.05	c  N dy   246     42918     29098    124456         0     17412    378276   1236017    155.98    168.67  --
108.50/27.23	c  S st   268     45755     29098    124456         0     20249    378276   1909298    155.83   no data  --
109.32/27.43	c  S st   268     46259     29098    124456         0     20753    378276   1994622    155.83   no data  --
109.32/27.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
109.32/27.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
110.10/27.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.68
110.90/27.82	c bin-w-bin subsume rem            0 bins  time:  0.04 s
110.90/27.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
110.90/27.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.05 s
110.90/27.85	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
130.47/32.77	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time: 19.62 s
130.47/32.79	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
130.87/32.82	c vivif2 --  cl tried    20751 cl shrink        0 lits rem          0 time: 0.13
131.29/32.97	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.60
131.29/32.98	c calculated reachability. Time: 0.00
131.29/32.98	c  N dy   268     46259     29098    124456         0     20751    378276   1993558    155.83   no data  --
138.06/34.68	c  N dy   299     50394     29098    124456         0     24885    378276   3011964    156.26    165.33  --
144.87/36.35	c  N dy   330     54470     29098    124456         0     28961    378276   3989222    156.40    176.78  --
152.04/38.15	c  N dy   364     58553     29098    124456         0     33043    378276   5010342    157.00    166.48  --
159.63/40.00	c  N dy   391     62821     29098    124456         0     37310    378276   6049284    156.90    167.42  --
166.03/41.68	c  N dy   419     66931     29098    124456         0     22676    378276   1681415    157.10    173.69  --
170.02/42.69	c  S st   436     69390     29098    124456         0     25135    378276   2299992    157.10    159.88  --
170.84/42.89	c  S st   436     69892     29098    124456         0     25637    378276   2379945    157.10   no data  --
171.24/42.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
171.24/42.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
171.62/43.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.69
172.42/43.28	c bin-w-bin subsume rem            0 bins  time:  0.04 s
172.42/43.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
172.82/43.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
172.82/43.32	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
195.59/49.06	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time: 22.92 s
195.59/49.08	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
195.99/49.12	c vivif2 --  cl tried    25634 cl shrink        0 lits rem          0 time: 0.15
196.39/49.28	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.65
196.39/49.29	c calculated reachability. Time: 0.01
196.39/49.29	c  N dy   436     69892     29098    124456         0     25634    378276   2378045    157.10   no data  --
204.36/51.20	c  N dy   469     74420     29098    124456         0     30162    378276   3488915    157.39    166.83  --
212.36/53.25	c  N dy   503     79226     29098    124456         0     34966    378276   4690852    157.51    172.84  --
221.14/55.42	c  N dy   536     84302     29098    124456         0     40042    378276   5890285    157.48    176.03  --
226.73/56.82	c  F st   557     87503     29098    124456         0     22368    378276   1034758    157.42   no data  --
232.75/58.34	c  N st   562     90801     29098    124456         0     25666    378276   2264153    157.42   no data  --
242.71/60.84	c  N dy   590     96593     29098    124456         0     31457    378276   3923232    157.23    166.53  --
253.50/63.59	c  N dy   634    102816     29098    124456         0     37680    378276   5460637    157.42    170.16  --
257.50/64.51	c  S st   645    104839     29098    124456         0     39703    378276   5926682    157.24    159.30  --
258.30/64.75	c  S st   645    105342     29098    124456         0     40206    378276   6018800    157.24   no data  --
258.30/64.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
258.30/64.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.11/64.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.76
261.09/65.46	c bin-w-bin subsume rem            0 bins  time:  0.04 s
261.09/65.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
261.09/65.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
261.09/65.49	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
548.30/137.33	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time: 286.26 s
548.30/137.34	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
548.72/137.44	c vivif2 --  cl tried    40200 cl shrink        0 lits rem          0 time: 0.36
549.50/137.63	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.78
549.50/137.64	c calculated reachability. Time: 0.00
549.50/137.64	c  N dy   645    105342     29098    124456         0     40200    378276   6013759    157.24   no data  --
561.08/140.53	c  N dy   688    112162     29098    124456         0     24584    378276   1161739    157.13    191.22  --
572.67/143.42	c  N dy   734    119416     29098    124456         0     31837    378276   2900793    156.99    210.02  --
585.84/146.73	c  N dy   783    127041     29098    124456         0     39462    378276   4752841    156.85    166.69  --
600.63/150.47	c  N dy   841    135198     29098    124456         0     23908    378276    644374    156.70    171.87  --
615.40/154.13	c  N dy   897    143918     29098    124456         0     32626    378276   2734676    156.67    165.10  --
631.78/158.20	c  N dy   961    153261     29098    124456         0     41968    378276   4970805    156.62    169.66  --
640.18/160.37	c  S st   994    158013     29098    124456         0     46720    378276   6090860    156.55   no data  --
641.39/160.61	c  S st   994    158515     29098    124456         0     47222    378276   6174733    156.55   no data  --
641.39/160.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
641.39/160.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
642.17/160.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.78
644.16/161.32	c bin-w-bin subsume rem            0 bins  time:  0.04 s
644.16/161.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
644.16/161.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
644.16/161.36	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
964.93/241.61	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 320.11 s
964.93/241.62	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.06
965.33/241.72	c vivif2 --  cl tried    47214 cl shrink        0 lits rem          0 time: 0.39
966.15/241.93	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.84
966.15/241.94	c calculated reachability. Time: 0.01
966.15/241.94	c  N dy   994    158515     29098    124456         0     47214    378276   6172217    156.55   no data  --
983.72/246.34	c  N dy  1065    168940     29098    124456         0     32778    378276   2484367    156.51    167.54  --
1002.07/250.98	c  N dy  1137    179763     29098    124456         0     43600    378276   5163073    156.62    170.74  --
1022.45/256.08	c  N dy  1223    191250     29098    124456         0     29160    378276   1304089    156.85    165.41  --
1043.22/261.21	c  N dy  1308    203457     29098    124456         0     41364    378276   4321893    156.96    168.75  --
1067.61/267.38	c  N dy  1393    216513     29098    124456         0     27461    378276    640608    156.85    178.79  --
1092.36/273.50	c  N dy  1486    230423     29098    124456         0     41369    378276   4046022    156.86    171.31  --
1105.54/276.84	c  S st  1533    237772     29098    124456         0     48718    378276   5809400    156.83    120.62  --
1106.34/277.09	c  S st  1533    238274     29098    124456         0     49220    378276   5897647    156.83   no data  --
1106.75/277.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1106.75/277.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1107.53/277.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.79
1109.13/277.74	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1109.13/277.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1109.13/277.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.05 s
1109.13/277.77	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1414.74/354.22	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 304.95 s
1414.74/354.23	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
1415.12/354.33	c vivif2 --  cl tried    49218 cl shrink        0 lits rem          0 time: 0.38
1415.91/354.55	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.89
1415.91/354.56	c calculated reachability. Time: 0.01
1415.91/354.56	c  N dy  1533    238274     29098    124456         0     49218    378276   5895975    156.83   no data  --
1443.87/361.55	c  N dy  1636    253500     29098    124456         0     36464    378276   2544735    156.91    167.32  --
1473.84/369.06	c  N dy  1743    269684     29098    124456         0     52646    378276   6502475    156.99    170.99  --
1506.60/377.27	c  N dy  1860    286983     29098    124456         0     40950    378276   3461440    157.10    167.67  --
1543.74/386.56	c  N dy  1988    305429     29098    124456         0     59395    378276   7948006    157.13    169.26  --
1545.74/387.04	c  F st  1995    306250     29098    124456         0     30223    378276    550563    157.14   no data  --
1579.70/395.57	c  N dy  2096    324999     29098    124456         0     48972    378276   5519610    157.23    177.33  --
1617.24/404.93	c  N dy  2220    345037     29098    124456         0     38015    378276   2157921    157.13    165.43  --
1640.01/410.63	c  S st  2308    357411     29098    124456         0     50389    378276   5190680    157.19   no data  --
1640.81/410.88	c  S st  2308    357914     29098    124456         0     50892    378276   5279011    157.19   no data  --
1641.21/410.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1641.21/410.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1642.01/411.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.79
1643.23/411.48	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1643.23/411.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1643.60/411.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.05 s
1643.60/411.52	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1898.46/475.34	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 254.44 s
1898.46/475.36	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
1898.86/475.45	c vivif2 --  cl tried    50888 cl shrink        0 lits rem          0 time: 0.36
1899.66/475.68	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.93
1899.66/475.69	c calculated reachability. Time: 0.01
1899.66/475.69	c  N dy  2308    357914     29098    124456         0     50888    378276   5277607    157.19   no data  --
1939.60/485.68	c  N dy  2453    377993     29098    124456         0     38968    378276   2172381    157.24    176.99  --
1978.75/495.47	c  N dy  2593    398153     29098    124456         0     59128    378276   7073609    157.25    165.92  --
2017.49/505.18	c  N dy  2726    418180     29098    124456         0     46155    378276   3726829    157.34    165.80  --
2058.63/515.45	c  N dy  2862    438208     29098    124456         0     66182    378276   8623815    157.40    225.89  --
2096.19/524.83	c  N dy  3002    458242     29098    124456         0     52216    378276   5017352    157.55    222.37  --
2135.36/534.68	c  N dy  3136    478290     29098    124456         0     37271    378276   1048696    157.52    198.56  --
2171.68/543.71	c  N dy  3274    498350     29098    124456         0     57329    378276   6001258    157.56    173.21  --
2209.23/553.20	c  N dy  3413    518441     29098    124456         0     41416    378276   1779282    157.59    172.91  --
2243.99/561.85	c  S st  3540    536873     29098    124456         0     59847    378276   6295430    157.63    132.74  --
2244.80/562.10	c  S st  3540    537376     29098    124456         0     60350    378276   6388181    157.63   no data  --
2245.21/562.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
2245.21/562.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2245.98/562.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.82
2247.58/562.77	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2247.58/562.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2247.58/562.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.04 s
2247.97/562.81	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
2613.47/654.34	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 365.01 s
2613.47/654.36	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
2613.89/654.46	c vivif2 --  cl tried    60345 cl shrink        0 lits rem          0 time: 0.40
2615.07/654.70	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.96
2615.07/654.71	c calculated reachability. Time: 0.01
2615.07/654.71	c  N dy  3540    537376     29098    124456         0     60345    378276   6386255    157.63   no data  --
2653.02/664.25	c  N dy  3683    557399     29098    124456         0     43378    378276   2030160    157.68    166.29  --
2690.56/673.60	c  N dy  3824    577519     29098    124456         0     63495    378276   7005103    157.77    171.04  --
2729.31/683.32	c  N dy  3964    597566     29098    124456         0     45534    378276   2340817    157.86    168.61  --
2766.85/692.76	c  N dy  4095    617650     29098    124456         0     65617    378276   7295506    157.87    169.77  --
2805.60/702.42	c  N dy  4234    637748     29098    124456         0     46715    378276   2348219    157.90    171.65  --
2843.55/711.99	c  N dy  4374    657834     29098    124456         0     66800    378276   7358521    158.00    181.88  --
2883.08/721.83	c  N dy  4510    677931     29098    124456         0     46905    378276   2135151    158.03    167.02  --
2921.45/731.49	c  N dy  4654    698191     29098    124456         0     67163    378276   7145214    158.10    167.02  --
2961.77/741.53	c  N dy  4794    718286     29098    124456         0     46256    378276   1732047    158.13    172.11  --
2998.92/750.81	c  N dy  4926    738304     29098    124456         0     66273    378276   6560610    158.11    172.47  --
3039.67/761.05	c  N dy  5070    758447     29098    124456         0     44416    378276   1102756    158.14    166.88  --
3076.81/770.36	c  N dy  5201    778511     29098    124456         0     64480    378276   5941294    158.09    168.93  --
3119.18/781.00	c  N dy  5334    798563     29098    124456         0     84531    378276  10889576    158.10    168.36  --
3134.34/784.70	c  S st  5388    806064     29098    124456         0     49035    378276   1983257    158.10   no data  --
3135.14/784.94	c  S st  5388    806566     29098    124456         0     49537    378276   2065141    158.10   no data  --
3135.14/784.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3135.14/784.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3135.94/785.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.79
3136.75/785.35	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3136.75/785.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3136.75/785.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.05 s
3136.75/785.38	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
3160.30/791.24	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 23.39 s
3160.30/791.26	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
3160.69/791.30	c vivif2 --  cl tried    49534 cl shrink        0 lits rem          0 time: 0.15
3161.49/791.52	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.89
3161.49/791.53	c calculated reachability. Time: 0.01
3161.49/791.53	c  N dy  5388    806566     29098    124456         0     49534    378276   2062895    158.10   no data  --
3202.66/801.81	c  N dy  5517    826842     29098    124456         0     69807    378276   6946699    158.06    173.34  --
3247.00/812.94	c  N dy  5654    846917     29098    124456         0     45884    378276    948959    158.05    215.26  --
3289.72/823.61	c  N dy  5795    866947     29098    124456         0     65911    378276   5920789    158.12    168.80  --
3334.07/834.74	c  N dy  5924    887014     29098    124456         0     85977    378276  10811747    158.11    178.40  --
3376.40/845.31	c  N dy  6060    907172     29098    124456         0     61137    378276   4476920    158.14    167.44  --
3420.35/856.32	c  N dy  6200    927177     29098    124456         0     81141    378276   9375775    158.18    174.05  --
3463.88/867.27	c  N dy  6331    947195     29098    124456         0     55166    378276   2739881    158.15    170.33  --
3507.02/878.03	c  N dy  6476    967258     29098    124456         0     75226    378276   7677413    158.17    169.28  --
3551.76/889.27	c  N dy  6610    987337     29098    124456         0     48309    378276    836704    158.19    167.44  --
3592.11/899.35	c  N dy  6753   1007437     29098    124456         0     68409    378276   5795869    158.22    167.29  --
3635.65/910.22	c  N dy  6887   1027463     29098    124456         0     88433    378276  10663632    158.21    185.90  --
3677.61/920.78	c  N dy  7021   1047587     29098    124456         0     60565    378276   3625757    158.22    170.11  --
3720.33/931.47	c  N dy  7165   1067690     29098    124456         0     80666    378276   8589964    158.26    176.06  --
3729.93/933.84	c  F st  7195   1071875     29098    124456         0     84850    378276   9644205    158.28   no data  --
3765.86/942.84	c  N dy  7280   1087760     29098    124456         0     51735    378276   1179476    158.32    175.03  --
3806.61/953.00	c  N dy  7414   1107888     29098    124456         0     71861    378276   6129073    158.32    167.85  --
3850.95/964.14	c  N dy  7548   1127986     29098    124456         0     91959    378276  11056630    158.30    173.82  --
3893.29/974.72	c  N dy  7676   1148060     29098    124456         0     62040    378276   3429630    158.26    169.46  --
3936.03/985.41	c  N dy  7816   1168130     29098    124456         0     82109    378276   8392044    158.29    178.38  --
3983.16/997.25	c  N dy  7950   1188224     29098    124456         0     51196    378276    568991    158.31    169.69  --
4021.91/1006.94	c  N dy  8090   1208286     29098    124456         0     71257    378276   5507925    158.33    175.48  --
4025.10/1007.75	c  S st  8103   1209849     29098    124456         0     72820    378276   5879618    158.34   no data  --
4026.30/1008.03	c  S st  8103   1210354     29098    124456         0     73325    378276   5982712    158.34   no data  --
4026.30/1008.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
4026.30/1008.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4027.09/1008.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.87
4028.72/1008.69	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4029.12/1008.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
4029.12/1008.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.05 s
4029.12/1008.73	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
4369.82/1094.06	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 340.29 s
4369.82/1094.08	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.07
4370.22/1094.18	c vivif2 --  cl tried    73320 cl shrink        0 lits rem          0 time: 0.40
4371.44/1094.46	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 1.10
4371.44/1094.47	c calculated reachability. Time: 0.00
4371.44/1094.47	c  N dy  8103   1210354     29098    124456         0     73320    378276   5979089    158.34   no data  --
4414.56/1105.20	c  N dy  8242   1230457     29098    124456         0     93422    378276  10917114    158.35    169.52  --
4456.90/1115.87	c  N dy  8380   1250463     29098    124456         0     61421    378276   2881330    158.39    168.58  --
4497.64/1126.04	c  N dy  8525   1270574     29098    124456         0     81530    378276   7910430    158.44    171.72  --
4541.58/1137.08	c  N dy  8665   1290669     29098    124456         0    101622    378276  12857315    158.45    230.44  --
4582.74/1147.36	c  N dy  8811   1310682     29098    124456         0     68635    378276   4439013    158.50    167.20  --
4626.68/1158.36	c  N dy  8940   1330699     29098    124456         0     88651    378276   9450474    158.53    175.54  --
4674.61/1170.39	c  N dy  9074   1350884     29098    124456         0     54850    378276    752631    158.56    167.81  --
4716.14/1180.73	c  N dy  9216   1371025     29098    124456         0     74986    378276   5766879    158.59    170.62  --
4760.48/1191.90	c  N dy  9347   1391068     29098    124456         0     95028    378276  10637919    158.60    174.72  --

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-3174927-1304053776/watcher-3174927-1304053776 -o /tmp/evaluation-result-3174927-1304053776/solver-3174927-1304053776 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174927-1304053776.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.48 7.98 7.98 1/172 30588
/proc/meminfo: memFree=20506712/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 595608305 52465664 352 33554432000 4194304 4650419 140734957647248 18446744073709551615 47869923006386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 12809 352 303 112 0 7774 0
[pid=30588/tid=30589] ppid=30586 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 595608305 52465664 352 33554432000 4194304 4650419 140734957647248 18446744073709551615 47869923006386 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 595608305 52465664 352 33554432000 4194304 4650419 140734957647248 18446744073709551615 47869923006386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 595608306 52465664 352 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0911329 s]
/proc/loadavg: 7.48 7.98 7.98 1/172 30588
/proc/meminfo: memFree=20506712/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=372092 CPUtime=0.27 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 16410 0 0 0 17 10 0 0 17 0 4 0 595608305 381022208 14317 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 93023 14320 344 112 0 87988 0
[pid=30588/tid=30589] ppid=30586 vsize=372092 CPUtime=0.06 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 4217 0 0 0 4 2 0 0 18 0 4 0 595608305 381022208 14320 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595551 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=372092 CPUtime=0.06 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) S 30586 30588 30360 0 -1 4202560 4169 0 0 0 4 2 0 0 17 0 4 0 595608305 381022208 14345 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595502 0 0 4096 2 18446604467186120704 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=372092 CPUtime=0.05 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) S 30586 30588 30360 0 -1 4202560 3930 0 0 0 3 2 0 0 17 0 4 0 595608306 381022208 14357 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595502 0 0 4096 2 18446604467186120704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 372092

[startup+0.102937 s]
/proc/loadavg: 7.48 7.98 7.98 1/172 30588
/proc/meminfo: memFree=20506712/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=372092 CPUtime=0.31 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 16841 0 0 0 20 11 0 0 17 0 4 0 595608305 381022208 14748 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595551 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 93023 14757 344 112 0 87988 0
[pid=30588/tid=30589] ppid=30586 vsize=372092 CPUtime=0.07 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 4317 0 0 0 4 3 0 0 17 0 4 0 595608305 381022208 14763 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595551 0 0 4096 2 18446604467186120704 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=372092 CPUtime=0.08 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 4304 0 0 0 5 3 0 0 17 0 4 0 595608305 381022208 14774 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595551 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=372092 CPUtime=0.06 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) S 30586 30588 30360 0 -1 4202560 4043 0 0 0 4 2 0 0 17 0 4 0 595608306 381022208 14774 33554432000 4194304 4650419 140734957647248 18446744073709551615 231895595502 0 0 4096 2 18446604467186120704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 372092

[startup+0.300895 s]
/proc/loadavg: 7.48 7.98 7.98 1/172 30588
/proc/meminfo: memFree=20506712/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=391372 CPUtime=1.06 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 24697 0 0 0 87 19 0 0 18 0 4 0 595608305 400764928 20384 33554432000 4194304 4650419 140734957647248 18446744073709551615 4243915 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 97843 20384 371 112 0 92808 0
[pid=30588/tid=30589] ppid=30586 vsize=391372 CPUtime=0.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 6724 0 0 0 20 5 0 0 18 0 4 0 595608305 400764928 20384 33554432000 4194304 4650419 140734957647248 18446744073709551615 4245504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=391372 CPUtime=0.27 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 6635 0 0 0 23 4 0 0 17 0 4 0 595608305 400764928 20384 33554432000 4194304 4650419 140734957647248 18446744073709551615 4243901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=391372 CPUtime=0.25 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 4980 0 0 0 21 4 0 0 18 0 4 0 595608306 400764928 20384 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 391372

[startup+0.700822 s]
/proc/loadavg: 7.48 7.98 7.98 1/172 30588
/proc/meminfo: memFree=20506712/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=403832 CPUtime=2.65 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 41407 0 0 0 243 22 0 0 18 0 4 0 595608305 413523968 33776 33554432000 4194304 4650419 140734957647248 18446744073709551615 4428144 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 100958 33776 387 112 0 95923 0
[pid=30588/tid=30589] ppid=30586 vsize=403832 CPUtime=0.65 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 11954 0 0 0 59 6 0 0 18 0 4 0 595608305 413523968 33776 33554432000 4194304 4650419 140734957647248 18446744073709551615 4420830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=403832 CPUtime=0.66 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 12480 0 0 0 61 5 0 0 18 0 4 0 595608305 413523968 33776 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=403832 CPUtime=0.64 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 5252 0 0 0 60 4 0 0 18 0 4 0 595608306 413523968 33776 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 403832

[startup+1.50067 s]
/proc/loadavg: 7.48 7.98 7.98 10/184 30605
/proc/meminfo: memFree=20325684/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=403832 CPUtime=5.85 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 45898 0 0 0 562 23 0 0 19 0 4 0 595608305 413523968 36075 33554432000 4194304 4650419 140734957647248 18446744073709551615 4366068 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 100958 36075 391 112 0 95923 0
[pid=30588/tid=30589] ppid=30586 vsize=403832 CPUtime=1.45 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 13337 0 0 0 139 6 0 0 19 0 4 0 595608305 413523968 36075 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=403832 CPUtime=1.46 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 13726 0 0 0 141 5 0 0 19 0 4 0 595608305 413523968 36075 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=403832 CPUtime=1.44 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 5777 0 0 0 139 5 0 0 19 0 4 0 595608306 413523968 36075 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 403832

[startup+3.10037 s]
/proc/loadavg: 7.48 7.98 7.98 9/184 30605
/proc/meminfo: memFree=20309312/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=438056 CPUtime=12.23 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 50868 0 0 0 1198 25 0 0 23 0 4 0 595608305 448569344 40993 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 109514 40993 391 112 0 104479 0
[pid=30588/tid=30589] ppid=30586 vsize=438056 CPUtime=3.05 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 14533 0 0 0 298 7 0 0 22 0 4 0 595608305 448569344 40993 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=438056 CPUtime=3.06 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 14949 0 0 0 301 5 0 0 24 0 4 0 595608305 448569344 40993 33554432000 4194304 4650419 140734957647248 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=438056 CPUtime=3.03 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 7211 0 0 0 298 5 0 0 23 0 4 0 595608306 448569344 40993 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 438056

[startup+6.30078 s]
/proc/loadavg: 7.52 7.98 7.98 9/184 30605
/proc/meminfo: memFree=20197344/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=579844 CPUtime=25.02 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 59846 0 0 0 2474 28 0 0 25 0 4 0 595608305 593760256 49971 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 144961 49971 391 112 0 139926 0
[pid=30588/tid=30589] ppid=30586 vsize=579844 CPUtime=6.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 16846 0 0 0 617 8 0 0 25 0 4 0 595608305 593760256 49971 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=579844 CPUtime=6.26 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 17264 0 0 0 620 6 0 0 25 0 4 0 595608305 593760256 49971 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=579844 CPUtime=6.22 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 9282 0 0 0 616 6 0 0 25 0 4 0 595608306 593760256 49971 33554432000 4194304 4650419 140734957647248 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 579844

[startup+12.7006 s]
/proc/loadavg: 7.56 7.98 7.98 9/184 30605
/proc/meminfo: memFree=20157688/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=727496 CPUtime=50.58 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 107712 0 0 0 5019 39 0 0 25 0 4 0 595608305 744955904 73451 33554432000 4194304 4650419 140734957647248 18446744073709551615 4429927 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 181874 73451 395 112 0 176839 0
[pid=30588/tid=30589] ppid=30586 vsize=727496 CPUtime=12.66 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 23551 0 0 0 1256 10 0 0 25 0 4 0 595608305 744955904 73451 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=727496 CPUtime=12.66 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 24271 0 0 0 1258 8 0 0 25 0 4 0 595608305 744955904 73451 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=727496 CPUtime=12.58 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 15855 0 0 0 1250 8 0 0 25 0 4 0 595608306 744955904 73451 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 727496

[startup+25.5012 s]
/proc/loadavg: 7.65 7.98 7.98 9/184 30605
/proc/meminfo: memFree=19790036/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=767408 CPUtime=101.71 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 187043 0 0 0 10112 59 0 0 25 0 4 0 595608305 785825792 122064 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363307 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 191852 122064 395 112 0 186817 0
[pid=30588/tid=30589] ppid=30586 vsize=767408 CPUtime=25.45 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 57998 0 0 0 2529 16 0 0 25 0 4 0 595608305 785825792 122064 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=767408 CPUtime=25.46 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 38703 0 0 0 2533 13 0 0 25 0 4 0 595608305 785825792 122064 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=767408 CPUtime=25.3 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 39055 0 0 0 2517 13 0 0 25 0 4 0 595608306 785825792 122064 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 767408

[startup+51.1004 s]
/proc/loadavg: 7.77 7.98 7.98 9/184 30606
/proc/meminfo: memFree=19687400/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=932580 CPUtime=203.96 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 257250 0 0 0 20318 78 0 0 25 0 4 0 595608305 954961920 143968 33554432000 4194304 4650419 140734957647248 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 233145 143968 409 112 0 228110 0
[pid=30588/tid=30589] ppid=30586 vsize=932580 CPUtime=51.06 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 67161 0 0 0 5088 18 0 0 25 0 4 0 595608305 954961920 143968 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=932580 CPUtime=51.05 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 64250 0 0 0 5085 20 0 0 25 0 4 0 595608305 954961920 143968 33554432000 4194304 4650419 140734957647248 18446744073709551615 4367388 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=932580 CPUtime=50.77 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 56379 0 0 0 5058 19 0 0 25 0 4 0 595608306 954961920 143968 33554432000 4194304 4650419 140734957647248 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 932580

[startup+102.307 s]
/proc/loadavg: 7.94 8.00 7.99 9/184 30607
/proc/meminfo: memFree=19497296/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=952988 CPUtime=408.51 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 452402 0 0 0 40724 127 0 0 25 0 4 0 595608305 975859712 176359 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30588/statm: 238247 176359 395 112 0 233212 0
[pid=30588/tid=30589] ppid=30586 vsize=952988 CPUtime=102.26 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 124881 0 0 0 10195 31 0 0 25 0 4 0 595608305 975859712 176359 33554432000 4194304 4650419 140734957647248 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=952988 CPUtime=102.26 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 97919 0 0 0 10194 32 0 0 25 0 4 0 595608305 975859712 176359 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=952988 CPUtime=101.69 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 79497 0 0 0 10141 28 0 0 25 0 4 0 595608306 975859712 176359 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328528 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 952988

[startup+162.301 s]

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

[pid=30588] ppid=30586 vsize=1531620 CPUtime=2805.2 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 1637811 0 0 0 279996 524 0 0 25 0 4 0 595608305 1568378880 298144 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 382905 298146 395 112 0 377870 0
[pid=30588/tid=30589] ppid=30586 vsize=1531620 CPUtime=702.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 370856 0 0 0 70096 129 0 0 25 0 4 0 595608305 1568378880 298146 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1531620 CPUtime=702.25 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 355926 0 0 0 70086 139 0 0 25 0 4 0 595608305 1568378880 298146 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1531620 CPUtime=698.59 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 300996 0 0 0 69740 119 0 0 25 0 4 0 595608306 1568378880 298146 33554432000 4194304 4650419 140734957647248 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.2
Current children cumulated vsize (KiB) 1531620

[startup+762.306 s]
/proc/loadavg: 8.01 8.05 8.01 9/184 30625
/proc/meminfo: memFree=18762492/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1568068 CPUtime=3044.88 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 1757780 0 0 0 303921 567 0 0 25 0 4 0 595608305 1605701632 301697 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 392017 301697 395 112 0 386982 0
[pid=30588/tid=30589] ppid=30586 vsize=1568068 CPUtime=762.26 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 402787 0 0 0 76086 140 0 0 25 0 4 0 595608305 1605701632 301697 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1568068 CPUtime=762.25 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 384007 0 0 0 76076 149 0 0 25 0 4 0 595608305 1605701632 301697 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1568068 CPUtime=758.6 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 329553 0 0 0 75731 129 0 0 25 0 4 0 595608306 1605701632 301697 33554432000 4194304 4650419 140734957647248 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.88
Current children cumulated vsize (KiB) 1568068

[startup+822.301 s]
/proc/loadavg: 8.09 8.07 8.01 9/184 30627
/proc/meminfo: memFree=18734832/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1640716 CPUtime=3284.53 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 1877013 0 0 0 327850 603 0 0 25 0 4 0 595608305 1680093184 309117 33554432000 4194304 4650419 140734957647248 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 410179 309117 395 112 0 405144 0
[pid=30588/tid=30589] ppid=30586 vsize=1640716 CPUtime=822.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 430082 0 0 0 82074 151 0 0 25 0 4 0 595608305 1680093184 309117 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1640716 CPUtime=822.24 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 434658 0 0 0 82065 159 0 0 25 0 4 0 595608305 1680093184 309117 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476769 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1640716 CPUtime=818.59 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 344242 0 0 0 81728 131 0 0 25 0 4 0 595608306 1680093184 309117 33554432000 4194304 4650419 140734957647248 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 1640716

[startup+882.301 s]
/proc/loadavg: 8.11 8.08 8.02 9/184 30628
/proc/meminfo: memFree=18671836/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1641200 CPUtime=3524.2 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2003345 0 0 0 351774 646 0 0 25 0 4 0 595608305 1680588800 320158 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 410300 320158 395 112 0 405265 0
[pid=30588/tid=30589] ppid=30586 vsize=1641200 CPUtime=882.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 430082 0 0 0 88074 151 0 0 25 0 4 0 595608305 1680588800 320158 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1641200 CPUtime=882.25 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 505276 0 0 0 88054 171 0 0 25 0 4 0 595608305 1680588800 320158 33554432000 4194304 4650419 140734957647248 18446744073709551615 4326360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1641200 CPUtime=878.59 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 369671 0 0 0 87713 146 0 0 25 0 4 0 595608306 1680588800 320158 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 1641200

[startup+942.301 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 30630
/proc/meminfo: memFree=18638596/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1617424 CPUtime=3763.87 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2090659 0 0 0 375701 686 0 0 25 0 4 0 595608305 1656242176 317914 33554432000 4194304 4650419 140734957647248 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 404356 317914 395 112 0 399321 0
[pid=30588/tid=30589] ppid=30586 vsize=1617424 CPUtime=942.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 430082 0 0 0 94074 151 0 0 25 0 4 0 595608305 1656242176 317914 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1617424 CPUtime=942.25 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 531877 0 0 0 94040 185 0 0 25 0 4 0 595608305 1656242176 317914 33554432000 4194304 4650419 140734957647248 18446744073709551615 4315589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1617424 CPUtime=938.6 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 399340 0 0 0 93700 160 0 0 25 0 4 0 595608306 1656242176 317914 33554432000 4194304 4650419 140734957647248 18446744073709551615 4366172 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 1617424

[startup+1002.3 s]
/proc/loadavg: 8.03 8.06 8.01 9/184 30631
/proc/meminfo: memFree=18693388/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1632540 CPUtime=4003.53 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2166169 0 0 0 399631 722 0 0 25 0 4 0 595608305 1671720960 314748 33554432000 4194304 4650419 140734957647248 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 408135 314748 395 112 0 403100 0
[pid=30588/tid=30589] ppid=30586 vsize=1632540 CPUtime=1002.26 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 433025 0 0 0 100073 153 0 0 25 0 4 0 595608305 1671720960 314748 33554432000 4194304 4650419 140734957647248 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1632540 CPUtime=1002.24 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 554531 0 0 0 100029 195 0 0 25 0 4 0 595608305 1671720960 314748 33554432000 4194304 4650419 140734957647248 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1632540 CPUtime=998.59 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 424899 0 0 0 99687 172 0 0 25 0 4 0 595608306 1671720960 314748 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 1632540

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/184 30633
/proc/meminfo: memFree=18638080/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1694264 CPUtime=4243.2 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2249000 0 0 0 423559 761 0 0 25 0 4 0 595608305 1734926336 331463 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 423566 331463 395 112 0 418531 0
[pid=30588/tid=30589] ppid=30586 vsize=1694264 CPUtime=1062.26 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 459238 0 0 0 106060 166 0 0 25 0 4 0 595608305 1734926336 331463 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1694264 CPUtime=1062.24 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 584477 0 0 0 106015 209 0 0 25 0 4 0 595608305 1734926336 331463 33554432000 4194304 4650419 140734957647248 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1694264 CPUtime=1058.59 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 448752 0 0 0 105675 184 0 0 25 0 4 0 595608306 1734926336 331463 33554432000 4194304 4650419 140734957647248 18446744073709551615 4514517 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 1694264

[startup+1122.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 30635
/proc/meminfo: memFree=18651820/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1626416 CPUtime=4482.86 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2344757 0 0 0 447481 805 0 0 25 0 4 0 595608305 1665449984 327556 33554432000 4194304 4650419 140734957647248 18446744073709551615 4329414 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 406604 327556 395 112 0 401569 0
[pid=30588/tid=30589] ppid=30586 vsize=1626416 CPUtime=1122.26 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 485541 0 0 0 112047 179 0 0 25 0 4 0 595608305 1665449984 327556 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1626416 CPUtime=1122.23 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 610161 0 0 0 112003 220 0 0 25 0 4 0 595608305 1665449984 327556 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1626416 CPUtime=1118.58 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 478149 0 0 0 111661 197 0 0 25 0 4 0 595608306 1665449984 327556 33554432000 4194304 4650419 140734957647248 18446744073709551615 4330898 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.86
Current children cumulated vsize (KiB) 1626416

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 30636
/proc/meminfo: memFree=18530536/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1853948 CPUtime=4722.53 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2484900 0 0 0 471402 851 0 0 25 0 4 0 595608305 1898442752 360578 33554432000 4194304 4650419 140734957647248 18446744073709551615 4328261 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 463487 360578 395 112 0 458452 0
[pid=30588/tid=30589] ppid=30586 vsize=1853948 CPUtime=1182.25 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 508949 0 0 0 118037 188 0 0 25 0 4 0 595608305 1898442752 360578 33554432000 4194304 4650419 140734957647248 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1853948 CPUtime=1182.23 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 671740 0 0 0 117990 233 0 0 25 0 4 0 595608305 1898442752 360578 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1853948 CPUtime=1178.58 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 507100 0 0 0 117649 209 0 0 25 0 4 0 595608306 1898442752 360578 33554432000 4194304 4650419 140734957647248 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 1853948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.06 8.01 9/184 30637
/proc/meminfo: memFree=18515900/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1794068 CPUtime=4800.04 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2542335 0 0 0 479133 871 0 0 25 0 4 0 595608305 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4315137 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 448517 364974 395 112 0 443482 0
[pid=30588/tid=30589] ppid=30586 vsize=1794068 CPUtime=1201.66 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 518873 0 0 0 119972 194 0 0 25 0 4 0 595608305 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1794068 CPUtime=1201.64 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 701638 0 0 0 119927 237 0 0 25 0 4 0 595608305 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1794068 CPUtime=1197.98 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 515202 0 0 0 119584 214 0 0 25 0 4 0 595608306 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363576 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) 1794068

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.08 8.06 8.01 9/184 30637
/proc/meminfo: memFree=18515900/32950928 swapFree=67111524/67111528
[pid=30588] ppid=30586 vsize=1794068 CPUtime=4800.04 cores=1,3,5,7
/proc/30588/stat : 30588 (strangenight1-m) R 30586 30588 30360 0 -1 4202496 2542335 0 0 0 479133 871 0 0 25 0 4 0 595608305 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4315137 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30588/statm: 448517 364974 395 112 0 443482 0
[pid=30588/tid=30589] ppid=30586 vsize=1794068 CPUtime=1201.66 cores=1,3,5,7
/proc/30588/task/30589/stat : 30589 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 518873 0 0 0 119972 194 0 0 25 0 4 0 595608305 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30588/tid=30590] ppid=30586 vsize=1794068 CPUtime=1201.64 cores=1,3,5,7
/proc/30588/task/30590/stat : 30590 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 701638 0 0 0 119927 237 0 0 25 0 4 0 595608305 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30588/tid=30591] ppid=30586 vsize=1794068 CPUtime=1197.98 cores=1,3,5,7
/proc/30588/task/30591/stat : 30591 (strangenight1-m) R 30586 30588 30360 0 -1 4202560 515202 0 0 0 119584 214 0 0 25 0 4 0 595608306 1837125632 364974 33554432000 4194304 4650419 140734957647248 18446744073709551615 4363576 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) 1794068

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.13
CPU user time (s): 4791.35
CPU system time (s): 8.78067
CPU usage (%): 399.419
Max. virtual memory (cumulated for all children) (KiB): 1854128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.35
system time used= 8.78066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2542345
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= 14684
involuntary context switches= 33563

runsolver used 1.71374 second user time and 4.86726 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 07:09:36
IDJOB=3174927
IDBENCH=82545
IDSOLVER=1588
FILE ID=node114/3174927-1304053776
RUNJOBID= node114-1304051368-30379
PBS_JOBID= 13170413
Free space on /tmp= 71804 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3174927-1304053776/watcher-3174927-1304053776 -o /tmp/evaluation-result-3174927-1304053776/solver-3174927-1304053776 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174927-1304053776.cnf

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

MD5SUM BENCH= 33c09da85657b6bbed23989098d6baf7
RANDOM SEED=199640861

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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:     32950928 kB
MemFree:      20506992 kB
Buffers:       2255720 kB
Cached:        9544196 kB
SwapCached:          4 kB
Active:        3403528 kB
Inactive:      8460748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20506992 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8612 kB
Writeback:           4 kB
AnonPages:       64264 kB
Mapped:          14708 kB
Slab:           516120 kB
PageTables:       4476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187464 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= 71788 MiB
End job on node114 at 2011-04-29 07:29:40