Trace number 3174937

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
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-3174937-1304055839.cnf'
0.00/0.00	c -- header says num vars:          24998
0.00/0.00	c -- header says num clauses:      105000
0.37/0.12	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.37/0.12	c -- vars added      24998
0.37/0.12	c Parsing time:  0.31 s
0.37/0.12	c  N st     0         0     24998    105000         0         0    315000         0   no data   no data  --
0.37/0.16	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.30
0.78/0.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.21
1.18/0.30	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1.18/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.18/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24998 time:  0.03 s
1.18/0.32	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.04 s
1.98/0.58	c lits-rem:         0  cl-subs:        0  v-elim:    886  v-fix:    0  time:  1.02 s
1.98/0.59	c Finding binary XORs  T:     0.02 s  found:       0
2.38/0.64	c Finding non-binary XORs:     0.20 s (found:       0, avg size: nan)
2.38/0.64	c calculated reachability. Time: 0.00
2.38/0.65	c Calc default polars -  time:   0.03 s pos:   11077 undec:    3011 neg:   10910
2.38/0.65	c =========================================================================================
2.38/0.65	c types(t): F = full restart, N = normal restart
2.38/0.65	c types(t): S = simplification begin/end, E = solution found
2.38/0.65	c restart types(rt): st = static, dy = dynamic
2.38/0.65	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.38/0.65	c  B st     0         0     24112    103839         0         0    316421         0   no data   no data  --
7.17/1.82	c  N dy    20      4044     24112    103839         0      4044    316421   1037679    133.27    140.71  --
11.56/2.99	c  N dy    50      8128     24112    103839         0      8128    316421   1960399    139.51    149.15  --
16.35/4.19	c  N dy    80     12192     24112    103839         0     12192    316421   2849012    140.97    151.06  --
21.57/5.48	c  N dy   109     16257     24112    103839         0     16257    316421   3782865    142.44    150.49  --
27.13/6.80	c  N dy   136     20407     24112    103839         0     10409    316421    662549    141.79    152.36  --
31.93/8.04	c  N dy   163     24455     24112    103839         0     14457    316421   1595968    143.33    152.17  --
32.73/8.20	c  F st   166     25000     24112    103839         0     15002    316421   1709795    143.06    131.79  --
39.55/9.97	c  N dy   172     30002     24112    103839         0     20002    316421   3383610    143.06   no data  --
39.55/9.97	c  S st   172     30002     24112    103839         0     20002    316421   3383610    143.06   no data  --
40.32/10.13	c  S st   172     30506     24112    103839         0     20506    316421   3456094    143.06   no data  --
40.32/10.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
40.32/10.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.72/10.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.51
42.32/10.60	c bin-w-bin subsume rem            0 bins  time:  0.03 s
42.32/10.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
42.32/10.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.03 s
42.32/10.62	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
68.28/17.16	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 25.91 s
68.68/17.29	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.53
69.08/17.30	c calculated reachability. Time: 0.00
69.08/17.30	c  N dy   172     30506     24112    103839         0     20502    316421   3452908    143.06   no data  --
75.07/18.81	c  N dy   205     34599     24112    103839         0     24595    316421   4375196    143.99    154.33  --
81.07/20.32	c  N dy   232     38650     24112    103839         0     28646    316421   5250694    143.49    152.89  --
87.47/21.91	c  N dy   261     42868     24112    103839         0     17368    316421   1114571    143.68    155.18  --
91.45/22.94	c  S st   285     45761     24112    103839         0     20261    316421   1773791    144.07   no data  --
92.27/23.11	c  S st   285     46266     24112    103839         0     20766    316421   1859648    144.07   no data  --
92.27/23.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
92.27/23.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.65/23.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.53
93.45/23.40	c bin-w-bin subsume rem            0 bins  time:  0.03 s
93.45/23.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
93.45/23.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.03 s
93.45/23.43	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
109.85/27.56	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time: 16.43 s
109.85/27.57	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
110.22/27.60	c vivif2 --  cl tried    20764 cl shrink        0 lits rem          0 time: 0.11
110.62/27.73	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.51
110.62/27.73	c calculated reachability. Time: 0.00
110.62/27.73	c  N dy   285     46266     24112    103839         0     20764    316421   1858816    144.07   no data  --
116.22/29.15	c  N dy   314     50321     24112    103839         0     24819    316421   2759672    144.18    153.56  --
122.21/30.64	c  N dy   339     54586     24112    103839         0     29084    316421   3730815    143.81    151.97  --
127.79/32.09	c  N dy   363     58603     24112    103839         0     33101    316421   4615702    143.69    155.97  --
133.79/33.56	c  N dy   389     62613     24112    103839         0     37111    316421   5486282    143.48    151.93  --
139.39/34.99	c  N dy   418     66633     24112    103839         0     22384    316421   1533976    143.69    191.16  --
143.38/35.94	c  S st   435     69399     24112    103839         0     25149    316421   2139479    143.51   no data  --
144.18/36.10	c  S st   435     69903     24112    103839         0     25653    316421   2215224    143.51   no data  --
144.18/36.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
144.18/36.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.60/36.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.54
145.37/36.42	c bin-w-bin subsume rem            0 bins  time:  0.03 s
145.37/36.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
145.37/36.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.04 s
145.37/36.45	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
164.95/41.39	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 19.69 s
165.35/41.41	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
165.35/41.44	c vivif2 --  cl tried    25650 cl shrink        0 lits rem          0 time: 0.14
165.75/41.58	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.54
165.75/41.58	c calculated reachability. Time: 0.01
165.75/41.58	c  N dy   435     69903     24112    103839         0     25650    316421   2213867    143.51   no data  --
172.54/43.23	c  N dy   469     74464     24112    103839         0     30211    316421   3266708    143.68    151.57  --
179.75/45.04	c  N dy   501     79451     24112    103839         0     35198    316421   4396264    143.76    151.67  --
187.32/46.97	c  N dy   533     84565     24112    103839         0     40310    316421   5581138    143.82    156.95  --
191.71/48.08	c  F st   553     87500     24112    103839         0     22368    316421    966324    143.77   no data  --
196.51/49.29	c  N st   558     90797     24112    103839         0     25665    316421   1843235    143.77   no data  --
205.70/51.51	c  N dy   588     96752     24112    103839         0     31620    316421   3414415    143.96    155.44  --
215.31/53.94	c  N dy   636    103103     24112    103839         0     37971    316421   4874025    144.32    153.81  --
218.08/54.62	c  S st   650    104854     24112    103839         0     39722    316421   5272840    144.34   no data  --
218.88/54.82	c  S st   650    105360     24112    103839         0     40228    316421   5355016    144.34   no data  --
218.88/54.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
218.88/54.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
219.29/54.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.59
220.88/55.37	c bin-w-bin subsume rem            0 bins  time:  0.03 s
220.88/55.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
220.88/55.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.04 s
220.88/55.40	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
452.96/113.44	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 231.43 s
452.96/113.45	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
453.37/113.53	c vivif2 --  cl tried    40226 cl shrink        0 lits rem          0 time: 0.31
453.77/113.69	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.67
454.17/113.70	c calculated reachability. Time: 0.01
454.17/113.70	c  N dy   650    105360     24112    103839         0     40226    316421   5351725    144.34   no data  --
463.75/116.15	c  N dy   691    112090     24112    103839         0     24519    316421   1065789    144.23    155.65  --
473.74/118.65	c  N dy   738    119346     24112    103839         0     31774    316421   2672235    144.09    152.98  --
484.92/121.45	c  N dy   790    126964     24112    103839         0     39391    316421   4386131    144.20    151.94  --
497.71/124.69	c  N dy   846    135173     24112    103839         0     23884    316421    615248    144.08    155.17  --
510.48/127.87	c  N dy   910    143889     24112    103839         0     32599    316421   2604215    144.23    156.25  --
524.47/131.38	c  N dy   974    153095     24112    103839         0     41805    316421   4747469    144.31    152.60  --
532.45/133.30	c  S st  1009    158041     24112    103839         0     46751    316421   5874733    144.38    146.27  --
533.25/133.52	c  S st  1009    158543     24112    103839         0     47253    316421   5955488    144.38   no data  --
533.25/133.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
533.25/133.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
533.66/133.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.63
535.25/134.10	c bin-w-bin subsume rem            0 bins  time:  0.03 s
535.67/134.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
535.67/134.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.03 s
535.67/134.13	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
842.83/211.02	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time: 306.66 s
842.83/211.04	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
843.25/211.12	c vivif2 --  cl tried    47248 cl shrink        0 lits rem          0 time: 0.35
844.02/211.31	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.73
844.02/211.31	c calculated reachability. Time: 0.00
844.02/211.31	c  N dy  1009    158543     24112    103839         0     47248    316421   5953770    144.38   no data  --
858.81/215.09	c  N dy  1082    168902     24112    103839         0     32752    316421   2350914    144.61    158.23  --
875.18/219.11	c  N dy  1149    179706     24112    103839         0     43556    316421   4750612    144.41    156.27  --
893.56/223.75	c  N dy  1225    191351     24112    103839         0     29271    316421   1279392    144.37    156.71  --
912.34/228.40	c  N dy  1308    203621     24112    103839         0     41540    316421   4021179    144.34    155.76  --
933.50/233.72	c  N dy  1395    216702     24112    103839         0     27654    316421    662320    144.47    168.22  --
954.28/238.91	c  N dy  1482    230589     24112    103839         0     41540    316421   3782505    144.39    153.50  --
965.86/241.85	c  S st  1527    237815     24112    103839         0     48765    316421   5428147    144.42    119.09  --
966.69/242.09	c  S st  1527    238319     24112    103839         0     49269    316421   5530867    144.42   no data  --
967.06/242.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
967.06/242.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
967.46/242.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.63
969.06/242.63	c bin-w-bin subsume rem            0 bins  time:  0.03 s
969.06/242.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
969.06/242.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.04 s
969.06/242.66	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
1241.09/310.71	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time: 271.12 s
1241.09/310.72	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
1241.49/310.81	c vivif2 --  cl tried    49266 cl shrink        0 lits rem          0 time: 0.34
1242.29/311.00	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.78
1242.29/311.01	c calculated reachability. Time: 0.01
1242.29/311.01	c  N dy  1527    238319     24112    103839         0     49266    316421   5528956    144.42   no data  --
1267.46/317.30	c  N dy  1629    253568     24112    103839         0     36537    316421   2424598    144.49    152.18  --
1294.22/324.05	c  N dy  1734    269862     24112    103839         0     52831    316421   6099107    144.46    153.79  --
1322.60/331.19	c  N dy  1861    287134     24112    103839         0     41113    316421   3278339    144.67    164.70  --
1353.36/338.82	c  N dy  1987    305627     24112    103839         0     59605    316421   7417182    144.69    153.27  --
1354.53/339.12	c  F st  1991    306251     24112    103839         0     30231    316421    531417    144.69    139.12  --
1384.50/346.63	c  N dy  2093    325253     24112    103839         0     49233    316421   5238718    144.84    158.57  --
1417.65/354.90	c  N dy  2236    345291     24112    103839         0     38273    316421   2139760    145.01    195.08  --
1436.85/359.77	c  S st  2324    357478     24112    103839         0     50460    316421   4905667    145.10   no data  --
1437.62/359.99	c  S st  2324    357980     24112    103839         0     50962    316421   5003221    145.10   no data  --
1438.02/360.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
1438.02/360.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1438.42/360.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.64
1440.02/360.50	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1440.02/360.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1440.02/360.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.04 s
1440.02/360.53	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
1672.10/418.60	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 231.21 s
1672.10/418.61	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.06
1672.10/418.69	c vivif2 --  cl tried    50960 cl shrink        0 lits rem          0 time: 0.32
1672.91/418.89	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.80
1673.31/418.90	c calculated reachability. Time: 0.00
1673.31/418.90	c  N dy  2324    357980     24112    103839         0     50960    316421   5002210    145.10   no data  --
1707.27/427.40	c  N dy  2458    378086     24112    103839         0     39073    316421   2024315    145.01    154.32  --
1741.21/435.99	c  N dy  2602    398268     24112    103839         0     59252    316421   6577415    145.08    156.41  --
1775.56/444.56	c  N dy  2735    418324     24112    103839         0     46307    316421   3496830    145.10    155.40  --
1809.95/453.12	c  N dy  2878    438391     24112    103839         0     66373    316421   8110508    145.15    159.89  --
1841.87/461.17	c  N dy  3017    458424     24112    103839         0     52406    316421   4595180    145.21    154.54  --
1876.63/469.81	c  N dy  3147    478433     24112    103839         0     37418    316421   1028376    145.22    177.86  --
1910.19/478.26	c  N dy  3286    498479     24112    103839         0     57464    316421   5592513    145.28    153.72  --
1943.34/486.57	c  N dy  3421    518545     24112    103839         0     41531    316421   1725598    145.32    153.75  --
1972.52/493.87	c  S st  3551    536971     24112    103839         0     59956    316421   5907377    145.36   no data  --
1973.30/494.08	c  S st  3551    537474     24112    103839         0     60459    316421   5998072    145.36   no data  --
1973.70/494.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1973.70/494.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1974.10/494.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.67
1975.70/494.64	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1975.70/494.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1975.70/494.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.04 s
1975.70/494.67	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
2306.46/577.47	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 330.25 s
2306.46/577.48	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
2306.86/577.57	c vivif2 --  cl tried    60453 cl shrink        0 lits rem          0 time: 0.36
2307.64/577.78	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.84
2307.64/577.79	c calculated reachability. Time: 0.00
2307.64/577.79	c  N dy  3551    537474     24112    103839         0     60453    316421   5995143    145.36   no data  --
2340.80/586.04	c  N dy  3685    557556     24112    103839         0     43536    316421   1929419    145.34    153.20  --
2373.55/594.28	c  N dy  3824    577669     24112    103839         0     63649    316421   6556924    145.40    153.34  --
2406.70/602.58	c  N dy  3957    597689     24112    103839         0     45672    316421   2198047    145.41    167.52  --
2439.86/610.83	c  N dy  4096    617848     24112    103839         0     65827    316421   6828618    145.47    156.89  --
2473.83/619.30	c  N dy  4225    638011     24112    103839         0     46992    316421   2254123    145.44    157.27  --
2506.57/627.56	c  N dy  4367    658069     24112    103839         0     67048    316421   6804981    145.48    155.78  --
2540.92/636.17	c  N dy  4506    678104     24112    103839         0     47085    316421   2074908    145.52    153.23  --
2574.08/644.49	c  N dy  4647    698324     24112    103839         0     67305    316421   6661726    145.56    156.93  --
2608.42/653.08	c  N dy  4776    718388     24112    103839         0     46370    316421   1696689    145.49    154.63  --
2641.57/661.32	c  N dy  4906    738540     24112    103839         0     66520    316421   6255707    145.47    157.33  --
2677.93/670.42	c  N dy  5045    758710     24112    103839         0     44697    316421   1106525    145.50    155.43  --
2711.48/678.81	c  N dy  5174    778732     24112    103839         0     64719    316421   5646891    145.45    155.79  --
2748.23/688.08	c  N dy  5299    798814     24112    103839         0     84800    316421  10232435    145.42    154.56  --
2761.02/691.22	c  S st  5353    806212     24112    103839         0     49200    316421   1903451    145.47    146.83  --
2761.82/691.43	c  S st  5353    806715     24112    103839         0     49703    316421   1987417    145.47   no data  --
2761.82/691.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
2761.82/691.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2762.62/691.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.63
2763.02/691.76	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2763.02/691.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2763.02/691.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.03 s
2763.02/691.79	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
2784.18/697.01	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 20.80 s
2784.18/697.02	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.06
2784.18/697.06	c vivif2 --  cl tried    49702 cl shrink        0 lits rem          0 time: 0.13
2784.98/697.24	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.74
2784.98/697.25	c calculated reachability. Time: 0.00
2784.98/697.25	c  N dy  5353    806715     24112    103839         0     49702    316421   1987065    145.47   no data  --
2820.14/706.08	c  N dy  5482    826860     24112    103839         0     69847    316421   6544006    145.43    153.94  --
2859.68/715.90	c  N dy  5615    846888     24112    103839         0     45871    316421    893805    145.48    154.32  --
2894.43/724.61	c  N dy  5747    866923     24112    103839         0     65906    316421   5425465    145.47    158.17  --
2933.59/734.45	c  N dy  5883    886947     24112    103839         0     85929    316421  10018055    145.49    155.23  --
2970.73/743.71	c  N dy  6024    907241     24112    103839         0     61223    316421   4284731    145.55    157.83  --
3009.08/753.32	c  N dy  6159    927408     24112    103839         0     81390    316421   8865941    145.55    153.87  --
3046.63/762.75	c  N dy  6289    947436     24112    103839         0     55419    316421   2591907    145.55    155.76  --
3083.79/772.05	c  N dy  6429    967500     24112    103839         0     75482    316421   7251308    145.60    183.12  --
3124.15/782.16	c  N dy  6568    987613     24112    103839         0     48591    316421    827012    145.62    161.51  --
3159.30/790.98	c  N dy  6706   1007662     24112    103839         0     68640    316421   5419974    145.63    155.13  --
3198.03/800.68	c  N dy  6846   1027696     24112    103839         0     88672    316421  10013327    145.67    177.06  --
3234.77/809.87	c  N dy  6985   1047877     24112    103839         0     60853    316421   3450505    145.69    156.04  --
3272.33/819.22	c  N dy  7125   1067894     24112    103839         0     80869    316421   8070374    145.74    156.28  --
3280.31/821.22	c  F st  7157   1071875     24112    103839         0     84850    316421   9014632    145.76   no data  --
3311.87/829.16	c  N dy  7242   1087906     24112    103839         0     51887    316421   1189409    145.80    158.32  --
3347.02/837.97	c  N dy  7384   1107970     24112    103839         0     71950    316421   5841576    145.85    161.93  --
3386.57/847.80	c  N dy  7528   1128023     24112    103839         0     92002    316421  10455906    145.89    155.86  --
3423.72/857.17	c  N dy  7665   1148082     24112    103839         0     62062    316421   3238095    145.91    153.69  --
3461.27/866.55	c  N dy  7813   1168162     24112    103839         0     82142    316421   7892770    145.97    153.71  --
3500.41/876.37	c  N dy  7947   1188280     24112    103839         0     51260    316421    562657    145.97    154.79  --
3533.96/884.73	c  N dy  8084   1208283     24112    103839         0     71262    316421   5217261    146.01    173.28  --
3537.18/885.53	c  S st  8097   1210072     24112    103839         0     73051    316421   5631782    146.01   no data  --
3537.95/885.78	c  S st  8097   1210577     24112    103839         0     73556    316421   5714683    146.01   no data  --
3538.35/885.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3538.35/885.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3538.75/885.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.71
3540.35/886.34	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3540.35/886.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3540.35/886.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.04 s
3540.35/886.37	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
3854.71/965.09	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 313.92 s
3855.11/965.10	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.05
3855.11/965.19	c vivif2 --  cl tried    73550 cl shrink        0 lits rem          0 time: 0.35
3856.32/965.43	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.95
3856.32/965.44	c calculated reachability. Time: 0.00
3856.32/965.44	c  N dy  8097   1210577     24112    103839         0     73550    316421   5710438    146.01   no data  --
3893.87/974.82	c  N dy  8236   1230642     24112    103839         0     93615    316421  10309415    146.03    161.04  --
3930.21/983.99	c  N dy  8372   1250728     24112    103839         0     61707    316421   2723514    146.02    157.59  --
3965.36/992.79	c  N dy  8506   1270816     24112    103839         0     81794    316421   7337150    146.03    158.20  --
4004.11/1002.46	c  N dy  8640   1290906     24112    103839         0    101883    316421  11894656    146.02    172.19  --
4039.66/1011.33	c  N dy  8772   1311207     24112    103839         0     69183    316421   4215602    146.02    156.41  --
4076.01/1020.48	c  N dy  8908   1331331     24112    103839         0     89304    316421   8778729    146.00    155.02  --
4115.93/1030.41	c  N dy  9038   1351370     24112    103839         0     55343    316421    843664    145.98    154.14  --
4152.31/1039.52	c  N dy  9176   1371560     24112    103839         0     75532    316421   5472412    145.99    155.03  --
4192.23/1049.53	c  N dy  9312   1391649     24112    103839         0     95620    316421  10099380    145.99    154.73  --
4233.78/1059.90	c  N dy  9455   1411814     24112    103839         0     60788    316421   1899244    146.03    157.08  --
4270.54/1069.16	c  N dy  9597   1431938     24112    103839         0     80911    316421   6500539    146.04    171.07  --
4311.27/1079.33	c  N dy  9732   1451986     24112    103839         0    100957    316421  11052774    146.04    155.73  --
4351.61/1089.41	c  N dy  9873   1472098     24112    103839         0     65070    316421   2623627    146.06    155.23  --
4388.76/1098.76	c  N dy 10003   1492228     24112    103839         0     85200    316421   7165273    146.05    159.19  --
4430.70/1109.28	c  N dy 10141   1512241     24112    103839         0    105210    316421  11698753    146.05    153.79  --
4472.67/1119.72	c  N dy 10287   1532347     24112    103839         0     68315    316421   3226309    146.11    158.27  --
4512.61/1129.72	c  N dy 10434   1552351     24112    103839         0     88318    316421   7837154    146.14    154.04  --
4556.15/1140.70	c  N dy 10577   1572489     24112    103839         0    108451    316421  12526584    146.19    158.88  --
4596.87/1150.89	c  N dy 10715   1592665     24112    103839         0     70634    316421   3414954    146.20    159.95  --
4636.42/1160.75	c  N dy 10837   1612713     24112    103839         0     90681    316421   7986265    146.17    155.27  --
4679.96/1171.68	c  N dy 10972   1632783     24112    103839         0    110749    316421  12607187    146.18    174.74  --
4721.51/1182.01	c  N dy 11105   1653119     24112    103839         0     72098    316421   3617240    146.19    157.59  --
4761.06/1191.91	c  N dy 11236   1673228     24112    103839         0     92207    316421   8145550    146.17    157.77  --

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-3174937-1304055839/watcher-3174937-1304055839 -o /tmp/evaluation-result-3174937-1304055839/solver-3174937-1304055839 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174937-1304055839.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.54 8.02 7.91 1/172 13024
/proc/meminfo: memFree=14120348/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 517183750 52465664 352 33554432000 4194304 4650419 140733546535152 18446744073709551615 47661203781554 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 12809 352 303 112 0 7774 0
[pid=13024/tid=13025] ppid=13022 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 517183750 52465664 352 33554432000 4194304 4650419 140733546535152 18446744073709551615 47661203781554 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 517183751 52465664 352 33554432000 4194304 4650419 140733546535152 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 517183751 52465664 352 33554432000 4194304 4650419 140733546535152 18446744073709551615 47661203781548 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.067206 s]
/proc/loadavg: 7.54 8.02 7.91 1/172 13024
/proc/meminfo: memFree=14120348/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=304812 CPUtime=0.24 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 15397 0 0 0 23 1 0 0 25 0 4 0 517183750 312127488 13228 33554432000 4194304 4650419 140733546535152 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 76203 13229 344 112 0 71168 0
[pid=13024/tid=13025] ppid=13022 vsize=304812 CPUtime=0.06 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 3742 0 0 0 6 0 0 0 25 0 4 0 517183750 312127488 13230 33554432000 4194304 4650419 140733546535152 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=304812 CPUtime=0.05 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 3735 0 0 0 5 0 0 0 25 0 4 0 517183751 312127488 13230 33554432000 4194304 4650419 140733546535152 18446744073709551615 4372302 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=304812 CPUtime=0.05 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 3772 0 0 0 5 0 0 0 25 0 4 0 517183751 312127488 13232 33554432000 4194304 4650419 140733546535152 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 304812

[startup+0.101199 s]
/proc/loadavg: 7.54 8.02 7.91 1/172 13024
/proc/meminfo: memFree=14120348/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=310064 CPUtime=0.37 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 17889 0 0 0 36 1 0 0 25 0 4 0 517183750 317505536 15720 33554432000 4194304 4650419 140733546535152 18446744073709551615 4302842 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 77516 15720 367 112 0 72481 0
[pid=13024/tid=13025] ppid=13022 vsize=310064 CPUtime=0.09 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 4360 0 0 0 9 0 0 0 25 0 4 0 517183750 317505536 15720 33554432000 4194304 4650419 140733546535152 18446744073709551615 4536279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=310064 CPUtime=0.09 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 4352 0 0 0 9 0 0 0 25 0 4 0 517183751 317505536 15720 33554432000 4194304 4650419 140733546535152 18446744073709551615 4369255 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=310064 CPUtime=0.09 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 4403 0 0 0 9 0 0 0 25 0 4 0 517183751 317505536 15720 33554432000 4194304 4650419 140733546535152 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 310064

[startup+0.301164 s]
/proc/loadavg: 7.54 8.02 7.91 1/172 13024
/proc/meminfo: memFree=14120348/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=331196 CPUtime=1.18 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 28656 0 0 0 114 4 0 0 25 0 4 0 517183750 339144704 24636 33554432000 4194304 4650419 140733546535152 18446744073709551615 4469072 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 82799 24636 379 112 0 77764 0
[pid=13024/tid=13025] ppid=13022 vsize=331196 CPUtime=0.28 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 7908 0 0 0 28 0 0 0 18 0 4 0 517183750 339144704 24636 33554432000 4194304 4650419 140733546535152 18446744073709551615 4468655 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=331196 CPUtime=0.29 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 7889 0 0 0 28 1 0 0 18 0 4 0 517183751 339144704 24636 33554432000 4194304 4650419 140733546535152 18446744073709551615 4468664 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=331196 CPUtime=0.29 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 4545 0 0 0 29 0 0 0 25 0 4 0 517183751 339144704 24636 33554432000 4194304 4650419 140733546535152 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 331196

[startup+0.701094 s]
/proc/loadavg: 7.54 8.02 7.91 1/172 13024
/proc/meminfo: memFree=14120348/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=338104 CPUtime=2.78 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 34812 0 0 0 273 5 0 0 25 0 4 0 517183750 346218496 29061 33554432000 4194304 4650419 140733546535152 18446744073709551615 4328338 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 84526 29061 391 112 0 79491 0
[pid=13024/tid=13025] ppid=13022 vsize=338104 CPUtime=0.69 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 10264 0 0 0 68 1 0 0 18 0 4 0 517183750 346218496 29061 33554432000 4194304 4650419 140733546535152 18446744073709551615 4310752 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=338104 CPUtime=0.68 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 9700 0 0 0 67 1 0 0 18 0 4 0 517183751 346218496 29061 33554432000 4194304 4650419 140733546535152 18446744073709551615 4315147 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=338104 CPUtime=0.69 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 4807 0 0 0 69 0 0 0 25 0 4 0 517183751 346218496 29061 33554432000 4194304 4650419 140733546535152 18446744073709551615 4328328 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 338104

[startup+1.50095 s]
/proc/loadavg: 7.54 8.02 7.91 11/184 13043
/proc/meminfo: memFree=13870848/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=338104 CPUtime=5.97 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 37550 0 0 0 591 6 0 0 25 0 4 0 517183750 346218496 31799 33554432000 4194304 4650419 140733546535152 18446744073709551615 4363460 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 84526 31799 391 112 0 79491 0
[pid=13024/tid=13025] ppid=13022 vsize=338104 CPUtime=1.48 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 10997 0 0 0 147 1 0 0 19 0 4 0 517183750 346218496 31799 33554432000 4194304 4650419 140733546535152 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=338104 CPUtime=1.47 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 10375 0 0 0 146 1 0 0 19 0 4 0 517183751 346218496 31800 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=338104 CPUtime=1.48 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 5380 0 0 0 148 0 0 0 25 0 4 0 517183751 346218496 31800 33554432000 4194304 4650419 140733546535152 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 338104

[startup+3.10067 s]
/proc/loadavg: 7.54 8.02 7.91 9/184 13043
/proc/meminfo: memFree=13842824/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=370924 CPUtime=12.37 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 42657 0 0 0 1229 8 0 0 25 0 4 0 517183750 379826176 36906 33554432000 4194304 4650419 140733546535152 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 92731 36906 391 112 0 87696 0
[pid=13024/tid=13025] ppid=13022 vsize=370924 CPUtime=3.09 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 12186 0 0 0 307 2 0 0 23 0 4 0 517183750 379826176 36906 33554432000 4194304 4650419 140733546535152 18446744073709551615 4310792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=370924 CPUtime=3.07 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 11547 0 0 0 305 2 0 0 23 0 4 0 517183751 379826176 36906 33554432000 4194304 4650419 140733546535152 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=370924 CPUtime=3.09 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 6901 0 0 0 308 1 0 0 25 0 4 0 517183751 379826176 36906 33554432000 4194304 4650419 140733546535152 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 370924

[startup+6.3011 s]
/proc/loadavg: 7.58 8.02 7.91 9/184 13044
/proc/meminfo: memFree=13764892/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=477772 CPUtime=25.15 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 53807 0 0 0 2505 10 0 0 25 0 4 0 517183750 489238528 43175 33554432000 4194304 4650419 140733546535152 18446744073709551615 4303973 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 119443 43175 393 112 0 114408 0
[pid=13024/tid=13025] ppid=13022 vsize=477772 CPUtime=6.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 14493 0 0 0 627 2 0 0 25 0 4 0 517183750 489238528 43175 33554432000 4194304 4650419 140733546535152 18446744073709551615 4315755 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=477772 CPUtime=6.25 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 13802 0 0 0 623 2 0 0 25 0 4 0 517183751 489238528 43175 33554432000 4194304 4650419 140733546535152 18446744073709551615 4331084 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=477772 CPUtime=6.29 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 11194 0 0 0 627 2 0 0 25 0 4 0 517183751 489238528 43175 33554432000 4194304 4650419 140733546535152 18446744073709551615 4304301 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 477772

[startup+12.701 s]
/proc/loadavg: 7.61 8.02 7.91 9/184 13044
/proc/meminfo: memFree=13664216/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=716880 CPUtime=50.71 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 104247 0 0 0 5047 24 0 0 25 0 4 0 517183750 734085120 77915 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 179220 77917 395 112 0 174185 0
[pid=13024/tid=13025] ppid=13022 vsize=716880 CPUtime=12.69 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 31555 0 0 0 1261 8 0 0 25 0 4 0 517183750 734085120 77917 33554432000 4194304 4650419 140733546535152 18446744073709551615 248089741495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=716880 CPUtime=12.62 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 19677 0 0 0 1257 5 0 0 25 0 4 0 517183751 734085120 77919 33554432000 4194304 4650419 140733546535152 18446744073709551615 4333127 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=716880 CPUtime=12.68 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 15897 0 0 0 1265 3 0 0 25 0 4 0 517183751 734085120 77920 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 716880

[startup+25.5007 s]
/proc/loadavg: 7.70 8.02 7.91 9/184 13044
/proc/meminfo: memFree=13164860/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=683736 CPUtime=101.83 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 217885 0 0 0 10134 49 0 0 25 0 4 0 517183750 700145664 113628 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 170934 113628 395 112 0 165899 0
[pid=13024/tid=13025] ppid=13022 vsize=683736 CPUtime=25.49 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 97596 0 0 0 2529 20 0 0 25 0 4 0 517183750 700145664 113628 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=683736 CPUtime=25.34 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 36249 0 0 0 2525 9 0 0 25 0 4 0 517183751 700145664 113628 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364453 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=683736 CPUtime=25.48 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 40191 0 0 0 2538 10 0 0 25 0 4 0 517183751 700145664 113628 33554432000 4194304 4650419 140733546535152 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 683736

[startup+51.1012 s]
/proc/loadavg: 7.88 8.03 7.91 9/184 13045
/proc/meminfo: memFree=13029776/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=755420 CPUtime=204.1 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 419187 0 0 0 20325 85 0 0 25 0 4 0 517183750 773550080 133921 33554432000 4194304 4650419 140733546535152 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 188855 133921 396 112 0 183820 0
[pid=13024/tid=13025] ppid=13022 vsize=755420 CPUtime=51.09 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 239562 0 0 0 5072 37 0 0 25 0 4 0 517183750 773550080 133921 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=755420 CPUtime=50.81 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 62498 0 0 0 5064 17 0 0 25 0 4 0 517183751 773550080 133921 33554432000 4194304 4650419 140733546535152 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=755420 CPUtime=51.08 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 57127 0 0 0 5091 17 0 0 25 0 4 0 517183751 773550080 133921 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 755420

[startup+102.307 s]
/proc/loadavg: 7.95 8.03 7.91 9/184 13046
/proc/meminfo: memFree=12828008/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=944388 CPUtime=408.65 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 554215 0 0 0 40742 123 0 0 25 0 4 0 517183750 967053312 160337 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 236097 160337 395 112 0 231062 0
[pid=13024/tid=13025] ppid=13022 vsize=944388 CPUtime=102.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 306492 0 0 0 10179 50 0 0 25 0 4 0 517183750 967053312 160337 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=944388 CPUtime=101.73 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 94499 0 0 0 10145 28 0 0 25 0 4 0 517183751 967053312 160337 33554432000 4194304 4650419 140733546535152 18446744073709551615 4315033 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=944388 CPUtime=102.29 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 84795 0 0 0 10200 29 0 0 25 0 4 0 517183751 967053312 160337 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 944388

[startup+162.301 s]

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

[pid=13024] ppid=13022 vsize=1439240 CPUtime=2805.36 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 3211301 0 0 0 279832 704 0 0 25 0 4 0 517183750 1473781760 259081 33554432000 4194304 4650419 140733546535152 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 359810 259081 403 112 0 354775 0
[pid=13024/tid=13025] ppid=13022 vsize=1439240 CPUtime=702.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1060337 0 0 0 70009 220 0 0 25 0 4 0 517183750 1473781760 259081 33554432000 4194304 4650419 140733546535152 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1439240 CPUtime=698.46 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 824165 0 0 0 69658 188 0 0 25 0 4 0 517183751 1473781760 259081 33554432000 4194304 4650419 140733546535152 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1439240 CPUtime=702.28 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1134278 0 0 0 69995 233 0 0 25 0 4 0 517183751 1473781760 259081 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 1439240

[startup+762.307 s]
/proc/loadavg: 8.07 8.09 8.00 9/184 13064
/proc/meminfo: memFree=11888084/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1411864 CPUtime=3045.05 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 3799170 0 0 0 303697 808 0 0 25 0 4 0 517183750 1445748736 278684 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 352966 278684 415 112 0 347931 0
[pid=13024/tid=13025] ppid=13022 vsize=1411864 CPUtime=762.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1280889 0 0 0 75978 251 0 0 25 0 4 0 517183750 1445748736 278684 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1411864 CPUtime=758.14 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1106093 0 0 0 75585 229 0 0 25 0 4 0 517183751 1445748736 278684 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1411864 CPUtime=762.29 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1190637 0 0 0 75979 250 0 0 25 0 4 0 517183751 1445748736 278684 33554432000 4194304 4650419 140733546535152 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 1411864

[startup+822.301 s]
/proc/loadavg: 8.07 8.08 8.00 9/184 13065
/proc/meminfo: memFree=11696124/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1468792 CPUtime=3284.71 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 4260471 0 0 0 327573 898 0 0 25 0 4 0 517183750 1504043008 296816 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 367198 296816 395 112 0 362163 0
[pid=13024/tid=13025] ppid=13022 vsize=1468792 CPUtime=822.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1523305 0 0 0 81943 286 0 0 25 0 4 0 517183750 1504043008 296816 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1468792 CPUtime=817.8 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1273263 0 0 0 81522 258 0 0 25 0 4 0 517183751 1504043008 296816 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1468792 CPUtime=822.28 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1217731 0 0 0 81964 264 0 0 25 0 4 0 517183751 1504043008 296816 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 1468792

[startup+882.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/184 13067
/proc/meminfo: memFree=11707272/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1470152 CPUtime=3524.37 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 4556193 0 0 0 351477 960 0 0 25 0 4 0 517183750 1505435648 295426 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 367538 295426 395 112 0 362503 0
[pid=13024/tid=13025] ppid=13022 vsize=1470152 CPUtime=882.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1742046 0 0 0 87913 316 0 0 25 0 4 0 517183750 1505435648 295426 33554432000 4194304 4650419 140733546535152 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1470152 CPUtime=877.48 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1300268 0 0 0 87477 271 0 0 25 0 4 0 517183751 1505435648 295426 33554432000 4194304 4650419 140733546535152 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1470152 CPUtime=882.29 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1244975 0 0 0 87955 274 0 0 25 0 4 0 517183751 1505435648 295426 33554432000 4194304 4650419 140733546535152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1470152

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 8.01 9/184 13069
/proc/meminfo: memFree=11692016/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1471132 CPUtime=3764.04 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 4637207 0 0 0 375406 998 0 0 25 0 4 0 517183750 1506439168 299110 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 367783 299110 395 112 0 362748 0
[pid=13024/tid=13025] ppid=13022 vsize=1471132 CPUtime=942.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1767480 0 0 0 93900 329 0 0 25 0 4 0 517183750 1506439168 299110 33554432000 4194304 4650419 140733546535152 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1471132 CPUtime=937.14 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1327000 0 0 0 93431 283 0 0 25 0 4 0 517183751 1506439168 299110 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1471132 CPUtime=942.28 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1272053 0 0 0 93942 286 0 0 25 0 4 0 517183751 1506439168 299110 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1471132

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 8.02 9/184 13070
/proc/meminfo: memFree=11635832/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1603660 CPUtime=4003.71 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 4737310 0 0 0 399330 1041 0 0 25 0 4 0 517183750 1642147840 321038 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 400915 321038 395 112 0 395880 0
[pid=13024/tid=13025] ppid=13022 vsize=1603660 CPUtime=1002.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1792645 0 0 0 99890 339 0 0 25 0 4 0 517183750 1642147840 321038 33554432000 4194304 4650419 140733546535152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1603660 CPUtime=996.82 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1357615 0 0 0 99384 298 0 0 25 0 4 0 517183751 1642147840 321038 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1603660 CPUtime=1002.28 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1300505 0 0 0 99930 298 0 0 25 0 4 0 517183751 1642147840 321038 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1603660

[startup+1062.3 s]
/proc/loadavg: 8.19 8.13 8.03 9/184 13081
/proc/meminfo: memFree=11672604/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1619844 CPUtime=4243.37 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 5007028 0 0 0 423233 1104 0 0 25 0 4 0 517183750 1658720256 316753 33554432000 4194304 4650419 140733546535152 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 404961 316753 395 112 0 399926 0
[pid=13024/tid=13025] ppid=13022 vsize=1619844 CPUtime=1062.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1816820 0 0 0 105879 350 0 0 25 0 4 0 517183750 1658720256 316753 33554432000 4194304 4650419 140733546535152 18446744073709551615 4314835 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1619844 CPUtime=1056.49 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1554785 0 0 0 105319 330 0 0 25 0 4 0 517183751 1658720256 316753 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1619844 CPUtime=1062.27 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1326989 0 0 0 105918 309 0 0 25 0 4 0 517183751 1658720256 316753 33554432000 4194304 4650419 140733546535152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1619844

[startup+1122.3 s]
/proc/loadavg: 8.18 8.14 8.03 9/184 13082
/proc/meminfo: memFree=11710168/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1620856 CPUtime=4483.03 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 5404351 0 0 0 447120 1183 0 0 25 0 4 0 517183750 1659756544 306793 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 405214 306793 395 112 0 400179 0
[pid=13024/tid=13025] ppid=13022 vsize=1620856 CPUtime=1122.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1833047 0 0 0 111872 357 0 0 25 0 4 0 517183750 1659756544 306793 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1620856 CPUtime=1116.16 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1884510 0 0 0 111242 374 0 0 25 0 4 0 517183751 1659756544 306793 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1620856 CPUtime=1122.26 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1355777 0 0 0 111901 325 0 0 25 0 4 0 517183751 1659756544 306793 33554432000 4194304 4650419 140733546535152 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1620856

[startup+1182.3 s]
/proc/loadavg: 8.16 8.14 8.04 9/184 13084
/proc/meminfo: memFree=11497864/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1621616 CPUtime=4722.71 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 5798580 0 0 0 471011 1260 0 0 25 0 4 0 517183750 1660534784 316125 33554432000 4194304 4650419 140733546535152 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 405404 316125 395 112 0 400369 0
[pid=13024/tid=13025] ppid=13022 vsize=1621616 CPUtime=1182.29 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1833047 0 0 0 117872 357 0 0 25 0 4 0 517183750 1660534784 316125 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1621616 CPUtime=1175.84 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 2230203 0 0 0 117159 425 0 0 25 0 4 0 517183751 1660534784 316125 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1621616 CPUtime=1182.26 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1382414 0 0 0 117889 337 0 0 25 0 4 0 517183751 1660534784 316125 33554432000 4194304 4650419 140733546535152 18446744073709551615 4333957 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 1621616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.13 8.03 9/184 13086
/proc/meminfo: memFree=11409824/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1621784 CPUtime=4800.22 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 5940867 0 0 0 478735 1287 0 0 25 0 4 0 517183750 1660706816 325075 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 405446 325075 411 112 0 400411 0
[pid=13024/tid=13025] ppid=13022 vsize=1621784 CPUtime=1201.69 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1840164 0 0 0 119809 360 0 0 25 0 4 0 517183750 1660706816 325076 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1621784 CPUtime=1195.13 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 2346636 0 0 0 119071 442 0 0 25 0 4 0 517183751 1660706816 325076 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1621784 CPUtime=1201.66 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1392549 0 0 0 119824 342 0 0 25 0 4 0 517183751 1660706816 325076 33554432000 4194304 4650419 140733546535152 18446744073709551615 4310770 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1621784

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.12 8.13 8.03 9/184 13086
/proc/meminfo: memFree=11409824/32950928 swapFree=67111528/67111528
[pid=13024] ppid=13022 vsize=1621784 CPUtime=4800.22 cores=1,3,5,7
/proc/13024/stat : 13024 (strangenight1-m) R 13022 13024 12807 0 -1 4202496 5940867 0 0 0 478735 1287 0 0 25 0 4 0 517183750 1660706816 325075 33554432000 4194304 4650419 140733546535152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13024/statm: 405446 325075 411 112 0 400411 0
[pid=13024/tid=13025] ppid=13022 vsize=1621784 CPUtime=1201.69 cores=1,3,5,7
/proc/13024/task/13025/stat : 13025 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1840164 0 0 0 119809 360 0 0 25 0 4 0 517183750 1660706816 325076 33554432000 4194304 4650419 140733546535152 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13024/tid=13026] ppid=13022 vsize=1621784 CPUtime=1195.13 cores=1,3,5,7
/proc/13024/task/13026/stat : 13026 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 2346636 0 0 0 119071 442 0 0 25 0 4 0 517183751 1660706816 325076 33554432000 4194304 4650419 140733546535152 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13024/tid=13027] ppid=13022 vsize=1621784 CPUtime=1201.66 cores=1,3,5,7
/proc/13024/task/13027/stat : 13027 (strangenight1-m) R 13022 13024 12807 0 -1 4202560 1392549 0 0 0 119824 342 0 0 25 0 4 0 517183751 1660706816 325076 33554432000 4194304 4650419 140733546535152 18446744073709551615 4310770 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1621784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.31
CPU user time (s): 4787.37
CPU system time (s): 12.931
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 1635272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.37
system time used= 12.931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5940874
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= 2320
involuntary context switches= 30482

runsolver used 1.82172 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 07:44:00
IDJOB=3174937
IDBENCH=82555
IDSOLVER=1588
FILE ID=node123/3174937-1304055839
RUNJOBID= node123-1304053431-12826
PBS_JOBID= 13170421
Free space on /tmp= 72804 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174937-1304055839/watcher-3174937-1304055839 -o /tmp/evaluation-result-3174937-1304055839/solver-3174937-1304055839 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174937-1304055839.cnf

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=2053430941

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.74
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      14120744 kB
Buffers:       2192748 kB
Cached:       16023988 kB
SwapCached:          0 kB
Active:        9100856 kB
Inactive:      9180372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14120744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8212 kB
Writeback:           0 kB
AnonPages:       64088 kB
Mapped:          14712 kB
Slab:           486084 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189384 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= 72800 MiB
End job on node123 at 2011-04-29 08:04:03