Trace number 3369025

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S2061684506-048.UNKNOWN.cnf
MD5SUM96dadba6913c3cf46368b605f559e4b9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1288.13
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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.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-3369025-1305410849.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.09/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.09/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.09/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.03	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.01 s
0.09/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.03	c calculated reachability. Time: 0.00
0.09/0.03	c Calc default polars -  time:   0.00 s pos:     219 undec:      59 neg:     222
0.09/0.03	c =========================================================================================
0.09/0.03	c types(t): F = full restart, N = normal restart
0.09/0.03	c types(t): S = simplification begin/end, E = solution found
0.09/0.03	c restart types(rt): st = static, dy = dynamic
0.09/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.03	c  B st     0         0       483      2104         0         0      6398         0   no data   no data  --
0.09/0.37	c Decided on static restart strategy
1.55/0.80	c  N st     8      4917       483      2104         0      4825      6398    112559   no data   no data  --
1.55/0.80	c  N st    10     11299       483      2104         0      4483      6398     76852   no data   no data  --
1.55/0.80	c  N st    11     17043       483      2104         0     10095      6398    206775   no data   no data  --
4.37/1.10	c  F st    12     25000       483      2104         0     12357      6398    258713   no data   no data  --
4.37/1.10	c  N st    12     25000       483      2104         0     12357      6398    258713   no data   no data  --
5.16/1.31	c Decided on static restart strategy
5.16/1.31	c  N st    18     30000       483      2104         0     10670      6398    196641   no data   no data  --
5.16/1.31	c  S st    18     30000       483      2104         0     10670      6398    196641   no data   no data  --
5.16/1.34	c  S st    18     30501       483      2104         0     11171      6398    208173   no data   no data  --
5.16/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.16/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
5.16/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.54	c lits-rem:       129  cl-subs:      618  v-elim:      0  v-fix:    0  time:  0.78 s
5.96/1.55	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.03
5.96/1.55	c calculated reachability. Time: 0.00
5.96/1.55	c  N st    18     30501       483      2104         0     10553      6398    192969   no data   no data  --
7.55/1.97	c  N st    20     37613       483      2104         0      9828      6398    158127   no data   no data  --
9.14/2.37	c  N st    21     44012       483      2104         0     16096      6398    312130   no data   no data  --
9.95/2.50	c  S st    22     45752       483      2104         0      9048      6398    124480   no data   no data  --
9.95/2.53	c  S st    22     46255       483      2104         0      9550      6398    135908   no data   no data  --
9.95/2.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.95/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
9.95/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.62	c lits-rem:        52  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.33 s
10.35/2.62	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
10.35/2.62	c vivif2 --  cl tried     9502 cl shrink        0 lits rem          0 time: 0.01
10.35/2.63	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.03
10.35/2.63	c calculated reachability. Time: 0.00
10.35/2.63	c  N st    22     46255       483      2104         0      9502      6398    134622   no data   no data  --
14.33/3.61	c  N st    23     60652       483      2104         0     13816      6398    220830   no data   no data  --
17.12/4.31	c  N st    24     69385       483      2104         0     11620      6398    165696   no data   no data  --
17.12/4.31	c  S st    24     69385       483      2104         0     11620      6398    165696   no data   no data  --
17.12/4.34	c  S st    24     69891       483      2104         0     12124      6398    176971   no data   no data  --
17.12/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.34	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.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
17.12/4.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.92/4.53	c lits-rem:        27  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.71 s
17.92/4.53	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
17.92/4.53	c vivif2 --  cl tried    11997 cl shrink        0 lits rem          0 time: 0.00
17.92/4.54	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.04
17.92/4.54	c calculated reachability. Time: 0.00
17.92/4.54	c  N st    24     69891       483      2104         0     11997      6398    174059   no data   no data  --
23.10/5.86	c  F st    25     87500       483      2104         0     17474      6398    301538   no data   no data  --
23.10/5.86	c  N st    25     87500       483      2104         0     17474      6398    301538   no data   no data  --
24.68/6.27	c Decided on static restart strategy
25.88/6.56	c  N st    32     95537       483      2104         0     25384      6398    494831   no data   no data  --
28.73/7.26	c  N st    34    104836       483      2104         0     21764      6398    375009   no data   no data  --
28.73/7.26	c  S st    34    104836       483      2104         0     21764      6398    375009   no data   no data  --
29.08/7.31	c  S st    34    105340       483      2104         0     22267      6398    386720   no data   no data  --
29.08/7.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.08/7.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.08/7.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
29.08/7.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.08/7.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.08/7.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
29.08/7.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.28/8.18	c lits-rem:       306  cl-subs:      876  v-elim:      0  v-fix:    0  time:  3.40 s
32.28/8.18	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
32.28/8.18	c vivif2 --  cl tried    21391 cl shrink        0 lits rem          0 time: 0.02
32.71/8.21	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.11
32.71/8.21	c calculated reachability. Time: 0.00
32.71/8.21	c  N st    34    105340       483      2104         0     21391      6398    365527   no data   no data  --
35.47/8.92	c  N st    35    114938       483      2104         0     17089      6398    245264   no data   no data  --
40.65/10.23	c  N st    36    129335       483      2104         0     16519      6398    218189   no data   no data  --
47.83/12.09	c  N st    37    150931       483      2104         0     22010      6398    341872   no data   no data  --
50.67/12.79	c  S st    38    158010       483      2104         0     28932      6398    507111   no data   no data  --
51.02/12.87	c  S st    38    158516       483      2104         0     29437      6398    518757   no data   no data  --
51.02/12.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.02/12.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.02/12.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.02/12.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.02/12.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.02/12.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
51.02/12.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.40/14.45	c lits-rem:       702  cl-subs:     1367  v-elim:      0  v-fix:    0  time:  6.20 s
57.40/14.45	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
57.40/14.45	c vivif2 --  cl tried    28070 cl shrink        0 lits rem          0 time: 0.02
57.40/14.48	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.09
57.40/14.48	c calculated reachability. Time: 0.00
57.40/14.48	c  N st    38    158516       483      2104         0     28070      6398    485293   no data   no data  --
77.35/19.42	c  N st    39    207104       483      2104         0     22672      6398    312565   no data   no data  --
91.71/23.00	c  N st    40    237774       483      2104         0     32967      6398    529420   no data   no data  --
91.71/23.00	c  S st    40    237774       483      2104         0     32967      6398    529420   no data   no data  --
91.71/23.09	c  S st    40    238278       483      2104         0     33469      6398    541011   no data   no data  --
91.71/23.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.71/23.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.11/23.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
92.11/23.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.11/23.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.11/23.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
92.11/23.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.29/24.93	c lits-rem:       538  cl-subs:     2276  v-elim:      0  v-fix:    0  time:  7.21 s
99.29/24.93	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
99.29/24.94	c vivif2 --  cl tried    31193 cl shrink        0 lits rem          0 time: 0.02
99.29/24.96	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.10
99.29/24.96	c calculated reachability. Time: 0.00
99.29/24.96	c  N st    40    238278       483      2104         0     31193      6398    492982   no data   no data  --
132.00/33.13	c  F st    41    306251       483      2104         0     33205      6398    511452   no data   no data  --
132.00/33.13	c  N st    41    306251       483      2104         0     33205      6398    511452   no data   no data  --
134.39/33.76	c Decided on static restart strategy
145.96/36.68	c  N st    51    334550       483      2104         0     37537      6398    597175   no data   no data  --
158.72/39.81	c  N st    53    357417       483      2104         0     35427      6398    525281   no data   no data  --
158.72/39.81	c  S st    53    357417       483      2104         0     35427      6398    525281   no data   no data  --
159.13/39.90	c  S st    53    357919       483      2104         0     35929      6398    536549   no data   no data  --
159.13/39.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
159.13/39.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
159.13/39.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
159.13/39.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.13/39.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.13/39.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
159.13/39.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
165.50/41.50	c lits-rem:       506  cl-subs:     1311  v-elim:      0  v-fix:    0  time:  6.24 s
165.50/41.50	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
165.50/41.50	c vivif2 --  cl tried    34618 cl shrink        0 lits rem          0 time: 0.03
165.50/41.53	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.11
165.50/41.53	c calculated reachability. Time: 0.00
165.50/41.53	c  N st    53    357919       483      2104         0     34618      6398    506430   no data   no data  --
186.28/46.73	c  N st    54    390311       483      2104         0     40875      6398    636700   no data   no data  --
213.36/53.50	c  N st    55    438900       483      2104         0     34515      6398    448258   no data   no data  --
254.85/63.90	c  N st    56    511783       483      2104         0     48036      6398    737863   no data   no data  --
269.22/67.57	c  N st    57    536879       483      2104         0     42318      6398    598170   no data   no data  --
269.22/67.57	c  S st    57    536879       483      2104         0     42318      6398    598170   no data   no data  --
269.65/67.70	c  S st    57    537382       483      2104         0     42819      6398    610400   no data   no data  --
269.65/67.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
269.65/67.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.06/67.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
270.06/67.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.06/67.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.06/67.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
270.06/67.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
277.59/69.61	c lits-rem:       750  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  7.50 s
277.59/69.61	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
277.59/69.62	c vivif2 --  cl tried    41277 cl shrink        0 lits rem          0 time: 0.03
277.59/69.66	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.15
277.59/69.66	c calculated reachability. Time: 0.00
277.59/69.66	c  N st    57    537382       483      2104         0     41277      6398    575577   no data   no data  --
388.87/97.51	c  N st    58    701366       483      2104         0     35305      6398    353804   no data   no data  --
461.88/115.80	c  N st    59    806074       483      2104         0     64102      6398   1019622   no data   no data  --
461.88/115.80	c  S st    59    806074       483      2104         0     64102      6398   1019622   no data   no data  --
462.28/115.98	c  S st    59    806575       483      2104         0     64602      6398   1031026   no data   no data  --
462.28/115.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
462.28/115.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
462.71/116.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
462.71/116.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
462.71/116.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
462.71/116.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
462.71/116.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
476.63/119.54	c lits-rem:       458  cl-subs:     5012  v-elim:      0  v-fix:    0  time: 13.88 s
476.63/119.54	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
476.63/119.55	c vivif2 --  cl tried    59590 cl shrink        0 lits rem          0 time: 0.04
477.03/119.63	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.32
477.03/119.63	c calculated reachability. Time: 0.00
477.03/119.63	c  N st    59    806575       483      2104         0     59590      6398    924645   no data   no data  --
684.85/171.73	c  F st    60   1071876       483      2104         0     75411      6398   1179230   no data   no data  --
684.85/171.73	c  N st    60   1071876       483      2104         0     75411      6398   1179230   no data   no data  --
690.05/173.07	c Decided on static restart strategy
710.79/178.22	c  N st    70   1100180       483      2104         0     59465      6398    797968   no data   no data  --
746.68/187.29	c  N st    72   1136172       483      2104         0     49789      6398    545098   no data   no data  --
774.65/194.23	c  N st    73   1168565       483      2104         0     81426      6398   1311370   no data   no data  --
808.12/202.64	c  N st    74   1209864       483      2104         0     75970      6398   1207946   no data   no data  --
808.12/202.64	c  S st    74   1209864       483      2104         0     75970      6398   1207946   no data   no data  --
808.92/202.86	c  S st    74   1210369       483      2104         0     76473      6398   1219602   no data   no data  --
808.92/202.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
808.92/202.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
809.35/202.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
809.35/202.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
809.35/202.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.35/202.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
809.35/202.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
823.67/206.54	c lits-rem:       321  cl-subs:     3212  v-elim:      0  v-fix:    0  time: 14.30 s
823.67/206.54	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
823.67/206.55	c vivif2 --  cl tried    73261 cl shrink        0 lits rem          0 time: 0.06
824.07/206.64	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.36
824.07/206.65	c calculated reachability. Time: 0.00
824.07/206.65	c  N st    74   1210369       483      2104         0     73261      6398   1142824   no data   no data  --
897.51/225.08	c  N st    75   1283252       483      2104         0     49752      6398    497391   no data   no data  --
1009.55/253.17	c  N st    76   1392576       483      2104         0     57880      6398    666991   no data   no data  --
1176.68/295.04	c  N st    77   1556560       483      2104         0     62669      6398    734842   no data   no data  --
1341.82/336.45	c  N st    78   1710371       483      2104         0    104447      6398   1772112   no data   no data  --
1341.82/336.45	c  S st    78   1710371       483      2104         0    104447      6398   1772112   no data   no data  --
1343.42/336.82	c  S st    78   1710873       483      2104         0    104949      6398   1783875   no data   no data  --
1343.42/336.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1343.42/336.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1343.42/336.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1343.81/336.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1343.81/336.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1343.81/336.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1343.81/336.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1395.68/349.94	c lits-rem:       238  cl-subs:     7842  v-elim:      0  v-fix:    0  time: 51.85 s
1395.68/349.94	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
1395.68/349.96	c vivif2 --  cl tried    97107 cl shrink        0 lits rem          0 time: 0.08
1396.48/350.10	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.57
1396.48/350.11	c calculated reachability. Time: 0.00
1396.48/350.11	c  N st    78   1710873       483      2104         0     97107      6398   1591335   no data   no data  --
1807.31/453.14	c  N st    79   2079838       483      2104         0    109461      6398   1806019   no data   no data  --
1974.86/495.10	c  N st    80   2210873       483      2104         0    112902      6398   1815904   no data   no data  --
1974.86/495.10	c  S st    80   2210873       483      2104         0    112902      6398   1815904   no data   no data  --
1976.06/495.47	c  S st    80   2211378       483      2104         0    113406      6398   1827634   no data   no data  --
1976.06/495.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1976.06/495.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1976.49/495.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
1976.90/495.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1976.90/495.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1976.90/495.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1976.90/495.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2027.91/508.41	c lits-rem:       265  cl-subs:     6734  v-elim:      0  v-fix:    0  time: 51.05 s
2027.91/508.41	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
2027.91/508.43	c vivif2 --  cl tried   106672 cl shrink        0 lits rem          0 time: 0.09
2028.31/508.59	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.63
2028.31/508.59	c calculated reachability. Time: 0.00
2028.31/508.59	c  N st    80   2211378       483      2104         0    106672      6398   1675088   no data   no data  --
2621.50/657.26	c  N st    81   2711378       483      2104         0    129320      6398   2021186   no data   no data  --
2621.50/657.26	c  S st    81   2711378       483      2104         0    129320      6398   2021186   no data   no data  --
2623.46/657.73	c  S st    81   2711881       483      2104         0    129823      6398   2032389   no data   no data  --
2623.46/657.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2623.46/657.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2623.86/657.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
2623.86/657.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2623.86/657.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2623.86/657.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
2623.86/657.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2705.28/678.22	c lits-rem:       379  cl-subs:    13602  v-elim:      0  v-fix:    0  time: 81.10 s
2705.28/678.22	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
2705.28/678.24	c vivif2 --  cl tried   116221 cl shrink        0 lits rem          0 time: 0.10
2706.02/678.41	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.66
2706.02/678.41	c calculated reachability. Time: 0.00
2706.02/678.41	c  N st    81   2711881       483      2104         0    116221      6398   1764446   no data   no data  --
3382.55/848.02	c  N st    82   3211883       483      2104         0     92739      6398   1106183   no data   no data  --
3382.55/848.02	c  S st    82   3211883       483      2104         0     92739      6398   1106183   no data   no data  --
3384.15/848.41	c  S st    82   3212384       483      2104         0     93239      6398   1117970   no data   no data  --
3384.15/848.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3384.15/848.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3384.15/848.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
3384.55/848.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3384.55/848.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3384.55/848.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
3384.55/848.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3400.50/852.57	c lits-rem:       485  cl-subs:     2850  v-elim:      0  v-fix:    0  time: 16.14 s
3400.50/852.57	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
3400.50/852.59	c vivif2 --  cl tried    90389 cl shrink        0 lits rem          0 time: 0.07
3401.30/852.74	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.60
3401.30/852.74	c calculated reachability. Time: 0.00
3401.30/852.74	c  N st    82   3212384       483      2104         0     90389      6398   1057212   no data   no data  --
4109.72/1030.35	c  N st    83   3712385       483      2104         0    100987      6398   1197129   no data   no data  --
4109.72/1030.35	c  S st    83   3712385       483      2104         0    100987      6398   1197129   no data   no data  --
4110.92/1030.62	c  S st    83   3712887       483      2104         0    101489      6398   1209311   no data   no data  --
4110.92/1030.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4110.92/1030.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4110.92/1030.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
4111.32/1030.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4111.32/1030.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4111.32/1030.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
4111.32/1030.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4124.48/1034.00	c lits-rem:        37  cl-subs:     3906  v-elim:      0  v-fix:    0  time: 13.12 s
4124.48/1034.00	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
4124.48/1034.02	c vivif2 --  cl tried    97583 cl shrink        0 lits rem          0 time: 0.06
4124.88/1034.15	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.52
4124.88/1034.15	c calculated reachability. Time: 0.00
4124.88/1034.15	c  N st    83   3712887       483      2104         0     97583      6398   1129327   no data   no data  --
4187.11/1049.74	c  F st    84   3751562       483      2104         0    135190      6398   1984333   no data   no data  --
4187.11/1049.74	c  N st    84   3751562       483      2104         0    135190      6398   1984333   no data   no data  --
4202.25/1053.58	c Decided on static restart strategy
4257.16/1067.48	c  N st    94   3779867       483      2104         0    162749      6398   2638130   no data   no data  --
4309.50/1080.61	c  N st    96   3815861       483      2104         0    115422      6398   1543641   no data   no data  --
4360.96/1093.56	c  N st    97   3848254       483      2104         0    146977      6398   2297047   no data   no data  --
4430.37/1110.96	c  N st    98   3896842       483      2104         0    110530      6398   1401132   no data   no data  --
4554.03/1141.99	c  N st    99   3969725       483      2104         0     96827      6398   1045155   no data   no data  --
4725.15/1184.86	c  N st   100   4079049       483      2104         0    117589      6398   1544969   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-3369025-1305410849/watcher-3369025-1305410849 -o /tmp/evaluation-result-3369025-1305410849/solver-3369025-1305410849 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369025-1305410849.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: 0.00 0.00 0.04 1/344 27063
/proc/meminfo: memFree=21564320/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 417 0 0 0 2 0 0 0 23 0 4 0 633500985 52465664 357 33554432000 4194304 4650419 140733654605360 18446744073709551615 47371044071346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27063/statm: 12809 357 306 112 0 7774 0
[pid=27063/tid=27064] ppid=27061 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 633500985 52465664 357 33554432000 4194304 4650419 140733654605360 18446744073709551615 47371044070937 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 633500985 52465664 357 33554432000 4194304 4650419 140733654605360 18446744073709551615 47371044070937 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 633500985 52465664 357 33554432000 4194304 4650419 140733654605360 18446744073709551615 47371044070935 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.031412 s]
/proc/loadavg: 0.00 0.00 0.04 1/344 27063
/proc/meminfo: memFree=21564320/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=282380 CPUtime=0.09 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 1300 0 0 0 9 0 0 0 18 0 4 0 633500985 289157120 1170 33554432000 4194304 4650419 140733654605360 18446744073709551615 255106873838 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27063/statm: 70595 1170 390 112 0 65560 0
[pid=27063/tid=27064] ppid=27061 vsize=282380 CPUtime=0.02 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 256 0 0 0 2 0 0 0 18 0 4 0 633500985 289157120 1170 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=282380 CPUtime=0.02 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 206 0 0 0 2 0 0 0 18 0 4 0 633500985 289157120 1170 33554432000 4194304 4650419 140733654605360 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=282380 CPUtime=0.02 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 167 0 0 0 2 0 0 0 18 0 4 0 633500985 289157120 1170 33554432000 4194304 4650419 140733654605360 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282380

[startup+0.397117 s]
/proc/loadavg: 0.00 0.00 0.04 1/344 27063
/proc/meminfo: memFree=21564320/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=284100 CPUtime=1.55 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 3189 0 0 0 154 1 0 0 18 0 4 0 633500985 290918400 2306 33554432000 4194304 4650419 140733654605360 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 71025 2306 393 112 0 65990 0
[pid=27063/tid=27064] ppid=27061 vsize=284100 CPUtime=0.38 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 708 0 0 0 38 0 0 0 18 0 4 0 633500985 290918400 2306 33554432000 4194304 4650419 140733654605360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=284100 CPUtime=0.38 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 624 0 0 0 38 0 0 0 18 0 4 0 633500985 290918400 2306 33554432000 4194304 4650419 140733654605360 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=284100 CPUtime=0.39 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 740 0 0 0 39 0 0 0 18 0 4 0 633500985 290918400 2306 33554432000 4194304 4650419 140733654605360 18446744073709551615 255106812039 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 284100

[startup+0.812255 s]
/proc/loadavg: 0.00 0.00 0.04 1/344 27063
/proc/meminfo: memFree=21564320/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=285196 CPUtime=3.21 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 5151 0 0 0 320 1 0 0 18 0 4 0 633500985 292040704 2570 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 71299 2570 393 112 0 66264 0
[pid=27063/tid=27064] ppid=27061 vsize=285196 CPUtime=0.79 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1277 0 0 0 79 0 0 0 19 0 4 0 633500985 292040704 2570 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=285196 CPUtime=0.8 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1120 0 0 0 80 0 0 0 19 0 4 0 633500985 292040704 2570 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=285196 CPUtime=0.8 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1126 0 0 0 80 0 0 0 19 0 4 0 633500985 292040704 2571 33554432000 4194304 4650419 140733654605360 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 285196

[startup+0.900241 s]
/proc/loadavg: 0.00 0.00 0.04 1/344 27063
/proc/meminfo: memFree=21564320/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=285196 CPUtime=3.57 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 5340 0 0 0 356 1 0 0 19 0 4 0 633500985 292040704 2759 33554432000 4194304 4650419 140733654605360 18446744073709551615 4363562 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 71299 2759 393 112 0 66264 0
[pid=27063/tid=27064] ppid=27061 vsize=285196 CPUtime=0.88 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1322 0 0 0 88 0 0 0 19 0 4 0 633500985 292040704 2759 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=285196 CPUtime=0.89 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1169 0 0 0 89 0 0 0 19 0 4 0 633500985 292040704 2759 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=285196 CPUtime=0.89 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1175 0 0 0 89 0 0 0 19 0 4 0 633500985 292040704 2759 33554432000 4194304 4650419 140733654605360 18446744073709551615 4315047 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 285196

[startup+1.50114 s]
/proc/loadavg: 0.00 0.00 0.04 1/344 27063
/proc/meminfo: memFree=21564320/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=290540 CPUtime=5.96 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 8468 0 0 0 595 1 0 0 20 0 4 0 633500985 297512960 4626 33554432000 4194304 4650419 140733654605360 18446744073709551615 4439366 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 72635 4626 395 112 0 67600 0
[pid=27063/tid=27064] ppid=27061 vsize=290540 CPUtime=1.48 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1817 0 0 0 148 0 0 0 20 0 4 0 633500985 297512960 4626 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=290540 CPUtime=1.49 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1693 0 0 0 149 0 0 0 19 0 4 0 633500985 297512960 4626 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=290540 CPUtime=1.49 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 1654 0 0 0 149 0 0 0 20 0 4 0 633500985 297512960 4626 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290540

[startup+3.10085 s]
/proc/loadavg: 0.00 0.00 0.04 9/356 27080
/proc/meminfo: memFree=21486980/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=283552 CPUtime=12.33 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 16857 0 0 0 1230 3 0 0 25 0 4 0 633500985 290357248 9706 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 70888 9706 395 112 0 65853 0
[pid=27063/tid=27064] ppid=27061 vsize=283552 CPUtime=3.07 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 4042 0 0 0 306 1 0 0 25 0 4 0 633500985 290357248 9706 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=283552 CPUtime=3.08 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 4385 0 0 0 308 0 0 0 25 0 4 0 633500985 290357248 9706 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=283552 CPUtime=3.09 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 3924 0 0 0 309 0 0 0 25 0 4 0 633500985 290357248 9706 33554432000 4194304 4650419 140733654605360 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 283552

[startup+6.30029 s]
/proc/loadavg: 0.64 0.13 0.09 10/356 27080
/proc/meminfo: memFree=21459212/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=285720 CPUtime=25.08 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 25235 0 0 0 2504 4 0 0 25 0 4 0 633500985 292577280 13149 33554432000 4194304 4650419 140733654605360 18446744073709551615 4363460 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 71430 13149 395 112 0 66395 0
[pid=27063/tid=27064] ppid=27061 vsize=285720 CPUtime=6.26 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 6718 0 0 0 625 1 0 0 25 0 4 0 633500985 292577280 13149 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=285720 CPUtime=6.29 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 6771 0 0 0 628 1 0 0 25 0 4 0 633500985 292577280 13149 33554432000 4194304 4650419 140733654605360 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=285720 CPUtime=6.28 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 5274 0 0 0 628 0 0 0 25 0 4 0 633500985 292577280 13149 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 285720

[startup+12.7132 s]
/proc/loadavg: 1.31 0.28 0.13 9/356 27080
/proc/meminfo: memFree=21415124/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=291364 CPUtime=50.67 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 38091 0 0 0 5060 7 0 0 25 0 4 0 633500985 298356736 18273 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 72841 18273 395 112 0 67806 0
[pid=27063/tid=27064] ppid=27061 vsize=291364 CPUtime=12.68 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 10429 0 0 0 1266 2 0 0 25 0 4 0 633500985 298356736 18273 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364521 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=291364 CPUtime=12.7 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 9417 0 0 0 1269 1 0 0 25 0 4 0 633500985 298356736 18273 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=291364 CPUtime=12.7 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 7916 0 0 0 1269 1 0 0 25 0 4 0 633500985 298356736 18273 33554432000 4194304 4650419 140733654605360 18446744073709551615 4306746 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 291364

[startup+25.5009 s]
/proc/loadavg: 2.79 0.66 0.26 10/356 27081
/proc/meminfo: memFree=21362296/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=304776 CPUtime=101.69 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 58822 0 0 0 10156 13 0 0 25 0 4 0 633500985 312090624 24750 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 76194 24750 395 112 0 71159 0
[pid=27063/tid=27064] ppid=27061 vsize=304776 CPUtime=25.47 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 15843 0 0 0 2544 3 0 0 25 0 4 0 633500985 312090624 24750 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=304776 CPUtime=25.48 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 14790 0 0 0 2545 3 0 0 25 0 4 0 633500985 312090624 24750 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=304776 CPUtime=25.49 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 11780 0 0 0 2547 2 0 0 25 0 4 0 633500985 312090624 24750 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 304776

[startup+51.1004 s]
/proc/loadavg: 4.57 1.25 0.46 9/356 27081
/proc/meminfo: memFree=21309680/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=324476 CPUtime=203.82 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 89023 0 0 0 20360 22 0 0 25 0 4 0 633500985 332263424 32723 33554432000 4194304 4650419 140733654605360 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 81119 32723 395 112 0 76084 0
[pid=27063/tid=27064] ppid=27061 vsize=324476 CPUtime=51.07 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 24766 0 0 0 5101 6 0 0 25 0 4 0 633500985 332263424 32723 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=324476 CPUtime=51.1 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 23192 0 0 0 5104 6 0 0 25 0 4 0 633500985 332263424 32723 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=324476 CPUtime=51.1 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 17367 0 0 0 5107 3 0 0 25 0 4 0 633500985 332263424 32723 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 324476

[startup+102.3 s]
/proc/loadavg: 6.59 2.31 0.87 9/356 27083
/proc/meminfo: memFree=21224356/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=390636 CPUtime=408.02 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 134154 0 0 0 40765 37 0 0 25 0 4 0 633500985 400011264 42779 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 97659 42779 395 112 0 92624 0
[pid=27063/tid=27064] ppid=27061 vsize=390636 CPUtime=102.24 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 34621 0 0 0 10216 8 0 0 25 0 4 0 633500985 400011264 42779 33554432000 4194304 4650419 140733654605360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=390636 CPUtime=102.29 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 36723 0 0 0 10217 12 0 0 25 0 4 0 633500985 400011264 42779 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=390636 CPUtime=102.29 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 28322 0 0 0 10222 7 0 0 25 0 4 0 633500985 400011264 42779 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 390636

[startup+162.313 s]

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

[pid=27063] ppid=27061 vsize=506048 CPUtime=2562.03 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 426527 0 0 0 256051 152 0 0 25 0 4 0 633500985 518193152 81547 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 126512 81547 395 112 0 121477 0
[pid=27063/tid=27064] ppid=27061 vsize=506048 CPUtime=642.14 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 114491 0 0 0 64177 37 0 0 25 0 4 0 633500985 518193152 81547 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=506048 CPUtime=642.3 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 116628 0 0 0 64182 48 0 0 25 0 4 0 633500985 518193152 81547 33554432000 4194304 4650419 140733654605360 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=506048 CPUtime=642.29 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 81226 0 0 0 64202 27 0 0 25 0 4 0 633500985 518193152 81547 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.03
Current children cumulated vsize (KiB) 506048

[startup+702.301 s]
/proc/loadavg: 8.06 7.30 4.29 9/356 27129
/proc/meminfo: memFree=21075460/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=510644 CPUtime=2801.4 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 447150 0 0 0 279978 162 0 0 25 0 4 0 633500985 522899456 89333 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 127661 89333 395 112 0 122626 0
[pid=27063/tid=27064] ppid=27061 vsize=510644 CPUtime=702.14 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 120265 0 0 0 70174 40 0 0 25 0 4 0 633500985 522899456 89334 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=510644 CPUtime=702.31 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 124288 0 0 0 70180 51 0 0 25 0 4 0 633500985 522899456 89334 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=510644 CPUtime=702.31 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 85804 0 0 0 70201 30 0 0 25 0 4 0 633500985 522899456 89334 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.4
Current children cumulated vsize (KiB) 510644

[startup+762.3 s]
/proc/loadavg: 8.06 7.44 4.52 9/356 27130
/proc/meminfo: memFree=21064524/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=537228 CPUtime=3040.71 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 465667 0 0 0 303900 171 0 0 25 0 4 0 633500985 550121472 91359 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 134307 91359 395 112 0 129272 0
[pid=27063/tid=27064] ppid=27061 vsize=537228 CPUtime=762.12 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 126439 0 0 0 76170 42 0 0 25 0 4 0 633500985 550121472 91359 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=537228 CPUtime=762.3 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 127913 0 0 0 76177 53 0 0 25 0 4 0 633500985 550121472 91359 33554432000 4194304 4650419 140733654605360 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=537228 CPUtime=762.3 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 90914 0 0 0 76198 32 0 0 25 0 4 0 633500985 550121472 91359 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.71
Current children cumulated vsize (KiB) 537228

[startup+822.313 s]
/proc/loadavg: 8.10 7.57 4.75 9/356 27132
/proc/meminfo: memFree=20985652/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=524836 CPUtime=3280.08 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 486946 0 0 0 327829 179 0 0 25 0 4 0 633500985 537432064 94648 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 131209 94648 395 112 0 126174 0
[pid=27063/tid=27064] ppid=27061 vsize=524836 CPUtime=822.11 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 132309 0 0 0 82167 44 0 0 25 0 4 0 633500985 537432064 94648 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=524836 CPUtime=822.32 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 134397 0 0 0 82176 56 0 0 25 0 4 0 633500985 537432064 94648 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=524836 CPUtime=822.31 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 95391 0 0 0 82197 34 0 0 25 0 4 0 633500985 537432064 94648 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.08
Current children cumulated vsize (KiB) 524836

[startup+882.3 s]
/proc/loadavg: 8.08 7.66 4.96 9/356 27134
/proc/meminfo: memFree=20965412/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=537632 CPUtime=3519.37 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 504618 0 0 0 351749 188 0 0 25 0 4 0 633500985 550535168 100155 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 134408 100155 395 112 0 129373 0
[pid=27063/tid=27064] ppid=27061 vsize=537632 CPUtime=882.09 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 136440 0 0 0 88163 46 0 0 25 0 4 0 633500985 550535168 100155 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=537632 CPUtime=882.3 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 137405 0 0 0 88174 56 0 0 25 0 4 0 633500985 550535168 100155 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=537632 CPUtime=882.3 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 99985 0 0 0 88194 36 0 0 25 0 4 0 633500985 550535168 100155 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.37
Current children cumulated vsize (KiB) 537632

[startup+942.301 s]
/proc/loadavg: 8.11 7.75 5.15 9/356 27135
/proc/meminfo: memFree=20968732/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=579144 CPUtime=3758.7 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 524112 0 0 0 375674 196 0 0 25 0 4 0 633500985 593043456 93209 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 144786 93209 395 112 0 139751 0
[pid=27063/tid=27064] ppid=27061 vsize=579144 CPUtime=942.09 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 141142 0 0 0 94160 49 0 0 25 0 4 0 633500985 593043456 93209 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=579144 CPUtime=942.31 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 143526 0 0 0 94172 59 0 0 25 0 4 0 633500985 593043456 93209 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=579144 CPUtime=942.3 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 102437 0 0 0 94193 37 0 0 25 0 4 0 633500985 593043456 93209 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.7
Current children cumulated vsize (KiB) 579144

[startup+1002.3 s]
/proc/loadavg: 8.11 7.81 5.33 9/356 27137
/proc/meminfo: memFree=20931380/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=526556 CPUtime=3998.03 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 547353 0 0 0 399597 206 0 0 25 0 4 0 633500985 539193344 103348 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 131639 103348 395 112 0 126604 0
[pid=27063/tid=27064] ppid=27061 vsize=526556 CPUtime=1002.07 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 147874 0 0 0 100155 52 0 0 25 0 4 0 633500985 539193344 103348 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=526556 CPUtime=1002.31 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 149384 0 0 0 100169 62 0 0 25 0 4 0 633500985 539193344 103348 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=526556 CPUtime=1002.31 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 106671 0 0 0 100192 39 0 0 25 0 4 0 633500985 539193344 103348 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.03
Current children cumulated vsize (KiB) 526556

[startup+1062.3 s]
/proc/loadavg: 8.23 7.89 5.51 10/357 27141
/proc/meminfo: memFree=20902308/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=605112 CPUtime=4237.05 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 570195 0 0 0 423491 214 0 0 25 0 4 0 633500985 619634688 102338 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 151278 102338 395 112 0 146243 0
[pid=27063/tid=27064] ppid=27061 vsize=605112 CPUtime=1062.05 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 155068 0 0 0 106151 54 0 0 25 0 4 0 633500985 619634688 102338 33554432000 4194304 4650419 140733654605360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=605112 CPUtime=1062.31 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 155114 0 0 0 106167 64 0 0 25 0 4 0 633500985 619634688 102338 33554432000 4194304 4650419 140733654605360 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=605112 CPUtime=1062.31 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 112296 0 0 0 106190 41 0 0 25 0 4 0 633500985 619634688 102338 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.05
Current children cumulated vsize (KiB) 605112

[startup+1122.3 s]
/proc/loadavg: 8.22 7.96 5.69 9/356 27143
/proc/meminfo: memFree=20889928/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=605232 CPUtime=4475.85 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 588819 0 0 0 447361 224 0 0 25 0 4 0 633500985 619757568 108031 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 151308 108031 395 112 0 146273 0
[pid=27063/tid=27064] ppid=27061 vsize=605232 CPUtime=1122.04 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 159456 0 0 0 112148 56 0 0 25 0 4 0 633500985 619757568 108031 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=605232 CPUtime=1122.31 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 160749 0 0 0 112163 68 0 0 25 0 4 0 633500985 619757568 108031 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=605232 CPUtime=1122.3 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 116976 0 0 0 112187 43 0 0 25 0 4 0 633500985 619757568 108031 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.85
Current children cumulated vsize (KiB) 605232

[startup+1182.3 s]
/proc/loadavg: 8.14 7.98 5.83 9/356 27145
/proc/meminfo: memFree=20894104/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=605488 CPUtime=4715.17 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 611266 0 0 0 471282 235 0 0 25 0 4 0 633500985 620019712 107953 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 151372 107953 395 112 0 146337 0
[pid=27063/tid=27064] ppid=27061 vsize=605488 CPUtime=1182.03 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 165868 0 0 0 118143 60 0 0 25 0 4 0 633500985 620019712 107953 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=605488 CPUtime=1182.31 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 167216 0 0 0 118161 70 0 0 25 0 4 0 633500985 620019712 107953 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=605488 CPUtime=1182.31 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 121052 0 0 0 118185 46 0 0 25 0 4 0 633500985 620019712 107953 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.17
Current children cumulated vsize (KiB) 605488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.09 7.98 5.89 9/356 27145
/proc/meminfo: memFree=20888512/32951124 swapFree=67111348/67111528
[pid=27063] ppid=27061 vsize=657684 CPUtime=4800.18 cores=0,2,4,6
/proc/27063/stat : 27063 (strangenight1-m) R 27061 27063 27035 0 -1 4202496 617059 0 0 0 479780 238 0 0 25 0 4 0 633500985 673468416 110113 33554432000 4194304 4650419 140733654605360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27063/statm: 164421 110113 395 112 0 159386 0
[pid=27063/tid=27064] ppid=27061 vsize=657684 CPUtime=1203.34 cores=0,2,4,6
/proc/27063/task/27064/stat : 27064 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 166427 0 0 0 120274 60 0 0 25 0 4 0 633500985 673468416 110113 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27063/tid=27065] ppid=27061 vsize=657684 CPUtime=1203.62 cores=0,2,4,6
/proc/27063/task/27065/stat : 27065 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 168372 0 0 0 120291 71 0 0 25 0 4 0 633500985 673468416 110113 33554432000 4194304 4650419 140733654605360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27063/tid=27066] ppid=27061 vsize=657684 CPUtime=1203.61 cores=0,2,4,6
/proc/27063/task/27066/stat : 27066 (strangenight1-m) R 27061 27063 27035 0 -1 4202560 123370 0 0 0 120315 46 0 0 25 0 4 0 633500985 673468416 110113 33554432000 4194304 4650419 140733654605360 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 657684

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.24
CPU user time (s): 4797.83
CPU system time (s): 2.40463
CPU usage (%): 398.81
Max. virtual memory (cumulated for all children) (KiB): 709400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.40463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617061
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= 480
involuntary context switches= 24708

runsolver used 3.82742 second user time and 9.41157 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 00:07:29
IDJOB=3369025
IDBENCH=83034
IDSOLVER=1846
FILE ID=node144/3369025-1305410849
RUNJOBID= node144-1305410848-27053
PBS_JOBID= 13324517
Free space on /tmp= 73240 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S2061684506-048.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369025-1305410849/watcher-3369025-1305410849 -o /tmp/evaluation-result-3369025-1305410849/solver-3369025-1305410849 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369025-1305410849.cnf

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

MD5SUM BENCH= 96dadba6913c3cf46368b605f559e4b9
RANDOM SEED=336694040

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21564608 kB
Buffers:        289156 kB
Cached:        3623880 kB
SwapCached:          0 kB
Active:        8172088 kB
Inactive:      2868192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21564608 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6208 kB
Writeback:           0 kB
AnonPages:     7127372 kB
Mapped:          26252 kB
Slab:           244712 kB
PageTables:      36840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81970412 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= 73228 MiB
End job on node144 at 2011-05-15 00:27:34