Trace number 3368610

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S1787347746-067-UNKNOWN.cnf
MD5SUM327a5393de6dbdcaf85af71880caf3c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.5029
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368610-1305398602.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:       15000
0.00/0.02	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.02	c -- vars added        750
0.00/0.02	c Parsing time:  0.03 s
0.00/0.02	c  N st     0         0       750     15000         0         0     75000         0   no data   no data  --
0.00/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.27
0.00/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
0.00/0.78	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.78	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.00/0.78	c calculated reachability. Time: 0.00
0.00/0.78	c Calc default polars -  time:   0.00 s pos:     371 undec:      25 neg:     354
0.00/0.78	c =========================================================================================
0.00/0.78	c types(t): F = full restart, N = normal restart
0.00/0.78	c types(t): S = simplification begin/end, E = solution found
0.00/0.78	c restart types(rt): st = static, dy = dynamic
0.00/0.78	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.78	c  B st     0         0       750     15000         0         0     75000         0   no data   no data  --
0.00/0.78	c Decided on static restart strategy
0.00/0.78	c  N st     8      4914       750     15000         0      4866     75000    509884   no data   no data  --
3.55/0.95	c  N st    10     11298       750     15000         0      4508     75000    298904   no data   no data  --
5.14/1.38	c  N st    11     17041       750     15000         0     10203     75000    946721   no data   no data  --
7.94/2.06	c  F st    12     25000       750     15000         0     12545     75000   1110816   no data   no data  --
7.94/2.07	c  N st    12     25000       750     15000         0     12545     75000   1110816   no data   no data  --
9.54/2.44	c  N dy    18     30000       750     15000         0     10749     75000    881884   no data   no data  --
9.54/2.44	c  S st    18     30000       750     15000         0     10749     75000    881884   no data   no data  --
9.54/2.49	c  S st    18     30505       750     15000         0     11254     75000    924652   no data   no data  --
9.54/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.54/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.54/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
9.93/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.93/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.52/7.42	c lits-rem:      5543  cl-subs:      129  v-elim:      0  v-fix:    0  time: 19.43 s
29.87/7.54	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.50
29.87/7.54	c calculated reachability. Time: 0.00
29.87/7.54	c  N dy    18     30505       750     15000         0     11125     75000    896120   no data   no data  --
31.07/7.89	c  N dy    42     34517       750     15000         0     15129     75000   1283466     77.87     83.86  --
32.67/8.20	c  N dy    66     38534       750     15000         0     11261     75000    637892     78.69     83.00  --
33.90/8.51	c  N dy    86     42599       750     15000         0     15314     75000   1028369     78.64     85.54  --
34.66/8.78	c  S st   106     45759       750     15000         0      9550     75000    340419     78.90   no data  --
35.06/8.82	c  S st   106     46262       750     15000         0     10053     75000    384604     78.90   no data  --
35.06/8.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.06/8.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.06/8.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
35.06/8.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.06/8.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.06/8.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
35.06/8.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.42/12.40	c lits-rem:      1004  cl-subs:        2  v-elim:      0  v-fix:    0  time: 14.16 s
49.42/12.40	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
49.42/12.40	c vivif2 --  cl tried    10051 cl shrink        0 lits rem          0 time: 0.02
49.82/12.52	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.46
49.82/12.52	c calculated reachability. Time: 0.00
49.82/12.52	c  N dy   106     46262       750     15000         0     10051     75000    383239     78.90   no data  --
51.04/12.86	c  N dy   125     50282       750     15000         0     14061     75000    772301     78.67     82.90  --
52.61/13.27	c  N dy   152     54346       750     15000         0     18115     75000   1170040     79.07     83.40  --
54.20/13.65	c  N dy   176     58382       750     15000         0     12188     75000    498391     79.29     87.05  --
55.85/14.02	c  N dy   202     62599       750     15000         0     16399     75000    914646     79.43     84.12  --
57.40/14.42	c  N dy   227     66711       750     15000         0     20497     75000   1316635     79.60     84.03  --
58.20/14.69	c  S st   243     69393       750     15000         0     12215     75000    394452     79.54   no data  --
58.60/14.74	c  S st   243     69899       750     15000         0     12721     75000    439312     79.54   no data  --
58.60/14.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.60/14.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.60/14.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
58.60/14.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.60/14.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.60/14.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
58.60/14.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.15/18.66	c lits-rem:      1308  cl-subs:        9  v-elim:      0  v-fix:    0  time: 15.50 s
74.15/18.66	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
74.15/18.66	c vivif2 --  cl tried    12712 cl shrink        0 lits rem          0 time: 0.02
74.94/18.80	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.55
74.94/18.80	c calculated reachability. Time: 0.00
74.94/18.80	c  N dy   243     69899       750     15000         0     12712     75000    436319     79.54   no data  --
76.15/19.18	c  N dy   272     74404       750     15000         0     17208     75000    877330     79.65     84.55  --
78.14/19.62	c  N dy   303     79257       750     15000         0     22046     75000   1351256     79.85     86.31  --
79.73/20.07	c  N dy   336     84381       750     15000         0     15195     75000    600971     80.09     91.97  --
80.93/20.34	c  F st   356     87502       750     15000         0     18308     75000    906086     80.11     70.91  --
82.18/20.65	c  N st   361     90800       750     15000         0     21581     75000   1246032     80.11   no data  --
84.52/21.25	c  N dy   384     96924       750     15000         0     14734     75000    462754     80.14     84.72  --
86.91/21.82	c  N dy   416    103221       750     15000         0     21010     75000   1074797     80.08     86.23  --
87.31/21.98	c  S st   425    104849       750     15000         0     22635     75000   1236228     80.08   no data  --
87.71/22.05	c  S st   425    105353       750     15000         0     23139     75000   1281014     80.08   no data  --
87.71/22.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
87.71/22.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.71/22.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
88.11/22.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.11/22.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.11/22.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
88.11/22.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.06/26.61	c lits-rem:       717  cl-subs:       83  v-elim:      0  v-fix:    0  time: 17.91 s
106.06/26.61	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
106.06/26.62	c vivif2 --  cl tried    23056 cl shrink        0 lits rem          0 time: 0.05
106.87/26.86	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.93
106.87/26.86	c calculated reachability. Time: 0.00
106.87/26.86	c  N dy   425    105353       750     15000         0     23056     75000   1265435     80.08   no data  --
109.65/27.58	c  N dy   457    112645       750     15000         0     16373     75000    525370     79.91     84.36  --
112.48/28.26	c  N dy   501    119840       750     15000         0     23542     75000   1233627     80.00     84.65  --
115.65/29.08	c  N dy   544    127562       750     15000         0     16296     75000    427781     80.04     84.39  --
118.83/29.87	c  N dy   590    135835       750     15000         0     24535     75000   1230795     80.01     85.05  --
123.22/30.91	c  N dy   633    144673       750     15000         0     17402     75000    447221     80.03     84.42  --
126.80/31.82	c  N dy   674    154023       750     15000         0     26721     75000   1341494     79.84     84.21  --
128.80/32.30	c  S st   697    158031       750     15000         0     30720     75000   1730869     79.83     80.94  --
128.80/32.39	c  S st   697    158533       750     15000         0     31222     75000   1772289     79.83   no data  --
129.20/32.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
129.20/32.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.20/32.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
129.20/32.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.20/32.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.20/32.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
129.20/32.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
167.10/41.96	c lits-rem:       934  cl-subs:       95  v-elim:      0  v-fix:    0  time: 37.82 s
167.10/41.96	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.01
167.10/41.98	c vivif2 --  cl tried    31127 cl shrink        0 lits rem          0 time: 0.07
168.70/42.34	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 1.43
168.70/42.34	c calculated reachability. Time: 0.00
168.70/42.34	c  N dy   697    158533       750     15000         0     31127     75000   1754744     79.83   no data  --
173.49/43.51	c  N dy   743    168814       750     15000         0     24416     75000   1039991     79.80     84.26  --
178.30/44.80	c  N dy   798    179603       750     15000         0     35171     75000   2090317     79.80     84.39  --
183.45/46.05	c  N dy   860    191142       750     15000         0     28731     75000   1374415     79.83     87.12  --
189.44/47.53	c  N dy   933    203349       750     15000         0     21964     75000    621106     79.87     84.18  --
195.42/49.02	c  N dy  1001    216349       750     15000         0     34916     75000   1897971     79.93     90.25  --
201.80/50.64	c  N dy  1062    230204       750     15000         0     28799     75000   1204719     79.88     85.33  --
205.78/51.60	c  S st  1103    237799       750     15000         0     36372     75000   1949037     79.89   no data  --
206.18/51.70	c  S st  1103    238302       750     15000         0     36874     75000   1996531     79.89   no data  --
206.18/51.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
206.18/51.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
206.18/51.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
206.18/51.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
206.18/51.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
206.18/51.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
206.18/51.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
252.89/63.44	c lits-rem:       915  cl-subs:      175  v-elim:      0  v-fix:    0  time: 46.43 s
252.89/63.44	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
252.89/63.46	c vivif2 --  cl tried    36699 cl shrink        0 lits rem          0 time: 0.08
254.05/63.78	c asymm  cl-useful: 0/13719/15000 lits-rem:0 time: 1.27
254.05/63.78	c calculated reachability. Time: 0.00
254.05/63.78	c  N dy  1103    238302       750     15000         0     36699     75000   1964443     79.89   no data  --
261.67/65.63	c  N dy  1174    253514       750     15000         0     30928     75000   1326846     79.84    102.89  --
270.01/67.79	c  N dy  1244    269999       750     15000         0     25427     75000    685629     79.77     84.15  --
279.22/70.10	c  N dy  1328    287579       750     15000         0     42945     75000   2396549     79.73     84.09  --
289.16/72.52	c  N dy  1421    306068       750     15000         0     38450     75000   1887544     79.73     84.05  --
289.16/72.55	c  F st  1423    306251       750     15000         0     38633     75000   1906101     79.74   no data  --
299.53/75.15	c  N dy  1491    325812       750     15000         0     34209     75000   1365705     79.64     83.96  --
311.09/78.09	c  N dy  1602    345864       750     15000         0     29289     75000    798513     79.70     84.60  --
317.89/79.73	c  S st  1671    357453       750     15000         0     40845     75000   1936954     79.74     81.98  --
318.29/79.84	c  S st  1671    357954       750     15000         0     41346     75000   1978986     79.74   no data  --
318.29/79.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
318.29/79.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
318.29/79.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
318.71/79.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
318.71/79.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
318.71/79.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
318.71/79.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
382.10/95.85	c lits-rem:       786  cl-subs:      102  v-elim:      0  v-fix:    0  time: 63.43 s
382.10/95.85	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
382.10/95.87	c vivif2 --  cl tried    41244 cl shrink        0 lits rem          0 time: 0.08
382.50/95.92	c asymm  cl-useful: 0/1281/15000 lits-rem:0 time: 0.17
382.50/95.92	c calculated reachability. Time: 0.00
382.50/95.92	c  N dy  1671    357954       750     15000         0     41244     75000   1959962     79.74   no data  --
394.06/98.87	c  N dy  1790    378224       750     15000         0     35522     75000   1326037     79.80     84.88  --
406.47/101.98	c  N dy  1903    398237       750     15000         0     28561     75000    547296     79.83     85.58  --
417.60/104.78	c  N dy  2002    418246       750     15000         0     48495     75000   2497571     79.83     85.02  --
429.57/107.75	c  N dy  2119    438427       750     15000         0     40703     75000   1649508     79.85     84.19  --
442.73/111.04	c  N dy  2225    458497       750     15000         0     31807     75000    686964     79.89     84.74  --
454.73/114.08	c  N dy  2340    478733       750     15000         0     51981     75000   2670986     79.91     85.12  --
467.47/117.29	c  N dy  2448    498767       750     15000         0     42034     75000   1600808     79.93     92.16  --
482.62/121.04	c  N dy  2563    518840       750     15000         0     31154     75000    439022     79.96     84.18  --
493.40/123.78	c  S st  2658    536932       750     15000         0     49185     75000   2213981     79.97   no data  --
493.80/123.91	c  S st  2658    537433       750     15000         0     49686     75000   2259809     79.97   no data  --
494.23/123.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
494.23/123.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
494.23/123.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
494.64/124.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
494.64/124.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.64/124.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
494.64/124.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
591.92/148.41	c lits-rem:       963  cl-subs:      140  v-elim:      0  v-fix:    0  time: 97.20 s
591.92/148.41	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.01
591.92/148.43	c vivif2 --  cl tried    49546 cl shrink        0 lits rem          0 time: 0.09
593.52/148.82	c asymm  cl-useful: 0/11123/15000 lits-rem:0 time: 1.53
593.52/148.82	c calculated reachability. Time: 0.00
593.52/148.82	c  N dy  2658    537433       750     15000         0     49546     75000   2234153     79.97   no data  --
608.30/152.56	c  N dy  2766    557469       750     15000         0     37623     75000    976845     79.97     84.54  --
622.63/156.11	c  N dy  2877    577560       750     15000         0     57650     75000   2944812     79.99     85.74  --
636.60/159.68	c  N dy  2987    597561       750     15000         0     44675     75000   1587733     80.02     84.88  --
652.59/163.67	c  N dy  3097    617769       750     15000         0     64835     75000   3569877     80.02     87.09  --
666.91/167.20	c  N dy  3205    637881       750     15000         0     50985     75000   2113778     80.02     85.43  --
683.66/171.43	c  N dy  3298    658006       750     15000         0     36160     75000    569131     80.00     84.50  --
697.63/174.92	c  N dy  3401    678395       750     15000         0     56483     75000   2572855     80.00     84.22  --
714.38/179.14	c  N dy  3504    698509       750     15000         0     40646     75000    918910     79.99     87.99  --
729.53/182.98	c  N dy  3606    718776       750     15000         0     60848     75000   2897975     79.98     84.70  --
747.09/187.32	c  N dy  3721    738890       750     15000         0     44022     75000   1162095     79.99     84.97  --
763.44/191.46	c  N dy  3827    759090       750     15000         0     64174     75000   3148746     80.00     84.76  --
781.00/195.81	c  N dy  3927    779093       750     15000         0     46222     75000   1292430     79.99     84.45  --
797.75/200.07	c  N dy  4046    799101       750     15000         0     66157     75000   3263393     80.01     90.52  --
804.94/201.89	c  S st  4090    806149       750     15000         0     73179     75000   3956006     80.01   no data  --
805.76/202.10	c  S st  4090    806653       750     15000         0     73683     75000   4003293     80.01   no data  --
806.18/202.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
806.18/202.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
806.18/202.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
806.53/202.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
806.53/202.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
806.53/202.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
806.53/202.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2885.52/723.48	c lits-rem:       901  cl-subs:      246  v-elim:      0  v-fix:    0  time: 2077.54 s
2885.52/723.48	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2885.93/723.53	c vivif2 --  cl tried    73437 cl shrink        0 lits rem          0 time: 0.17
2886.68/723.79	c asymm  cl-useful: 0/3877/15000 lits-rem:0 time: 1.05
2886.68/723.79	c calculated reachability. Time: 0.00
2886.68/723.79	c  N dy  4090    806653       750     15000         0     73437     75000   3958405     80.01   no data  --
2903.48/727.92	c  N dy  4207    826662       750     15000         0     54529     75000   2033900     80.04     84.71  --
2922.18/732.68	c  N dy  4311    846672       750     15000         0     74478     75000   3992196     80.04     87.11  --
2940.14/737.12	c  N dy  4421    866726       750     15000         0     54585     75000   1933563     80.05     85.56  --
2959.29/741.98	c  N dy  4538    886793       750     15000         0     74586     75000   3906126     80.07     86.62  --
2978.42/746.76	c  N dy  4666    907112       750     15000         0     53966     75000   1785656     80.11     84.44  --
2998.78/751.86	c  N dy  4787    927572       750     15000         0     74365     75000   3819672     80.14     84.66  --
3018.32/756.79	c  N dy  4900    947720       750     15000         0     52573     75000   1550094     80.15     84.65  --
3037.87/761.63	c  N dy  5013    967793       750     15000         0     72565     75000   3527918     80.17     85.26  --
3058.61/766.85	c  N dy  5108    987971       750     15000         0     49822     75000   1197174     80.17     84.70  --
3077.36/771.54	c  N dy  5208   1008195       750     15000         0     69973     75000   3180609     80.17     84.74  --
3100.10/777.29	c  N dy  5303   1028212       750     15000         0     46076     75000    735710     80.17     84.78  --
3116.85/781.48	c  N dy  5400   1048327       750     15000         0     66118     75000   2705923     80.17     84.64  --
3139.19/787.00	c  N dy  5500   1068520       750     15000         0     86245     75000   4678808     80.16     85.11  --
3143.18/788.05	c  F st  5517   1071876       750     15000         0     89590     75000   5004147     80.16   no data  --
3156.74/791.42	c  N dy  5593   1088596       750     15000         0     61400     75000   2189349     80.17     84.48  --
3177.88/796.72	c  N dy  5708   1108654       750     15000         0     81385     75000   4171640     80.19     90.77  --
3198.63/801.93	c  N dy  5815   1128975       750     15000         0     55809     75000   1519272     80.19     84.95  --
3218.18/806.82	c  N dy  5923   1149041       750     15000         0     75808     75000   3498310     80.20     97.59  --
3240.94/812.56	c  N dy  6026   1169115       750     15000         0     48982     75000    753043     80.19     86.32  --
3258.90/817.02	c  N dy  6147   1189123       750     15000         0     68924     75000   2723065     80.21     87.77  --
3281.99/822.86	c  N dy  6260   1209125       750     15000         0     88846     75000   4687963     80.22     85.80  --
3283.19/823.14	c  S st  6264   1209979       750     15000         0     89699     75000   4770338     80.22     78.55  --
3283.99/823.38	c  S st  6264   1210485       750     15000         0     90205     75000   4816267     80.22   no data  --
3283.99/823.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3283.99/823.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3284.39/823.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
3285.23/823.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3285.23/823.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3285.23/823.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3285.23/823.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368610-1305398602/watcher-3368610-1305398602 -o /tmp/evaluation-result-3368610-1305398602/solver-3368610-1305398602 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368610-1305398602.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.21 8.12 8.02 3/349 17629
/proc/meminfo: memFree=24758336/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 651457251 52465664 357 33554432000 4194304 4650419 140734015144304 18446744073709551615 47589793359379 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 12809 357 306 112 0 7774 0
[pid=17629/tid=17630] ppid=17627 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651457252 52465664 357 33554432000 4194304 4650419 140734015144304 18446744073709551615 47589793359385 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651457252 52465664 357 33554432000 4194304 4650419 140734015144304 18446744073709551615 47589793359788 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651457252 52465664 357 33554432000 4194304 4650419 140734015144304 18446744073709551615 47589793359376 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.86638 s]
/proc/loadavg: 8.21 8.12 8.02 3/349 17629
/proc/meminfo: memFree=24758336/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=293244 CPUtime=3.42 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 12918 0 0 0 339 3 0 0 19 0 4 0 651457251 300281856 6820 33554432000 4194304 4650419 140734015144304 18446744073709551615 239476738407 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 73311 6820 391 112 0 68276 0
[pid=17629/tid=17630] ppid=17627 vsize=293244 CPUtime=0.85 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3365 0 0 0 85 0 0 0 18 0 4 0 651457252 300281856 6820 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=293244 CPUtime=0.84 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3140 0 0 0 84 0 0 0 19 0 4 0 651457252 300281856 6820 33554432000 4194304 4650419 140734015144304 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=293244 CPUtime=0.84 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 2552 0 0 0 84 0 0 0 19 0 4 0 651457252 300281856 6821 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 293244

[startup+0.900292 s]
/proc/loadavg: 8.21 8.12 8.02 3/349 17629
/proc/meminfo: memFree=24758336/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=293784 CPUtime=3.55 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 13614 0 0 0 352 3 0 0 19 0 4 0 651457251 300834816 6545 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 73446 6545 391 112 0 68411 0
[pid=17629/tid=17630] ppid=17627 vsize=293784 CPUtime=0.88 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3421 0 0 0 88 0 0 0 19 0 4 0 651457252 300834816 6545 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=293784 CPUtime=0.87 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3674 0 0 0 87 0 0 0 19 0 4 0 651457252 300834816 6545 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=293784 CPUtime=0.87 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 2603 0 0 0 87 0 0 0 19 0 4 0 651457252 300834816 6546 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 293784

[startup+1.00027 s]
/proc/loadavg: 8.21 8.12 8.02 3/349 17629
/proc/meminfo: memFree=24758336/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=293784 CPUtime=3.95 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 14239 0 0 0 392 3 0 0 19 0 4 0 651457251 300834816 7170 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 73446 7170 391 112 0 68411 0
[pid=17629/tid=17630] ppid=17627 vsize=293784 CPUtime=0.98 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3577 0 0 0 98 0 0 0 19 0 4 0 651457252 300834816 7170 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=293784 CPUtime=0.97 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3834 0 0 0 97 0 0 0 19 0 4 0 651457252 300834816 7170 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=293784 CPUtime=0.97 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 2750 0 0 0 97 0 0 0 19 0 4 0 651457252 300834816 7170 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 293784

[startup+1.10026 s]
/proc/loadavg: 8.21 8.12 8.02 3/349 17629
/proc/meminfo: memFree=24758336/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=293784 CPUtime=4.35 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 14815 0 0 0 432 3 0 0 19 0 4 0 651457251 300834816 7746 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 73446 7746 391 112 0 68411 0
[pid=17629/tid=17630] ppid=17627 vsize=293784 CPUtime=1.08 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3724 0 0 0 108 0 0 0 19 0 4 0 651457252 300834816 7746 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=293784 CPUtime=1.07 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3974 0 0 0 107 0 0 0 19 0 4 0 651457252 300834816 7746 33554432000 4194304 4650419 140734015144304 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=293784 CPUtime=1.07 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 2899 0 0 0 107 0 0 0 19 0 4 0 651457252 300834816 7746 33554432000 4194304 4650419 140734015144304 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 293784

[startup+1.50018 s]
/proc/loadavg: 8.21 8.12 8.02 3/349 17629
/proc/meminfo: memFree=24758336/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=295244 CPUtime=5.95 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 18832 0 0 0 591 4 0 0 20 0 4 0 651457251 302329856 7351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 73811 7351 391 112 0 68776 0
[pid=17629/tid=17630] ppid=17627 vsize=295244 CPUtime=1.49 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 4682 0 0 0 148 1 0 0 19 0 4 0 651457252 302329856 7351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=295244 CPUtime=1.48 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 5014 0 0 0 147 1 0 0 20 0 4 0 651457252 302329856 7351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=295244 CPUtime=1.48 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 3839 0 0 0 147 1 0 0 20 0 4 0 651457252 302329856 7351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 295244

[startup+3.10087 s]
/proc/loadavg: 8.19 8.12 8.02 9/359 17642
/proc/meminfo: memFree=24633268/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=296068 CPUtime=12.33 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 35477 0 0 0 1226 7 0 0 25 0 4 0 651457251 303173632 16110 33554432000 4194304 4650419 140734015144304 18446744073709551615 4439636 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 74017 16110 393 112 0 68982 0
[pid=17629/tid=17630] ppid=17627 vsize=296068 CPUtime=3.09 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 8164 0 0 0 308 1 0 0 24 0 4 0 651457252 303173632 16110 33554432000 4194304 4650419 140734015144304 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=296068 CPUtime=3.05 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 8245 0 0 0 303 2 0 0 25 0 4 0 651457252 303173632 16110 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=296068 CPUtime=3.08 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 6848 0 0 0 307 1 0 0 25 0 4 0 651457252 303173632 16110 33554432000 4194304 4650419 140734015144304 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 296068

[startup+6.31326 s]
/proc/loadavg: 8.19 8.12 8.02 9/359 17642
/proc/meminfo: memFree=24507500/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=296068 CPUtime=25.13 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 48703 0 0 0 2503 10 0 0 25 0 4 0 651457251 303173632 29068 33554432000 4194304 4650419 140734015144304 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 74017 29069 393 112 0 68982 0
[pid=17629/tid=17630] ppid=17627 vsize=296068 CPUtime=6.3 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 8178 0 0 0 629 1 0 0 25 0 4 0 651457252 303173632 29069 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=296068 CPUtime=6.23 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 15371 0 0 0 620 3 0 0 25 0 4 0 651457252 303173632 29069 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=296068 CPUtime=6.29 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 12927 0 0 0 627 2 0 0 25 0 4 0 651457252 303173632 29069 33554432000 4194304 4650419 140734015144304 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 296068

[startup+12.701 s]
/proc/loadavg: 8.16 8.11 8.02 9/359 17642
/proc/meminfo: memFree=24446640/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=365152 CPUtime=50.62 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 67109 0 0 0 5048 14 0 0 25 0 4 0 651457251 373915648 39014 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 91288 39014 393 112 0 86253 0
[pid=17629/tid=17630] ppid=17627 vsize=365152 CPUtime=12.69 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 13728 0 0 0 1266 3 0 0 25 0 4 0 651457252 373915648 39014 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=365152 CPUtime=12.56 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 20663 0 0 0 1252 4 0 0 25 0 4 0 651457252 373915648 39014 33554432000 4194304 4650419 140734015144304 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=365152 CPUtime=12.68 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 18624 0 0 0 1264 4 0 0 25 0 4 0 651457252 373915648 39014 33554432000 4194304 4650419 140734015144304 18446744073709551615 4370570 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 365152

[startup+25.5006 s]
/proc/loadavg: 8.22 8.13 8.02 9/359 17643
/proc/meminfo: memFree=24291764/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=460104 CPUtime=101.67 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 98704 0 0 0 10147 20 0 0 25 0 4 0 651457251 471146496 67147 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 115026 67147 393 112 0 109991 0
[pid=17629/tid=17630] ppid=17627 vsize=460104 CPUtime=25.49 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 19654 0 0 0 2545 4 0 0 25 0 4 0 651457252 471146496 67147 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=460104 CPUtime=25.21 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 30478 0 0 0 2515 6 0 0 25 0 4 0 651457252 471146496 67147 33554432000 4194304 4650419 140734015144304 18446744073709551615 4334034 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=460104 CPUtime=25.48 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 27954 0 0 0 2542 6 0 0 25 0 4 0 651457252 471146496 67147 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 460104

[startup+51.1007 s]
/proc/loadavg: 8.14 8.11 8.02 9/359 17643
/proc/meminfo: memFree=24109916/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=646936 CPUtime=203.8 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 134521 0 0 0 20348 32 0 0 25 0 4 0 651457251 662462464 89925 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 161734 89925 393 112 0 156699 0
[pid=17629/tid=17630] ppid=17627 vsize=646936 CPUtime=51.09 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 26057 0 0 0 5103 6 0 0 25 0 4 0 651457252 662462464 89925 33554432000 4194304 4650419 140734015144304 18446744073709551615 4328130 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=646936 CPUtime=50.53 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 41363 0 0 0 5045 8 0 0 25 0 4 0 651457252 662462464 89925 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=646936 CPUtime=51.08 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 42305 0 0 0 5098 10 0 0 25 0 4 0 651457252 662462464 89925 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 646936

[startup+102.301 s]
/proc/loadavg: 8.11 8.11 8.02 9/359 17645
/proc/meminfo: memFree=24072924/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=716600 CPUtime=408.03 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 205382 0 0 0 40750 53 0 0 25 0 4 0 651457251 733798400 96686 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 179150 96686 393 112 0 174115 0
[pid=17629/tid=17630] ppid=17627 vsize=716600 CPUtime=102.29 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 44190 0 0 0 10217 12 0 0 25 0 4 0 651457252 733798400 96686 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=716600 CPUtime=101.18 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 56904 0 0 0 10104 14 0 0 25 0 4 0 651457252 733798400 96686 33554432000 4194304 4650419 140734015144304 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=716600 CPUtime=102.28 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 70341 0 0 0 10209 19 0 0 25 0 4 0 651457252 733798400 96686 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 716600

[startup+162.3 s]

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

[pid=17629] ppid=17627 vsize=996112 CPUtime=2561.98 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 606024 0 0 0 255985 213 0 0 25 0 4 0 651457251 1020018688 156165 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 249028 156165 393 112 0 243993 0
[pid=17629/tid=17630] ppid=17627 vsize=996112 CPUtime=642.31 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 111290 0 0 0 64183 48 0 0 25 0 4 0 651457252 1020018688 156165 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=996112 CPUtime=635.16 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 247451 0 0 0 63423 93 0 0 25 0 4 0 651457252 1020018688 156165 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=996112 CPUtime=642.31 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 162391 0 0 0 64183 48 0 0 25 0 4 0 651457252 1020018688 156165 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2561.98
Current children cumulated vsize (KiB) 996112

[startup+702.301 s]
/proc/loadavg: 8.20 8.11 8.04 9/359 17661
/proc/meminfo: memFree=23651548/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=997984 CPUtime=2801.32 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 642245 0 0 0 279899 233 0 0 25 0 4 0 651457251 1021935616 154755 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 249496 154755 393 112 0 244461 0
[pid=17629/tid=17630] ppid=17627 vsize=997984 CPUtime=702.31 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 134757 0 0 0 70165 66 0 0 25 0 4 0 651457252 1021935616 154755 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=997984 CPUtime=694.52 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 254397 0 0 0 69357 95 0 0 25 0 4 0 651457252 1021935616 154755 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=997984 CPUtime=702.31 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 163946 0 0 0 70183 48 0 0 25 0 4 0 651457252 1021935616 154755 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.32
Current children cumulated vsize (KiB) 997984

[startup+762.301 s]
/proc/loadavg: 8.07 8.09 8.03 9/359 17662
/proc/meminfo: memFree=23659224/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=949224 CPUtime=3040.66 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 667347 0 0 0 303822 244 0 0 25 0 4 0 651457251 972005376 152782 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 237306 152782 393 112 0 232271 0
[pid=17629/tid=17630] ppid=17627 vsize=949224 CPUtime=762.31 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 140312 0 0 0 76162 69 0 0 25 0 4 0 651457252 972005376 152782 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=949224 CPUtime=753.85 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 261857 0 0 0 75289 96 0 0 25 0 4 0 651457252 972005376 152782 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=949224 CPUtime=762.31 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 168003 0 0 0 76182 49 0 0 25 0 4 0 651457252 972005376 152782 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.66
Current children cumulated vsize (KiB) 949224

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.03 9/359 17664
/proc/meminfo: memFree=23619524/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1000612 CPUtime=3280 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 708658 0 0 0 327736 264 0 0 25 0 4 0 651457251 1024626688 156425 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 250153 156425 393 112 0 245118 0
[pid=17629/tid=17630] ppid=17627 vsize=1000612 CPUtime=822.32 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 150009 0 0 0 82156 76 0 0 25 0 4 0 651457252 1024626688 156425 33554432000 4194304 4650419 140734015144304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1000612 CPUtime=813.21 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 270748 0 0 0 81223 98 0 0 25 0 4 0 651457252 1024626688 156425 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1000612 CPUtime=822.31 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 168849 0 0 0 82182 49 0 0 25 0 4 0 651457252 1024626688 156425 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280
Current children cumulated vsize (KiB) 1000612

[startup+882.301 s]
/proc/loadavg: 8.09 8.08 8.03 9/359 17666
/proc/meminfo: memFree=23612324/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1001296 CPUtime=3519.34 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 734709 0 0 0 351659 275 0 0 25 0 4 0 651457251 1025327104 161915 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 250324 161915 393 112 0 245289 0
[pid=17629/tid=17630] ppid=17627 vsize=1001296 CPUtime=882.32 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 161163 0 0 0 88148 84 0 0 25 0 4 0 651457252 1025327104 161915 33554432000 4194304 4650419 140734015144304 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1001296 CPUtime=872.54 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 277448 0 0 0 87155 99 0 0 25 0 4 0 651457252 1025327104 161915 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1001296 CPUtime=882.31 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 169740 0 0 0 88182 49 0 0 25 0 4 0 651457252 1025327104 161915 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.34
Current children cumulated vsize (KiB) 1001296

[startup+942.3 s]
/proc/loadavg: 8.08 8.08 8.03 9/359 17667
/proc/meminfo: memFree=23593468/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=963188 CPUtime=3758.71 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 764353 0 0 0 375584 287 0 0 25 0 4 0 651457251 986304512 162645 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 240797 162645 393 112 0 235762 0
[pid=17629/tid=17630] ppid=17627 vsize=963188 CPUtime=942.33 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 177845 0 0 0 94139 94 0 0 25 0 4 0 651457252 986304512 162647 33554432000 4194304 4650419 140734015144304 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=963188 CPUtime=931.89 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 285193 0 0 0 93089 100 0 0 25 0 4 0 651457252 986304512 162647 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=963188 CPUtime=942.33 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 173944 0 0 0 94183 50 0 0 25 0 4 0 651457252 986304512 162647 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.71
Current children cumulated vsize (KiB) 963188

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.03 9/359 17669
/proc/meminfo: memFree=23592092/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1014992 CPUtime=3998 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 777045 0 0 0 399510 290 0 0 25 0 4 0 651457251 1039351808 163256 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 253748 163256 393 112 0 248713 0
[pid=17629/tid=17630] ppid=17627 vsize=1014992 CPUtime=1002.33 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 178579 0 0 0 100138 95 0 0 25 0 4 0 651457252 1039351808 163256 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1014992 CPUtime=991.21 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 293138 0 0 0 99019 102 0 0 25 0 4 0 651457252 1039351808 163256 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1014992 CPUtime=1002.32 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 175463 0 0 0 100182 50 0 0 25 0 4 0 651457252 1039351808 163256 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998
Current children cumulated vsize (KiB) 1014992

[startup+1062.31 s]
/proc/loadavg: 8.08 8.08 8.03 9/359 17679
/proc/meminfo: memFree=23502288/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1014992 CPUtime=4237.36 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 789997 0 0 0 423444 292 0 0 25 0 4 0 651457251 1039351808 163351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476466 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 253748 163351 393 112 0 248713 0
[pid=17629/tid=17630] ppid=17627 vsize=1014992 CPUtime=1062.34 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 178579 0 0 0 106139 95 0 0 25 0 4 0 651457252 1039351808 163351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1014992 CPUtime=1050.55 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 300644 0 0 0 104952 103 0 0 25 0 4 0 651457252 1039351808 163351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1014992 CPUtime=1062.33 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 177048 0 0 0 106183 50 0 0 25 0 4 0 651457252 1039351808 163351 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.36
Current children cumulated vsize (KiB) 1014992

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.03 9/359 17681
/proc/meminfo: memFree=23516504/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1014992 CPUtime=4476.64 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 803271 0 0 0 447370 294 0 0 25 0 4 0 651457251 1039351808 163276 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 253748 163276 393 112 0 248713 0
[pid=17629/tid=17630] ppid=17627 vsize=1014992 CPUtime=1122.33 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 178579 0 0 0 112138 95 0 0 25 0 4 0 651457252 1039351808 163276 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1014992 CPUtime=1109.87 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 308868 0 0 0 110883 104 0 0 25 0 4 0 651457252 1039351808 163276 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1014992 CPUtime=1122.33 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 179386 0 0 0 112182 51 0 0 25 0 4 0 651457252 1039351808 163276 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.64
Current children cumulated vsize (KiB) 1014992

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 8.03 9/359 17683
/proc/meminfo: memFree=23526652/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1014992 CPUtime=4715.95 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 816550 0 0 0 471298 297 0 0 25 0 4 0 651457251 1039351808 163350 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 253748 163350 393 112 0 248713 0
[pid=17629/tid=17630] ppid=17627 vsize=1014992 CPUtime=1182.33 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 178579 0 0 0 118138 95 0 0 25 0 4 0 651457252 1039351808 163350 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1014992 CPUtime=1169.19 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 316955 0 0 0 116813 106 0 0 25 0 4 0 651457252 1039351808 163350 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1014992 CPUtime=1182.33 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 181652 0 0 0 118181 52 0 0 25 0 4 0 651457252 1039351808 163350 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.95
Current children cumulated vsize (KiB) 1014992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.20 8.10 8.04 9/359 17683
/proc/meminfo: memFree=23501964/32950928 swapFree=67056568/67111528
[pid=17629] ppid=17627 vsize=1014992 CPUtime=4800.14 cores=0,2,4,6
/proc/17629/stat : 17629 (strangenight1-m) R 17627 17629 17503 0 -1 4202496 820476 0 0 0 479717 297 0 0 25 0 4 0 651457251 1039351808 163219 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17629/statm: 253748 163219 393 112 0 248713 0
[pid=17629/tid=17630] ppid=17627 vsize=1014992 CPUtime=1203.44 cores=0,2,4,6
/proc/17629/task/17630/stat : 17630 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 178579 0 0 0 120249 95 0 0 25 0 4 0 651457252 1039351808 163219 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17629/tid=17631] ppid=17627 vsize=1014992 CPUtime=1190.06 cores=0,2,4,6
/proc/17629/task/17631/stat : 17631 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 319813 0 0 0 118900 106 0 0 25 0 4 0 651457252 1039351808 163219 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17629/tid=17632] ppid=17627 vsize=1014992 CPUtime=1203.44 cores=0,2,4,6
/proc/17629/task/17632/stat : 17632 (strangenight1-m) R 17627 17629 17503 0 -1 4202560 181708 0 0 0 120292 52 0 0 25 0 4 0 651457252 1039351808 163219 33554432000 4194304 4650419 140734015144304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1014992

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.22
CPU user time (s): 4797.21
CPU system time (s): 3.00754
CPU usage (%): 398.871
Max. virtual memory (cumulated for all children) (KiB): 1014992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.21
system time used= 3.00754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820476
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= 1259
involuntary context switches= 23834

runsolver used 3.78143 second user time and 9.60654 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 20:43:22
IDJOB=3368610
IDBENCH=82619
IDSOLVER=1846
FILE ID=node148/3368610-1305398602
RUNJOBID= node148-1305397396-17521
PBS_JOBID= 13324458
Free space on /tmp= 72840 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S1787347746-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368610-1305398602/watcher-3368610-1305398602 -o /tmp/evaluation-result-3368610-1305398602/solver-3368610-1305398602 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368610-1305398602.cnf

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

MD5SUM BENCH= 327a5393de6dbdcaf85af71880caf3c5
RANDOM SEED=322757111

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24758624 kB
Buffers:        314220 kB
Cached:        4588860 kB
SwapCached:       8488 kB
Active:        4546460 kB
Inactive:      3294808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24758624 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            7440 kB
Writeback:           0 kB
AnonPages:     2935688 kB
Mapped:          26980 kB
Slab:           258556 kB
PageTables:      28132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84648104 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= 72828 MiB
End job on node148 at 2011-05-14 21:03:27