Trace number 3368970

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S2050053883-062.SATISFIABLE.cnf
MD5SUM7ed8e8e4deac31c88cbf5be40a0cd9c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.302953
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368970-1305408321.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
0.00/0.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.01 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:     253 undec:      72 neg:     275
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0       589      2545         0         0      7700         0   no data   no data  --
0.52/0.15	c Decided on static restart strategy
0.52/0.18	c  N st     8      4916       589      2545         0      4845      7700    133851   no data   no data  --
1.57/0.45	c  N st    10     11299       589      2545         0      4494      7700     85916   no data   no data  --
2.76/0.72	c  N st    11     17042       589      2545         0     10122      7700    237678   no data   no data  --
4.39/1.15	c  F st    12     25000       589      2545         0     12446      7700    302679   no data   no data  --
4.39/1.15	c  N st    12     25000       589      2545         0     12446      7700    302679   no data   no data  --
5.16/1.39	c Decided on static restart strategy
5.16/1.39	c  N st    18     30002       589      2545         0     10731      7700    227032   no data   no data  --
5.16/1.39	c  S st    18     30002       589      2545         0     10731      7700    227032   no data   no data  --
5.55/1.42	c  S st    18     30507       589      2545         0     11236      7700    239023   no data   no data  --
5.55/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.55/1.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
5.55/1.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.35/1.67	c lits-rem:       147  cl-subs:      373  v-elim:      0  v-fix:    0  time:  0.93 s
6.35/1.68	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.04
6.35/1.68	c calculated reachability. Time: 0.00
6.35/1.68	c  N st    18     30507       589      2545         0     10863      7700    227779   no data   no data  --
7.95/2.08	c  N st    20     37619       589      2545         0     10098      7700    182617   no data   no data  --
9.55/2.47	c  N st    21     44019       589      2545         0     16369      7700    338407   no data   no data  --
9.95/2.59	c  S st    22     45761       589      2545         0      9300      7700    145656   no data   no data  --
10.34/2.62	c  S st    22     46264       589      2545         0      9802      7700    157329   no data   no data  --
10.34/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.34/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.34/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
10.34/2.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.74/2.73	c lits-rem:        26  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.42 s
10.74/2.73	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
10.74/2.73	c vivif2 --  cl tried     9756 cl shrink        0 lits rem          0 time: 0.00
10.74/2.74	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.03
10.74/2.74	c calculated reachability. Time: 0.00
10.74/2.74	c  N st    22     46264       589      2545         0      9756      7700    156043   no data   no data  --
14.33/3.64	c  N st    23     60661       589      2545         0     14103      7700    267771   no data   no data  --
17.12/4.31	c  N st    24     69396       589      2545         0     11895      7700    192564   no data   no data  --
17.12/4.31	c  S st    24     69396       589      2545         0     11895      7700    192564   no data   no data  --
17.12/4.35	c  S st    24     69899       589      2545         0     12398      7700    205669   no data   no data  --
17.12/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.12/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.12/4.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
17.12/4.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.96/4.58	c lits-rem:        74  cl-subs:      151  v-elim:      0  v-fix:    0  time:  0.86 s
17.96/4.58	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
17.96/4.58	c vivif2 --  cl tried    12247 cl shrink        0 lits rem          0 time: 0.01
17.96/4.59	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.04
17.96/4.59	c calculated reachability. Time: 0.00
17.96/4.59	c  N st    24     69899       589      2545         0     12247      7700    201672   no data   no data  --
23.49/5.97	c  F st    25     87502       589      2545         0     17773      7700    353046   no data   no data  --
23.49/5.97	c  N st    25     87502       589      2545         0     17773      7700    353046   no data   no data  --
25.09/6.36	c Decided on static restart strategy
25.90/6.60	c  N st    32     95541       589      2545         0     25675      7700    571870   no data   no data  --
29.08/7.30	c  N st    34    104848       589      2545         0     22087      7700    437602   no data   no data  --
29.08/7.30	c  S st    34    104848       589      2545         0     22087      7700    437602   no data   no data  --
29.08/7.35	c  S st    34    105350       589      2545         0     22588      7700    450085   no data   no data  --
29.08/7.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.08/7.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.08/7.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.08/7.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.08/7.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.08/7.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
29.08/7.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.48/8.45	c lits-rem:       197  cl-subs:      548  v-elim:      0  v-fix:    0  time:  4.29 s
33.48/8.45	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
33.48/8.46	c vivif2 --  cl tried    22040 cl shrink        0 lits rem          0 time: 0.02
33.48/8.48	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.08
33.48/8.48	c calculated reachability. Time: 0.00
33.48/8.48	c  N st    34    105350       589      2545         0     22040      7700    432871   no data   no data  --
37.05/9.38	c  N st    35    114948       589      2545         0     17673      7700    284282   no data   no data  --
42.64/10.70	c  N st    36    129345       589      2545         0     17106      7700    258902   no data   no data  --
49.81/12.56	c  N st    37    150945       589      2545         0     22610      7700    407222   no data   no data  --
52.21/13.21	c  S st    38    158027       589      2545         0     29532      7700    603300   no data   no data  --
52.63/13.28	c  S st    38    158533       589      2545         0     30038      7700    616271   no data   no data  --
52.63/13.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.63/13.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.63/13.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.05/13.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.05/13.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.05/13.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
53.05/13.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.19/15.17	c lits-rem:       731  cl-subs:     1223  v-elim:      0  v-fix:    0  time:  7.42 s
60.19/15.17	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
60.19/15.17	c vivif2 --  cl tried    28815 cl shrink        0 lits rem          0 time: 0.02
60.58/15.20	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.11
60.58/15.20	c calculated reachability. Time: 0.00
60.58/15.20	c  N st    38    158533       589      2545         0     28815      7700    578372   no data   no data  --
80.93/20.36	c  N st    39    207122       589      2545         0     23458      7700    359403   no data   no data  --
94.49/23.71	c  N st    40    237801       589      2545         0     33877      7700    631952   no data   no data  --
94.49/23.71	c  S st    40    237801       589      2545         0     33877      7700    631952   no data   no data  --
94.49/23.79	c  S st    40    238305       589      2545         0     34381      7700    643931   no data   no data  --
94.89/23.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.89/23.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.89/23.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
94.89/23.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.89/23.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.89/23.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
94.89/23.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.26/25.95	c lits-rem:       636  cl-subs:     1953  v-elim:      0  v-fix:    0  time:  8.47 s
103.26/25.95	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
103.26/25.96	c vivif2 --  cl tried    32428 cl shrink        0 lits rem          0 time: 0.03
103.26/25.99	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.12
103.26/25.99	c calculated reachability. Time: 0.00
103.26/25.99	c  N st    40    238305       589      2545         0     32428      7700    591135   no data   no data  --
133.57/33.59	c  F st    41    306253       589      2545         0     34396      7700    597853   no data   no data  --
133.57/33.59	c  N st    41    306253       589      2545         0     34396      7700    597853   no data   no data  --
136.41/34.22	c Decided on static restart strategy
146.74/36.89	c  N st    51    334557       589      2545         0     38718      7700    710080   no data   no data  --
157.52/39.57	c  N st    53    357457       589      2545         0     36640      7700    625102   no data   no data  --
157.52/39.57	c  S st    53    357457       589      2545         0     36640      7700    625102   no data   no data  --
157.93/39.66	c  S st    53    357961       589      2545         0     37143      7700    638471   no data   no data  --
157.93/39.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.93/39.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.93/39.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
157.93/39.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.93/39.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.93/39.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
157.93/39.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
165.89/41.68	c lits-rem:       691  cl-subs:     1352  v-elim:      0  v-fix:    0  time:  7.92 s
165.89/41.68	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
165.89/41.69	c vivif2 --  cl tried    35791 cl shrink        0 lits rem          0 time: 0.03
166.29/41.72	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.14
166.29/41.72	c calculated reachability. Time: 0.00
166.29/41.72	c  N st    53    357961       589      2545         0     35791      7700    599943   no data   no data  --
183.04/45.97	c  N st    54    390354       589      2545         0     41941      7700    750188   no data   no data  --
211.35/53.00	c  N st    55    438944       589      2545         0     35729      7700    543362   no data   no data  --
254.04/63.80	c  N st    56    511828       589      2545         0     49552      7700    928697   no data   no data  --
268.38/67.37	c  N st    57    536941       589      2545         0     43647      7700    705384   no data   no data  --
268.38/67.37	c  S st    57    536941       589      2545         0     43647      7700    705384   no data   no data  --
268.78/67.49	c  S st    57    537446       589      2545         0     44152      7700    717556   no data   no data  --
268.78/67.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
268.78/67.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
269.18/67.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
269.18/67.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.18/67.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.18/67.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
269.18/67.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
277.56/69.68	c lits-rem:       558  cl-subs:     1562  v-elim:      0  v-fix:    0  time:  8.57 s
277.56/69.68	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
277.56/69.69	c vivif2 --  cl tried    42590 cl shrink        0 lits rem          0 time: 0.03
277.96/69.74	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.18
277.96/69.74	c calculated reachability. Time: 0.00
277.96/69.74	c  N st    57    537446       589      2545         0     42590      7700    676206   no data   no data  --
390.05/97.82	c  N st    58    701430       589      2545         0     36729      7700    421023   no data   no data  --
467.01/117.12	c  N st    59    806169       589      2545         0     65823      7700   1217484   no data   no data  --
467.01/117.12	c  S st    59    806169       589      2545         0     65823      7700   1217484   no data   no data  --
467.81/117.33	c  S st    59    806672       589      2545         0     66326      7700   1229863   no data   no data  --
467.81/117.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
467.81/117.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
467.81/117.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
468.22/117.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
468.22/117.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
468.22/117.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
468.22/117.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
480.97/120.63	c lits-rem:        91  cl-subs:     3072  v-elim:      0  v-fix:    0  time: 12.87 s
480.97/120.63	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
480.97/120.64	c vivif2 --  cl tried    63254 cl shrink        0 lits rem          0 time: 0.06
481.37/120.72	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.32
481.37/120.73	c calculated reachability. Time: 0.00
481.37/120.73	c  N st    59    806672       589      2545         0     63254      7700   1150843   no data   no data  --
706.34/177.18	c  F st    60   1071875       589      2545         0     79076      7700   1501596   no data   no data  --
706.34/177.19	c  N st    60   1071875       589      2545         0     79076      7700   1501596   no data   no data  --
712.30/178.69	c Decided on static restart strategy
731.85/183.50	c  N st    70   1100178       589      2545         0     62845      7700    982520   no data   no data  --
765.34/191.98	c  N st    72   1136171       589      2545         0     53036      7700    678475   no data   no data  --
794.51/199.28	c  N st    73   1168564       589      2545         0     84715      7700   1579828   no data   no data  --
829.95/208.11	c  N st    74   1210010       589      2545         0     79282      7700   1374861   no data   no data  --
829.95/208.11	c  S st    74   1210010       589      2545         0     79282      7700   1374861   no data   no data  --
830.75/208.34	c  S st    74   1210514       589      2545         0     79785      7700   1387493   no data   no data  --
830.75/208.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
830.75/208.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
830.75/208.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
831.15/208.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
831.15/208.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
831.15/208.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
831.15/208.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
850.70/213.40	c lits-rem:       119  cl-subs:     3981  v-elim:      0  v-fix:    0  time: 19.81 s
850.70/213.40	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
851.12/213.42	c vivif2 --  cl tried    75804 cl shrink        0 lits rem          0 time: 0.05
851.54/213.52	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.42
851.54/213.52	c calculated reachability. Time: 0.00
851.54/213.52	c  N st    74   1210514       589      2545         0     75804      7700   1280611   no data   no data  --
916.51/229.88	c  N st    75   1283396       589      2545         0     52156      7700    601469   no data   no data  --
1014.61/254.46	c  N st    76   1392719       589      2545         0     60337      7700    804919   no data   no data  --
1178.94/295.65	c  N st    77   1556704       589      2545         0     65116      7700    880155   no data   no data  --
1339.66/335.90	c  N st    78   1710514       589      2545         0    106933      7700   2096526   no data   no data  --
1339.66/335.90	c  S st    78   1710514       589      2545         0    106933      7700   2096526   no data   no data  --
1340.86/336.23	c  S st    78   1711016       589      2545         0    107435      7700   2109465   no data   no data  --
1340.86/336.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1340.86/336.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1341.26/336.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1341.26/336.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1341.26/336.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1341.26/336.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
1341.26/336.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1396.69/350.25	c lits-rem:       313  cl-subs:     5484  v-elim:      0  v-fix:    0  time: 55.33 s
1396.69/350.25	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
1396.69/350.27	c vivif2 --  cl tried   101951 cl shrink        0 lits rem          0 time: 0.10
1397.50/350.44	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.67
1397.50/350.45	c calculated reachability. Time: 0.00
1397.50/350.45	c  N st    78   1711016       589      2545         0    101951      7700   1955341   no data   no data  --
1845.77/462.83	c  N st    79   2079980       589      2545         0    113994      7700   2180398   no data   no data  --
2020.46/506.61	c  N st    80   2211017       589      2545         0    117502      7700   2132939   no data   no data  --
2020.46/506.61	c  S st    80   2211017       589      2545         0    117502      7700   2132939   no data   no data  --
2022.06/507.02	c  S st    80   2211520       589      2545         0    118004      7700   2145513   no data   no data  --
2022.06/507.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2022.06/507.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2022.06/507.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2022.48/507.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2022.48/507.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2022.48/507.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
2022.48/507.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2101.44/526.94	c lits-rem:      4228  cl-subs:     8624  v-elim:      0  v-fix:    0  time: 78.87 s
2101.44/526.94	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
2101.44/526.97	c vivif2 --  cl tried   109380 cl shrink        0 lits rem          0 time: 0.10
2102.21/527.14	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.67
2102.21/527.14	c calculated reachability. Time: 0.00
2102.21/527.14	c  N st    80   2211520       589      2545         0    109380      7700   1912172   no data   no data  --
2755.10/690.87	c  N st    81   2711521       589      2545         0    132954      7700   2479966   no data   no data  --
2755.10/690.87	c  S st    81   2711521       589      2545         0    132954      7700   2479966   no data   no data  --
2757.07/691.32	c  S st    81   2712028       589      2545         0    133461      7700   2492779   no data   no data  --
2757.07/691.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2757.07/691.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2757.47/691.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2757.47/691.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2757.47/691.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2757.47/691.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
2757.47/691.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2869.59/719.59	c lits-rem:       528  cl-subs:    11282  v-elim:      0  v-fix:    0  time: 112.01 s
2869.59/719.59	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
2869.94/719.61	c vivif2 --  cl tried   122179 cl shrink        0 lits rem          0 time: 0.12
2870.74/719.81	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.79
2870.74/719.82	c calculated reachability. Time: 0.00
2870.74/719.82	c  N st    81   2712028       589      2545         0    122179      7700   2206596   no data   no data  --
3559.50/892.53	c  N st    82   3212028       589      2545         0     98045      7700   1361290   no data   no data  --
3559.50/892.53	c  S st    82   3212028       589      2545         0     98045      7700   1361290   no data   no data  --
3561.10/892.90	c  S st    82   3212536       589      2545         0     98553      7700   1375652   no data   no data  --
3561.10/892.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3561.10/892.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3561.10/892.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
3561.50/893.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3561.50/893.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3561.50/893.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
3561.50/893.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3581.84/898.16	c lits-rem:       245  cl-subs:     2965  v-elim:      0  v-fix:    0  time: 20.45 s
3581.84/898.16	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
3581.84/898.18	c vivif2 --  cl tried    95588 cl shrink        0 lits rem          0 time: 0.08
3582.64/898.34	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.64
3582.64/898.35	c calculated reachability. Time: 0.00
3582.64/898.35	c  N st    82   3212536       589      2545         0     95588      7700   1300189   no data   no data  --
4432.91/1111.52	c  N st    83   3712537       589      2545         0    106643      7700   1497848   no data   no data  --
4432.91/1111.52	c  S st    83   3712537       589      2545         0    106643      7700   1497848   no data   no data  --
4434.11/1111.85	c  S st    83   3713039       589      2545         0    107144      7700   1510637   no data   no data  --
4434.11/1111.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4434.11/1111.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4434.51/1111.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4434.51/1111.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4434.51/1111.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4434.51/1111.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
4434.51/1111.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4451.66/1116.21	c lits-rem:        46  cl-subs:     2467  v-elim:      0  v-fix:    0  time: 16.97 s
4451.66/1116.21	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
4451.66/1116.23	c vivif2 --  cl tried   104677 cl shrink        0 lits rem          0 time: 0.08
4452.06/1116.39	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.61
4452.06/1116.39	c calculated reachability. Time: 0.00
4452.06/1116.39	c  N st    83   3713039       589      2545         0    104677      7700   1444553   no data   no data  --
4521.86/1133.82	c  F st    84   3751562       589      2545         0    142359      7700   2471900   no data   no data  --
4521.86/1133.82	c  N st    84   3751562       589      2545         0    142359      7700   2471900   no data   no data  --
4533.40/1136.78	c Decided on static restart strategy
4583.67/1149.34	c  N st    94   3779868       589      2545         0     87044      7700    903067   no data   no data  --
4637.13/1162.78	c  N st    96   3815863       589      2545         0    122260      7700   1830396   no data   no data  --
4706.50/1180.15	c  N st    97   3848255       589      2545         0    153906      7700   2641072   no data   no data  --
4782.67/1199.24	c  N st    98   3896847       589      2545         0    117181      7700   1642255   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: 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-3368970-1305408321/watcher-3368970-1305408321 -o /tmp/evaluation-result-3368970-1305408321/solver-3368970-1305408321 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368970-1305408321.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.85 8.07 8.07 6/358 17907
/proc/meminfo: memFree=23740088/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 633247532 52465664 353 33554432000 4194304 4650419 140734422515440 18446744073709551615 47640998746038 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 12809 353 303 112 0 7774 0
[pid=17907/tid=17908] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633247533 52465664 353 33554432000 4194304 4650419 140734422515440 18446744073709551615 47640998746034 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633247533 52465664 353 33554432000 4194304 4650419 140734422515440 18446744073709551615 47640998746024 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633247533 52465664 353 33554432000 4194304 4650419 140734422515440 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.139819 s]
/proc/loadavg: 7.85 8.07 8.07 6/358 17907
/proc/meminfo: memFree=23740088/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=282724 CPUtime=0.52 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 1983 0 0 0 52 0 0 0 25 0 4 0 633247532 289509376 1851 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 70681 1851 391 112 0 65646 0
[pid=17907/tid=17908] ppid=17905 vsize=282724 CPUtime=0.13 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 434 0 0 0 13 0 0 0 25 0 4 0 633247533 289509376 1851 33554432000 4194304 4650419 140734422515440 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=282724 CPUtime=0.13 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 406 0 0 0 13 0 0 0 25 0 4 0 633247533 289509376 1851 33554432000 4194304 4650419 140734422515440 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=282724 CPUtime=0.12 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 311 0 0 0 12 0 0 0 25 0 4 0 633247533 289509376 1851 33554432000 4194304 4650419 140734422515440 18446744073709551615 228095494327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 282724

[startup+0.200498 s]
/proc/loadavg: 7.85 8.07 8.07 6/358 17907
/proc/meminfo: memFree=23740088/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=284056 CPUtime=0.77 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 2597 0 0 0 77 0 0 0 25 0 4 0 633247532 290873344 1827 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 71014 1827 393 112 0 65979 0
[pid=17907/tid=17908] ppid=17905 vsize=284056 CPUtime=0.19 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 587 0 0 0 19 0 0 0 25 0 4 0 633247533 290873344 1828 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=284056 CPUtime=0.19 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 562 0 0 0 19 0 0 0 25 0 4 0 633247533 290873344 1828 33554432000 4194304 4650419 140734422515440 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=284056 CPUtime=0.18 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 464 0 0 0 18 0 0 0 25 0 4 0 633247533 290873344 1828 33554432000 4194304 4650419 140734422515440 18446744073709551615 4331155 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284056

[startup+0.300479 s]
/proc/loadavg: 7.85 8.07 8.07 6/358 17907
/proc/meminfo: memFree=23740088/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=284056 CPUtime=1.17 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 3008 0 0 0 117 0 0 0 25 0 4 0 633247532 290873344 2238 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 71014 2238 393 112 0 65979 0
[pid=17907/tid=17908] ppid=17905 vsize=284056 CPUtime=0.29 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 691 0 0 0 29 0 0 0 25 0 4 0 633247533 290873344 2239 33554432000 4194304 4650419 140734422515440 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=284056 CPUtime=0.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 664 0 0 0 29 0 0 0 25 0 4 0 633247533 290873344 2240 33554432000 4194304 4650419 140734422515440 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=284056 CPUtime=0.28 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 570 0 0 0 28 0 0 0 25 0 4 0 633247533 290873344 2240 33554432000 4194304 4650419 140734422515440 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284056

[startup+0.700407 s]
/proc/loadavg: 7.85 8.07 8.07 6/358 17907
/proc/meminfo: memFree=23740088/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=285060 CPUtime=2.76 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 4692 0 0 0 276 0 0 0 25 0 4 0 633247532 291901440 2958 33554432000 4194304 4650419 140734422515440 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 71265 2958 393 112 0 66230 0
[pid=17907/tid=17908] ppid=17905 vsize=285060 CPUtime=0.69 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 1097 0 0 0 69 0 0 0 25 0 4 0 633247533 291901440 2958 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=285060 CPUtime=0.69 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 1101 0 0 0 69 0 0 0 25 0 4 0 633247533 291901440 2958 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=285060 CPUtime=0.68 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 984 0 0 0 68 0 0 0 25 0 4 0 633247533 291901440 2958 33554432000 4194304 4650419 140734422515440 18446744073709551615 4367302 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285060

[startup+1.50026 s]
/proc/loadavg: 7.85 8.07 8.07 9/362 17911
/proc/meminfo: memFree=23728028/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=286508 CPUtime=5.95 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 9391 0 0 0 594 1 0 0 25 0 4 0 633247532 293384192 4996 33554432000 4194304 4650419 140734422515440 18446744073709551615 4438617 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 71627 4996 395 112 0 66592 0
[pid=17907/tid=17908] ppid=17905 vsize=286508 CPUtime=1.49 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 1937 0 0 0 149 0 0 0 25 0 4 0 633247533 293384192 4996 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=286508 CPUtime=1.49 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 1959 0 0 0 149 0 0 0 25 0 4 0 633247533 293384192 4996 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=286508 CPUtime=1.47 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 1732 0 0 0 147 0 0 0 25 0 4 0 633247533 293384192 4996 33554432000 4194304 4650419 140734422515440 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286508

[startup+3.10097 s]
/proc/loadavg: 7.85 8.07 8.07 9/362 17911
/proc/meminfo: memFree=23715380/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=282020 CPUtime=12.34 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 17636 0 0 0 1232 2 0 0 25 0 4 0 633247532 288788480 9900 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 70505 9900 395 112 0 65470 0
[pid=17907/tid=17908] ppid=17905 vsize=282020 CPUtime=3.09 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 3894 0 0 0 309 0 0 0 25 0 4 0 633247533 288788480 9900 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=282020 CPUtime=3.08 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 4977 0 0 0 308 0 0 0 25 0 4 0 633247533 288788480 9901 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=282020 CPUtime=3.05 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 3837 0 0 0 305 0 0 0 25 0 4 0 633247533 288788480 9901 33554432000 4194304 4650419 140734422515440 18446744073709551615 4339837 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282020

[startup+6.30037 s]
/proc/loadavg: 7.86 8.07 8.07 9/362 17911
/proc/meminfo: memFree=23684528/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=300472 CPUtime=25.09 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 26363 0 0 0 2505 4 0 0 25 0 4 0 633247532 307683328 14711 33554432000 4194304 4650419 140734422515440 18446744073709551615 4314858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 75118 14711 395 112 0 70083 0
[pid=17907/tid=17908] ppid=17905 vsize=300472 CPUtime=6.29 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 6274 0 0 0 628 1 0 0 25 0 4 0 633247533 307683328 14711 33554432000 4194304 4650419 140734422515440 18446744073709551615 4331155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=300472 CPUtime=6.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 7109 0 0 0 628 1 0 0 25 0 4 0 633247533 307683328 14711 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=300472 CPUtime=6.21 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 5675 0 0 0 621 0 0 0 25 0 4 0 633247533 307683328 14711 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 300472

[startup+12.7002 s]
/proc/loadavg: 7.55 8.00 8.05 10/362 17942
/proc/meminfo: memFree=24163280/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=288176 CPUtime=50.61 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 42288 0 0 0 5053 8 0 0 25 0 4 0 633247532 295092224 20514 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 72044 20515 395 112 0 67009 0
[pid=17907/tid=17908] ppid=17905 vsize=288176 CPUtime=12.69 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 10454 0 0 0 1267 2 0 0 25 0 4 0 633247533 295092224 20515 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=288176 CPUtime=12.69 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 11531 0 0 0 1267 2 0 0 25 0 4 0 633247533 295092224 20515 33554432000 4194304 4650419 140734422515440 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=288176 CPUtime=12.53 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 8657 0 0 0 1252 1 0 0 25 0 4 0 633247533 295092224 20515 33554432000 4194304 4650419 140734422515440 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 288176

[startup+25.5008 s]
/proc/loadavg: 7.79 8.03 8.06 9/362 17943
/proc/meminfo: memFree=24034624/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=292052 CPUtime=101.66 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 63133 0 0 0 10153 13 0 0 25 0 4 0 633247532 299061248 31568 33554432000 4194304 4650419 140734422515440 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 73013 31568 395 112 0 67978 0
[pid=17907/tid=17908] ppid=17905 vsize=292052 CPUtime=25.49 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 17101 0 0 0 2545 4 0 0 25 0 4 0 633247533 299061248 31568 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=292052 CPUtime=25.49 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 17303 0 0 0 2546 3 0 0 25 0 4 0 633247533 299061248 31568 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=292052 CPUtime=25.18 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 11348 0 0 0 2517 1 0 0 25 0 4 0 633247533 299061248 31568 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 292052

[startup+51.1011 s]
/proc/loadavg: 7.86 8.03 8.06 9/362 17943
/proc/meminfo: memFree=23953940/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=368060 CPUtime=203.78 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 92713 0 0 0 20357 21 0 0 25 0 4 0 633247532 376893440 37508 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 92015 37508 395 112 0 86980 0
[pid=17907/tid=17908] ppid=17905 vsize=368060 CPUtime=51.09 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 25116 0 0 0 5103 6 0 0 25 0 4 0 633247533 376893440 37508 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=368060 CPUtime=51.09 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 26401 0 0 0 5104 5 0 0 25 0 4 0 633247533 376893440 37508 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=368060 CPUtime=50.5 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 16146 0 0 0 5047 3 0 0 25 0 4 0 633247533 376893440 37508 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 368060

[startup+102.301 s]
/proc/loadavg: 7.99 8.04 8.06 9/362 17945
/proc/meminfo: memFree=23899684/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=372316 CPUtime=408.01 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 136290 0 0 0 40769 32 0 0 25 0 4 0 633247532 381251584 40249 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 93079 40249 395 112 0 88044 0
[pid=17907/tid=17908] ppid=17905 vsize=372316 CPUtime=102.3 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 38809 0 0 0 10220 10 0 0 25 0 4 0 633247533 381251584 40251 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=372316 CPUtime=102.3 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 40273 0 0 0 10222 8 0 0 25 0 4 0 633247533 381251584 40251 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=372316 CPUtime=101.11 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 24534 0 0 0 10106 5 0 0 25 0 4 0 633247533 381251584 40251 33554432000 4194304 4650419 140734422515440 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 372316

[startup+162.301 s]

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

[pid=17907] ppid=17905 vsize=567676 CPUtime=2800.95 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 458393 0 0 0 279938 157 0 0 25 0 4 0 633247532 581300224 105381 33554432000 4194304 4650419 140734422515440 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 141919 105381 395 112 0 136884 0
[pid=17907/tid=17908] ppid=17905 vsize=567676 CPUtime=702.3 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 130500 0 0 0 70186 44 0 0 25 0 4 0 633247533 581300224 105381 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=567676 CPUtime=702.31 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 117173 0 0 0 70195 36 0 0 25 0 4 0 633247533 581300224 105381 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=567676 CPUtime=694.02 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 75854 0 0 0 69373 29 0 0 25 0 4 0 633247533 581300224 105381 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.95
Current children cumulated vsize (KiB) 567676

[startup+762.301 s]
/proc/loadavg: 8.15 8.12 8.08 9/362 17962
/proc/meminfo: memFree=23396800/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=618348 CPUtime=3040.27 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 481646 0 0 0 303858 169 0 0 25 0 4 0 633247532 633188352 105484 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 154587 105484 395 112 0 149552 0
[pid=17907/tid=17908] ppid=17905 vsize=618348 CPUtime=762.32 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 136979 0 0 0 76185 47 0 0 25 0 4 0 633247533 633188352 105484 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=618348 CPUtime=762.32 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 124022 0 0 0 76192 40 0 0 25 0 4 0 633247533 633188352 105484 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=618348 CPUtime=753.31 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 78196 0 0 0 75300 31 0 0 25 0 4 0 633247533 633188352 105484 33554432000 4194304 4650419 140734422515440 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.27
Current children cumulated vsize (KiB) 618348

[startup+822.301 s]
/proc/loadavg: 8.12 8.11 8.08 9/362 17964
/proc/meminfo: memFree=23360828/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=646472 CPUtime=3279.53 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 510251 0 0 0 327771 182 0 0 25 0 4 0 633247532 661987328 110908 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 161618 110908 395 112 0 156583 0
[pid=17907/tid=17908] ppid=17905 vsize=646472 CPUtime=822.31 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 144759 0 0 0 82180 51 0 0 25 0 4 0 633247533 661987328 110908 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=646472 CPUtime=822.31 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 132271 0 0 0 82188 43 0 0 25 0 4 0 633247533 661987328 110908 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=646472 CPUtime=812.58 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 83176 0 0 0 81225 33 0 0 25 0 4 0 633247533 661987328 110908 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.53
Current children cumulated vsize (KiB) 646472

[startup+882.314 s]
/proc/loadavg: 8.04 8.09 8.08 9/362 17966
/proc/meminfo: memFree=23315404/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=708428 CPUtime=3518.87 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 534115 0 0 0 351696 191 0 0 25 0 4 0 633247532 725430272 115540 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 177107 115540 395 112 0 172072 0
[pid=17907/tid=17908] ppid=17905 vsize=708428 CPUtime=882.32 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 151814 0 0 0 88180 52 0 0 25 0 4 0 633247533 725430272 115540 33554432000 4194304 4650419 140734422515440 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=708428 CPUtime=882.32 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 139492 0 0 0 88186 46 0 0 25 0 4 0 633247533 725430272 115540 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=708428 CPUtime=871.88 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 85536 0 0 0 87153 35 0 0 25 0 4 0 633247533 725430272 115540 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.87
Current children cumulated vsize (KiB) 708428

[startup+942.3 s]
/proc/loadavg: 8.12 8.10 8.08 9/362 17967
/proc/meminfo: memFree=23329848/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=726060 CPUtime=3758.11 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 559627 0 0 0 375607 204 0 0 25 0 4 0 633247532 743485440 109592 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 181515 109592 395 112 0 176480 0
[pid=17907/tid=17908] ppid=17905 vsize=726060 CPUtime=942.31 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 158516 0 0 0 94175 56 0 0 25 0 4 0 633247533 743485440 109592 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=726060 CPUtime=942.31 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 146205 0 0 0 94182 49 0 0 25 0 4 0 633247533 743485440 109592 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=726060 CPUtime=931.16 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 89297 0 0 0 93078 38 0 0 25 0 4 0 633247533 743485440 109592 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.11
Current children cumulated vsize (KiB) 726060

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 8.08 9/362 17969
/proc/meminfo: memFree=23258380/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=726364 CPUtime=3997.39 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 581917 0 0 0 399525 214 0 0 25 0 4 0 633247532 743796736 113614 33554432000 4194304 4650419 140734422515440 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 181591 113614 395 112 0 176556 0
[pid=17907/tid=17908] ppid=17905 vsize=726364 CPUtime=1002.32 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 166482 0 0 0 100172 60 0 0 25 0 4 0 633247533 743796736 113614 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=726364 CPUtime=1002.31 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 151012 0 0 0 100180 51 0 0 25 0 4 0 633247533 743796736 113614 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=726364 CPUtime=990.44 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 91732 0 0 0 99005 39 0 0 25 0 4 0 633247533 743796736 113614 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.39
Current children cumulated vsize (KiB) 726364

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 8.08 9/362 17970
/proc/meminfo: memFree=23273960/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=800020 CPUtime=4236.69 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 605101 0 0 0 423445 224 0 0 25 0 4 0 633247532 819220480 118704 33554432000 4194304 4650419 140734422515440 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 200005 118704 395 112 0 194970 0
[pid=17907/tid=17908] ppid=17905 vsize=800020 CPUtime=1062.32 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 173774 0 0 0 106169 63 0 0 25 0 4 0 633247533 819220480 118704 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=800020 CPUtime=1062.32 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 157385 0 0 0 106178 54 0 0 25 0 4 0 633247533 819220480 118704 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=800020 CPUtime=1049.74 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 95575 0 0 0 104933 41 0 0 25 0 4 0 633247533 819220480 118704 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.69
Current children cumulated vsize (KiB) 800020

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 8.09 9/362 17972
/proc/meminfo: memFree=23246628/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=742236 CPUtime=4475.98 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 625138 0 0 0 447365 233 0 0 25 0 4 0 633247532 760049664 123640 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 185559 123640 395 112 0 180524 0
[pid=17907/tid=17908] ppid=17905 vsize=742236 CPUtime=1122.32 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 180466 0 0 0 112166 66 0 0 25 0 4 0 633247533 760049664 123640 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=742236 CPUtime=1122.32 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 162376 0 0 0 112175 57 0 0 25 0 4 0 633247533 760049664 123640 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=742236 CPUtime=1109.02 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 97556 0 0 0 110861 41 0 0 25 0 4 0 633247533 760049664 123640 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.98
Current children cumulated vsize (KiB) 742236

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 8.09 9/362 17974
/proc/meminfo: memFree=23181868/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=795548 CPUtime=4715.27 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 646436 0 0 0 471284 243 0 0 25 0 4 0 633247532 814641152 129359 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 198887 129359 395 112 0 193852 0
[pid=17907/tid=17908] ppid=17905 vsize=795548 CPUtime=1182.32 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 185814 0 0 0 118164 68 0 0 25 0 4 0 633247533 814641152 129359 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=795548 CPUtime=1182.33 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 169671 0 0 0 118173 60 0 0 25 0 4 0 633247533 814641152 129359 33554432000 4194304 4650419 140734422515440 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=795548 CPUtime=1168.31 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 101603 0 0 0 116787 44 0 0 25 0 4 0 633247533 814641152 129359 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.27
Current children cumulated vsize (KiB) 795548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.09 8.10 8.09 9/362 17974
/proc/meminfo: memFree=23227092/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=782304 CPUtime=4800.23 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 653273 0 0 0 479777 246 0 0 25 0 4 0 633247532 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 195576 123046 395 112 0 190541 0
[pid=17907/tid=17908] ppid=17905 vsize=782304 CPUtime=1203.64 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 188553 0 0 0 120295 69 0 0 25 0 4 0 633247533 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=782304 CPUtime=1203.63 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 170958 0 0 0 120303 60 0 0 25 0 4 0 633247533 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=782304 CPUtime=1189.36 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 101901 0 0 0 118892 44 0 0 25 0 4 0 633247533 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 782304

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

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

[startup+1203.6 s]
/proc/loadavg: 8.09 8.10 8.09 9/362 17974
/proc/meminfo: memFree=23227092/32951124 swapFree=65980216/67111528
[pid=17907] ppid=17905 vsize=782304 CPUtime=4800.23 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17667 0 -1 4202496 653273 0 0 0 479777 246 0 0 25 0 4 0 633247532 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17907/statm: 195576 123046 395 112 0 190541 0
[pid=17907/tid=17908] ppid=17905 vsize=782304 CPUtime=1203.64 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 188553 0 0 0 120295 69 0 0 25 0 4 0 633247533 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=782304 CPUtime=1203.63 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 170958 0 0 0 120303 60 0 0 25 0 4 0 633247533 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=782304 CPUtime=1189.36 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17667 0 -1 4202560 101901 0 0 0 118892 44 0 0 25 0 4 0 633247533 801079296 123046 33554432000 4194304 4650419 140734422515440 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 782304

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.31
CPU user time (s): 4797.82
CPU system time (s): 2.49262
CPU usage (%): 398.815
Max. virtual memory (cumulated for all children) (KiB): 895432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.82
system time used= 2.49262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 653274
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= 221
involuntary context switches= 23144

runsolver used 4.05838 second user time and 10.0085 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 23:25:21
IDJOB=3368970
IDBENCH=82979
IDSOLVER=1846
FILE ID=node142/3368970-1305408321
RUNJOBID= node142-1305405909-17685
PBS_JOBID= 13324504
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S2050053883-062.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368970-1305408321/watcher-3368970-1305408321 -o /tmp/evaluation-result-3368970-1305408321/solver-3368970-1305408321 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368970-1305408321.cnf

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

MD5SUM BENCH= 7ed8e8e4deac31c88cbf5be40a0cd9c0
RANDOM SEED=248443015

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      23740500 kB
Buffers:        315340 kB
Cached:        3837076 kB
SwapCached:      11520 kB
Active:        6558248 kB
Inactive:      2320316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23740500 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            8036 kB
Writeback:           0 kB
AnonPages:     4723736 kB
Mapped:          20752 kB
Slab:           234160 kB
PageTables:      33040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77608124 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= 73432 MiB
End job on node142 at 2011-05-14 23:45:26