Trace number 3174904

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.21 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1143439968-082-UNKNOWN.cnf
MD5SUM4baebda329e22fa39a89c4e2a8acff70
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark468.292
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
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-3174904-1304048986.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.07 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.96/0.26	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.92
0.96/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
0.96/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.96/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.96/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.96/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.96/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
0.96/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.96/0.80	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.96/0.80	c calculated reachability. Time: 0.00
0.96/0.80	c Calc default polars -  time:   0.01 s pos:     962 undec:      56 neg:     982
0.96/0.80	c =========================================================================================
0.96/0.80	c types(t): F = full restart, N = normal restart
0.96/0.80	c types(t): S = simplification begin/end, E = solution found
0.96/0.80	c restart types(rt): st = static, dy = dynamic
0.96/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.96/0.80	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
3.18/0.83	c  N dy    19      4107      2000     40000         0      4096    200000    852867    149.06    157.68  --
4.75/1.28	c  N dy    43      8157      2000     40000         0      4819    200000    512699    147.11    155.85  --
6.76/1.75	c  N dy    68     12194      2000     40000         0      8855    200000   1243527    146.66    167.14  --
8.74/2.24	c  N dy    92     16197      2000     40000         0      7363    200000    652452    146.85    158.10  --
10.75/2.74	c  N dy   119     20248      2000     40000         0     11413    200000   1403804    147.37    157.83  --
12.73/3.27	c  N dy   148     24290      2000     40000         0      8374    200000    568570    147.43    157.02  --
13.13/3.36	c  F st   153     25000      2000     40000         0      9084    200000    697847    147.27   no data  --
14.73/3.78	c  N st   158     28303      2000     40000         0     12384    200000   1400820    147.27   no data  --
15.95/4.01	c  S st   159     30000      2000     40000         0     14081    200000   1731494    147.27   no data  --
15.95/4.09	c  S st   159     30503      2000     40000         0     14584    200000   1809263    147.27   no data  --
16.33/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
16.33/4.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.33/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.73/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.73/4.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
38.30/9.64	c lits-rem:      1146  cl-subs:       37  v-elim:      0  v-fix:    0  time: 21.60 s
39.90/10.01	c asymm  cl-useful: 0/39197/40000 lits-rem:0 time: 1.48
39.90/10.02	c calculated reachability. Time: 0.00
39.90/10.02	c  N dy   159     30503      2000     40000         0     14547    200000   1790450    147.27   no data  --
42.32/10.63	c  N dy   181     34599      2000     40000         0     10271    200000    686897    146.68    158.61  --
44.70/11.20	c  N dy   206     38722      2000     40000         0     14394    200000   1473114    147.22    156.26  --
46.71/11.78	c  N dy   227     42843      2000     40000         0     18513    200000   2220981    146.59    158.73  --
48.29/12.19	c  S st   246     45755      2000     40000         0     11907    200000    802470    146.94   no data  --
48.69/12.28	c  S st   246     46260      2000     40000         0     12412    200000    880502    146.94   no data  --
48.69/12.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.69/12.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.09/12.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
49.09/12.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.09/12.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.09/12.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
49.09/12.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.07/15.88	c lits-rem:       832  cl-subs:        1  v-elim:      0  v-fix:    0  time: 14.08 s
63.07/15.88	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
63.07/15.89	c vivif2 --  cl tried    12411 cl shrink        0 lits rem          0 time: 0.04
63.47/15.90	c asymm  cl-useful: 0/803/40000 lits-rem:0 time: 0.04
63.47/15.90	c calculated reachability. Time: 0.00
63.47/15.90	c  N dy   246     46260      2000     40000         0     12411    200000    879614    146.94   no data  --
65.46/16.46	c  N dy   269     50283      2000     40000         0     16433    200000   1616468    146.83    175.06  --
67.86/17.05	c  N dy   297     54287      2000     40000         0     20436    200000   2366940    147.00    155.12  --
70.26/17.61	c  N dy   324     58317      2000     40000         0     13877    200000    958110    147.10    156.86  --
72.25/18.20	c  N dy   347     62414      2000     40000         0     17971    200000   1708762    147.03    160.50  --
75.05/18.82	c  N dy   367     66449      2000     40000         0     22006    200000   2448612    146.80    156.75  --
76.65/19.28	c  S st   388     69392      2000     40000         0     13329    200000    677945    146.85   no data  --
77.06/19.38	c  S st   388     69895      2000     40000         0     13832    200000    759893    146.85   no data  --
77.06/19.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
77.06/19.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.47/19.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
77.47/19.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.47/19.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.47/19.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
77.47/19.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
99.44/24.92	c lits-rem:      1571  cl-subs:        1  v-elim:      0  v-fix:    0  time: 21.89 s
99.44/24.93	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
99.44/24.93	c vivif2 --  cl tried    13831 cl shrink        0 lits rem          0 time: 0.03
101.01/25.30	c asymm  cl-useful: 0/39698/40000 lits-rem:0 time: 1.47
101.01/25.30	c calculated reachability. Time: 0.00
101.01/25.30	c  N dy   388     69895      2000     40000         0     13831    200000    758166    146.85   no data  --
103.83/26.02	c  N dy   421     74444      2000     40000         0     18379    200000   1622884    147.28    155.39  --
107.01/26.88	c  N dy   451     79464      2000     40000         0     23397    200000   2558920    147.33    155.15  --
110.60/27.75	c  N dy   479     84589      2000     40000         0     15872    200000    961288    147.27    156.73  --
112.62/28.22	c  F st   497     87500      2000     40000         0     18782    200000   1505959    147.29   no data  --
114.60/28.76	c  N st   502     90797      2000     40000         0     22076    200000   2172316    147.29   no data  --
118.98/29.84	c  N dy   525     96869      2000     40000         0     14496    200000    526551    147.00    157.14  --
122.98/30.89	c  N dy   569    103156      2000     40000         0     20783    200000   1701157    147.20    155.09  --
124.17/31.19	c  S st   580    104842      2000     40000         0     22467    200000   2018828    147.26   no data  --
124.97/31.32	c  S st   580    105344      2000     40000         0     22969    200000   2090578    147.26   no data  --
124.97/31.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
124.97/31.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
124.97/31.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
125.39/31.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.39/31.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.39/31.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
125.39/31.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
182.09/45.64	c lits-rem:       716  cl-subs:        8  v-elim:      0  v-fix:    0  time: 56.57 s
182.09/45.64	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
182.09/45.66	c vivif2 --  cl tried    22961 cl shrink        0 lits rem          0 time: 0.08
183.69/46.02	c asymm  cl-useful: 0/33056/40000 lits-rem:0 time: 1.42
183.69/46.02	c calculated reachability. Time: 0.00
183.69/46.02	c  N dy   580    105344      2000     40000         0     22961    200000   2086423    147.26   no data  --
188.08/47.16	c  N dy   622    112199      2000     40000         0     15159    200000    472477    147.31    155.92  --
192.47/48.22	c  N dy   662    119489      2000     40000         0     22449    200000   1832700    147.33    157.84  --
197.67/49.50	c  N dy   705    127178      2000     40000         0     30137    200000   3230252    147.09    156.28  --
202.87/50.81	c  N dy   751    135379      2000     40000         0     22676    200000   1672217    146.95    157.44  --
208.88/52.33	c  N dy   805    144115      2000     40000         0     31410    200000   3268973    146.84    154.99  --
215.25/53.92	c  N dy   858    153507      2000     40000         0     24135    200000   1768506    146.79    154.53  --
218.07/54.69	c  S st   885    158016      2000     40000         0     28642    200000   2599802    146.75   no data  --
218.84/54.82	c  S st   885    158516      2000     40000         0     29142    200000   2680212    146.75   no data  --
218.84/54.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
218.84/54.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
218.84/54.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
219.24/54.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
219.24/54.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
219.24/54.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
219.24/54.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
298.74/74.88	c lits-rem:       785  cl-subs:        6  v-elim:      0  v-fix:    0  time: 79.44 s
298.74/74.88	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
299.14/74.91	c vivif2 --  cl tried    29136 cl shrink        0 lits rem          0 time: 0.10
299.54/75.01	c asymm  cl-useful: 0/6944/40000 lits-rem:0 time: 0.42
299.54/75.01	c calculated reachability. Time: 0.00
299.54/75.01	c  N dy   885    158516      2000     40000         0     29136    200000   2676488    146.75   no data  --
305.94/76.69	c  N dy   941    168733      2000     40000         0     21692    200000   1139761    146.68    154.80  --
313.52/78.51	c  N dy  1004    179583      2000     40000         0     32538    200000   3150700    146.68    183.95  --
321.10/80.48	c  N dy  1076    191069      2000     40000         0     25360    200000   1661168    146.65    161.88  --
330.28/82.79	c  N dy  1150    203306      2000     40000         0     37593    200000   3907508    146.51    158.29  --
340.28/85.22	c  N dy  1230    216326      2000     40000         0     30945    200000   2488590    146.61    155.30  --
351.86/88.10	c  N dy  1306    230385      2000     40000         0     24338    200000   1105841    146.58    156.28  --
357.46/89.52	c  S st  1356    237774      2000     40000         0     31725    200000   2467631    146.58   no data  --
357.85/89.66	c  S st  1356    238277      2000     40000         0     32228    200000   2548319    146.58   no data  --
357.85/89.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
357.85/89.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
358.27/89.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
358.67/89.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
358.67/89.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
358.67/89.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
358.67/89.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
456.12/114.27	c lits-rem:       647  cl-subs:        8  v-elim:      0  v-fix:    0  time: 97.65 s
456.12/114.27	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
456.52/114.30	c vivif2 --  cl tried    32220 cl shrink        0 lits rem          0 time: 0.10
458.12/114.75	c asymm  cl-useful: 0/28518/40000 lits-rem:0 time: 1.79
458.12/114.75	c calculated reachability. Time: 0.00
458.12/114.75	c  N dy  1356    238277      2000     40000         0     32220    200000   2544655    146.58   no data  --
470.90/117.98	c  N dy  1455    253530      2000     40000         0     25809    200000   1192039    146.63    162.05  --
484.48/121.32	c  N dy  1554    269773      2000     40000         0     42047    200000   4197516    146.61    154.40  --
499.28/125.01	c  N dy  1659    287101      2000     40000         0     36715    200000   3024812    146.55    157.63  --
515.23/129.08	c  N dy  1769    305578      2000     40000         0     31525    200000   1902370    146.58    155.32  --
516.03/129.23	c  F st  1775    306251      2000     40000         0     32198    200000   2029593    146.60   no data  --
533.21/133.51	c  N dy  1859    325123      2000     40000         0     26399    200000    765866    146.56    156.56  --
549.99/137.70	c  N dy  1970    345161      2000     40000         0     46432    200000   4464444    146.44    156.18  --
560.39/140.32	c  S st  2040    357415      2000     40000         0     33025    200000   1811058    146.40   no data  --
560.79/140.46	c  S st  2040    357917      2000     40000         0     33527    200000   1886864    146.40   no data  --
560.79/140.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
560.79/140.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
561.17/140.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
561.17/140.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
561.17/140.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
561.17/140.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
561.17/140.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
611.51/153.19	c lits-rem:       688  cl-subs:        4  v-elim:      0  v-fix:    0  time: 50.34 s
611.91/153.20	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
611.91/153.22	c vivif2 --  cl tried    33523 cl shrink        0 lits rem          0 time: 0.08
612.71/153.44	c asymm  cl-useful: 0/11482/40000 lits-rem:0 time: 0.89
612.71/153.44	c calculated reachability. Time: 0.00
612.71/153.44	c  N dy  2040    357917      2000     40000         0     33523    200000   1884220    146.40   no data  --
631.10/158.02	c  N dy  2158    377984      2000     40000         0     26930    200000    514696    146.40    157.85  --
648.27/162.30	c  N dy  2279    398068      2000     40000         0     47011    200000   4195341    146.36    158.96  --
666.25/166.89	c  N dy  2396    418370      2000     40000         0     39649    200000   2653413    146.30    157.90  --
685.80/171.70	c  N dy  2517    438447      2000     40000         0     31059    200000    926508    146.29    155.12  --
703.78/176.21	c  N dy  2646    458499      2000     40000         0     51102    200000   4629391    146.35    154.81  --
722.55/180.96	c  N dy  2774    478575      2000     40000         0     41515    200000   2683664    146.40    201.62  --
743.33/186.11	c  N dy  2897    498877      2000     40000         0     31155    200000    579136    146.38    154.69  --
760.90/190.59	c  N dy  3025    518879      2000     40000         0     51152    200000   4281623    146.43    162.29  --
779.28/195.12	c  S st  3148    536875      2000     40000         0     37485    200000   1568443    146.50   no data  --
779.68/195.27	c  S st  3148    537380      2000     40000         0     37990    200000   1649828    146.50   no data  --
779.68/195.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
779.68/195.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
780.09/195.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
780.09/195.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
780.09/195.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.09/195.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
780.09/195.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
821.22/205.61	c lits-rem:       500  cl-subs:        5  v-elim:      0  v-fix:    0  time: 40.84 s
821.22/205.62	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
821.22/205.64	c vivif2 --  cl tried    37985 cl shrink        0 lits rem          0 time: 0.07
822.82/206.08	c asymm  cl-useful: 0/26283/40000 lits-rem:0 time: 1.79
822.82/206.09	c calculated reachability. Time: 0.00
822.82/206.09	c  N dy  3148    537380      2000     40000         0     37985    200000   1647918    146.50   no data  --
842.01/210.85	c  N dy  3260    557397      2000     40000         0     57997    200000   5301688    146.41    168.60  --
861.97/215.82	c  N dy  3388    577495      2000     40000         0     45430    200000   2873528    146.48    169.34  --
882.34/220.97	c  N dy  3491    597568      2000     40000         0     65499    200000   6529622    146.36    155.09  --
901.50/225.73	c  N dy  3623    617684      2000     40000         0     51951    200000   3939642    146.44    155.19  --
923.07/231.11	c  N dy  3746    637783      2000     40000         0     37397    200000   1028469    146.46    154.89  --
941.85/235.82	c  N dy  3857    657888      2000     40000         0     57499    200000   4717810    146.40    154.38  --
963.02/241.13	c  N dy  3971    678174      2000     40000         0     42120    200000   1717170    146.36    155.85  --
982.99/246.16	c  N dy  4089    698247      2000     40000         0     62188    200000   5411819    146.32    156.22  --
1004.59/251.57	c  N dy  4222    718251      2000     40000         0     45528    200000   2190469    146.36    162.21  --
1026.15/256.91	c  N dy  4357    738258      2000     40000         0     65530    200000   5880999    146.38    154.85  --
1047.70/262.35	c  N dy  4481    758450      2000     40000         0     48058    200000   2482416    146.41    157.82  --
1069.28/267.79	c  N dy  4606    778564      2000     40000         0     68161    200000   6204813    146.42    163.05  --
1091.24/273.22	c  N dy  4733    798677      2000     40000         0     49617    200000   2573810    146.45    156.52  --
1098.43/275.08	c  S st  4781    806072      2000     40000         0     57009    200000   3921139    146.44   no data  --
1099.23/275.27	c  S st  4781    806577      2000     40000         0     57514    200000   4004892    146.44   no data  --
1099.23/275.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1099.23/275.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1099.63/275.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1100.43/275.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1100.43/275.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1100.43/275.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1100.43/275.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2332.73/584.03	c lits-rem:       300  cl-subs:       13  v-elim:      0  v-fix:    0  time: 1231.25 s
2332.73/584.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2332.73/584.07	c vivif2 --  cl tried    57501 cl shrink        0 lits rem          0 time: 0.17
2334.34/584.47	c asymm  cl-useful: 0/13717/40000 lits-rem:0 time: 1.57
2334.34/584.47	c calculated reachability. Time: 0.00
2334.34/584.47	c  N dy  4781    806577      2000     40000         0     57501    200000   3999107    146.44   no data  --
2358.30/590.49	c  N dy  4905    826657      2000     40000         0     77573    200000   7707771    146.45    157.76  --
2379.49/595.71	c  N dy  5032    846723      2000     40000         0     57987    200000   3956104    146.45    162.98  --
2403.44/601.70	c  N dy  5160    866814      2000     40000         0     78076    200000   7669401    146.48    172.44  --
2424.61/607.00	c  N dy  5287    886869      2000     40000         0     57469    200000   3714380    146.52    199.82  --
2448.18/612.93	c  N dy  5406    906947      2000     40000         0     77543    200000   7421012    146.51    188.64  --
2469.75/618.38	c  N dy  5521    926983      2000     40000         0     55918    200000   3165993    146.46    158.38  --
2493.32/624.23	c  N dy  5639    947095      2000     40000         0     76021    200000   6887482    146.47    154.42  --
2516.48/630.03	c  N dy  5756    967220      2000     40000         0     53488    200000   2580621    146.48    154.43  --
2539.25/635.76	c  N dy  5883    987289      2000     40000         0     73551    200000   6295869    146.51    155.38  --
2563.62/641.84	c  N dy  5999   1007397      2000     40000         0     50006    200000   1765353    146.51    162.34  --
2585.59/647.37	c  N dy  6122   1027437      2000     40000         0     70036    200000   5498214    146.55    155.12  --
2612.37/654.06	c  N dy  6242   1047475      2000     40000         0     45416    200000    736754    146.54    157.03  --
2633.52/659.35	c  N dy  6368   1067539      2000     40000         0     65472    200000   4460240    146.55    163.31  --
2638.73/660.68	c  F st  6398   1071875      2000     40000         0     69806    200000   5273871    146.56    156.93  --
2658.69/665.67	c  N dy  6466   1087827      2000     40000         0     85753    200000   8269911    146.56    160.97  --
2681.46/671.31	c  N dy  6577   1107902      2000     40000         0     60171    200000   3269161    146.51    154.33  --
2705.03/677.29	c  N dy  6686   1127988      2000     40000         0     80252    200000   6998960    146.49    157.00  --
2730.57/683.65	c  N dy  6810   1148038      2000     40000         0     53648    200000   1892472    146.49    165.89  --
2753.37/689.36	c  N dy  6920   1168352      2000     40000         0     73958    200000   5597364    146.45    154.46  --
2780.91/696.25	c  N dy  7040   1188470      2000     40000         0     94067    200000   9333440    146.46    155.60  --
2803.27/701.81	c  N dy  7153   1208620      2000     40000         0     66555    200000   4073575    146.42    155.43  --
2804.47/702.18	c  S st  7161   1209865      2000     40000         0     67800    200000   4295537    146.41    151.86  --
2805.28/702.39	c  S st  7161   1210367      2000     40000         0     68302    200000   4375308    146.41   no data  --
2805.69/702.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2805.69/702.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2805.69/702.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
2806.47/702.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2806.47/702.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2806.47/702.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2806.47/702.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4274.05/1070.02	c lits-rem:       293  cl-subs:       10  v-elim:      0  v-fix:    0  time: 1466.48 s
4274.05/1070.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4274.05/1070.08	c vivif2 --  cl tried    68292 cl shrink        0 lits rem          0 time: 0.18
4276.05/1070.57	c asymm  cl-useful: 0/18743/40000 lits-rem:0 time: 1.97
4276.05/1070.57	c calculated reachability. Time: 0.00
4276.05/1070.57	c  N dy  7161   1210367      2000     40000         0     68292    200000   4370589    146.41   no data  --
4302.42/1077.12	c  N dy  7287   1230398      2000     40000         0     88319    200000   8072166    146.42    155.11  --
4327.58/1083.49	c  N dy  7422   1250539      2000     40000         0     59803    200000   2707181    146.45    155.64  --
4351.95/1089.59	c  N dy  7543   1270665      2000     40000         0     79922    200000   6418891    146.44    154.16  --
4381.51/1096.91	c  N dy  7670   1290678      2000     40000         0     50277    200000    758241    146.44    154.84  --
4403.48/1102.49	c  N dy  7795   1310684      2000     40000         0     70274    200000   4489725    146.45    154.42  --
4430.64/1109.29	c  N dy  7928   1330746      2000     40000         0     90334    200000   8188545    146.46    154.60  --
4456.60/1115.79	c  N dy  8051   1350822      2000     40000         0     59749    200000   2343323    146.47    154.60  --
4480.97/1121.80	c  N dy  8173   1370946      2000     40000         0     79866    200000   6084797    146.48    160.80  --
4509.72/1129.09	c  N dy  8304   1391020      2000     40000         0     99937    200000   9819758    146.50    155.45  --
4533.70/1135.02	c  N dy  8421   1411025      2000     40000         0     68287    200000   3691672    146.48    164.20  --
4560.06/1141.68	c  N dy  8548   1431117      2000     40000         0     88372    200000   7425553    146.49    175.92  --
4589.64/1149.04	c  N dy  8675   1451149      2000     40000         0     55749    200000   1233029    146.49    159.98  --
4613.18/1154.94	c  N dy  8798   1471222      2000     40000         0     75817    200000   4955510    146.50    155.56  --
4642.36/1162.23	c  N dy  8925   1491305      2000     40000         0     95892    200000   8709614    146.53    155.01  --
4671.51/1169.54	c  N dy  9054   1511308      2000     40000         0     62236    200000   2263414    146.53    158.20  --
4698.27/1176.27	c  N dy  9177   1531410      2000     40000         0     82336    200000   5964654    146.53    158.76  --
4730.64/1184.33	c  N dy  9308   1551474      2000     40000         0    102395    200000   9689050    146.55    154.95  --
4758.18/1191.27	c  N dy  9429   1571492      2000     40000         0     67750    200000   3093171    146.56    155.48  --
4784.55/1197.90	c  N dy  9554   1591516      2000     40000         0     87768    200000   6791830    146.56    154.36  --

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-3174904-1304048986/watcher-3174904-1304048986 -o /tmp/evaluation-result-3174904-1304048986/solver-3174904-1304048986 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174904-1304048986.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: 3.56 5.44 6.41 2/174 8670
/proc/meminfo: memFree=19550704/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 497314753 52465664 352 33554432000 4194304 4650419 140734029571344 18446744073709551615 47926474696620 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 12809 352 303 112 0 7774 0
[pid=8670/tid=8671] ppid=8668 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 497314753 52465664 352 33554432000 4194304 4650419 140734029571344 18446744073709551615 47926474696624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 497314753 52465664 352 33554432000 4194304 4650419 140734029571344 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 497314753 52465664 352 33554432000 4194304 4650419 140734029571344 18446744073709551615 255118566454 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.251933 s]
/proc/loadavg: 3.56 5.44 6.41 2/174 8670
/proc/meminfo: memFree=19550704/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=286276 CPUtime=0.96 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 5913 0 0 0 94 2 0 0 18 0 4 0 497314753 293146624 5826 33554432000 4194304 4650419 140734029571344 18446744073709551615 255106812087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 71569 5826 367 112 0 66534 0
[pid=8670/tid=8671] ppid=8668 vsize=286276 CPUtime=0.23 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) D 8668 8670 8638 0 -1 4202560 1306 0 0 0 22 1 0 0 18 0 4 0 497314753 293146624 5826 33554432000 4194304 4650419 140734029571344 18446744073709551615 255106429985 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=286276 CPUtime=0.23 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) D 8668 8670 8638 0 -1 4202560 1302 0 0 0 23 0 0 0 18 0 4 0 497314753 293146624 5826 33554432000 4194304 4650419 140734029571344 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=286276 CPUtime=0.24 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) D 8668 8670 8638 0 -1 4202560 1606 0 0 0 24 0 0 0 18 0 4 0 497314753 293146624 5826 33554432000 4194304 4650419 140734029571344 18446744073709551615 255106429637 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 286276

[startup+0.809218 s]
/proc/loadavg: 3.56 5.44 6.41 2/174 8670
/proc/meminfo: memFree=19550704/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=304264 CPUtime=3.18 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) D 8668 8670 8638 0 -1 4202496 19115 0 0 0 313 5 0 0 18 0 4 0 497314753 311566336 14413 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 76066 14273 391 112 0 71031 0
[pid=8670/tid=8671] ppid=8668 vsize=304264 CPUtime=0.79 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) D 8668 8670 8638 0 -1 4202560 5146 0 0 0 77 2 0 0 18 0 4 0 497314753 311566336 13901 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=304264 CPUtime=0.78 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) D 8668 8670 8638 0 -1 4202560 5116 0 0 0 78 0 0 0 18 0 4 0 497314753 311566336 13789 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=304264 CPUtime=0.79 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 3456 0 0 0 79 0 0 0 18 0 4 0 497314753 311566336 13789 33554432000 4194304 4650419 140734029571344 18446744073709551615 255106812039 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 304264

[startup+0.900749 s]
/proc/loadavg: 3.56 5.44 6.41 2/174 8670
/proc/meminfo: memFree=19550704/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=295812 CPUtime=3.56 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 19727 0 0 0 350 6 0 0 19 0 4 0 497314753 302911488 14355 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 73953 14355 391 112 0 68918 0
[pid=8670/tid=8671] ppid=8668 vsize=295812 CPUtime=0.88 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 5294 0 0 0 86 2 0 0 19 0 4 0 497314753 302911488 14355 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=295812 CPUtime=0.87 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 5274 0 0 0 87 0 0 0 19 0 4 0 497314753 302911488 14355 33554432000 4194304 4650419 140734029571344 18446744073709551615 4328361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=295812 CPUtime=0.88 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 3610 0 0 0 88 0 0 0 19 0 4 0 497314753 302911488 14355 33554432000 4194304 4650419 140734029571344 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 295812

[startup+1.00073 s]
/proc/loadavg: 3.56 5.44 6.41 2/174 8670
/proc/meminfo: memFree=19550704/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=295812 CPUtime=3.96 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 20389 0 0 0 390 6 0 0 19 0 4 0 497314753 302911488 15017 33554432000 4194304 4650419 140734029571344 18446744073709551615 4331301 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 73953 15017 391 112 0 68918 0
[pid=8670/tid=8671] ppid=8668 vsize=295812 CPUtime=0.98 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 5460 0 0 0 96 2 0 0 19 0 4 0 497314753 302911488 15017 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=295812 CPUtime=0.97 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 5442 0 0 0 97 0 0 0 19 0 4 0 497314753 302911488 15017 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=295812 CPUtime=0.98 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 3776 0 0 0 98 0 0 0 19 0 4 0 497314753 302911488 15017 33554432000 4194304 4650419 140734029571344 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 295812

[startup+1.50064 s]
/proc/loadavg: 3.56 5.44 6.41 2/174 8670
/proc/meminfo: memFree=19550704/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=299400 CPUtime=5.95 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 25758 0 0 0 588 7 0 0 20 0 4 0 497314753 306585600 15180 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 74850 15180 391 112 0 69815 0
[pid=8670/tid=8671] ppid=8668 vsize=299400 CPUtime=1.48 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 7004 0 0 0 146 2 0 0 19 0 4 0 497314753 306585600 15181 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=299400 CPUtime=1.48 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 6967 0 0 0 147 1 0 0 20 0 4 0 497314753 306585600 15181 33554432000 4194304 4650419 140734029571344 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=299400 CPUtime=1.48 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 4548 0 0 0 148 0 0 0 20 0 4 0 497314753 306585600 15182 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 299400

[startup+3.10036 s]
/proc/loadavg: 3.56 5.44 6.41 9/184 8683
/proc/meminfo: memFree=19230144/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=302036 CPUtime=12.34 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 39983 0 0 0 1224 10 0 0 25 0 4 0 497314753 309284864 16757 33554432000 4194304 4650419 140734029571344 18446744073709551615 4315464 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 75509 16757 392 112 0 70474 0
[pid=8670/tid=8671] ppid=8668 vsize=302036 CPUtime=3.08 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 11007 0 0 0 305 3 0 0 25 0 4 0 497314753 309284864 16758 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=302036 CPUtime=3.06 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 10143 0 0 0 305 1 0 0 25 0 4 0 497314753 309284864 16758 33554432000 4194304 4650419 140734029571344 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=302036 CPUtime=3.08 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 8409 0 0 0 307 1 0 0 25 0 4 0 497314753 309284864 16758 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 302036

[startup+6.3008 s]
/proc/loadavg: 3.92 5.48 6.42 9/184 8683
/proc/meminfo: memFree=19123628/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=303100 CPUtime=25.12 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 77277 0 0 0 2493 19 0 0 25 0 4 0 497314753 310374400 36284 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 75775 36284 393 112 0 70740 0
[pid=8670/tid=8671] ppid=8668 vsize=303100 CPUtime=6.28 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 21081 0 0 0 622 6 0 0 25 0 4 0 497314753 310374400 36284 33554432000 4194304 4650419 140734029571344 18446744073709551615 4439648 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=303100 CPUtime=6.25 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 19092 0 0 0 622 3 0 0 25 0 4 0 497314753 310374400 36284 33554432000 4194304 4650419 140734029571344 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=303100 CPUtime=6.28 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 14166 0 0 0 626 2 0 0 25 0 4 0 497314753 310374400 36284 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365639 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 303100

[startup+12.7007 s]
/proc/loadavg: 4.24 5.52 6.43 9/184 8683
/proc/meminfo: memFree=19055856/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=333984 CPUtime=50.71 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 101428 0 0 0 5048 23 0 0 25 0 4 0 497314753 341999616 47783 33554432000 4194304 4650419 140734029571344 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 83496 47783 393 112 0 78461 0
[pid=8670/tid=8671] ppid=8668 vsize=333984 CPUtime=12.69 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 24913 0 0 0 1262 7 0 0 25 0 4 0 497314753 341999616 47784 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=333984 CPUtime=12.62 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 23224 0 0 0 1258 4 0 0 25 0 4 0 497314753 341999616 47784 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=333984 CPUtime=12.69 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 24739 0 0 0 1266 3 0 0 25 0 4 0 497314753 341999616 47784 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 333984

[startup+25.5004 s]
/proc/loadavg: 5.08 5.64 6.45 9/184 8684
/proc/meminfo: memFree=18719920/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=563032 CPUtime=101.81 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 147685 0 0 0 10150 31 0 0 25 0 4 0 497314753 576544768 73136 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 140758 73136 393 112 0 135723 0
[pid=8670/tid=8671] ppid=8668 vsize=563032 CPUtime=25.48 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 34615 0 0 0 2539 9 0 0 25 0 4 0 497314753 576544768 73136 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=563032 CPUtime=25.34 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 43409 0 0 0 2527 7 0 0 25 0 4 0 497314753 576544768 73136 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=563032 CPUtime=25.49 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 34155 0 0 0 2543 6 0 0 25 0 4 0 497314753 576544768 73137 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 563032

[startup+51.1009 s]
/proc/loadavg: 6.14 5.85 6.50 9/184 8684
/proc/meminfo: memFree=18504960/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=555340 CPUtime=204.07 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 217067 0 0 0 20354 53 0 0 25 0 4 0 497314753 568668160 91620 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 138835 91620 393 112 0 133800 0
[pid=8670/tid=8671] ppid=8668 vsize=555340 CPUtime=51.07 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 45560 0 0 0 5095 12 0 0 25 0 4 0 497314753 568668160 91620 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=555340 CPUtime=50.81 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 65643 0 0 0 5067 14 0 0 25 0 4 0 497314753 568668160 91620 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=555340 CPUtime=51.09 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 49496 0 0 0 5098 11 0 0 25 0 4 0 497314753 568668160 91621 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 555340

[startup+102.301 s]
/proc/loadavg: 7.19 6.18 6.57 9/184 8686
/proc/meminfo: memFree=18254072/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=722868 CPUtime=408.59 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 315354 0 0 0 40781 78 0 0 25 0 4 0 497314753 740216832 122177 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 180717 122177 393 112 0 175682 0
[pid=8670/tid=8671] ppid=8668 vsize=722868 CPUtime=102.27 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 64768 0 0 0 10211 16 0 0 25 0 4 0 497314753 740216832 122177 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=722868 CPUtime=101.73 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 92518 0 0 0 10152 21 0 0 25 0 4 0 497314753 740216832 122177 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=722868 CPUtime=102.29 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 84310 0 0 0 10208 21 0 0 25 0 4 0 497314753 740216832 122177 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 722868

[startup+162.3 s]

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

[pid=8670] ppid=8668 vsize=981372 CPUtime=2565.62 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 948097 0 0 0 256244 318 0 0 25 0 4 0 497314753 1004924928 172132 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 245343 172132 393 112 0 240308 0
[pid=8670/tid=8671] ppid=8668 vsize=981372 CPUtime=642.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 203436 0 0 0 64186 43 0 0 25 0 4 0 497314753 1004924928 172132 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=981372 CPUtime=638.79 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 360794 0 0 0 63755 124 0 0 25 0 4 0 497314753 1004924928 172132 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=981372 CPUtime=642.3 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 172859 0 0 0 64157 73 0 0 25 0 4 0 497314753 1004924928 172132 33554432000 4194304 4650419 140734029571344 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.62
Current children cumulated vsize (KiB) 981372

[startup+702.3 s]
/proc/loadavg: 8.09 7.85 7.29 9/184 8711
/proc/meminfo: memFree=17499320/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=982688 CPUtime=2805.28 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1051587 0 0 0 280170 358 0 0 25 0 4 0 497314753 1006272512 164874 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 245672 164874 393 112 0 240637 0
[pid=8670/tid=8671] ppid=8668 vsize=982688 CPUtime=702.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 228168 0 0 0 70183 46 0 0 25 0 4 0 497314753 1006272512 164874 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=982688 CPUtime=698.45 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 377611 0 0 0 69720 125 0 0 25 0 4 0 497314753 1006272512 164874 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=982688 CPUtime=702.29 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 200439 0 0 0 70140 89 0 0 25 0 4 0 497314753 1006272512 164874 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.28
Current children cumulated vsize (KiB) 982688

[startup+762.301 s]
/proc/loadavg: 8.14 7.91 7.34 9/184 8712
/proc/meminfo: memFree=17462100/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1035836 CPUtime=3044.94 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1123573 0 0 0 304123 371 0 0 25 0 4 0 497314753 1060696064 170073 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 258959 170073 393 112 0 253924 0
[pid=8670/tid=8671] ppid=8668 vsize=1035836 CPUtime=762.28 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 250441 0 0 0 76179 49 0 0 25 0 4 0 497314753 1060696064 170073 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1035836 CPUtime=758.13 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 393180 0 0 0 75685 128 0 0 25 0 4 0 497314753 1060696064 170073 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1035836 CPUtime=762.29 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 76135 94 0 0 25 0 4 0 497314753 1060696064 170073 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.94
Current children cumulated vsize (KiB) 1035836

[startup+822.3 s]
/proc/loadavg: 8.16 7.95 7.39 9/184 8714
/proc/meminfo: memFree=17545544/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1037048 CPUtime=3284.63 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1203423 0 0 0 328066 397 0 0 25 0 4 0 497314753 1061937152 173554 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476297 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 259262 173554 393 112 0 254227 0
[pid=8670/tid=8671] ppid=8668 vsize=1037048 CPUtime=822.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 286880 0 0 0 82160 69 0 0 25 0 4 0 497314753 1061937152 173554 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1037048 CPUtime=817.8 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 409113 0 0 0 81650 130 0 0 25 0 4 0 497314753 1061937152 173554 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1037048 CPUtime=822.3 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 82136 94 0 0 25 0 4 0 497314753 1061937152 173554 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.63
Current children cumulated vsize (KiB) 1037048

[startup+882.301 s]
/proc/loadavg: 8.16 7.99 7.43 9/184 8716
/proc/meminfo: memFree=17439632/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1037832 CPUtime=3524.28 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1273358 0 0 0 352010 418 0 0 25 0 4 0 497314753 1062739968 174413 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 259458 174413 393 112 0 254423 0
[pid=8670/tid=8671] ppid=8668 vsize=1037832 CPUtime=882.28 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 311463 0 0 0 88145 83 0 0 25 0 4 0 497314753 1062739968 174413 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1037832 CPUtime=877.46 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 425174 0 0 0 87614 132 0 0 25 0 4 0 497314753 1062739968 174413 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1037832 CPUtime=882.3 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 88135 95 0 0 25 0 4 0 497314753 1062739968 174413 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1037832

[startup+942.307 s]
/proc/loadavg: 8.23 8.03 7.48 9/184 8717
/proc/meminfo: memFree=17420776/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1037832 CPUtime=3763.98 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1320883 0 0 0 375974 424 0 0 25 0 4 0 497314753 1062739968 174414 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 259458 174414 393 112 0 254423 0
[pid=8670/tid=8671] ppid=8668 vsize=1037832 CPUtime=942.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 311463 0 0 0 94146 83 0 0 25 0 4 0 497314753 1062739968 174414 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1037832 CPUtime=937.14 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 442078 0 0 0 93580 134 0 0 25 0 4 0 497314753 1062739968 174414 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1037832 CPUtime=942.31 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 94136 95 0 0 25 0 4 0 497314753 1062739968 174414 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 1037832

[startup+1002.3 s]
/proc/loadavg: 8.21 8.06 7.52 9/184 8719
/proc/meminfo: memFree=17469864/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1037832 CPUtime=4003.63 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1367876 0 0 0 399933 430 0 0 25 0 4 0 497314753 1062739968 174456 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 259458 174456 393 112 0 254423 0
[pid=8670/tid=8671] ppid=8668 vsize=1037832 CPUtime=1002.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 311463 0 0 0 100146 83 0 0 25 0 4 0 497314753 1062739968 174456 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1037832 CPUtime=996.81 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 458346 0 0 0 99545 136 0 0 25 0 4 0 497314753 1062739968 174456 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1037832 CPUtime=1002.3 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 100135 95 0 0 25 0 4 0 497314753 1062739968 174456 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 1037832

[startup+1062.3 s]
/proc/loadavg: 8.20 8.08 7.56 10/184 8720
/proc/meminfo: memFree=17355776/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1038668 CPUtime=4243.3 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1450114 0 0 0 423873 457 0 0 25 0 4 0 497314753 1063596032 183029 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 259667 183029 393 112 0 254632 0
[pid=8670/tid=8671] ppid=8668 vsize=1038668 CPUtime=1062.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 346855 0 0 0 106125 104 0 0 25 0 4 0 497314753 1063596032 183029 33554432000 4194304 4650419 140734029571344 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1038668 CPUtime=1056.48 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 475028 0 0 0 105510 138 0 0 25 0 4 0 497314753 1063596032 183029 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1038668 CPUtime=1062.3 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 106135 95 0 0 25 0 4 0 497314753 1063596032 183029 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 1038668

[startup+1122.3 s]
/proc/loadavg: 8.18 8.09 7.59 9/184 8722
/proc/meminfo: memFree=17367908/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1040228 CPUtime=4482.96 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1537520 0 0 0 447806 490 0 0 25 0 4 0 497314753 1065193472 181594 33554432000 4194304 4650419 140734029571344 18446744073709551615 4334396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 260057 181594 393 112 0 255022 0
[pid=8670/tid=8671] ppid=8668 vsize=1040228 CPUtime=1122.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 382723 0 0 0 112108 121 0 0 25 0 4 0 497314753 1065193472 181594 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1040228 CPUtime=1116.16 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 492977 0 0 0 111476 140 0 0 25 0 4 0 497314753 1065193472 181594 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1040228 CPUtime=1122.3 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 112135 95 0 0 25 0 4 0 497314753 1065193472 181594 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 1040228

[startup+1182.3 s]
/proc/loadavg: 8.17 8.10 7.63 9/184 8724
/proc/meminfo: memFree=17279484/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1120460 CPUtime=4722.63 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1621633 0 0 0 471740 523 0 0 25 0 4 0 497314753 1147351040 190711 33554432000 4194304 4650419 140734029571344 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 280115 190711 393 112 0 275080 0
[pid=8670/tid=8671] ppid=8668 vsize=1120460 CPUtime=1182.29 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 412843 0 0 0 118097 132 0 0 25 0 4 0 497314753 1147351040 190711 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1120460 CPUtime=1175.83 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 511581 0 0 0 117440 143 0 0 25 0 4 0 497314753 1147351040 190711 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1120460 CPUtime=1182.31 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 208933 0 0 0 118136 95 0 0 25 0 4 0 497314753 1147351040 190711 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 1120460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.09 7.64 9/184 8724
/proc/meminfo: memFree=17229624/32951124 swapFree=67111524/67111528
[pid=8670] ppid=8668 vsize=1069576 CPUtime=4800.15 cores=0,2,4,6
/proc/8670/stat : 8670 (strangenight1-m) R 8668 8670 8638 0 -1 4202496 1648270 0 0 0 479484 531 0 0 25 0 4 0 497314753 1095245824 188990 33554432000 4194304 4650419 140734029571344 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8670/statm: 267394 188990 393 112 0 262359 0
[pid=8670/tid=8671] ppid=8668 vsize=1069576 CPUtime=1201.7 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 417760 0 0 0 120037 133 0 0 25 0 4 0 497314753 1095245824 188990 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8670/tid=8672] ppid=8668 vsize=1069576 CPUtime=1195.13 cores=0,2,4,6
/proc/8670/task/8672/stat : 8672 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 516834 0 0 0 119369 144 0 0 25 0 4 0 497314753 1095245824 188990 33554432000 4194304 4650419 140734029571344 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8670/tid=8673] ppid=8668 vsize=1069576 CPUtime=1201.71 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (strangenight1-m) R 8668 8670 8638 0 -1 4202560 214161 0 0 0 120074 97 0 0 25 0 4 0 497314753 1095245824 188990 33554432000 4194304 4650419 140734029571344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1069576

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): 1201.75
CPU time (s): 4800.21
CPU user time (s): 4794.87
CPU system time (s): 5.34519
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 1120772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.87
system time used= 5.34519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1648271
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= 2175
involuntary context switches= 35573

runsolver used 1.9797 second user time and 4.5833 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 05:49:46
IDJOB=3174904
IDBENCH=82522
IDSOLVER=1588
FILE ID=node144/3174904-1304048986
RUNJOBID= node144-1304048986-8656
PBS_JOBID= 13170410
Free space on /tmp= 72408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1143439968-082-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174904-1304048986/watcher-3174904-1304048986 -o /tmp/evaluation-result-3174904-1304048986/solver-3174904-1304048986 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174904-1304048986.cnf

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

MD5SUM BENCH= 4baebda329e22fa39a89c4e2a8acff70
RANDOM SEED=2028650519

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19551116 kB
Buffers:       2206496 kB
Cached:       10561392 kB
SwapCached:          4 kB
Active:        4684308 kB
Inactive:      8150988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19551116 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8244 kB
Writeback:           0 kB
AnonPages:       66992 kB
Mapped:          14416 kB
Slab:           499128 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186428 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= 72392 MiB
End job on node144 at 2011-04-29 06:09:50