Trace number 3368513

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.17 1202.25

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-3368513-1305395426.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.06 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.91
0.00/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
0.00/0.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.00/0.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
0.00/0.40	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.40	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.00/0.40	c calculated reachability. Time: 0.00
0.00/0.40	c Calc default polars -  time:   0.01 s pos:     962 undec:      56 neg:     982
0.00/0.40	c =========================================================================================
0.00/0.40	c types(t): F = full restart, N = normal restart
0.00/0.40	c types(t): S = simplification begin/end, E = solution found
0.00/0.40	c restart types(rt): st = static, dy = dynamic
0.00/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.40	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.00/0.82	c  N dy    19      4107      2000     40000         0      4096    200000    852867    149.06    157.68  --
4.76/1.28	c  N dy    43      8157      2000     40000         0      4819    200000    512699    147.11    155.85  --
6.76/1.74	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.73	c  N dy   119     20248      2000     40000         0     11413    200000   1403804    147.37    157.83  --
12.73/3.26	c  N dy   148     24290      2000     40000         0      8374    200000    568570    147.43    157.02  --
13.14/3.35	c  F st   153     25000      2000     40000         0      9084    200000    697847    147.27   no data  --
14.74/3.77	c  N st   158     28303      2000     40000         0     12384    200000   1400820    147.27   no data  --
15.53/3.99	c  S st   159     30000      2000     40000         0     14081    200000   1731494    147.27   no data  --
15.95/4.08	c  S st   159     30503      2000     40000         0     14584    200000   1809263    147.27   no data  --
15.95/4.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.95/4.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.73/4.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.73/4.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.91/9.60	c lits-rem:      1146  cl-subs:       37  v-elim:      0  v-fix:    0  time: 21.51 s
39.49/9.97	c asymm  cl-useful: 0/39197/40000 lits-rem:0 time: 1.47
39.49/9.97	c calculated reachability. Time: 0.00
39.49/9.97	c  N dy   159     30503      2000     40000         0     14547    200000   1790450    147.27   no data  --
41.88/10.58	c  N dy   181     34599      2000     40000         0     10271    200000    686897    146.68    158.61  --
44.28/11.15	c  N dy   206     38722      2000     40000         0     14394    200000   1473114    147.22    156.26  --
46.69/11.73	c  N dy   227     42843      2000     40000         0     18513    200000   2220981    146.59    158.73  --
48.27/12.14	c  S st   246     45755      2000     40000         0     11907    200000    802470    146.94   no data  --
48.67/12.23	c  S st   246     46260      2000     40000         0     12412    200000    880502    146.94   no data  --
48.67/12.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.67/12.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.67/12.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
48.67/12.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.67/12.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.67/12.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
48.67/12.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.05/15.85	c lits-rem:       832  cl-subs:        1  v-elim:      0  v-fix:    0  time: 14.17 s
63.05/15.85	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
63.05/15.86	c vivif2 --  cl tried    12411 cl shrink        0 lits rem          0 time: 0.04
63.05/15.87	c asymm  cl-useful: 0/803/40000 lits-rem:0 time: 0.04
63.05/15.87	c calculated reachability. Time: 0.00
63.05/15.87	c  N dy   246     46260      2000     40000         0     12411    200000    879614    146.94   no data  --
65.44/16.43	c  N dy   269     50283      2000     40000         0     16433    200000   1616468    146.83    175.06  --
67.84/17.02	c  N dy   297     54287      2000     40000         0     20436    200000   2366940    147.00    155.12  --
69.83/17.59	c  N dy   324     58317      2000     40000         0     13877    200000    958110    147.10    156.86  --
72.23/18.19	c  N dy   347     62414      2000     40000         0     17971    200000   1708762    147.03    160.50  --
75.02/18.80	c  N dy   367     66449      2000     40000         0     22006    200000   2448612    146.80    156.75  --
76.62/19.26	c  S st   388     69392      2000     40000         0     13329    200000    677945    146.85   no data  --
77.02/19.36	c  S st   388     69895      2000     40000         0     13832    200000    759893    146.85   no data  --
77.02/19.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
77.02/19.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.02/19.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
77.43/19.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.43/19.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.43/19.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
77.43/19.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
99.39/24.90	c lits-rem:      1571  cl-subs:        1  v-elim:      0  v-fix:    0  time: 21.86 s
99.39/24.91	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
99.39/24.92	c vivif2 --  cl tried    13831 cl shrink        0 lits rem          0 time: 0.03
100.57/25.28	c asymm  cl-useful: 0/39698/40000 lits-rem:0 time: 1.46
100.57/25.28	c calculated reachability. Time: 0.00
100.57/25.28	c  N dy   388     69895      2000     40000         0     13831    200000    758166    146.85   no data  --
103.37/26.00	c  N dy   421     74444      2000     40000         0     18379    200000   1622884    147.28    155.39  --
106.96/26.85	c  N dy   451     79464      2000     40000         0     23397    200000   2558920    147.33    155.15  --
110.56/27.72	c  N dy   479     84589      2000     40000         0     15872    200000    961288    147.27    156.73  --
112.16/28.18	c  F st   497     87500      2000     40000         0     18782    200000   1505959    147.29   no data  --
114.55/28.72	c  N st   502     90797      2000     40000         0     22076    200000   2172316    147.29   no data  --
118.54/29.79	c  N dy   525     96869      2000     40000         0     14496    200000    526551    147.00    157.14  --
122.93/30.83	c  N dy   569    103156      2000     40000         0     20783    200000   1701157    147.20    155.09  --
124.13/31.13	c  S st   580    104842      2000     40000         0     22467    200000   2018828    147.26   no data  --
124.53/31.26	c  S st   580    105344      2000     40000         0     22969    200000   2090578    147.26   no data  --
124.53/31.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
124.53/31.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
124.93/31.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
124.93/31.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
124.93/31.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.93/31.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
124.93/31.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
181.63/45.56	c lits-rem:       716  cl-subs:        8  v-elim:      0  v-fix:    0  time: 56.51 s
181.63/45.57	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
181.63/45.59	c vivif2 --  cl tried    22961 cl shrink        0 lits rem          0 time: 0.08
183.25/45.94	c asymm  cl-useful: 0/33056/40000 lits-rem:0 time: 1.42
183.25/45.95	c calculated reachability. Time: 0.00
183.25/45.95	c  N dy   580    105344      2000     40000         0     22961    200000   2086423    147.26   no data  --
187.64/47.08	c  N dy   622    112199      2000     40000         0     15159    200000    472477    147.31    155.92  --
192.03/48.14	c  N dy   662    119489      2000     40000         0     22449    200000   1832700    147.33    157.84  --
197.19/49.42	c  N dy   705    127178      2000     40000         0     30137    200000   3230252    147.09    156.28  --
202.39/50.72	c  N dy   751    135379      2000     40000         0     22676    200000   1672217    146.95    157.44  --
208.38/52.23	c  N dy   805    144115      2000     40000         0     31410    200000   3268973    146.84    154.99  --
214.77/53.82	c  N dy   858    153507      2000     40000         0     24135    200000   1768506    146.79    154.53  --
217.56/54.59	c  S st   885    158016      2000     40000         0     28642    200000   2599802    146.75   no data  --
218.39/54.71	c  S st   885    158516      2000     40000         0     29142    200000   2680212    146.75   no data  --
218.39/54.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
218.39/54.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
218.39/54.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
218.75/54.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
218.75/54.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.75/54.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
218.75/54.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
298.22/74.74	c lits-rem:       785  cl-subs:        6  v-elim:      0  v-fix:    0  time: 79.23 s
298.22/74.74	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
298.22/74.77	c vivif2 --  cl tried    29136 cl shrink        0 lits rem          0 time: 0.10
298.61/74.87	c asymm  cl-useful: 0/6944/40000 lits-rem:0 time: 0.42
298.61/74.88	c calculated reachability. Time: 0.00
298.61/74.88	c  N dy   885    158516      2000     40000         0     29136    200000   2676488    146.75   no data  --
305.41/76.54	c  N dy   941    168733      2000     40000         0     21692    200000   1139761    146.68    154.80  --
312.59/78.32	c  N dy  1004    179583      2000     40000         0     32538    200000   3150700    146.68    183.95  --
320.57/80.32	c  N dy  1076    191069      2000     40000         0     25360    200000   1661168    146.65    161.88  --
329.35/82.57	c  N dy  1150    203306      2000     40000         0     37593    200000   3907508    146.51    158.29  --
339.34/85.00	c  N dy  1230    216326      2000     40000         0     30945    200000   2488590    146.61    155.30  --
350.52/87.87	c  N dy  1306    230385      2000     40000         0     24338    200000   1105841    146.58    156.28  --
356.11/89.27	c  S st  1356    237774      2000     40000         0     31725    200000   2467631    146.58   no data  --
356.91/89.40	c  S st  1356    238277      2000     40000         0     32228    200000   2548319    146.58   no data  --
356.91/89.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
356.91/89.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
356.91/89.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
357.30/89.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.30/89.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.30/89.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
357.30/89.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
454.74/114.00	c lits-rem:       647  cl-subs:        8  v-elim:      0  v-fix:    0  time: 97.53 s
454.74/114.00	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
455.15/114.03	c vivif2 --  cl tried    32220 cl shrink        0 lits rem          0 time: 0.10
456.73/114.47	c asymm  cl-useful: 0/28518/40000 lits-rem:0 time: 1.79
456.73/114.48	c calculated reachability. Time: 0.00
456.73/114.48	c  N dy  1356    238277      2000     40000         0     32220    200000   2544655    146.58   no data  --
469.50/117.67	c  N dy  1455    253530      2000     40000         0     25809    200000   1192039    146.63    162.05  --
483.08/121.00	c  N dy  1554    269773      2000     40000         0     42047    200000   4197516    146.61    154.40  --
497.46/124.69	c  N dy  1659    287101      2000     40000         0     36715    200000   3024812    146.55    157.63  --
513.82/128.74	c  N dy  1769    305578      2000     40000         0     31525    200000   1902370    146.58    155.32  --
514.22/128.89	c  F st  1775    306251      2000     40000         0     32198    200000   2029593    146.60   no data  --
531.40/133.12	c  N dy  1859    325123      2000     40000         0     26399    200000    765866    146.56    156.56  --
547.79/137.28	c  N dy  1970    345161      2000     40000         0     46432    200000   4464444    146.44    156.18  --
558.14/139.89	c  S st  2040    357415      2000     40000         0     33025    200000   1811058    146.40   no data  --
558.94/140.02	c  S st  2040    357917      2000     40000         0     33527    200000   1886864    146.40   no data  --
558.94/140.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
558.94/140.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
558.94/140.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
559.34/140.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
559.34/140.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
559.34/140.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
559.34/140.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
609.65/152.75	c lits-rem:       688  cl-subs:        4  v-elim:      0  v-fix:    0  time: 50.28 s
609.65/152.75	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
609.65/152.77	c vivif2 --  cl tried    33523 cl shrink        0 lits rem          0 time: 0.08
610.45/152.99	c asymm  cl-useful: 0/11482/40000 lits-rem:0 time: 0.87
610.45/153.00	c calculated reachability. Time: 0.00
610.45/153.00	c  N dy  2040    357917      2000     40000         0     33523    200000   1884220    146.40   no data  --
628.81/157.54	c  N dy  2158    377984      2000     40000         0     26930    200000    514696    146.40    157.85  --
645.98/161.81	c  N dy  2279    398068      2000     40000         0     47011    200000   4195341    146.36    158.96  --
663.95/166.38	c  N dy  2396    418370      2000     40000         0     39649    200000   2653413    146.30    157.90  --
683.12/171.14	c  N dy  2517    438447      2000     40000         0     31059    200000    926508    146.29    155.12  --
701.10/175.62	c  N dy  2646    458499      2000     40000         0     51102    200000   4629391    146.35    154.81  --
719.85/180.33	c  N dy  2774    478575      2000     40000         0     41515    200000   2683664    146.40    201.62  --
740.22/185.44	c  N dy  2897    498877      2000     40000         0     31155    200000    579136    146.38    154.69  --
757.78/189.88	c  N dy  3025    518879      2000     40000         0     51152    200000   4281623    146.43    162.29  --
775.76/194.38	c  S st  3148    536875      2000     40000         0     37485    200000   1568443    146.50   no data  --
776.55/194.53	c  S st  3148    537380      2000     40000         0     37990    200000   1649828    146.50   no data  --
776.55/194.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
776.55/194.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
776.55/194.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
776.95/194.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
776.95/194.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
776.95/194.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
776.95/194.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
817.67/204.87	c lits-rem:       500  cl-subs:        5  v-elim:      0  v-fix:    0  time: 40.76 s
817.67/204.87	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
817.67/204.89	c vivif2 --  cl tried    37985 cl shrink        0 lits rem          0 time: 0.07
819.69/205.33	c asymm  cl-useful: 0/26283/40000 lits-rem:0 time: 1.76
819.69/205.34	c calculated reachability. Time: 0.00
819.69/205.34	c  N dy  3148    537380      2000     40000         0     37985    200000   1647918    146.50   no data  --
838.43/210.04	c  N dy  3260    557397      2000     40000         0     57997    200000   5301688    146.41    168.60  --
858.00/214.96	c  N dy  3388    577495      2000     40000         0     45430    200000   2873528    146.48    169.34  --
878.36/220.08	c  N dy  3491    597568      2000     40000         0     65499    200000   6529622    146.36    155.09  --
897.53/224.81	c  N dy  3623    617684      2000     40000         0     51951    200000   3939642    146.44    155.19  --
918.69/230.14	c  N dy  3746    637783      2000     40000         0     37397    200000   1028469    146.46    154.89  --
937.46/234.85	c  N dy  3857    657888      2000     40000         0     57499    200000   4717810    146.40    154.38  --
958.62/240.14	c  N dy  3971    678174      2000     40000         0     42120    200000   1717170    146.36    155.85  --
978.58/245.13	c  N dy  4089    698247      2000     40000         0     62188    200000   5411819    146.32    156.22  --
999.77/250.48	c  N dy  4222    718251      2000     40000         0     45528    200000   2190469    146.36    162.21  --
1021.31/255.82	c  N dy  4357    738258      2000     40000         0     65530    200000   5880999    146.38    154.85  --
1042.87/261.20	c  N dy  4481    758450      2000     40000         0     48058    200000   2482416    146.41    157.82  --
1064.43/266.62	c  N dy  4606    778564      2000     40000         0     68161    200000   6204813    146.42    163.05  --
1085.99/272.01	c  N dy  4733    798677      2000     40000         0     49617    200000   2573810    146.45    156.52  --
1093.18/273.86	c  S st  4781    806072      2000     40000         0     57009    200000   3921139    146.44   no data  --
1093.98/274.05	c  S st  4781    806577      2000     40000         0     57514    200000   4004892    146.44   no data  --
1093.98/274.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1093.98/274.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1094.37/274.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1094.77/274.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1094.77/274.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1094.77/274.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1094.77/274.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2327.75/583.03	c lits-rem:       300  cl-subs:       13  v-elim:      0  v-fix:    0  time: 1231.23 s
2327.75/583.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2327.75/583.07	c vivif2 --  cl tried    57501 cl shrink        0 lits rem          0 time: 0.17
2329.35/583.46	c asymm  cl-useful: 0/13717/40000 lits-rem:0 time: 1.56
2329.35/583.47	c calculated reachability. Time: 0.00
2329.35/583.47	c  N dy  4781    806577      2000     40000         0     57501    200000   3999107    146.44   no data  --
2353.30/589.44	c  N dy  4905    826657      2000     40000         0     77573    200000   7707771    146.45    157.76  --
2374.06/594.65	c  N dy  5032    846723      2000     40000         0     57987    200000   3956104    146.45    162.98  --
2398.02/600.64	c  N dy  5160    866814      2000     40000         0     78076    200000   7669401    146.48    172.44  --
2419.18/605.92	c  N dy  5287    886869      2000     40000         0     57469    200000   3714380    146.52    199.82  --
2442.75/611.85	c  N dy  5406    906947      2000     40000         0     77543    200000   7421012    146.51    188.64  --
2464.70/617.30	c  N dy  5521    926983      2000     40000         0     55918    200000   3165993    146.46    158.38  --
2487.87/623.13	c  N dy  5639    947095      2000     40000         0     76021    200000   6887482    146.47    154.42  --
2511.05/628.91	c  N dy  5756    967220      2000     40000         0     53488    200000   2580621    146.48    154.43  --
2533.77/634.63	c  N dy  5883    987289      2000     40000         0     73551    200000   6295869    146.51    155.38  --
2558.13/640.72	c  N dy  5999   1007397      2000     40000         0     50006    200000   1765353    146.51    162.34  --
2580.08/646.22	c  N dy  6122   1027437      2000     40000         0     70036    200000   5498214    146.55    155.12  --
2606.84/652.90	c  N dy  6242   1047475      2000     40000         0     45416    200000    736754    146.54    157.03  --
2627.60/658.17	c  N dy  6368   1067539      2000     40000         0     65472    200000   4460240    146.55    163.31  --
2633.19/659.50	c  F st  6398   1071875      2000     40000         0     69806    200000   5273871    146.56    156.93  --
2652.75/664.49	c  N dy  6466   1087827      2000     40000         0     85753    200000   8269911    146.56    160.97  --
2675.11/670.09	c  N dy  6577   1107902      2000     40000         0     60171    200000   3269161    146.51    154.33  --
2699.07/676.06	c  N dy  6686   1127988      2000     40000         0     80252    200000   6998960    146.49    157.00  --
2724.62/682.41	c  N dy  6810   1148038      2000     40000         0     53648    200000   1892472    146.49    165.89  --
2746.98/688.10	c  N dy  6920   1168352      2000     40000         0     73958    200000   5597364    146.45    154.46  --
2774.56/694.98	c  N dy  7040   1188470      2000     40000         0     94067    200000   9333440    146.46    155.60  --
2796.89/700.51	c  N dy  7153   1208620      2000     40000         0     66555    200000   4073575    146.42    155.43  --
2798.09/700.89	c  S st  7161   1209865      2000     40000         0     67800    200000   4295537    146.41    151.86  --
2798.89/701.10	c  S st  7161   1210367      2000     40000         0     68302    200000   4375308    146.41   no data  --
2799.29/701.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2799.29/701.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2799.29/701.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
2800.09/701.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2800.09/701.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2800.09/701.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2800.09/701.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4263.07/1067.80	c lits-rem:       293  cl-subs:       10  v-elim:      0  v-fix:    0  time: 1462.07 s
4263.48/1067.81	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4263.48/1067.85	c vivif2 --  cl tried    68292 cl shrink        0 lits rem          0 time: 0.18
4265.44/1068.34	c asymm  cl-useful: 0/18743/40000 lits-rem:0 time: 1.97
4265.44/1068.35	c calculated reachability. Time: 0.00
4265.44/1068.35	c  N dy  7161   1210367      2000     40000         0     68292    200000   4370589    146.41   no data  --
4291.40/1074.88	c  N dy  7287   1230398      2000     40000         0     88319    200000   8072166    146.42    155.11  --
4316.94/1081.21	c  N dy  7422   1250539      2000     40000         0     59803    200000   2707181    146.45    155.64  --
4340.90/1087.29	c  N dy  7543   1270665      2000     40000         0     79922    200000   6418891    146.44    154.16  --
4370.06/1094.59	c  N dy  7670   1290678      2000     40000         0     50277    200000    758241    146.44    154.84  --
4392.42/1100.14	c  N dy  7795   1310684      2000     40000         0     70274    200000   4489725    146.45    154.42  --
4419.57/1106.92	c  N dy  7928   1330746      2000     40000         0     90334    200000   8188545    146.46    154.60  --
4445.52/1113.41	c  N dy  8051   1350822      2000     40000         0     59749    200000   2343323    146.47    154.60  --
4469.08/1119.39	c  N dy  8173   1370946      2000     40000         0     79866    200000   6084797    146.48    160.80  --
4498.23/1126.63	c  N dy  8304   1391020      2000     40000         0     99937    200000   9819758    146.50    155.45  --
4521.78/1132.55	c  N dy  8421   1411025      2000     40000         0     68287    200000   3691672    146.48    164.20  --
4548.14/1139.18	c  N dy  8548   1431117      2000     40000         0     88372    200000   7425553    146.49    175.92  --
4577.28/1146.49	c  N dy  8675   1451149      2000     40000         0     55749    200000   1233029    146.49    159.98  --
4600.84/1152.34	c  N dy  8798   1471222      2000     40000         0     75817    200000   4955510    146.50    155.56  --
4629.59/1159.57	c  N dy  8925   1491305      2000     40000         0     95892    200000   8709614    146.53    155.01  --
4658.35/1166.80	c  N dy  9054   1511308      2000     40000         0     62236    200000   2263414    146.53    158.20  --
4685.12/1173.47	c  N dy  9177   1531410      2000     40000         0     82336    200000   5964654    146.53    158.76  --
4717.42/1181.51	c  N dy  9308   1551474      2000     40000         0    102395    200000   9689050    146.55    154.95  --
4745.38/1188.53	c  N dy  9429   1571492      2000     40000         0     67750    200000   3093171    146.56    155.48  --
4773.32/1195.57	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: 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-3368513-1305395426/watcher-3368513-1305395426 -o /tmp/evaluation-result-3368513-1305395426/solver-3368513-1305395426 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368513-1305395426.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.94 6.58 7.31 2/235 7702
/proc/meminfo: memFree=24321432/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 413 0 0 0 0 0 0 0 21 0 4 0 651143383 52465664 353 33554432000 4194304 4650419 140734047159360 18446744073709551615 47811855357874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 12809 353 303 112 0 7774 0
[pid=7702/tid=7703] ppid=7700 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651143383 52465664 353 33554432000 4194304 4650419 140734047159360 18446744073709551615 47811855357874 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651143383 52465664 353 33554432000 4194304 4650419 140734047159360 18446744073709551615 47811855357874 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651143383 52465664 353 33554432000 4194304 4650419 140734047159360 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0845849 s]
/proc/loadavg: 3.94 6.58 7.31 2/235 7702
/proc/meminfo: memFree=24321432/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=297716 CPUtime=1.13 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 11185 0 0 0 110 3 0 0 24 0 4 0 651143383 304861184 9767 33554432000 4194304 4650419 140734047159360 18446744073709551615 4441572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 75544 14644 391 112 0 70509 0
[pid=7702/tid=7703] ppid=7700 vsize=302176 CPUtime=0.84 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 4940 0 0 0 83 1 0 0 18 0 4 0 651143383 309428224 14644 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=302176 CPUtime=0.85 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 4918 0 0 0 84 1 0 0 18 0 4 0 651143383 309428224 14645 33554432000 4194304 4650419 140734047159360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=302176 CPUtime=0.84 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 3555 0 0 0 84 0 0 0 19 0 4 0 651143383 309428224 14645 33554432000 4194304 4650419 140734047159360 18446744073709551615 4333219 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 297716

[startup+0.962771 s]
/proc/loadavg: 3.94 6.58 7.31 2/235 7702
/proc/meminfo: memFree=24321432/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=302176 CPUtime=3.81 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 19583 0 0 0 375 6 0 0 25 0 4 0 651143383 309428224 15311 33554432000 4194304 4650419 140734047159360 18446744073709551615 4349680 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 75544 15312 391 112 0 70509 0
[pid=7702/tid=7703] ppid=7700 vsize=302176 CPUtime=0.94 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 5108 0 0 0 93 1 0 0 18 0 4 0 651143383 309428224 15312 33554432000 4194304 4650419 140734047159360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=302176 CPUtime=0.95 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 5087 0 0 0 94 1 0 0 18 0 4 0 651143383 309428224 15312 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=302176 CPUtime=0.93 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 3721 0 0 0 93 0 0 0 19 0 4 0 651143383 309428224 15312 33554432000 4194304 4650419 140734047159360 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 302176

[startup+1.06275 s]
/proc/loadavg: 3.94 6.58 7.31 2/235 7702
/proc/meminfo: memFree=24321432/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=302176 CPUtime=4.21 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 20226 0 0 0 415 6 0 0 25 0 4 0 651143383 309428224 15954 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 75544 15954 391 112 0 70509 0
[pid=7702/tid=7703] ppid=7700 vsize=302176 CPUtime=1.04 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 5266 0 0 0 103 1 0 0 18 0 4 0 651143383 309428224 15954 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=302176 CPUtime=1.04 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 5251 0 0 0 103 1 0 0 18 0 4 0 651143383 309428224 15955 33554432000 4194304 4650419 140734047159360 18446744073709551615 4330582 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=302176 CPUtime=1.03 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 3886 0 0 0 103 0 0 0 19 0 4 0 651143383 309428224 15955 33554432000 4194304 4650419 140734047159360 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 302176

[startup+1.1219 s]
/proc/loadavg: 3.94 6.58 7.31 2/235 7702
/proc/meminfo: memFree=24321432/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=314244 CPUtime=4.44 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 21874 0 0 0 438 6 0 0 25 0 4 0 651143383 321785856 15107 33554432000 4194304 4650419 140734047159360 18446744073709551615 222921820295 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 78561 14837 391 112 0 73526 0
[pid=7702/tid=7703] ppid=7700 vsize=314244 CPUtime=1.11 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 6082 0 0 0 109 2 0 0 19 0 4 0 651143383 321785856 14595 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=314244 CPUtime=1.1 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 5339 0 0 0 109 1 0 0 19 0 4 0 651143383 321785856 14595 33554432000 4194304 4650419 140734047159360 18446744073709551615 4341291 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=314244 CPUtime=1.1 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) D 7700 7702 6866 0 -1 4202560 3984 0 0 0 109 1 0 0 19 0 4 0 651143383 321785856 14595 33554432000 4194304 4650419 140734047159360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 314244

[startup+1.50068 s]
/proc/loadavg: 3.94 6.58 7.31 2/235 7702
/proc/meminfo: memFree=24321432/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=305764 CPUtime=5.96 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 25038 0 0 0 589 7 0 0 25 0 4 0 651143383 313102336 15666 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 76441 15666 391 112 0 71406 0
[pid=7702/tid=7703] ppid=7700 vsize=305764 CPUtime=1.49 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 6712 0 0 0 147 2 0 0 19 0 4 0 651143383 313102336 15666 33554432000 4194304 4650419 140734047159360 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=305764 CPUtime=1.48 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 6675 0 0 0 147 1 0 0 19 0 4 0 651143383 313102336 15666 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=305764 CPUtime=1.48 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 4560 0 0 0 147 1 0 0 20 0 4 0 651143383 313102336 15666 33554432000 4194304 4650419 140734047159360 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 305764

[startup+3.10038 s]
/proc/loadavg: 3.94 6.58 7.31 9/245 7715
/proc/meminfo: memFree=23982212/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=307392 CPUtime=12.34 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 39143 0 0 0 1224 10 0 0 25 0 4 0 651143383 314769408 17106 33554432000 4194304 4650419 140734047159360 18446744073709551615 4339875 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 76848 17106 392 112 0 71813 0
[pid=7702/tid=7703] ppid=7700 vsize=307392 CPUtime=3.08 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 10726 0 0 0 306 2 0 0 23 0 4 0 651143383 314769408 17106 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=307392 CPUtime=3.08 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 9868 0 0 0 306 2 0 0 23 0 4 0 651143383 314769408 17106 33554432000 4194304 4650419 140734047159360 18446744073709551615 4306624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=307392 CPUtime=3.06 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 8451 0 0 0 304 2 0 0 25 0 4 0 651143383 314769408 17107 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 307392

[startup+6.3088 s]
/proc/loadavg: 4.35 6.62 7.32 9/245 7715
/proc/meminfo: memFree=23878852/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=348980 CPUtime=25.14 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 76012 0 0 0 2498 16 0 0 25 0 4 0 651143383 357355520 36180 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 87245 36180 393 112 0 82210 0
[pid=7702/tid=7703] ppid=7700 vsize=348980 CPUtime=6.29 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 20783 0 0 0 624 5 0 0 25 0 4 0 651143383 357355520 36180 33554432000 4194304 4650419 140734047159360 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=348980 CPUtime=6.29 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 18818 0 0 0 626 3 0 0 25 0 4 0 651143383 357355520 36180 33554432000 4194304 4650419 140734047159360 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=348980 CPUtime=6.25 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 14329 0 0 0 622 3 0 0 25 0 4 0 651143383 357355520 36180 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 348980

[startup+12.7006 s]
/proc/loadavg: 4.64 6.64 7.32 9/245 7715
/proc/meminfo: memFree=23803480/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=348188 CPUtime=50.67 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 99208 0 0 0 5045 22 0 0 25 0 4 0 651143383 356544512 50169 33554432000 4194304 4650419 140734047159360 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 87047 50169 393 112 0 82012 0
[pid=7702/tid=7703] ppid=7700 vsize=348188 CPUtime=12.68 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 24831 0 0 0 1262 6 0 0 25 0 4 0 651143383 356544512 50170 33554432000 4194304 4650419 140734047159360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=348188 CPUtime=12.68 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 23094 0 0 0 1264 4 0 0 25 0 4 0 651143383 356544512 50170 33554432000 4194304 4650419 140734047159360 18446744073709551615 4333707 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=348188 CPUtime=12.59 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 25085 0 0 0 1255 4 0 0 25 0 4 0 651143383 356544512 50170 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 348188

[startup+25.5003 s]
/proc/loadavg: 5.38 6.70 7.33 9/245 7715
/proc/meminfo: memFree=23467160/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=547832 CPUtime=101.77 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 147930 0 0 0 10144 33 0 0 25 0 4 0 651143383 560979968 77850 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 136958 77850 393 112 0 131923 0
[pid=7702/tid=7703] ppid=7700 vsize=547832 CPUtime=25.48 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 34522 0 0 0 2541 7 0 0 25 0 4 0 651143383 560979968 77850 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=547832 CPUtime=25.47 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 43064 0 0 0 2539 8 0 0 25 0 4 0 651143383 560979968 77850 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=547832 CPUtime=25.3 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 38336 0 0 0 2521 9 0 0 25 0 4 0 651143383 560979968 77850 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 547832

[startup+51.1006 s]
/proc/loadavg: 6.27 6.81 7.35 9/245 7716
/proc/meminfo: memFree=23246620/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=571260 CPUtime=203.99 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 204238 0 0 0 20350 49 0 0 25 0 4 0 651143383 584970240 94630 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 142815 94630 393 112 0 137780 0
[pid=7702/tid=7703] ppid=7700 vsize=571260 CPUtime=51.09 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 45404 0 0 0 5097 12 0 0 25 0 4 0 651143383 584970240 94630 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=571260 CPUtime=51.08 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 65763 0 0 0 5092 16 0 0 25 0 4 0 651143383 584970240 94630 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=571260 CPUtime=50.72 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 53704 0 0 0 5060 12 0 0 25 0 4 0 651143383 584970240 94630 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 571260

[startup+102.3 s]
/proc/loadavg: 7.29 7.00 7.39 9/245 7717
/proc/meminfo: memFree=23085752/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=729308 CPUtime=408.41 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 304953 0 0 0 40759 82 0 0 25 0 4 0 651143383 746811392 126193 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 182327 126193 393 112 0 177292 0
[pid=7702/tid=7703] ppid=7700 vsize=729308 CPUtime=102.28 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 64598 0 0 0 10211 17 0 0 25 0 4 0 651143383 746811392 126193 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=729308 CPUtime=102.28 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 93112 0 0 0 10203 25 0 0 25 0 4 0 651143383 746811392 126193 33554432000 4194304 4650419 140734047159360 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=729308 CPUtime=101.54 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 96992 0 0 0 10129 25 0 0 25 0 4 0 651143383 746811392 126193 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (KiB) 729308

[startup+162.3 s]

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

[pid=7702] ppid=7700 vsize=1042192 CPUtime=2564.51 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1069600 0 0 0 256063 388 0 0 25 0 4 0 651143383 1067204608 170438 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 260548 170438 393 112 0 255513 0
[pid=7702/tid=7703] ppid=7700 vsize=1042192 CPUtime=642.29 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 202524 0 0 0 64180 49 0 0 25 0 4 0 651143383 1067204608 170438 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1042192 CPUtime=642.29 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 362174 0 0 0 64079 150 0 0 25 0 4 0 651143383 1067204608 170438 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1042192 CPUtime=637.62 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 338635 0 0 0 63649 113 0 0 25 0 4 0 651143383 1067204608 170438 33554432000 4194304 4650419 140734047159360 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2564.51
Current children cumulated vsize (KiB) 1042192

[startup+702.301 s]
/proc/loadavg: 8.07 7.93 7.70 9/245 7742
/proc/meminfo: memFree=22212728/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1044736 CPUtime=2804.08 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1173147 0 0 0 279981 427 0 0 25 0 4 0 651143383 1069809664 172693 33554432000 4194304 4650419 140734047159360 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 261184 172693 393 112 0 256149 0
[pid=7702/tid=7703] ppid=7700 vsize=1044736 CPUtime=702.29 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 227113 0 0 0 70177 52 0 0 25 0 4 0 651143383 1069809664 172693 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1044736 CPUtime=702.29 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 378853 0 0 0 70077 152 0 0 25 0 4 0 651143383 1069809664 172693 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1044736 CPUtime=697.2 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 373640 0 0 0 69588 132 0 0 25 0 4 0 651143383 1069809664 172693 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.08
Current children cumulated vsize (KiB) 1044736

[startup+762.301 s]
/proc/loadavg: 8.08 7.96 7.72 9/245 7744
/proc/meminfo: memFree=22220760/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1045156 CPUtime=3043.64 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1236534 0 0 0 303921 443 0 0 25 0 4 0 651143383 1070239744 172542 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 261289 172542 393 112 0 256254 0
[pid=7702/tid=7703] ppid=7700 vsize=1045156 CPUtime=762.29 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 249514 0 0 0 76174 55 0 0 25 0 4 0 651143383 1070239744 172542 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1045156 CPUtime=762.29 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 394996 0 0 0 76075 154 0 0 25 0 4 0 651143383 1070239744 172542 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1045156 CPUtime=756.75 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 398483 0 0 0 75532 143 0 0 25 0 4 0 651143383 1070239744 172542 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.64
Current children cumulated vsize (KiB) 1045156

[startup+822.301 s]
/proc/loadavg: 8.36 8.05 7.76 10/246 7748
/proc/meminfo: memFree=22189088/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1046368 CPUtime=3283.22 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1312504 0 0 0 327850 472 0 0 25 0 4 0 651143383 1071480832 176665 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 261592 176665 393 112 0 256557 0
[pid=7702/tid=7703] ppid=7700 vsize=1046368 CPUtime=822.29 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 286636 0 0 0 82151 78 0 0 25 0 4 0 651143383 1071480832 176665 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1046368 CPUtime=822.29 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 411784 0 0 0 82073 156 0 0 25 0 4 0 651143383 1071480832 176665 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1046368 CPUtime=816.32 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 420543 0 0 0 81486 146 0 0 25 0 4 0 651143383 1071480832 176665 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.22
Current children cumulated vsize (KiB) 1046368

[startup+882.301 s]
/proc/loadavg: 8.29 8.09 7.80 9/245 7750
/proc/meminfo: memFree=22079416/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1047152 CPUtime=3522.78 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1375045 0 0 0 351786 492 0 0 25 0 4 0 651143383 1072283648 176887 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 261788 176887 393 112 0 256753 0
[pid=7702/tid=7703] ppid=7700 vsize=1047152 CPUtime=882.3 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 310516 0 0 0 88139 91 0 0 25 0 4 0 651143383 1072283648 176887 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1047152 CPUtime=882.29 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 427582 0 0 0 88070 159 0 0 25 0 4 0 651143383 1072283648 176887 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1047152 CPUtime=875.89 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 443406 0 0 0 87438 151 0 0 25 0 4 0 651143383 1072283648 176887 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.78
Current children cumulated vsize (KiB) 1047152

[startup+942.301 s]
/proc/loadavg: 8.19 8.10 7.82 9/245 7752
/proc/meminfo: memFree=22072200/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1047152 CPUtime=3762.37 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1415199 0 0 0 375739 498 0 0 25 0 4 0 651143383 1072283648 176841 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 261788 176841 393 112 0 256753 0
[pid=7702/tid=7703] ppid=7700 vsize=1047152 CPUtime=942.3 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 310516 0 0 0 94139 91 0 0 25 0 4 0 651143383 1072283648 176841 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1047152 CPUtime=942.31 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 444760 0 0 0 94069 162 0 0 25 0 4 0 651143383 1072283648 176841 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1047152 CPUtime=935.46 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 466382 0 0 0 93392 154 0 0 25 0 4 0 651143383 1072283648 176841 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.37
Current children cumulated vsize (KiB) 1047152

[startup+1002.3 s]
/proc/loadavg: 8.15 8.11 7.84 9/245 7753
/proc/meminfo: memFree=22166040/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1047152 CPUtime=4001.92 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1455068 0 0 0 399687 505 0 0 25 0 4 0 651143383 1072283648 176858 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 261788 176858 393 112 0 256753 0
[pid=7702/tid=7703] ppid=7700 vsize=1047152 CPUtime=1002.3 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 310516 0 0 0 100139 91 0 0 25 0 4 0 651143383 1072283648 176858 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1047152 CPUtime=1002.3 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 460792 0 0 0 100066 164 0 0 25 0 4 0 651143383 1072283648 176858 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476738 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1047152 CPUtime=995.02 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 490219 0 0 0 99344 158 0 0 25 0 4 0 651143383 1072283648 176858 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4001.92
Current children cumulated vsize (KiB) 1047152

[startup+1062.31 s]
/proc/loadavg: 8.12 8.11 7.85 9/245 7755
/proc/meminfo: memFree=22111192/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=996248 CPUtime=4241.51 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1532804 0 0 0 423614 537 0 0 25 0 4 0 651143383 1020157952 173731 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 249062 173731 393 112 0 244027 0
[pid=7702/tid=7703] ppid=7700 vsize=996248 CPUtime=1062.3 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 346045 0 0 0 106113 117 0 0 25 0 4 0 651143383 1020157952 173731 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=996248 CPUtime=1062.31 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 477974 0 0 0 106064 167 0 0 25 0 4 0 651143383 1020157952 173731 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=996248 CPUtime=1054.59 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 515244 0 0 0 105297 162 0 0 25 0 4 0 651143383 1020157952 173731 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.51
Current children cumulated vsize (KiB) 996248

[startup+1122.3 s]
/proc/loadavg: 8.23 8.15 7.88 9/245 7756
/proc/meminfo: memFree=22068504/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1049548 CPUtime=4481.06 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1639364 0 0 0 447528 578 0 0 25 0 4 0 651143383 1074737152 183321 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 262387 183321 393 112 0 257352 0
[pid=7702/tid=7703] ppid=7700 vsize=1049548 CPUtime=1122.3 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 382896 0 0 0 112093 137 0 0 25 0 4 0 651143383 1074737152 183321 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1049548 CPUtime=1122.3 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 496595 0 0 0 112061 169 0 0 25 0 4 0 651143383 1074737152 183321 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1049548 CPUtime=1114.15 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 542057 0 0 0 111250 165 0 0 25 0 4 0 651143383 1074737152 183321 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 1049548

[startup+1182.3 s]
/proc/loadavg: 8.16 8.15 7.90 9/245 7758
/proc/meminfo: memFree=21978068/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1116164 CPUtime=4720.62 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1739021 0 0 0 471446 616 0 0 25 0 4 0 651143383 1142951936 191138 33554432000 4194304 4650419 140734047159360 18446744073709551615 4365568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 279041 191139 393 112 0 274006 0
[pid=7702/tid=7703] ppid=7700 vsize=1116164 CPUtime=1182.31 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 412433 0 0 0 118081 150 0 0 25 0 4 0 651143383 1142951936 191139 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1116164 CPUtime=1182.31 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 515008 0 0 0 118058 173 0 0 25 0 4 0 651143383 1142951936 191139 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1116164 CPUtime=1173.72 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 568648 0 0 0 117202 170 0 0 25 0 4 0 651143383 1142951936 191139 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.62
Current children cumulated vsize (KiB) 1116164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.24 8.17 7.91 9/245 7759
/proc/meminfo: memFree=21890268/32951124 swapFree=61559568/67111528
[pid=7702] ppid=7700 vsize=1130092 CPUtime=4800.09 cores=1,3,5,7
/proc/7702/stat : 7702 (strangenight1-m) R 7700 7702 6866 0 -1 4202496 1766573 0 0 0 479382 627 0 0 25 0 4 0 651143383 1157214208 197244 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7702/statm: 282523 197244 393 112 0 277488 0
[pid=7702/tid=7703] ppid=7700 vsize=1130092 CPUtime=1202.21 cores=1,3,5,7
/proc/7702/task/7703/stat : 7703 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 417178 0 0 0 120071 150 0 0 25 0 4 0 651143383 1157214208 197245 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7702/tid=7704] ppid=7700 vsize=1130092 CPUtime=1202.22 cores=1,3,5,7
/proc/7702/task/7704/stat : 7704 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 520852 0 0 0 120048 174 0 0 25 0 4 0 651143383 1157214208 197245 33554432000 4194304 4650419 140734047159360 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7702/tid=7705] ppid=7700 vsize=1130092 CPUtime=1193.47 cores=1,3,5,7
/proc/7702/task/7705/stat : 7705 (strangenight1-m) R 7700 7702 6866 0 -1 4202560 574270 0 0 0 119176 171 0 0 25 0 4 0 651143383 1157214208 197245 33554432000 4194304 4650419 140734047159360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1130092

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): 1202.25
CPU time (s): 4800.17
CPU user time (s): 4793.86
CPU system time (s): 6.30904
CPU usage (%): 399.266
Max. virtual memory (cumulated for all children) (KiB): 1130092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.86
system time used= 6.30904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1766580
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= 1371
involuntary context switches= 31970

runsolver used 2.33264 second user time and 6.43502 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 19:50:26
IDJOB=3368513
IDBENCH=82522
IDSOLVER=1846
FILE ID=node109/3368513-1305395426
RUNJOBID= node109-1305395426-7689
PBS_JOBID= 13324441
Free space on /tmp= 73224 MiB

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

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

MD5SUM BENCH= 4baebda329e22fa39a89c4e2a8acff70
RANDOM SEED=480361268

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      24321712 kB
Buffers:        224780 kB
Cached:        2251924 kB
SwapCached:      28404 kB
Active:          53420 kB
Inactive:      8360104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24321712 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            8996 kB
Writeback:           0 kB
AnonPages:     5915436 kB
Mapped:          17180 kB
Slab:           122140 kB
PageTables:      30620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17854988 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= 73208 MiB
End job on node109 at 2011-05-14 20:10:31