Trace number 3175361

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.29 1201.73

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.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-3175361-1304120821.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.01/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.01/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.01/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.01/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.01/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.01 s
0.01/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.01/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.01/0.10	c calculated reachability. Time: 0.00
0.01/0.10	c Calc default polars -  time:   0.00 s pos:     253 undec:      72 neg:     275
0.01/0.10	c =========================================================================================
0.01/0.10	c types(t): F = full restart, N = normal restart
0.01/0.10	c types(t): S = simplification begin/end, E = solution found
0.01/0.10	c restart types(rt): st = static, dy = dynamic
0.01/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.01/0.10	c  B st     0         0       589      2545         0         0      7700         0   no data   no data  --
0.01/0.10	c Decided on static restart strategy
0.40/0.16	c  N st     8      4916       589      2545         0      4845      7700    133851   no data   no data  --
1.58/0.44	c  N st    10     11299       589      2545         0      4494      7700     85916   no data   no data  --
2.78/0.71	c  N st    11     17042       589      2545         0     10122      7700    237678   no data   no data  --
4.39/1.14	c  F st    12     25000       589      2545         0     12446      7700    302679   no data   no data  --
4.39/1.14	c  N st    12     25000       589      2545         0     12446      7700    302679   no data   no data  --
5.17/1.39	c Decided on static restart strategy
5.17/1.39	c  N st    18     30002       589      2545         0     10731      7700    227032   no data   no data  --
5.17/1.39	c  S st    18     30002       589      2545         0     10731      7700    227032   no data   no data  --
5.57/1.42	c  S st    18     30507       589      2545         0     11236      7700    239023   no data   no data  --
5.57/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.57/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
5.57/1.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.66	c lits-rem:       147  cl-subs:      373  v-elim:      0  v-fix:    0  time:  0.93 s
6.38/1.67	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.04
6.38/1.67	c calculated reachability. Time: 0.00
6.38/1.67	c  N st    18     30507       589      2545         0     10863      7700    227779   no data   no data  --
7.97/2.08	c  N st    20     37619       589      2545         0     10098      7700    182617   no data   no data  --
9.56/2.47	c  N st    21     44019       589      2545         0     16369      7700    338407   no data   no data  --
9.96/2.59	c  S st    22     45761       589      2545         0      9300      7700    145656   no data   no data  --
10.37/2.62	c  S st    22     46264       589      2545         0      9802      7700    157329   no data   no data  --
10.37/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.37/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.37/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
10.37/2.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.77/2.73	c lits-rem:        26  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.42 s
10.77/2.73	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
10.77/2.73	c vivif2 --  cl tried     9756 cl shrink        0 lits rem          0 time: 0.01
10.77/2.74	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.03
10.77/2.74	c calculated reachability. Time: 0.00
10.77/2.74	c  N st    22     46264       589      2545         0      9756      7700    156043   no data   no data  --
14.35/3.64	c  N st    23     60661       589      2545         0     14103      7700    267771   no data   no data  --
17.17/4.31	c  N st    24     69396       589      2545         0     11895      7700    192564   no data   no data  --
17.17/4.31	c  S st    24     69396       589      2545         0     11895      7700    192564   no data   no data  --
17.17/4.34	c  S st    24     69899       589      2545         0     12398      7700    205669   no data   no data  --
17.17/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.17/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.17/4.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
17.17/4.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.96/4.57	c lits-rem:        74  cl-subs:      151  v-elim:      0  v-fix:    0  time:  0.87 s
17.96/4.57	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
17.96/4.57	c vivif2 --  cl tried    12247 cl shrink        0 lits rem          0 time: 0.01
17.96/4.58	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.04
17.96/4.58	c calculated reachability. Time: 0.00
17.96/4.58	c  N st    24     69899       589      2545         0     12247      7700    201672   no data   no data  --
23.55/5.97	c  F st    25     87502       589      2545         0     17773      7700    353046   no data   no data  --
23.55/5.97	c  N st    25     87502       589      2545         0     17773      7700    353046   no data   no data  --
25.15/6.36	c Decided on static restart strategy
25.96/6.59	c  N st    32     95541       589      2545         0     25675      7700    571870   no data   no data  --
28.74/7.28	c  N st    34    104848       589      2545         0     22087      7700    437602   no data   no data  --
28.74/7.28	c  S st    34    104848       589      2545         0     22087      7700    437602   no data   no data  --
29.14/7.34	c  S st    34    105350       589      2545         0     22588      7700    450085   no data   no data  --
29.14/7.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.14/7.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.14/7.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.14/7.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.14/7.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
29.14/7.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.54/8.45	c lits-rem:       197  cl-subs:      548  v-elim:      0  v-fix:    0  time:  4.32 s
33.54/8.45	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
33.54/8.45	c vivif2 --  cl tried    22040 cl shrink        0 lits rem          0 time: 0.02
33.54/8.47	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.08
33.54/8.47	c calculated reachability. Time: 0.00
33.54/8.47	c  N st    34    105350       589      2545         0     22040      7700    432871   no data   no data  --
37.13/9.37	c  N st    35    114948       589      2545         0     17673      7700    284282   no data   no data  --
42.33/10.64	c  N st    36    129345       589      2545         0     17106      7700    258902   no data   no data  --
49.52/12.47	c  N st    37    150945       589      2545         0     22610      7700    407222   no data   no data  --
52.33/13.13	c  S st    38    158027       589      2545         0     29532      7700    603300   no data   no data  --
52.33/13.20	c  S st    38    158533       589      2545         0     30038      7700    616271   no data   no data  --
52.33/13.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.33/13.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.73/13.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
52.73/13.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.73/13.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.73/13.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
52.73/13.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.89/15.08	c lits-rem:       731  cl-subs:     1223  v-elim:      0  v-fix:    0  time:  7.38 s
59.89/15.08	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
59.89/15.08	c vivif2 --  cl tried    28815 cl shrink        0 lits rem          0 time: 0.02
60.30/15.11	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.11
60.30/15.11	c calculated reachability. Time: 0.00
60.30/15.11	c  N st    38    158533       589      2545         0     28815      7700    578372   no data   no data  --
80.66/20.25	c  N st    39    207122       589      2545         0     23458      7700    359403   no data   no data  --
94.25/23.61	c  N st    40    237801       589      2545         0     33877      7700    631952   no data   no data  --
94.25/23.61	c  S st    40    237801       589      2545         0     33877      7700    631952   no data   no data  --
94.25/23.69	c  S st    40    238305       589      2545         0     34381      7700    643931   no data   no data  --
94.25/23.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.25/23.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.65/23.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
94.65/23.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.65/23.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.65/23.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
94.65/23.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.04/25.83	c lits-rem:       636  cl-subs:     1953  v-elim:      0  v-fix:    0  time:  8.41 s
103.04/25.83	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
103.04/25.84	c vivif2 --  cl tried    32428 cl shrink        0 lits rem          0 time: 0.03
103.04/25.87	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.12
103.04/25.87	c calculated reachability. Time: 0.00
103.04/25.87	c  N st    40    238305       589      2545         0     32428      7700    591135   no data   no data  --
133.40/33.49	c  F st    41    306253       589      2545         0     34396      7700    597853   no data   no data  --
133.40/33.49	c  N st    41    306253       589      2545         0     34396      7700    597853   no data   no data  --
136.21/34.12	c Decided on static restart strategy
146.58/36.78	c  N st    51    334557       589      2545         0     38718      7700    710080   no data   no data  --
157.36/39.46	c  N st    53    357457       589      2545         0     36640      7700    625102   no data   no data  --
157.36/39.46	c  S st    53    357457       589      2545         0     36640      7700    625102   no data   no data  --
157.78/39.55	c  S st    53    357961       589      2545         0     37143      7700    638471   no data   no data  --
157.78/39.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.78/39.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.78/39.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
157.78/39.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.78/39.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.78/39.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
157.78/39.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
165.75/41.57	c lits-rem:       691  cl-subs:     1352  v-elim:      0  v-fix:    0  time:  7.90 s
165.75/41.57	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
165.75/41.58	c vivif2 --  cl tried    35791 cl shrink        0 lits rem          0 time: 0.03
166.15/41.61	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.14
166.15/41.61	c calculated reachability. Time: 0.00
166.15/41.61	c  N st    53    357961       589      2545         0     35791      7700    599943   no data   no data  --
182.93/45.86	c  N st    54    390354       589      2545         0     41941      7700    750188   no data   no data  --
210.90/52.89	c  N st    55    438944       589      2545         0     35729      7700    543362   no data   no data  --
254.44/63.72	c  N st    56    511828       589      2545         0     49552      7700    928697   no data   no data  --
268.41/67.28	c  N st    57    536941       589      2545         0     43647      7700    705384   no data   no data  --
268.41/67.28	c  S st    57    536941       589      2545         0     43647      7700    705384   no data   no data  --
269.21/67.40	c  S st    57    537446       589      2545         0     44152      7700    717556   no data   no data  --
269.21/67.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
269.21/67.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
269.21/67.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
269.21/67.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.21/67.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.21/67.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
269.21/67.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
277.59/69.59	c lits-rem:       558  cl-subs:     1562  v-elim:      0  v-fix:    0  time:  8.58 s
277.59/69.59	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
277.99/69.60	c vivif2 --  cl tried    42590 cl shrink        0 lits rem          0 time: 0.03
277.99/69.64	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.18
277.99/69.64	c calculated reachability. Time: 0.00
277.99/69.64	c  N st    57    537446       589      2545         0     42590      7700    676206   no data   no data  --
389.84/97.69	c  N st    58    701430       589      2545         0     36729      7700    421023   no data   no data  --
466.94/116.95	c  N st    59    806169       589      2545         0     65823      7700   1217484   no data   no data  --
466.94/116.95	c  S st    59    806169       589      2545         0     65823      7700   1217484   no data   no data  --
467.74/117.15	c  S st    59    806672       589      2545         0     66326      7700   1229863   no data   no data  --
467.74/117.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
467.74/117.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
467.74/117.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
468.14/117.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
468.14/117.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
468.14/117.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
468.14/117.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
480.92/120.42	c lits-rem:        91  cl-subs:     3072  v-elim:      0  v-fix:    0  time: 12.76 s
480.92/120.42	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
480.92/120.43	c vivif2 --  cl tried    63254 cl shrink        0 lits rem          0 time: 0.05
481.32/120.51	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.32
481.32/120.51	c calculated reachability. Time: 0.00
481.32/120.51	c  N st    59    806672       589      2545         0     63254      7700   1150843   no data   no data  --
706.62/176.97	c  F st    60   1071875       589      2545         0     79076      7700   1501596   no data   no data  --
706.62/176.97	c  N st    60   1071875       589      2545         0     79076      7700   1501596   no data   no data  --
712.60/178.43	c Decided on static restart strategy
731.78/183.29	c  N st    70   1100178       589      2545         0     62845      7700    982520   no data   no data  --
765.73/191.76	c  N st    72   1136171       589      2545         0     53036      7700    678475   no data   no data  --
795.31/199.10	c  N st    73   1168564       589      2545         0     84715      7700   1579828   no data   no data  --
830.46/207.97	c  N st    74   1210010       589      2545         0     79282      7700   1374861   no data   no data  --
830.46/207.97	c  S st    74   1210010       589      2545         0     79282      7700   1374861   no data   no data  --
831.64/208.20	c  S st    74   1210514       589      2545         0     79785      7700   1387493   no data   no data  --
831.64/208.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
831.64/208.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
831.64/208.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
831.64/208.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
831.64/208.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
831.64/208.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
831.64/208.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
851.62/213.28	c lits-rem:       119  cl-subs:     3981  v-elim:      0  v-fix:    0  time: 19.93 s
851.62/213.28	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
851.62/213.30	c vivif2 --  cl tried    75804 cl shrink        0 lits rem          0 time: 0.06
852.43/213.40	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.41
852.43/213.40	c calculated reachability. Time: 0.00
852.43/213.40	c  N st    74   1210514       589      2545         0     75804      7700   1280611   no data   no data  --
918.34/229.94	c  N st    75   1283396       589      2545         0     52156      7700    601469   no data   no data  --
1015.78/254.35	c  N st    76   1392719       589      2545         0     60337      7700    804919   no data   no data  --
1179.97/295.45	c  N st    77   1556704       589      2545         0     65116      7700    880155   no data   no data  --
1340.95/335.73	c  N st    78   1710514       589      2545         0    106933      7700   2096526   no data   no data  --
1340.95/335.73	c  S st    78   1710514       589      2545         0    106933      7700   2096526   no data   no data  --
1342.15/336.07	c  S st    78   1711016       589      2545         0    107435      7700   2109465   no data   no data  --
1342.15/336.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1342.15/336.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1342.55/336.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1342.95/336.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1342.95/336.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1342.95/336.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
1342.95/336.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1398.47/350.16	c lits-rem:       313  cl-subs:     5484  v-elim:      0  v-fix:    0  time: 55.75 s
1398.47/350.16	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
1398.47/350.19	c vivif2 --  cl tried   101951 cl shrink        0 lits rem          0 time: 0.10
1399.27/350.35	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.66
1399.27/350.36	c calculated reachability. Time: 0.00
1399.27/350.36	c  N st    78   1711016       589      2545         0    101951      7700   1955341   no data   no data  --
1847.46/462.52	c  N st    79   2079980       589      2545         0    113994      7700   2180398   no data   no data  --
2021.62/506.19	c  N st    80   2211017       589      2545         0    117502      7700   2132939   no data   no data  --
2021.62/506.19	c  S st    80   2211017       589      2545         0    117502      7700   2132939   no data   no data  --
2023.22/506.59	c  S st    80   2211520       589      2545         0    118004      7700   2145513   no data   no data  --
2023.62/506.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2023.62/506.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2023.62/506.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2024.02/506.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2024.02/506.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2024.02/506.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
2024.02/506.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2104.33/526.87	c lits-rem:      4228  cl-subs:     8624  v-elim:      0  v-fix:    0  time: 80.43 s
2104.33/526.87	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
2104.33/526.90	c vivif2 --  cl tried   109380 cl shrink        0 lits rem          0 time: 0.10
2105.11/527.07	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.67
2105.11/527.07	c calculated reachability. Time: 0.00
2105.11/527.07	c  N st    80   2211520       589      2545         0    109380      7700   1912172   no data   no data  --
2757.82/690.44	c  N st    81   2711521       589      2545         0    132954      7700   2479966   no data   no data  --
2757.82/690.44	c  S st    81   2711521       589      2545         0    132954      7700   2479966   no data   no data  --
2759.44/690.89	c  S st    81   2712028       589      2545         0    133461      7700   2492779   no data   no data  --
2759.82/690.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2759.82/690.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2759.82/690.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2760.22/691.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2760.22/691.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2760.22/691.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
2760.22/691.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2874.46/719.62	c lits-rem:       528  cl-subs:    11282  v-elim:      0  v-fix:    0  time: 114.08 s
2874.46/719.62	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
2874.46/719.65	c vivif2 --  cl tried   122179 cl shrink        0 lits rem          0 time: 0.12
2875.27/719.85	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.79
2875.27/719.85	c calculated reachability. Time: 0.00
2875.27/719.85	c  N st    81   2712028       589      2545         0    122179      7700   2206596   no data   no data  --
3560.71/891.41	c  N st    82   3212028       589      2545         0     98045      7700   1361290   no data   no data  --
3560.71/891.41	c  S st    82   3212028       589      2545         0     98045      7700   1361290   no data   no data  --
3561.91/891.78	c  S st    82   3212536       589      2545         0     98553      7700   1375652   no data   no data  --
3561.91/891.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3561.91/891.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3562.31/891.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.24
3562.70/891.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3562.70/891.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3562.70/891.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
3562.70/891.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3588.27/898.34	c lits-rem:       245  cl-subs:     2965  v-elim:      0  v-fix:    0  time: 25.72 s
3588.27/898.34	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
3588.27/898.36	c vivif2 --  cl tried    95588 cl shrink        0 lits rem          0 time: 0.08
3589.07/898.54	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.72
3589.07/898.55	c calculated reachability. Time: 0.00
3589.07/898.55	c  N st    82   3212536       589      2545         0     95588      7700   1300189   no data   no data  --
4442.71/1112.20	c  N st    83   3712537       589      2545         0    106643      7700   1497848   no data   no data  --
4442.71/1112.20	c  S st    83   3712537       589      2545         0    106643      7700   1497848   no data   no data  --
4443.90/1112.53	c  S st    83   3713039       589      2545         0    107144      7700   1510637   no data   no data  --
4443.90/1112.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4443.90/1112.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4443.90/1112.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4444.30/1112.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4444.30/1112.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4444.30/1112.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
4444.30/1112.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4461.48/1116.93	c lits-rem:        46  cl-subs:     2467  v-elim:      0  v-fix:    0  time: 17.16 s
4461.48/1116.93	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
4461.48/1116.95	c vivif2 --  cl tried   104677 cl shrink        0 lits rem          0 time: 0.08
4462.28/1117.11	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.62
4462.28/1117.11	c calculated reachability. Time: 0.00
4462.28/1117.11	c  N st    83   3713039       589      2545         0    104677      7700   1444553   no data   no data  --
4531.79/1134.56	c  F st    84   3751562       589      2545         0    142359      7700   2471900   no data   no data  --
4531.79/1134.56	c  N st    84   3751562       589      2545         0    142359      7700   2471900   no data   no data  --
4543.77/1137.52	c Decided on static restart strategy
4593.70/1150.04	c  N st    94   3779868       589      2545         0     87044      7700    903067   no data   no data  --
4647.63/1163.50	c  N st    96   3815863       589      2545         0    122260      7700   1830396   no data   no data  --
4712.74/1179.83	c  N st    97   3848255       589      2545         0    153906      7700   2641072   no data   no data  --
4793.03/1199.92	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: 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-3175361-1304120821/watcher-3175361-1304120821 -o /tmp/evaluation-result-3175361-1304120821/solver-3175361-1304120821 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175361-1304120821.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: 7.94 8.10 8.04 6/180 23564
/proc/meminfo: memFree=31034860/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=273760 CPUtime=0 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 780 0 0 0 0 0 0 0 25 0 4 0 602312772 280330240 699 33554432000 4194304 4650419 140734940226592 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 68440 702 343 112 0 63405 0
[pid=23564/tid=23565] ppid=23562 vsize=281968 CPUtime=0 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 83 0 0 0 0 0 0 0 25 0 4 0 602312772 288735232 716 33554432000 4194304 4650419 140734940226592 18446744073709551615 224284969319 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=281968 CPUtime=0 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 91 0 0 0 0 0 0 0 25 0 4 0 602312772 288735232 723 33554432000 4194304 4650419 140734940226592 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=281968 CPUtime=0 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 100 0 0 0 0 0 0 0 25 0 4 0 602312772 288735232 732 33554432000 4194304 4650419 140734940226592 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.00945696 s]
/proc/loadavg: 7.94 8.10 8.04 6/180 23564
/proc/meminfo: memFree=31034860/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=290576 CPUtime=0.01 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) D 23562 23564 23098 0 -1 4202496 990 0 0 0 1 0 0 0 25 0 4 0 602312772 297549824 893 33554432000 4194304 4650419 140734940226592 18446744073709551615 4457248 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 72644 893 373 112 0 67609 0
[pid=23564/tid=23565] ppid=23562 vsize=290576 CPUtime=0 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 4 0 602312772 297549824 893 33554432000 4194304 4650419 140734940226592 18446744073709551615 4369295 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=290576 CPUtime=0 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 120 0 0 0 0 0 0 0 25 0 4 0 602312772 297549824 893 33554432000 4194304 4650419 140734940226592 18446744073709551615 224284969143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=290576 CPUtime=0 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) S 23562 23564 23098 0 -1 4202560 142 0 0 0 0 0 0 0 25 0 4 0 602312772 297549824 893 33554432000 4194304 4650419 140734940226592 18446744073709551615 224285030894 0 0 4096 2 18446604466096775552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 290576

[startup+0.105929 s]
/proc/loadavg: 7.94 8.10 8.04 6/180 23564
/proc/meminfo: memFree=31034860/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=282976 CPUtime=0.4 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 1844 0 0 0 40 0 0 0 25 0 4 0 602312772 289767424 1715 33554432000 4194304 4650419 140734940226592 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 70744 1715 391 112 0 65709 0
[pid=23564/tid=23565] ppid=23562 vsize=282976 CPUtime=0.1 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 396 0 0 0 10 0 0 0 25 0 4 0 602312772 289767424 1715 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=282976 CPUtime=0.09 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 355 0 0 0 9 0 0 0 25 0 4 0 602312772 289767424 1715 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=282976 CPUtime=0.1 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 260 0 0 0 10 0 0 0 25 0 4 0 602312772 289767424 1715 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366567 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282976

[startup+0.300898 s]
/proc/loadavg: 7.94 8.10 8.04 6/180 23564
/proc/meminfo: memFree=31034860/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=284452 CPUtime=1.18 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 3003 0 0 0 118 0 0 0 25 0 4 0 602312772 291278848 2236 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366122 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 71113 2236 393 112 0 66078 0
[pid=23564/tid=23565] ppid=23562 vsize=284452 CPUtime=0.29 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 685 0 0 0 29 0 0 0 25 0 4 0 602312772 291278848 2237 33554432000 4194304 4650419 140734940226592 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=284452 CPUtime=0.29 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 639 0 0 0 29 0 0 0 25 0 4 0 602312772 291278848 2237 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=284452 CPUtime=0.29 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 549 0 0 0 29 0 0 0 25 0 4 0 602312772 291278848 2237 33554432000 4194304 4650419 140734940226592 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284452

[startup+0.700832 s]
/proc/loadavg: 7.94 8.10 8.04 6/180 23564
/proc/meminfo: memFree=31034860/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=285656 CPUtime=2.78 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 4686 0 0 0 278 0 0 0 25 0 4 0 602312772 292511744 2955 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 71414 2955 393 112 0 66379 0
[pid=23564/tid=23565] ppid=23562 vsize=285656 CPUtime=0.69 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 1081 0 0 0 69 0 0 0 25 0 4 0 602312772 292511744 2955 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=285656 CPUtime=0.69 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 1089 0 0 0 69 0 0 0 25 0 4 0 602312772 292511744 2955 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=285656 CPUtime=0.69 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 979 0 0 0 69 0 0 0 25 0 4 0 602312772 292511744 2955 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285656

[startup+1.5007 s]
/proc/loadavg: 7.94 8.10 8.04 9/184 23568
/proc/meminfo: memFree=31018088/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=293176 CPUtime=5.98 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 9345 0 0 0 597 1 0 0 25 0 4 0 602312772 300212224 4944 33554432000 4194304 4650419 140734940226592 18446744073709551615 4438666 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 73294 4944 395 112 0 68259 0
[pid=23564/tid=23565] ppid=23562 vsize=293176 CPUtime=1.49 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 1916 0 0 0 149 0 0 0 25 0 4 0 602312772 300212224 4944 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=293176 CPUtime=1.48 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 1881 0 0 0 148 0 0 0 25 0 4 0 602312772 300212224 4944 33554432000 4194304 4650419 140734940226592 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=293176 CPUtime=1.49 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 1749 0 0 0 149 0 0 0 25 0 4 0 602312772 300212224 4944 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 293176

[startup+3.10044 s]
/proc/loadavg: 7.94 8.10 8.04 9/184 23568
/proc/meminfo: memFree=30985616/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=276532 CPUtime=12.36 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 17873 0 0 0 1234 2 0 0 25 0 4 0 602312772 283168768 10786 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 69133 10786 395 112 0 64098 0
[pid=23564/tid=23565] ppid=23562 vsize=276532 CPUtime=3.09 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 3914 0 0 0 309 0 0 0 25 0 4 0 602312772 283168768 10786 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=276532 CPUtime=3.07 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 4588 0 0 0 307 0 0 0 25 0 4 0 602312772 283168768 10786 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=276532 CPUtime=3.08 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 4399 0 0 0 308 0 0 0 25 0 4 0 602312772 283168768 10786 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 276532

[startup+6.3009 s]
/proc/loadavg: 8.02 8.12 8.04 9/184 23568
/proc/meminfo: memFree=30928268/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=278848 CPUtime=25.15 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 25983 0 0 0 2511 4 0 0 25 0 4 0 602312772 285540352 13998 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 69712 13998 395 112 0 64677 0
[pid=23564/tid=23565] ppid=23562 vsize=278848 CPUtime=6.28 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 6306 0 0 0 628 0 0 0 25 0 4 0 602312772 285540352 13998 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=278848 CPUtime=6.26 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 6772 0 0 0 625 1 0 0 25 0 4 0 602312772 285540352 13998 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=278848 CPUtime=6.29 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 5724 0 0 0 628 1 0 0 25 0 4 0 602312772 285540352 13998 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 278848

[startup+12.7008 s]
/proc/loadavg: 8.10 8.13 8.05 9/184 23568
/proc/meminfo: memFree=30869084/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=304300 CPUtime=50.72 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 40356 0 0 0 5064 8 0 0 25 0 4 0 602312772 311603200 23082 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 76075 23082 395 112 0 71040 0
[pid=23564/tid=23565] ppid=23562 vsize=304300 CPUtime=12.69 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 10455 0 0 0 1267 2 0 0 25 0 4 0 602312772 311603200 23082 33554432000 4194304 4650419 140734940226592 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=304300 CPUtime=12.62 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 9147 0 0 0 1261 1 0 0 25 0 4 0 602312772 311603200 23082 33554432000 4194304 4650419 140734940226592 18446744073709551615 4339890 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=304300 CPUtime=12.69 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 9183 0 0 0 1267 2 0 0 25 0 4 0 602312772 311603200 23082 33554432000 4194304 4650419 140734940226592 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 304300

[startup+25.5007 s]
/proc/loadavg: 8.08 8.12 8.04 9/184 23568
/proc/meminfo: memFree=30792936/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=370000 CPUtime=101.84 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 57281 0 0 0 10171 13 0 0 25 0 4 0 602312772 378880000 31453 33554432000 4194304 4650419 140734940226592 18446744073709551615 4438591 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 92500 31453 395 112 0 87465 0
[pid=23564/tid=23565] ppid=23562 vsize=370000 CPUtime=25.49 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 14947 0 0 0 2546 3 0 0 25 0 4 0 602312772 378880000 31453 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=370000 CPUtime=25.35 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 15053 0 0 0 2532 3 0 0 25 0 4 0 602312772 378880000 31453 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=370000 CPUtime=25.48 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 11786 0 0 0 2545 3 0 0 25 0 4 0 602312772 378880000 31453 33554432000 4194304 4650419 140734940226592 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 370000

[startup+51.1004 s]
/proc/loadavg: 8.05 8.11 8.04 9/184 23568
/proc/meminfo: memFree=30732848/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=391540 CPUtime=204.1 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 82244 0 0 0 20390 20 0 0 25 0 4 0 602312772 400936960 37876 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 97885 37876 395 112 0 92850 0
[pid=23564/tid=23565] ppid=23562 vsize=391540 CPUtime=51.09 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 22139 0 0 0 5104 5 0 0 25 0 4 0 602312772 400936960 37876 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=391540 CPUtime=50.81 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 23507 0 0 0 5075 6 0 0 25 0 4 0 602312772 400936960 37876 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=391540 CPUtime=51.08 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 15080 0 0 0 5104 4 0 0 25 0 4 0 602312772 400936960 37876 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 391540

[startup+102.307 s]
/proc/loadavg: 8.10 8.12 8.05 9/184 23570
/proc/meminfo: memFree=30636696/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=403964 CPUtime=408.65 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 122339 0 0 0 40830 35 0 0 25 0 4 0 602312772 413659136 48271 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 100991 48271 395 112 0 95956 0
[pid=23564/tid=23565] ppid=23562 vsize=403964 CPUtime=102.29 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 31437 0 0 0 10221 8 0 0 25 0 4 0 602312772 413659136 48271 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=403964 CPUtime=101.74 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 35617 0 0 0 10164 10 0 0 25 0 4 0 602312772 413659136 48271 33554432000 4194304 4650419 140734940226592 18446744073709551615 4315153 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=403964 CPUtime=102.28 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 23150 0 0 0 10221 7 0 0 25 0 4 0 602312772 413659136 48271 33554432000 4194304 4650419 140734940226592 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 403964

[startup+162.301 s]

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

[pid=23564] ppid=23562 vsize=632344 CPUtime=2805.36 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 392032 0 0 0 280384 152 0 0 25 0 4 0 602312772 647520256 106688 33554432000 4194304 4650419 140734940226592 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 158086 106688 395 112 0 153051 0
[pid=23564/tid=23565] ppid=23562 vsize=632344 CPUtime=702.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 113298 0 0 0 70185 45 0 0 25 0 4 0 602312772 647520256 106688 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=632344 CPUtime=698.47 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 109805 0 0 0 69807 40 0 0 25 0 4 0 602312772 647520256 106688 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=632344 CPUtime=702.27 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 63408 0 0 0 70202 25 0 0 25 0 4 0 602312772 647520256 106688 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 632344

[startup+762.307 s]
/proc/loadavg: 8.07 8.07 8.06 9/184 23588
/proc/meminfo: memFree=30139252/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=645104 CPUtime=3045.05 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 409236 0 0 0 304343 162 0 0 25 0 4 0 602312772 660586496 105718 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 161276 105718 395 112 0 156241 0
[pid=23564/tid=23565] ppid=23562 vsize=645104 CPUtime=762.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 117004 0 0 0 76183 47 0 0 25 0 4 0 602312772 660586496 105718 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=645104 CPUtime=758.15 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 116620 0 0 0 75771 44 0 0 25 0 4 0 602312772 660586496 105718 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=645104 CPUtime=762.27 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 64782 0 0 0 76201 26 0 0 25 0 4 0 602312772 660586496 105718 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 645104

[startup+822.301 s]
/proc/loadavg: 8.02 8.05 8.05 9/184 23590
/proc/meminfo: memFree=30119728/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=699528 CPUtime=3284.71 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 431219 0 0 0 328299 172 0 0 25 0 4 0 602312772 716316672 109820 33554432000 4194304 4650419 140734940226592 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 174882 109820 395 112 0 169847 0
[pid=23564/tid=23565] ppid=23562 vsize=699528 CPUtime=822.29 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 124018 0 0 0 82179 50 0 0 25 0 4 0 602312772 716316672 109820 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=699528 CPUtime=817.82 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 123167 0 0 0 81735 47 0 0 25 0 4 0 602312772 716316672 109820 33554432000 4194304 4650419 140734940226592 18446744073709551615 4310880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=699528 CPUtime=822.26 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 66151 0 0 0 82200 26 0 0 25 0 4 0 602312772 716316672 109820 33554432000 4194304 4650419 140734940226592 18446744073709551615 4334578 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 699528

[startup+882.301 s]
/proc/loadavg: 8.09 8.07 8.06 9/184 23599
/proc/meminfo: memFree=30068400/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=649076 CPUtime=3524.36 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 454800 0 0 0 352252 184 0 0 25 0 4 0 602312772 664653824 113310 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 162269 113310 395 112 0 157234 0
[pid=23564/tid=23565] ppid=23562 vsize=649076 CPUtime=882.29 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 134788 0 0 0 88175 54 0 0 25 0 4 0 602312772 664653824 113310 33554432000 4194304 4650419 140734940226592 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=649076 CPUtime=877.48 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 130334 0 0 0 87698 50 0 0 25 0 4 0 602312772 664653824 113310 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=649076 CPUtime=882.25 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 68056 0 0 0 88197 28 0 0 25 0 4 0 602312772 664653824 113310 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 649076

[startup+942.301 s]
/proc/loadavg: 8.07 8.07 8.06 9/184 23601
/proc/meminfo: memFree=30073552/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=688092 CPUtime=3764.04 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 478165 0 0 0 376206 198 0 0 25 0 4 0 602312772 704606208 114651 33554432000 4194304 4650419 140734940226592 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 172023 114651 395 112 0 166988 0
[pid=23564/tid=23565] ppid=23562 vsize=688092 CPUtime=942.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 140629 0 0 0 94172 58 0 0 25 0 4 0 602312772 704606208 114651 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=688092 CPUtime=937.16 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 137055 0 0 0 93662 54 0 0 25 0 4 0 602312772 704606208 114651 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=688092 CPUtime=942.25 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 73056 0 0 0 94194 31 0 0 25 0 4 0 602312772 704606208 114651 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 688092

[startup+1002.3 s]
/proc/loadavg: 8.13 8.08 8.06 9/184 23603
/proc/meminfo: memFree=30051676/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=637040 CPUtime=4003.71 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 505630 0 0 0 400160 211 0 0 25 0 4 0 602312772 652328960 111560 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 159260 111560 395 112 0 154225 0
[pid=23564/tid=23565] ppid=23562 vsize=637040 CPUtime=1002.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 150498 0 0 0 100167 63 0 0 25 0 4 0 602312772 652328960 111560 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=637040 CPUtime=996.83 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 147222 0 0 0 99626 57 0 0 25 0 4 0 602312772 652328960 111560 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=637040 CPUtime=1002.25 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 74197 0 0 0 100194 31 0 0 25 0 4 0 602312772 652328960 111560 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 637040

[startup+1062.3 s]
/proc/loadavg: 8.16 8.10 8.07 9/184 23605
/proc/meminfo: memFree=29957372/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=702408 CPUtime=4243.38 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 534842 0 0 0 424114 224 0 0 25 0 4 0 602312772 719265792 125225 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 175602 125225 395 112 0 170567 0
[pid=23564/tid=23565] ppid=23562 vsize=702408 CPUtime=1062.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 158184 0 0 0 106163 67 0 0 25 0 4 0 602312772 719265792 125225 33554432000 4194304 4650419 140734940226592 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=702408 CPUtime=1056.5 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 152684 0 0 0 105590 60 0 0 25 0 4 0 602312772 719265792 125225 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=702408 CPUtime=1062.24 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 84926 0 0 0 106190 34 0 0 25 0 4 0 602312772 719265792 125225 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 702408

[startup+1122.3 s]
/proc/loadavg: 8.16 8.11 8.07 9/184 23607
/proc/meminfo: memFree=29916876/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=663364 CPUtime=4483.05 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 547819 0 0 0 448075 230 0 0 25 0 4 0 602312772 679284736 131416 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 165841 131416 395 112 0 160806 0
[pid=23564/tid=23565] ppid=23562 vsize=663364 CPUtime=1122.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 164701 0 0 0 112161 69 0 0 25 0 4 0 602312772 679284736 131416 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=663364 CPUtime=1116.17 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 153274 0 0 0 111557 60 0 0 25 0 4 0 602312772 679284736 131416 33554432000 4194304 4650419 140734940226592 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=663364 CPUtime=1122.24 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 87015 0 0 0 112189 35 0 0 25 0 4 0 602312772 679284736 131416 33554432000 4194304 4650419 140734940226592 18446744073709551615 4331159 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 663364

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.07 9/184 23607
/proc/meminfo: memFree=29974248/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=638744 CPUtime=4722.73 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 564443 0 0 0 472034 239 0 0 25 0 4 0 602312772 654073856 126962 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 159686 126962 395 112 0 154651 0
[pid=23564/tid=23565] ppid=23562 vsize=638744 CPUtime=1182.3 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 170186 0 0 0 118158 72 0 0 25 0 4 0 602312772 654073856 126962 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=638744 CPUtime=1175.85 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 158893 0 0 0 117522 63 0 0 25 0 4 0 602312772 654073856 126962 33554432000 4194304 4650419 140734940226592 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=638744 CPUtime=1182.24 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 89018 0 0 0 118188 36 0 0 25 0 4 0 602312772 654073856 126962 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 638744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.11 8.07 5/179 23610
/proc/meminfo: memFree=30540328/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=625516 CPUtime=4800.24 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 569728 0 0 0 479782 242 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 156379 124760 395 112 0 151344 0
[pid=23564/tid=23565] ppid=23562 vsize=625516 CPUtime=1201.7 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 170703 0 0 0 120098 72 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=625516 CPUtime=1195.15 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 160281 0 0 0 119451 64 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=625516 CPUtime=1201.65 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 90055 0 0 0 120128 37 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 625516

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

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

[startup+1201.7 s]
/proc/loadavg: 8.13 8.11 8.07 5/179 23610
/proc/meminfo: memFree=30540328/32951124 swapFree=67103364/67111528
[pid=23564] ppid=23562 vsize=625516 CPUtime=4800.24 cores=1,3,5,7
/proc/23564/stat : 23564 (strangenight1-m) R 23562 23564 23098 0 -1 4202496 569728 0 0 0 479782 242 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23564/statm: 156379 124760 395 112 0 151344 0
[pid=23564/tid=23565] ppid=23562 vsize=625516 CPUtime=1201.7 cores=1,3,5,7
/proc/23564/task/23565/stat : 23565 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 170703 0 0 0 120098 72 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23564/tid=23566] ppid=23562 vsize=625516 CPUtime=1195.15 cores=1,3,5,7
/proc/23564/task/23566/stat : 23566 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 160281 0 0 0 119451 64 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23564/tid=23567] ppid=23562 vsize=625516 CPUtime=1201.65 cores=1,3,5,7
/proc/23564/task/23567/stat : 23567 (strangenight1-m) R 23562 23564 23098 0 -1 4202560 90055 0 0 0 120128 37 0 0 25 0 4 0 602312772 640528384 124760 33554432000 4194304 4650419 140734940226592 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 625516

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.29
CPU user time (s): 4797.84
CPU system time (s): 2.44763
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 792412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.84
system time used= 2.44763
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569729
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= 338
involuntary context switches= 34705

runsolver used 1.85272 second user time and 4.72328 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 01:47:01
IDJOB=3175361
IDBENCH=82979
IDSOLVER=1588
FILE ID=node118/3175361-1304120821
RUNJOBID= node118-1304119617-23445
PBS_JOBID= 13170712
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 7ed8e8e4deac31c88cbf5be40a0cd9c0
RANDOM SEED=353845013

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31035016 kB
Buffers:        373416 kB
Cached:        1136516 kB
SwapCached:       2376 kB
Active:         104908 kB
Inactive:      1471184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31035016 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           12476 kB
Writeback:           0 kB
AnonPages:       65736 kB
Mapped:          14888 kB
Slab:           275372 kB
PageTables:       4332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282264 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= 71612 MiB
End job on node118 at 2011-04-30 02:07:05