Trace number 3175385

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.34 1201.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1097024859-001.SATISFIABLE.cnf
MD5SUM94bd96d1179fc3c253160c710014f1d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.001999
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175385-1304121952.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     193 undec:      53 neg:     204
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       438      1897         0         0      5764         0   no data   no data  --
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4916       438      1897         0      4794      5764    106576   no data   no data  --
3.18/0.80	c  N st    10     11298       438      1897         0      4453      5764     72548   no data   no data  --
3.18/0.80	c  N st    11     17041       438      1897         0     10080      5764    191498   no data   no data  --
3.99/1.10	c  F st    12     25001       438      1897         0     12331      5764    234702   no data   no data  --
3.99/1.10	c  N st    12     25001       438      1897         0     12331      5764    234702   no data   no data  --
5.17/1.30	c Decided on static restart strategy
5.17/1.30	c  N st    18     30000       438      1897         0     10616      5764    185946   no data   no data  --
5.17/1.30	c  S st    18     30000       438      1897         0     10616      5764    185946   no data   no data  --
5.17/1.30	c  S st    18     30507       438      1897         0     11122      5764    196643   no data   no data  --
5.17/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.46	c lits-rem:       111  cl-subs:      625  v-elim:      0  v-fix:    0  time:  0.71 s
5.57/1.47	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.03
5.57/1.47	c calculated reachability. Time: 0.00
5.57/1.47	c  N st    18     30507       438      1897         0     10497      5764    182739   no data   no data  --
7.18/1.83	c  N st    20     37617       438      1897         0      9769      5764    149542   no data   no data  --
8.79/2.21	c  N st    21     44016       438      1897         0     15964      5764    281277   no data   no data  --
9.17/2.34	c  S st    22     45760       438      1897         0      8963      5764    118484   no data   no data  --
9.17/2.37	c  S st    22     46261       438      1897         0      9464      5764    130043   no data   no data  --
9.17/2.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.17/2.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.17/2.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.17/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.17/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.17/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
9.17/2.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.45	c lits-rem:        22  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.30 s
9.57/2.45	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
9.57/2.45	c vivif2 --  cl tried     9374 cl shrink        0 lits rem          0 time: 0.00
9.57/2.46	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.03
9.57/2.46	c calculated reachability. Time: 0.00
9.57/2.46	c  N st    22     46261       438      1897         0      9374      5764    128225   no data   no data  --
12.78/3.30	c  N st    23     60660       438      1897         0     13709      5764    222867   no data   no data  --
15.56/3.97	c  N st    24     69391       438      1897         0     11524      5764    160126   no data   no data  --
15.56/3.97	c  S st    24     69391       438      1897         0     11524      5764    160126   no data   no data  --
15.96/4.00	c  S st    24     69894       438      1897         0     12026      5764    171164   no data   no data  --
15.96/4.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.96/4.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.96/4.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
15.96/4.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.36/4.17	c lits-rem:        76  cl-subs:      168  v-elim:      0  v-fix:    0  time:  0.64 s
16.36/4.17	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
16.36/4.17	c vivif2 --  cl tried    11858 cl shrink        0 lits rem          0 time: 0.01
16.36/4.18	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.03
16.36/4.18	c calculated reachability. Time: 0.00
16.36/4.18	c  N st    24     69894       438      1897         0     11858      5764    167223   no data   no data  --
21.15/5.37	c  F st    25     87503       438      1897         0     17299      5764    278277   no data   no data  --
21.15/5.37	c  N st    25     87503       438      1897         0     17299      5764    278277   no data   no data  --
23.15/5.80	c Decided on static restart strategy
23.95/6.06	c  N st    32     95544       438      1897         0     25158      5764    459401   no data   no data  --
26.74/6.73	c  N st    34    104841       438      1897         0     21534      5764    348984   no data   no data  --
26.74/6.73	c  S st    34    104841       438      1897         0     21534      5764    348984   no data   no data  --
26.74/6.78	c  S st    34    105345       438      1897         0     22036      5764    360564   no data   no data  --
26.74/6.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.74/6.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.74/6.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.14/6.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
27.14/6.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.35/7.60	c lits-rem:       293  cl-subs:     1108  v-elim:      0  v-fix:    0  time:  3.20 s
30.35/7.60	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
30.35/7.61	c vivif2 --  cl tried    20928 cl shrink        0 lits rem          0 time: 0.01
30.35/7.62	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.06
30.35/7.62	c calculated reachability. Time: 0.00
30.35/7.62	c  N st    34    105345       438      1897         0     20928      5764    335949   no data   no data  --
33.53/8.41	c  N st    35    114944       438      1897         0     16661      5764    229782   no data   no data  --
37.93/9.58	c  N st    36    129341       438      1897         0     16111      5764    202901   no data   no data  --
44.72/11.25	c  N st    37    150937       438      1897         0     21481      5764    306877   no data   no data  --
47.12/11.89	c  S st    38    158017       438      1897         0     28367      5764    460178   no data   no data  --
47.52/11.96	c  S st    38    158518       438      1897         0     28868      5764    471113   no data   no data  --
47.52/11.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.52/11.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.52/11.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
47.52/11.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.52/11.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.52/11.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
47.52/11.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.50/13.41	c lits-rem:       629  cl-subs:     1730  v-elim:      0  v-fix:    0  time:  5.69 s
53.50/13.41	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
53.50/13.42	c vivif2 --  cl tried    27138 cl shrink        0 lits rem          0 time: 0.02
53.50/13.44	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.08
53.50/13.44	c calculated reachability. Time: 0.00
53.50/13.44	c  N st    38    158518       438      1897         0     27138      5764    435484   no data   no data  --
72.28/18.18	c  N st    39    207106       438      1897         0     21849      5764    281513   no data   no data  --
86.27/21.67	c  N st    40    237777       438      1897         0     32156      5764    487370   no data   no data  --
86.27/21.67	c  S st    40    237777       438      1897         0     32156      5764    487370   no data   no data  --
86.67/21.76	c  S st    40    238278       438      1897         0     32657      5764    499027   no data   no data  --
86.67/21.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.67/21.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.67/21.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
86.67/21.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.67/21.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.67/21.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
86.67/21.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.45/23.40	c lits-rem:       471  cl-subs:     2411  v-elim:      0  v-fix:    0  time:  6.44 s
93.45/23.40	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
93.45/23.41	c vivif2 --  cl tried    30246 cl shrink        0 lits rem          0 time: 0.02
93.45/23.43	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.09
93.45/23.43	c calculated reachability. Time: 0.00
93.45/23.43	c  N st    40    238278       438      1897         0     30246      5764    449061   no data   no data  --
121.42/30.46	c  F st    41    306250       438      1897         0     32217      5764    485900   no data   no data  --
121.42/30.46	c  N st    41    306250       438      1897         0     32217      5764    485900   no data   no data  --
123.81/31.05	c Decided on static restart strategy
135.39/33.98	c  N st    51    334554       438      1897         0     36549      5764    556346   no data   no data  --
146.58/36.74	c  N st    53    357417       438      1897         0     34451      5764    477776   no data   no data  --
146.58/36.74	c  S st    53    357417       438      1897         0     34451      5764    477776   no data   no data  --
146.98/36.83	c  S st    53    357923       438      1897         0     34956      5764    488809   no data   no data  --
146.98/36.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.98/36.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.98/36.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
146.98/36.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.98/36.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.98/36.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
146.98/36.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.97/38.30	c lits-rem:       479  cl-subs:     1403  v-elim:      0  v-fix:    0  time:  5.78 s
152.97/38.30	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
152.97/38.31	c vivif2 --  cl tried    33553 cl shrink        0 lits rem          0 time: 0.02
152.97/38.33	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.10
152.97/38.34	c calculated reachability. Time: 0.00
152.97/38.34	c  N st    53    357923       438      1897         0     33553      5764    457106   no data   no data  --
170.55/42.71	c  N st    54    390315       438      1897         0     39761      5764    564804   no data   no data  --
203.30/50.91	c  N st    55    438903       438      1897         0     33572      5764    412614   no data   no data  --
248.04/62.14	c  N st    56    511785       438      1897         0     46851      5764    685595   no data   no data  --
261.22/65.46	c  N st    57    536885       438      1897         0     41248      5764    550989   no data   no data  --
261.22/65.46	c  S st    57    536885       438      1897         0     41248      5764    550989   no data   no data  --
261.62/65.56	c  S st    57    537388       438      1897         0     41751      5764    562769   no data   no data  --
261.62/65.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.62/65.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.62/65.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
261.62/65.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.62/65.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.62/65.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
261.62/65.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.81/67.31	c lits-rem:       652  cl-subs:     1601  v-elim:      0  v-fix:    0  time:  6.86 s
268.81/67.31	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
268.81/67.32	c vivif2 --  cl tried    40150 cl shrink        0 lits rem          0 time: 0.03
268.81/67.35	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.14
268.81/67.36	c calculated reachability. Time: 0.00
268.81/67.36	c  N st    57    537388       438      1897         0     40150      5764    530339   no data   no data  --
378.66/94.84	c  N st    58    701372       438      1897         0     69375      5764   1183646   no data   no data  --
454.16/113.73	c  N st    59    806083       438      1897         0     63127      5764    944790   no data   no data  --
454.16/113.73	c  S st    59    806083       438      1897         0     63127      5764    944790   no data   no data  --
454.96/113.91	c  S st    59    806586       438      1897         0     63628      5764    955395   no data   no data  --
454.96/113.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
454.96/113.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
454.96/113.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
454.96/113.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
454.96/113.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
454.96/113.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
454.96/113.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
469.76/117.64	c lits-rem:       965  cl-subs:     4661  v-elim:      0  v-fix:    0  time: 14.68 s
469.76/117.64	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
469.76/117.65	c vivif2 --  cl tried    58967 cl shrink        0 lits rem          0 time: 0.04
470.16/117.72	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.26
470.16/117.72	c calculated reachability. Time: 0.00
470.16/117.72	c  N st    59    806586       438      1897         0     58967      5764    858884   no data   no data  --
692.23/173.36	c  F st    60   1071877       438      1897         0     74355      5764   1083380   no data   no data  --
692.23/173.37	c  N st    60   1071877       438      1897         0     74355      5764   1083380   no data   no data  --
697.83/174.75	c Decided on static restart strategy
716.60/179.41	c  N st    70   1100183       438      1897         0     58560      5764    761366   no data   no data  --
750.56/187.91	c  N st    72   1136176       438      1897         0     49102      5764    517601   no data   no data  --
776.93/194.57	c  N st    73   1168569       438      1897         0     80562      5764   1241812   no data   no data  --
817.29/204.61	c  N st    74   1209879       438      1897         0     75093      5764   1133073   no data   no data  --
817.29/204.61	c  S st    74   1209879       438      1897         0     75093      5764   1133073   no data   no data  --
818.07/204.87	c  S st    74   1210381       438      1897         0     75595      5764   1144307   no data   no data  --
818.07/204.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
818.07/204.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
818.47/204.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
818.47/204.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
818.47/204.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.47/204.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
818.47/204.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
833.25/208.67	c lits-rem:       474  cl-subs:     3410  v-elim:      0  v-fix:    0  time: 14.81 s
833.25/208.67	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
833.25/208.69	c vivif2 --  cl tried    72185 cl shrink        0 lits rem          0 time: 0.06
833.65/208.78	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.35
833.65/208.78	c calculated reachability. Time: 0.00
833.65/208.78	c  N st    74   1210381       438      1897         0     72185      5764   1065415   no data   no data  --
910.74/228.04	c  N st    75   1283263       438      1897         0     48815      5764    459082   no data   no data  --
1027.80/257.38	c  N st    76   1392588       438      1897         0     56769      5764    598434   no data   no data  --
1192.36/298.58	c  N st    77   1556572       438      1897         0     61538      5764    669115   no data   no data  --
1356.94/339.79	c  N st    78   1710382       438      1897         0    103004      5764   1533770   no data   no data  --
1356.94/339.79	c  S st    78   1710382       438      1897         0    103004      5764   1533770   no data   no data  --
1358.54/340.15	c  S st    78   1710884       438      1897         0    103504      5764   1545325   no data   no data  --
1358.54/340.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1358.54/340.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1358.94/340.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1358.94/340.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1358.94/340.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1358.94/340.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
1358.94/340.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1403.67/351.47	c lits-rem:       720  cl-subs:    11349  v-elim:      0  v-fix:    0  time: 44.76 s
1403.67/351.47	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
1403.67/351.49	c vivif2 --  cl tried    92155 cl shrink        0 lits rem          0 time: 0.07
1404.47/351.62	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.52
1404.47/351.62	c calculated reachability. Time: 0.00
1404.47/351.62	c  N st    78   1710884       438      1897         0     92155      5764   1328638   no data   no data  --
1791.56/448.54	c  N st    79   2079849       438      1897         0    104121      5764   1621760   no data   no data  --
1952.14/488.73	c  N st    80   2210885       438      1897         0    108175      5764   1661069   no data   no data  --
1952.14/488.73	c  S st    80   2210885       438      1897         0    108175      5764   1661069   no data   no data  --
1953.34/489.06	c  S st    80   2211389       438      1897         0    108678      5764   1672952   no data   no data  --
1953.34/489.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1953.34/489.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1953.74/489.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1953.74/489.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1953.74/489.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1953.74/489.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
1953.74/489.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1995.28/499.50	c lits-rem:       436  cl-subs:     7927  v-elim:      0  v-fix:    0  time: 41.25 s
1995.28/499.50	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
1995.28/499.52	c vivif2 --  cl tried   100751 cl shrink        0 lits rem          0 time: 0.08
1995.68/499.65	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.53
1995.68/499.66	c calculated reachability. Time: 0.00
1995.68/499.66	c  N st    80   2211389       438      1897         0    100751      5764   1502527   no data   no data  --
2646.39/662.59	c  N st    81   2711390       438      1897         0    123868      5764   1835735   no data   no data  --
2646.39/662.59	c  S st    81   2711390       438      1897         0    123868      5764   1835735   no data   no data  --
2648.40/663.01	c  S st    81   2711896       438      1897         0    124373      5764   1847568   no data   no data  --
2648.40/663.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2648.40/663.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2648.40/663.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2648.80/663.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2648.80/663.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2648.80/663.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
2648.80/663.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2703.53/676.86	c lits-rem:       107  cl-subs:     8848  v-elim:      0  v-fix:    0  time: 54.78 s
2703.53/676.86	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
2703.53/676.88	c vivif2 --  cl tried   115525 cl shrink        0 lits rem          0 time: 0.09
2704.33/677.05	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.66
2704.33/677.05	c calculated reachability. Time: 0.00
2704.33/677.05	c  N st    81   2711896       438      1897         0    115525      5764   1679408   no data   no data  --
3346.25/837.73	c  N st    82   3211898       438      1897         0     91635      5764   1033075   no data   no data  --
3346.25/837.73	c  S st    82   3211898       438      1897         0     91635      5764   1033075   no data   no data  --
3347.45/838.08	c  S st    82   3212400       438      1897         0     92134      5764   1044537   no data   no data  --
3347.45/838.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3347.45/838.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3347.87/838.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.20
3347.87/838.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3347.87/838.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3347.87/838.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
3347.87/838.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3360.24/841.21	c lits-rem:       274  cl-subs:     3430  v-elim:      0  v-fix:    0  time: 12.08 s
3360.24/841.21	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
3360.24/841.22	c vivif2 --  cl tried    88704 cl shrink        0 lits rem          0 time: 0.06
3360.64/841.33	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.42
3360.64/841.33	c calculated reachability. Time: 0.00
3360.64/841.33	c  N st    82   3212400       438      1897         0     88704      5764    977361   no data   no data  --
4096.04/1025.43	c  N st    83   3712403       438      1897         0     99746      5764   1149648   no data   no data  --
4096.04/1025.43	c  S st    83   3712403       438      1897         0     99746      5764   1149648   no data   no data  --
4097.65/1025.82	c  S st    83   3712905       438      1897         0    100246      5764   1161628   no data   no data  --
4097.65/1025.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4097.65/1025.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4097.65/1025.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.23
4098.05/1025.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4098.05/1025.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4098.05/1025.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
4098.05/1025.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4116.03/1030.47	c lits-rem:       380  cl-subs:     2915  v-elim:      0  v-fix:    0  time: 18.13 s
4116.03/1030.47	c vivif2 --  cl tried     1897 cl shrink        0 lits rem          0 time: 0.00
4116.03/1030.48	c vivif2 --  cl tried    97331 cl shrink        0 lits rem          0 time: 0.07
4116.84/1030.66	c asymm  cl-useful: 0/1897/1897 lits-rem:0 time: 0.69
4116.84/1030.66	c calculated reachability. Time: 0.00
4116.84/1030.66	c  N st    83   3712905       438      1897         0     97331      5764   1102399   no data   no data  --
4176.74/1045.67	c  F st    84   3751563       438      1897         0    135007      5764   2018145   no data   no data  --
4176.74/1045.68	c  N st    84   3751563       438      1897         0    135007      5764   2018145   no data   no data  --
4187.54/1048.38	c Decided on static restart strategy
4237.86/1060.98	c  N st    94   3779868       438      1897         0    162641      5764   2680258   no data   no data  --
4286.99/1073.24	c  N st    96   3815862       438      1897         0    115159      5764   1489176   no data   no data  --
4348.90/1088.72	c  N st    97   3848254       438      1897         0    146551      5764   2181727   no data   no data  --
4426.00/1108.03	c  N st    98   3896842       438      1897         0    110139      5764   1319962   no data   no data  --
4557.83/1141.00	c  N st    99   3969724       438      1897         0     96195      5764    981856   no data   no data  --
4715.59/1180.77	c  N st   100   4079048       438      1897         0    116868      5764   1472357   no data   no data  --

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-3175385-1304121952/watcher-3175385-1304121952 -o /tmp/evaluation-result-3175385-1304121952/solver-3175385-1304121952 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175385-1304121952.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: 6.33 7.73 7.88 6/180 11803
/proc/meminfo: memFree=29671616/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 504610525 52465664 353 33554432000 4194304 4650419 140735881732256 18446744073709551615 47218326177714 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 12809 353 303 112 0 7774 0
[pid=11803/tid=11804] ppid=11801 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 504610525 52465664 353 33554432000 4194304 4650419 140735881732256 18446744073709551615 47218326177714 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 504610525 52465664 353 33554432000 4194304 4650419 140735881732256 18446744073709551615 47218326177718 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 504610525 52465664 353 33554432000 4194304 4650419 140735881732256 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0579731 s]
/proc/loadavg: 6.33 7.73 7.88 6/180 11803
/proc/meminfo: memFree=29671616/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=282492 CPUtime=0.21 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 1433 0 0 0 21 0 0 0 25 0 4 0 504610525 289271808 1306 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 70623 1306 390 112 0 65588 0
[pid=11803/tid=11804] ppid=11801 vsize=282492 CPUtime=0.05 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 286 0 0 0 5 0 0 0 25 0 4 0 504610525 289271808 1306 33554432000 4194304 4650419 140735881732256 18446744073709551615 4333045 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=282492 CPUtime=0.05 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 253 0 0 0 5 0 0 0 18 0 4 0 504610525 289271808 1306 33554432000 4194304 4650419 140735881732256 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=282492 CPUtime=0.05 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 199 0 0 0 5 0 0 0 25 0 4 0 504610525 289271808 1306 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282492

[startup+0.100965 s]
/proc/loadavg: 6.33 7.73 7.88 6/180 11803
/proc/meminfo: memFree=29671616/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=282492 CPUtime=0.38 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 1647 0 0 0 38 0 0 0 25 0 4 0 504610525 289271808 1520 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 70623 1520 391 112 0 65588 0
[pid=11803/tid=11804] ppid=11801 vsize=282492 CPUtime=0.09 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 346 0 0 0 9 0 0 0 25 0 4 0 504610525 289271808 1520 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=282492 CPUtime=0.09 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 305 0 0 0 9 0 0 0 18 0 4 0 504610525 289271808 1520 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=282492 CPUtime=0.09 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 256 0 0 0 9 0 0 0 25 0 4 0 504610525 289271808 1520 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282492

[startup+0.300929 s]
/proc/loadavg: 6.33 7.73 7.88 6/180 11803
/proc/meminfo: memFree=29671616/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=283564 CPUtime=1.18 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 2700 0 0 0 118 0 0 0 25 0 4 0 504610525 290369536 2040 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 70891 2040 393 112 0 65856 0
[pid=11803/tid=11804] ppid=11801 vsize=283564 CPUtime=0.29 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 618 0 0 0 29 0 0 0 25 0 4 0 504610525 290369536 2040 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=283564 CPUtime=0.29 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 563 0 0 0 29 0 0 0 18 0 4 0 504610525 290369536 2040 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=283564 CPUtime=0.29 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 521 0 0 0 29 0 0 0 25 0 4 0 504610525 290369536 2040 33554432000 4194304 4650419 140735881732256 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283564

[startup+0.700861 s]
/proc/loadavg: 6.33 7.73 7.88 6/180 11803
/proc/meminfo: memFree=29671616/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=284448 CPUtime=2.78 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 4605 0 0 0 278 0 0 0 25 0 4 0 504610525 291274752 2397 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 71112 2397 393 112 0 66077 0
[pid=11803/tid=11804] ppid=11801 vsize=284448 CPUtime=0.69 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1166 0 0 0 69 0 0 0 25 0 4 0 504610525 291274752 2397 33554432000 4194304 4650419 140735881732256 18446744073709551615 4361018 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=284448 CPUtime=0.69 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 921 0 0 0 69 0 0 0 18 0 4 0 504610525 291274752 2397 33554432000 4194304 4650419 140735881732256 18446744073709551615 4330693 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=284448 CPUtime=0.69 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1018 0 0 0 69 0 0 0 25 0 4 0 504610525 291274752 2397 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284448

[startup+1.50072 s]
/proc/loadavg: 6.33 7.73 7.88 9/184 11807
/proc/meminfo: memFree=29650640/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=281560 CPUtime=5.97 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 8296 0 0 0 597 0 0 0 25 0 4 0 504610525 288317440 4640 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 70390 4640 395 112 0 65355 0
[pid=11803/tid=11804] ppid=11801 vsize=281560 CPUtime=1.49 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1780 0 0 0 149 0 0 0 25 0 4 0 504610525 288317440 4640 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=281560 CPUtime=1.49 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1646 0 0 0 149 0 0 0 20 0 4 0 504610525 288317440 4640 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=281560 CPUtime=1.48 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 1590 0 0 0 148 0 0 0 25 0 4 0 504610525 288317440 4640 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 281560

[startup+3.10044 s]
/proc/loadavg: 6.33 7.73 7.88 9/184 11807
/proc/meminfo: memFree=29613192/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=290968 CPUtime=12.36 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 16093 0 0 0 1235 1 0 0 25 0 4 0 504610525 297951232 9321 33554432000 4194304 4650419 140735881732256 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 72742 9329 395 112 0 67707 0
[pid=11803/tid=11804] ppid=11801 vsize=290968 CPUtime=3.09 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 3863 0 0 0 309 0 0 0 25 0 4 0 504610525 297951232 9332 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=290968 CPUtime=3.09 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 4074 0 0 0 309 0 0 0 25 0 4 0 504610525 297951232 9337 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=290968 CPUtime=3.07 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 3726 0 0 0 307 0 0 0 25 0 4 0 504610525 297951232 9341 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 290968

[startup+6.30087 s]
/proc/loadavg: 6.46 7.73 7.88 9/184 11807
/proc/meminfo: memFree=29580704/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=283712 CPUtime=25.15 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 24542 0 0 0 2512 3 0 0 25 0 4 0 504610525 290521088 12610 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 70928 12610 395 112 0 65893 0
[pid=11803/tid=11804] ppid=11801 vsize=283712 CPUtime=6.28 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 6405 0 0 0 628 0 0 0 25 0 4 0 504610525 290521088 12610 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=283712 CPUtime=6.28 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 6760 0 0 0 628 0 0 0 25 0 4 0 504610525 290521088 12610 33554432000 4194304 4650419 140735881732256 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=283712 CPUtime=6.25 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 4900 0 0 0 625 0 0 0 25 0 4 0 504610525 290521088 12610 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 283712

[startup+12.7007 s]
/proc/loadavg: 6.58 7.74 7.88 9/184 11807
/proc/meminfo: memFree=29537540/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=293320 CPUtime=50.71 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 37389 0 0 0 5065 6 0 0 25 0 4 0 504610525 300359680 18300 33554432000 4194304 4650419 140735881732256 18446744073709551615 4439375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 73330 18300 395 112 0 68295 0
[pid=11803/tid=11804] ppid=11801 vsize=293320 CPUtime=12.69 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 10016 0 0 0 1268 1 0 0 25 0 4 0 504610525 300359680 18300 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=293320 CPUtime=12.68 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 9373 0 0 0 1267 1 0 0 25 0 4 0 504610525 300359680 18300 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=293320 CPUtime=12.62 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 7033 0 0 0 1261 1 0 0 25 0 4 0 504610525 300359680 18300 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 293320

[startup+25.5005 s]
/proc/loadavg: 6.90 7.75 7.88 9/184 11807
/proc/meminfo: memFree=29499188/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=298792 CPUtime=101.84 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 57519 0 0 0 10172 12 0 0 25 0 4 0 504610525 305963008 22868 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 74698 22868 395 112 0 69663 0
[pid=11803/tid=11804] ppid=11801 vsize=298792 CPUtime=25.49 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 16531 0 0 0 2546 3 0 0 25 0 4 0 504610525 305963008 22868 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=298792 CPUtime=25.49 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 15006 0 0 0 2546 3 0 0 25 0 4 0 504610525 305963008 22868 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=298792 CPUtime=25.35 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 9923 0 0 0 2533 2 0 0 25 0 4 0 504610525 305963008 22868 33554432000 4194304 4650419 140735881732256 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 298792

[startup+51.1009 s]
/proc/loadavg: 7.27 7.77 7.88 9/184 11808
/proc/meminfo: memFree=29463456/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=310900 CPUtime=204.1 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 88392 0 0 0 20389 21 0 0 25 0 4 0 504610525 318361600 29897 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 77725 29897 395 112 0 72690 0
[pid=11803/tid=11804] ppid=11801 vsize=310900 CPUtime=51.09 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 26733 0 0 0 5103 6 0 0 25 0 4 0 504610525 318361600 29897 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=310900 CPUtime=51.08 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 24042 0 0 0 5103 5 0 0 25 0 4 0 504610525 318361600 29897 33554432000 4194304 4650419 140735881732256 18446744073709551615 4330632 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=310900 CPUtime=50.81 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 14148 0 0 0 5078 3 0 0 25 0 4 0 504610525 318361600 29897 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 310900

[startup+102.307 s]
/proc/loadavg: 7.78 7.83 7.90 9/184 11809
/proc/meminfo: memFree=29409488/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=312280 CPUtime=408.64 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 133422 0 0 0 40825 39 0 0 25 0 4 0 504610525 319774720 36733 33554432000 4194304 4650419 140735881732256 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 78070 36733 395 112 0 73035 0
[pid=11803/tid=11804] ppid=11801 vsize=312280 CPUtime=102.29 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 41336 0 0 0 10217 12 0 0 25 0 4 0 504610525 319774720 36733 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=312280 CPUtime=102.29 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 35687 0 0 0 10219 10 0 0 25 0 4 0 504610525 319774720 36733 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=312280 CPUtime=101.74 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 21289 0 0 0 10168 6 0 0 25 0 4 0 504610525 319774720 36733 33554432000 4194304 4650419 140735881732256 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 312280

[startup+162.301 s]

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

[pid=11803] ppid=11801 vsize=570760 CPUtime=2805.39 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 425569 0 0 0 280367 172 0 0 25 0 4 0 504610525 584458240 88661 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 142690 88661 395 112 0 137655 0
[pid=11803/tid=11804] ppid=11801 vsize=570760 CPUtime=702.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 133132 0 0 0 70180 51 0 0 25 0 4 0 504610525 584458240 88661 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=570760 CPUtime=702.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 118030 0 0 0 70178 49 0 0 25 0 4 0 504610525 584458240 88661 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=570760 CPUtime=698.47 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 63795 0 0 0 69822 25 0 0 25 0 4 0 504610525 584458240 88661 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 570760

[startup+762.307 s]
/proc/loadavg: 8.14 8.09 7.99 9/184 11827
/proc/meminfo: memFree=29053424/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=570952 CPUtime=3045.09 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 448400 0 0 0 304326 183 0 0 25 0 4 0 504610525 584654848 87032 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 142738 87032 395 112 0 137703 0
[pid=11803/tid=11804] ppid=11801 vsize=570952 CPUtime=762.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 140047 0 0 0 76177 54 0 0 25 0 4 0 504610525 584654848 87032 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=570952 CPUtime=762.28 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 124003 0 0 0 76175 53 0 0 25 0 4 0 504610525 584654848 87032 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=570952 CPUtime=758.15 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 68827 0 0 0 75788 27 0 0 25 0 4 0 504610525 584654848 87032 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 570952

[startup+822.301 s]
/proc/loadavg: 8.11 8.08 7.99 9/184 11828
/proc/meminfo: memFree=29029448/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=571156 CPUtime=3284.74 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 467066 0 0 0 328282 192 0 0 25 0 4 0 504610525 584863744 91034 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 142789 91034 395 112 0 137754 0
[pid=11803/tid=11804] ppid=11801 vsize=571156 CPUtime=822.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 146525 0 0 0 82173 58 0 0 25 0 4 0 504610525 584863744 91034 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=571156 CPUtime=822.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 127086 0 0 0 82174 53 0 0 25 0 4 0 504610525 584863744 91034 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=571156 CPUtime=817.83 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 73931 0 0 0 81753 30 0 0 25 0 4 0 504610525 584863744 91034 33554432000 4194304 4650419 140735881732256 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 571156

[startup+882.3 s]
/proc/loadavg: 8.14 8.10 8.00 9/184 11830
/proc/meminfo: memFree=29021992/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=558668 CPUtime=3524.41 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 483584 0 0 0 352241 200 0 0 25 0 4 0 504610525 572076032 91170 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 139667 91170 395 112 0 134632 0
[pid=11803/tid=11804] ppid=11801 vsize=558668 CPUtime=882.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 155806 0 0 0 88170 61 0 0 25 0 4 0 504610525 572076032 91170 33554432000 4194304 4650419 140735881732256 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=558668 CPUtime=882.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 129369 0 0 0 88172 55 0 0 25 0 4 0 504610525 572076032 91170 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=558668 CPUtime=877.5 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 75255 0 0 0 87719 31 0 0 25 0 4 0 504610525 572076032 91170 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 558668

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 8.00 9/184 11832
/proc/meminfo: memFree=28974476/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=558776 CPUtime=3764.1 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 502398 0 0 0 376200 210 0 0 25 0 4 0 504610525 572186624 97583 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 139694 97583 395 112 0 134659 0
[pid=11803/tid=11804] ppid=11801 vsize=558776 CPUtime=942.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 161794 0 0 0 94168 63 0 0 25 0 4 0 504610525 572186624 97583 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=558776 CPUtime=942.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 132683 0 0 0 94170 57 0 0 25 0 4 0 504610525 572186624 97583 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=558776 CPUtime=937.17 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 79589 0 0 0 93684 33 0 0 25 0 4 0 504610525 572186624 97583 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 558776

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.00 9/184 11833
/proc/meminfo: memFree=29012636/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=571712 CPUtime=4003.77 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 519070 0 0 0 400156 221 0 0 25 0 4 0 504610525 585433088 94054 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 142928 94054 395 112 0 137893 0
[pid=11803/tid=11804] ppid=11801 vsize=571712 CPUtime=1002.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 168640 0 0 0 100163 68 0 0 25 0 4 0 504610525 585433088 94054 33554432000 4194304 4650419 140735881732256 18446744073709551615 4315174 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=571712 CPUtime=1002.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 135053 0 0 0 100169 58 0 0 25 0 4 0 504610525 585433088 94054 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=571712 CPUtime=996.84 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 83060 0 0 0 99648 36 0 0 25 0 4 0 504610525 585433088 94054 33554432000 4194304 4650419 140735881732256 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 571712

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 8.00 9/184 11835
/proc/meminfo: memFree=28974540/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=622844 CPUtime=4243.45 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 534433 0 0 0 424115 230 0 0 25 0 4 0 504610525 637792256 97340 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 155711 97340 395 112 0 150676 0
[pid=11803/tid=11804] ppid=11801 vsize=622844 CPUtime=1062.32 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 177860 0 0 0 106160 72 0 0 25 0 4 0 504610525 637792256 97340 33554432000 4194304 4650419 140735881732256 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=622844 CPUtime=1062.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 136132 0 0 0 106167 60 0 0 25 0 4 0 504610525 637792256 97340 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=622844 CPUtime=1056.52 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 84874 0 0 0 105615 37 0 0 25 0 4 0 504610525 637792256 97340 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 622844

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/184 11836
/proc/meminfo: memFree=28943260/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=584892 CPUtime=4483.12 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 555493 0 0 0 448070 242 0 0 25 0 4 0 504610525 598929408 104253 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 146223 104253 395 112 0 141188 0
[pid=11803/tid=11804] ppid=11801 vsize=584892 CPUtime=1122.31 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 183104 0 0 0 112156 75 0 0 25 0 4 0 504610525 598929408 104253 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=584892 CPUtime=1122.27 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 144063 0 0 0 112162 65 0 0 25 0 4 0 504610525 598929408 104253 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=584892 CPUtime=1116.2 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 90044 0 0 0 111581 39 0 0 25 0 4 0 504610525 598929408 104253 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 584892

[startup+1182.3 s]
/proc/loadavg: 8.50 8.19 8.04 9/184 11841
/proc/meminfo: memFree=28941484/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=559176 CPUtime=4721.98 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 574818 0 0 0 471946 252 0 0 25 0 4 0 504610525 572596224 103386 33554432000 4194304 4650419 140735881732256 18446744073709551615 4333931 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 139794 103386 395 112 0 134759 0
[pid=11803/tid=11804] ppid=11801 vsize=559176 CPUtime=1182.32 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 189094 0 0 0 118154 78 0 0 25 0 4 0 504610525 572596224 103386 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=559176 CPUtime=1181.44 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 150282 0 0 0 118076 68 0 0 25 0 4 0 504610525 572596224 103386 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=559176 CPUtime=1175.88 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 93378 0 0 0 117547 41 0 0 25 0 4 0 504610525 572596224 103386 33554432000 4194304 4650419 140735881732256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.98
Current children cumulated vsize (KiB) 559176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.43 8.19 8.04 5/179 11843
/proc/meminfo: memFree=29242752/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=559176 CPUtime=4800.28 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 579267 0 0 0 479773 255 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 139794 107835 395 112 0 134759 0
[pid=11803/tid=11804] ppid=11801 vsize=559176 CPUtime=1201.92 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 190393 0 0 0 120114 78 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=559176 CPUtime=1201.04 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 151453 0 0 0 120036 68 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=559176 CPUtime=1195.36 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 95230 0 0 0 119494 42 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 559176

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

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

[startup+1201.9 s]
/proc/loadavg: 8.43 8.19 8.04 5/179 11843
/proc/meminfo: memFree=29242752/32951124 swapFree=67111348/67111528
[pid=11803] ppid=11801 vsize=559176 CPUtime=4800.28 cores=1,3,5,7
/proc/11803/stat : 11803 (strangenight1-m) R 11801 11803 11762 0 -1 4202496 579267 0 0 0 479773 255 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11803/statm: 139794 107835 395 112 0 134759 0
[pid=11803/tid=11804] ppid=11801 vsize=559176 CPUtime=1201.92 cores=1,3,5,7
/proc/11803/task/11804/stat : 11804 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 190393 0 0 0 120114 78 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=559176 CPUtime=1201.04 cores=1,3,5,7
/proc/11803/task/11805/stat : 11805 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 151453 0 0 0 120036 68 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=559176 CPUtime=1195.36 cores=1,3,5,7
/proc/11803/task/11806/stat : 11806 (strangenight1-m) R 11801 11803 11762 0 -1 4202560 95230 0 0 0 119494 42 0 0 25 0 4 0 504610525 572596224 107835 33554432000 4194304 4650419 140735881732256 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 559176

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.34
CPU user time (s): 4797.76
CPU system time (s): 2.57661
CPU usage (%): 399.385
Max. virtual memory (cumulated for all children) (KiB): 688428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.76
system time used= 2.57661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579267
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= 260
involuntary context switches= 31946

runsolver used 1.80572 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 02:05:52
IDJOB=3175385
IDBENCH=83003
IDSOLVER=1588
FILE ID=node140/3175385-1304121952
RUNJOBID= node140-1304121952-11781
PBS_JOBID= 13170742
Free space on /tmp= 72656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1097024859-001.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175385-1304121952/watcher-3175385-1304121952 -o /tmp/evaluation-result-3175385-1304121952/solver-3175385-1304121952 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175385-1304121952.cnf

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

MD5SUM BENCH= 94bd96d1179fc3c253160c710014f1d5
RANDOM SEED=2097159119

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29671896 kB
Buffers:       1016968 kB
Cached:        1704524 kB
SwapCached:        180 kB
Active:         290020 kB
Inactive:      2497292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29671896 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12572 kB
Writeback:           0 kB
AnonPages:       65952 kB
Mapped:          15200 kB
Slab:           426724 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270136 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= 72652 MiB
End job on node140 at 2011-04-30 02:25:56