Trace number 3175416

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.25 1201.63

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.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-3175416-1304123156.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.01 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:     219 undec:      59 neg:     222
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       483      2104         0         0      6398         0   no data   no data  --
0.37/0.10	c Decided on static restart strategy
0.77/0.20	c  N st     8      4917       483      2104         0      4825      6398    112559   no data   no data  --
1.58/0.40	c  N st    10     11299       483      2104         0      4483      6398     76852   no data   no data  --
2.38/0.67	c  N st    11     17043       483      2104         0     10095      6398    206775   no data   no data  --
3.99/1.05	c  F st    12     25000       483      2104         0     12357      6398    258713   no data   no data  --
3.99/1.05	c  N st    12     25000       483      2104         0     12357      6398    258713   no data   no data  --
4.77/1.29	c Decided on static restart strategy
4.77/1.29	c  N st    18     30000       483      2104         0     10670      6398    196641   no data   no data  --
4.77/1.29	c  S st    18     30000       483      2104         0     10670      6398    196641   no data   no data  --
5.17/1.32	c  S st    18     30501       483      2104         0     11171      6398    208173   no data   no data  --
5.17/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
5.17/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.53	c lits-rem:       129  cl-subs:      618  v-elim:      0  v-fix:    0  time:  0.78 s
5.97/1.54	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.03
5.97/1.54	c calculated reachability. Time: 0.00
5.97/1.54	c  N st    18     30501       483      2104         0     10553      6398    192969   no data   no data  --
7.57/1.94	c  N st    20     37613       483      2104         0      9828      6398    158127   no data   no data  --
9.16/2.33	c  N st    21     44012       483      2104         0     16096      6398    312130   no data   no data  --
9.56/2.46	c  S st    22     45752       483      2104         0      9048      6398    124480   no data   no data  --
9.56/2.49	c  S st    22     46255       483      2104         0      9550      6398    135908   no data   no data  --
9.56/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
9.56/2.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.58	c lits-rem:        52  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.34 s
9.96/2.58	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
9.96/2.58	c vivif2 --  cl tried     9502 cl shrink        0 lits rem          0 time: 0.00
9.96/2.59	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.03
9.96/2.59	c calculated reachability. Time: 0.00
9.96/2.59	c  N st    22     46255       483      2104         0      9502      6398    134622   no data   no data  --
13.96/3.55	c  N st    23     60652       483      2104         0     13816      6398    220830   no data   no data  --
16.76/4.24	c  N st    24     69385       483      2104         0     11620      6398    165696   no data   no data  --
16.76/4.24	c  S st    24     69385       483      2104         0     11620      6398    165696   no data   no data  --
16.76/4.27	c  S st    24     69891       483      2104         0     12124      6398    176971   no data   no data  --
16.76/4.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.76/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.76/4.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
16.76/4.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.58/4.45	c lits-rem:        27  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.70 s
17.58/4.45	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
17.58/4.46	c vivif2 --  cl tried    11997 cl shrink        0 lits rem          0 time: 0.01
17.58/4.46	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.04
17.58/4.46	c calculated reachability. Time: 0.00
17.58/4.46	c  N st    24     69891       483      2104         0     11997      6398    174059   no data   no data  --
22.75/5.76	c  F st    25     87500       483      2104         0     17474      6398    301538   no data   no data  --
22.75/5.76	c  N st    25     87500       483      2104         0     17474      6398    301538   no data   no data  --
24.35/6.16	c Decided on static restart strategy
25.55/6.44	c  N st    32     95537       483      2104         0     25384      6398    494831   no data   no data  --
28.34/7.13	c  N st    34    104836       483      2104         0     21764      6398    375009   no data   no data  --
28.34/7.13	c  S st    34    104836       483      2104         0     21764      6398    375009   no data   no data  --
28.34/7.18	c  S st    34    105340       483      2104         0     22267      6398    386720   no data   no data  --
28.34/7.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
28.74/7.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
28.74/7.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.93/8.03	c lits-rem:       306  cl-subs:      876  v-elim:      0  v-fix:    0  time:  3.33 s
31.93/8.03	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
31.93/8.03	c vivif2 --  cl tried    21391 cl shrink        0 lits rem          0 time: 0.02
31.93/8.05	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.06
31.93/8.05	c calculated reachability. Time: 0.00
31.93/8.05	c  N st    34    105340       483      2104         0     21391      6398    365527   no data   no data  --
34.74/8.76	c  N st    35    114938       483      2104         0     17089      6398    245264   no data   no data  --
39.92/10.04	c  N st    36    129335       483      2104         0     16519      6398    218189   no data   no data  --
47.12/11.88	c  N st    37    150931       483      2104         0     22010      6398    341872   no data   no data  --
49.91/12.56	c  S st    38    158010       483      2104         0     28932      6398    507111   no data   no data  --
50.31/12.63	c  S st    38    158516       483      2104         0     29437      6398    518757   no data   no data  --
50.31/12.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.31/12.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.31/12.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
50.31/12.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.31/12.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
50.31/12.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.30/14.19	c lits-rem:       702  cl-subs:     1367  v-elim:      0  v-fix:    0  time:  6.11 s
56.30/14.19	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
56.30/14.19	c vivif2 --  cl tried    28070 cl shrink        0 lits rem          0 time: 0.02
56.72/14.22	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.09
56.72/14.22	c calculated reachability. Time: 0.00
56.72/14.22	c  N st    38    158516       483      2104         0     28070      6398    485293   no data   no data  --
75.88/19.08	c  N st    39    207104       483      2104         0     22672      6398    312565   no data   no data  --
90.26/22.60	c  N st    40    237774       483      2104         0     32967      6398    529420   no data   no data  --
90.26/22.60	c  S st    40    237774       483      2104         0     32967      6398    529420   no data   no data  --
90.26/22.69	c  S st    40    238278       483      2104         0     33469      6398    541011   no data   no data  --
90.26/22.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.26/22.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.66/22.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
90.66/22.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.66/22.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.66/22.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
90.66/22.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.45/24.49	c lits-rem:       538  cl-subs:     2276  v-elim:      0  v-fix:    0  time:  7.08 s
97.45/24.49	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
97.85/24.50	c vivif2 --  cl tried    31193 cl shrink        0 lits rem          0 time: 0.02
97.85/24.52	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.10
97.85/24.52	c calculated reachability. Time: 0.00
97.85/24.52	c  N st    40    238278       483      2104         0     31193      6398    492982   no data   no data  --
129.81/32.57	c  F st    41    306251       483      2104         0     33205      6398    511452   no data   no data  --
129.81/32.57	c  N st    41    306251       483      2104         0     33205      6398    511452   no data   no data  --
132.21/33.17	c Decided on static restart strategy
143.80/36.07	c  N st    51    334550       483      2104         0     37537      6398    597175   no data   no data  --
156.18/39.13	c  N st    53    357417       483      2104         0     35427      6398    525281   no data   no data  --
156.18/39.13	c  S st    53    357417       483      2104         0     35427      6398    525281   no data   no data  --
156.58/39.22	c  S st    53    357919       483      2104         0     35929      6398    536549   no data   no data  --
156.58/39.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.58/39.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.58/39.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
156.58/39.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.58/39.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.58/39.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
156.58/39.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
162.60/40.79	c lits-rem:       506  cl-subs:     1311  v-elim:      0  v-fix:    0  time:  6.13 s
162.60/40.79	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
162.97/40.80	c vivif2 --  cl tried    34618 cl shrink        0 lits rem          0 time: 0.02
162.97/40.83	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.11
162.97/40.83	c calculated reachability. Time: 0.00
162.97/40.83	c  N st    53    357919       483      2104         0     34618      6398    506430   no data   no data  --
182.95/45.80	c  N st    54    390311       483      2104         0     40875      6398    636700   no data   no data  --
209.72/52.58	c  N st    55    438900       483      2104         0     34515      6398    448258   no data   no data  --
250.49/62.76	c  N st    56    511783       483      2104         0     48036      6398    737863   no data   no data  --
265.25/66.40	c  N st    57    536879       483      2104         0     42318      6398    598170   no data   no data  --
265.25/66.40	c  S st    57    536879       483      2104         0     42318      6398    598170   no data   no data  --
265.65/66.51	c  S st    57    537382       483      2104         0     42819      6398    610400   no data   no data  --
265.65/66.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.65/66.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.65/66.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
265.65/66.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.65/66.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.65/66.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
265.65/66.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.84/68.39	c lits-rem:       750  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  7.38 s
272.84/68.39	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
273.24/68.40	c vivif2 --  cl tried    41277 cl shrink        0 lits rem          0 time: 0.03
273.24/68.44	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.15
273.24/68.44	c calculated reachability. Time: 0.00
273.24/68.44	c  N st    57    537382       483      2104         0     41277      6398    575577   no data   no data  --
382.71/95.82	c  N st    58    701366       483      2104         0     35305      6398    353804   no data   no data  --
454.63/113.81	c  N st    59    806074       483      2104         0     64102      6398   1019622   no data   no data  --
454.63/113.81	c  S st    59    806074       483      2104         0     64102      6398   1019622   no data   no data  --
455.03/114.00	c  S st    59    806575       483      2104         0     64602      6398   1031026   no data   no data  --
455.43/114.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
455.43/114.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
455.43/114.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
455.43/114.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.43/114.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.43/114.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
455.43/114.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
468.60/117.37	c lits-rem:       458  cl-subs:     5012  v-elim:      0  v-fix:    0  time: 13.20 s
468.60/117.37	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
468.60/117.38	c vivif2 --  cl tried    59590 cl shrink        0 lits rem          0 time: 0.04
469.00/117.44	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.27
469.00/117.45	c calculated reachability. Time: 0.00
469.00/117.45	c  N st    59    806575       483      2104         0     59590      6398    924645   no data   no data  --
673.96/168.73	c  F st    60   1071876       483      2104         0     75411      6398   1179230   no data   no data  --
673.96/168.73	c  N st    60   1071876       483      2104         0     75411      6398   1179230   no data   no data  --
679.15/170.03	c Decided on static restart strategy
699.12/175.06	c  N st    70   1100180       483      2104         0     59465      6398    797968   no data   no data  --
734.68/183.97	c  N st    72   1136172       483      2104         0     49789      6398    545098   no data   no data  --
762.25/190.84	c  N st    73   1168565       483      2104         0     81426      6398   1311370   no data   no data  --
795.02/199.07	c  N st    74   1209864       483      2104         0     75970      6398   1207946   no data   no data  --
795.02/199.07	c  S st    74   1209864       483      2104         0     75970      6398   1207946   no data   no data  --
795.80/199.29	c  S st    74   1210369       483      2104         0     76473      6398   1219602   no data   no data  --
795.80/199.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
795.80/199.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.20/199.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
796.20/199.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
796.20/199.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.20/199.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
796.20/199.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
810.19/202.88	c lits-rem:       321  cl-subs:     3212  v-elim:      0  v-fix:    0  time: 14.04 s
810.19/202.88	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
810.59/202.90	c vivif2 --  cl tried    73261 cl shrink        0 lits rem          0 time: 0.06
810.59/202.99	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.36
810.59/202.99	c calculated reachability. Time: 0.00
810.59/202.99	c  N st    74   1210369       483      2104         0     73261      6398   1142824   no data   no data  --
882.91/221.07	c  N st    75   1283252       483      2104         0     49752      6398    497391   no data   no data  --
993.17/248.65	c  N st    76   1392576       483      2104         0     57880      6398    666991   no data   no data  --
1157.34/289.74	c  N st    77   1556560       483      2104         0     62669      6398    734842   no data   no data  --
1319.54/330.35	c  N st    78   1710371       483      2104         0    104447      6398   1772112   no data   no data  --
1319.54/330.35	c  S st    78   1710371       483      2104         0    104447      6398   1772112   no data   no data  --
1321.15/330.72	c  S st    78   1710873       483      2104         0    104949      6398   1783875   no data   no data  --
1321.15/330.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1321.15/330.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1321.15/330.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1321.55/330.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1321.55/330.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1321.55/330.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1321.55/330.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1372.28/343.58	c lits-rem:       238  cl-subs:     7842  v-elim:      0  v-fix:    0  time: 50.88 s
1372.28/343.58	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
1372.68/343.60	c vivif2 --  cl tried    97107 cl shrink        0 lits rem          0 time: 0.08
1373.08/343.74	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.56
1373.08/343.74	c calculated reachability. Time: 0.00
1373.08/343.74	c  N st    78   1710873       483      2104         0     97107      6398   1591335   no data   no data  --
1776.97/444.88	c  N st    79   2079838       483      2104         0    109461      6398   1806019   no data   no data  --
1940.77/485.87	c  N st    80   2210873       483      2104         0    112902      6398   1815904   no data   no data  --
1940.77/485.87	c  S st    80   2210873       483      2104         0    112902      6398   1815904   no data   no data  --
1942.39/486.24	c  S st    80   2211378       483      2104         0    113406      6398   1827634   no data   no data  --
1942.39/486.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1942.39/486.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1942.77/486.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1942.77/486.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1942.77/486.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1942.77/486.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1942.77/486.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1994.72/499.37	c lits-rem:       265  cl-subs:     6734  v-elim:      0  v-fix:    0  time: 51.95 s
1994.72/499.37	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
1994.72/499.39	c vivif2 --  cl tried   106672 cl shrink        0 lits rem          0 time: 0.09
1995.50/499.55	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.63
1995.50/499.55	c calculated reachability. Time: 0.00
1995.50/499.55	c  N st    80   2211378       483      2104         0    106672      6398   1675088   no data   no data  --
2579.15/645.62	c  N st    81   2711378       483      2104         0    129320      6398   2021186   no data   no data  --
2579.15/645.62	c  S st    81   2711378       483      2104         0    129320      6398   2021186   no data   no data  --
2580.72/646.09	c  S st    81   2711881       483      2104         0    129823      6398   2032389   no data   no data  --
2580.72/646.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2580.72/646.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2581.12/646.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2581.52/646.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2581.52/646.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2581.52/646.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
2581.52/646.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2661.82/666.35	c lits-rem:       379  cl-subs:    13602  v-elim:      0  v-fix:    0  time: 80.36 s
2661.82/666.35	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
2661.82/666.38	c vivif2 --  cl tried   116221 cl shrink        0 lits rem          0 time: 0.10
2662.63/666.54	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.65
2662.63/666.54	c calculated reachability. Time: 0.00
2662.63/666.54	c  N st    81   2711881       483      2104         0    116221      6398   1764446   no data   no data  --
3323.36/831.96	c  N st    82   3211883       483      2104         0     92739      6398   1106183   no data   no data  --
3323.36/831.96	c  S st    82   3211883       483      2104         0     92739      6398   1106183   no data   no data  --
3324.56/832.26	c  S st    82   3212384       483      2104         0     93239      6398   1117970   no data   no data  --
3324.56/832.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3324.56/832.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3324.96/832.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3324.96/832.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3324.96/832.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3324.96/832.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
3324.96/832.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3335.37/834.97	c lits-rem:       485  cl-subs:     2850  v-elim:      0  v-fix:    0  time: 10.44 s
3335.37/834.97	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
3335.37/834.98	c vivif2 --  cl tried    90389 cl shrink        0 lits rem          0 time: 0.06
3335.74/835.09	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.45
3336.14/835.10	c calculated reachability. Time: 0.00
3336.14/835.10	c  N st    82   3212384       483      2104         0     90389      6398   1057212   no data   no data  --
4042.00/1011.89	c  N st    83   3712385       483      2104         0    100987      6398   1197129   no data   no data  --
4042.00/1011.89	c  S st    83   3712385       483      2104         0    100987      6398   1197129   no data   no data  --
4043.19/1012.16	c  S st    83   3712887       483      2104         0    101489      6398   1209311   no data   no data  --
4043.19/1012.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4043.19/1012.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4043.59/1012.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
4043.59/1012.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4043.59/1012.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4043.59/1012.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
4043.59/1012.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4056.78/1015.52	c lits-rem:        37  cl-subs:     3906  v-elim:      0  v-fix:    0  time: 13.00 s
4056.78/1015.52	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
4056.78/1015.53	c vivif2 --  cl tried    97583 cl shrink        0 lits rem          0 time: 0.06
4057.18/1015.66	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.50
4057.18/1015.66	c calculated reachability. Time: 0.00
4057.18/1015.66	c  N st    83   3712887       483      2104         0     97583      6398   1129327   no data   no data  --
4114.30/1029.92	c  F st    84   3751562       483      2104         0    135190      6398   1984333   no data   no data  --
4114.30/1029.92	c  N st    84   3751562       483      2104         0    135190      6398   1984333   no data   no data  --
4125.48/1032.79	c Decided on static restart strategy
4172.62/1044.54	c  N st    94   3779867       483      2104         0    162749      6398   2638130   no data   no data  --
4232.13/1059.45	c  N st    96   3815861       483      2104         0    115422      6398   1543641   no data   no data  --
4288.07/1073.44	c  N st    97   3848254       483      2104         0    146977      6398   2297047   no data   no data  --
4356.37/1090.50	c  N st    98   3896842       483      2104         0    110530      6398   1401132   no data   no data  --
4478.21/1121.09	c  N st    99   3969725       483      2104         0     96827      6398   1045155   no data   no data  --
4646.39/1163.15	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: 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-3175416-1304123156/watcher-3175416-1304123156 -o /tmp/evaluation-result-3175416-1304123156/solver-3175416-1304123156 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175416-1304123156.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.76 8.05 8.00 1/175 11870
/proc/meminfo: memFree=29674396/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 504730909 52465664 352 33554432000 4194304 4650419 140733916678928 18446744073709551615 47201303541680 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 12809 352 303 112 0 7774 0
[pid=11870/tid=11871] ppid=11868 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 504730909 52465664 352 33554432000 4194304 4650419 140733916678928 18446744073709551615 47201303541682 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 504730909 52465664 352 33554432000 4194304 4650419 140733916678928 18446744073709551615 254273414198 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 504730909 52465664 352 33554432000 4194304 4650419 140733916678928 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.09507 s]
/proc/loadavg: 7.76 8.05 8.00 1/175 11870
/proc/meminfo: memFree=29674396/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=282504 CPUtime=0.35 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 1652 0 0 0 35 0 0 0 18 0 4 0 504730909 289284096 1538 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 70626 1538 391 112 0 65591 0
[pid=11870/tid=11871] ppid=11868 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 310 0 0 0 9 0 0 0 25 0 4 0 504730909 289284096 1538 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=282504 CPUtime=0.08 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 362 0 0 0 8 0 0 0 18 0 4 0 504730909 289284096 1538 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=282504 CPUtime=0.08 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 222 0 0 0 8 0 0 0 25 0 4 0 504730909 289284096 1538 33554432000 4194304 4650419 140733916678928 18446744073709551615 4333569 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 282504

[startup+0.101068 s]
/proc/loadavg: 7.76 8.05 8.00 1/175 11870
/proc/meminfo: memFree=29674396/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=282504 CPUtime=0.37 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 1686 0 0 0 37 0 0 0 18 0 4 0 504730909 289284096 1572 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 70626 1573 391 112 0 65591 0
[pid=11870/tid=11871] ppid=11868 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 324 0 0 0 9 0 0 0 25 0 4 0 504730909 289284096 1573 33554432000 4194304 4650419 140733916678928 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 368 0 0 0 9 0 0 0 18 0 4 0 504730909 289284096 1573 33554432000 4194304 4650419 140733916678928 18446744073709551615 4310792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=282504 CPUtime=0.09 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 232 0 0 0 9 0 0 0 25 0 4 0 504730909 289284096 1573 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282504

[startup+0.301002 s]
/proc/loadavg: 7.76 8.05 8.00 1/175 11870
/proc/meminfo: memFree=29674396/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=283736 CPUtime=1.17 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 2781 0 0 0 117 0 0 0 18 0 4 0 504730909 290545664 2118 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 70934 2118 393 112 0 65899 0
[pid=11870/tid=11871] ppid=11868 vsize=283736 CPUtime=0.29 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 592 0 0 0 29 0 0 0 25 0 4 0 504730909 290545664 2118 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=283736 CPUtime=0.29 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 638 0 0 0 29 0 0 0 18 0 4 0 504730909 290545664 2118 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=283736 CPUtime=0.29 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 508 0 0 0 29 0 0 0 25 0 4 0 504730909 290545664 2118 33554432000 4194304 4650419 140733916678928 18446744073709551615 4331074 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283736

[startup+0.700932 s]
/proc/loadavg: 7.76 8.05 8.00 1/175 11870
/proc/meminfo: memFree=29674396/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=285076 CPUtime=2.78 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 4607 0 0 0 277 1 0 0 18 0 4 0 504730909 291917824 2587 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 71269 2587 393 112 0 66234 0
[pid=11870/tid=11871] ppid=11868 vsize=285076 CPUtime=0.69 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 991 0 0 0 69 0 0 0 25 0 4 0 504730909 291917824 2587 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=285076 CPUtime=0.69 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 1170 0 0 0 69 0 0 0 18 0 4 0 504730909 291917824 2587 33554432000 4194304 4650419 140733916678928 18446744073709551615 4363482 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=285076 CPUtime=0.69 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 1011 0 0 0 69 0 0 0 25 0 4 0 504730909 291917824 2588 33554432000 4194304 4650419 140733916678928 18446744073709551615 4333771 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285076

[startup+1.50079 s]
/proc/loadavg: 7.76 8.05 8.00 10/184 11904
/proc/meminfo: memFree=29656160/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=277308 CPUtime=5.97 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 8550 0 0 0 596 1 0 0 20 0 4 0 504730909 283963392 4716 33554432000 4194304 4650419 140733916678928 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 69327 4716 395 112 0 64292 0
[pid=11870/tid=11871] ppid=11868 vsize=277308 CPUtime=1.49 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 1780 0 0 0 149 0 0 0 25 0 4 0 504730909 283963392 4716 33554432000 4194304 4650419 140733916678928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=277308 CPUtime=1.49 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 1783 0 0 0 149 0 0 0 20 0 4 0 504730909 283963392 4716 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=277308 CPUtime=1.48 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 1576 0 0 0 148 0 0 0 25 0 4 0 504730909 283963392 4716 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 277308

[startup+3.10051 s]
/proc/loadavg: 7.76 8.05 8.00 9/184 11904
/proc/meminfo: memFree=29620696/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=285580 CPUtime=12.37 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 16661 0 0 0 1234 3 0 0 25 0 4 0 504730909 292433920 9387 33554432000 4194304 4650419 140733916678928 18446744073709551615 4314835 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 71395 9387 395 112 0 66360 0
[pid=11870/tid=11871] ppid=11868 vsize=285580 CPUtime=3.09 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 4012 0 0 0 309 0 0 0 25 0 4 0 504730909 292433920 9387 33554432000 4194304 4650419 140733916678928 18446744073709551615 4303968 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=285580 CPUtime=3.08 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 4499 0 0 0 308 0 0 0 25 0 4 0 504730909 292433920 9387 33554432000 4194304 4650419 140733916678928 18446744073709551615 4330176 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=285580 CPUtime=3.07 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 3605 0 0 0 307 0 0 0 25 0 4 0 504730909 292433920 9387 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 285580

[startup+6.30094 s]
/proc/loadavg: 7.78 8.05 8.00 9/184 11904
/proc/meminfo: memFree=29587588/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=291332 CPUtime=25.15 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 25285 0 0 0 2511 4 0 0 25 0 4 0 504730909 298323968 12905 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 72833 12905 395 112 0 67798 0
[pid=11870/tid=11871] ppid=11868 vsize=291332 CPUtime=6.28 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 6795 0 0 0 628 0 0 0 25 0 4 0 504730909 298323968 12905 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=291332 CPUtime=6.28 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 7269 0 0 0 627 1 0 0 25 0 4 0 504730909 298323968 12905 33554432000 4194304 4650419 140733916678928 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=291332 CPUtime=6.26 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 4600 0 0 0 626 0 0 0 25 0 4 0 504730909 298323968 12905 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291332

[startup+12.7008 s]
/proc/loadavg: 7.79 8.05 8.00 9/184 11904
/proc/meminfo: memFree=29554652/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=292136 CPUtime=50.71 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 39682 0 0 0 5064 7 0 0 25 0 4 0 504730909 299147264 18601 33554432000 4194304 4650419 140733916678928 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 73034 18601 395 112 0 67999 0
[pid=11870/tid=11871] ppid=11868 vsize=292136 CPUtime=12.69 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 10669 0 0 0 1268 1 0 0 25 0 4 0 504730909 299147264 18601 33554432000 4194304 4650419 140733916678928 18446744073709551615 4363883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=292136 CPUtime=12.68 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 9870 0 0 0 1266 2 0 0 25 0 4 0 504730909 299147264 18601 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=292136 CPUtime=12.63 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 7012 0 0 0 1262 1 0 0 25 0 4 0 504730909 299147264 18601 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 292136

[startup+25.5005 s]
/proc/loadavg: 7.91 8.06 8.00 9/184 11904
/proc/meminfo: memFree=29502752/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=300516 CPUtime=101.85 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 59648 0 0 0 10174 11 0 0 25 0 4 0 504730909 307728384 26839 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 75129 26839 395 112 0 70094 0
[pid=11870/tid=11871] ppid=11868 vsize=300516 CPUtime=25.49 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 16662 0 0 0 2547 2 0 0 25 0 4 0 504730909 307728384 26839 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=300516 CPUtime=25.48 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 15582 0 0 0 2545 3 0 0 25 0 4 0 504730909 307728384 26839 33554432000 4194304 4650419 140733916678928 18446744073709551615 4330472 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=300516 CPUtime=25.36 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 10132 0 0 0 2535 1 0 0 25 0 4 0 504730909 307728384 26839 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 300516

[startup+51.101 s]
/proc/loadavg: 7.94 8.06 8.00 9/184 11905
/proc/meminfo: memFree=29448396/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=309356 CPUtime=204.12 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 92436 0 0 0 20391 21 0 0 25 0 4 0 504730909 316780544 34338 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 77339 34338 395 112 0 72304 0
[pid=11870/tid=11871] ppid=11868 vsize=309356 CPUtime=51.09 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 27157 0 0 0 5104 5 0 0 25 0 4 0 504730909 316780544 34338 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=309356 CPUtime=51.08 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 24780 0 0 0 5103 5 0 0 25 0 4 0 504730909 316780544 34338 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=309356 CPUtime=50.84 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 14577 0 0 0 5081 3 0 0 25 0 4 0 504730909 316780544 34339 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 309356

[startup+102.307 s]
/proc/loadavg: 8.05 8.06 8.00 9/184 11906
/proc/meminfo: memFree=29377684/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=301012 CPUtime=408.69 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 141533 0 0 0 40835 34 0 0 25 0 4 0 504730909 308236288 42175 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 75253 42175 395 112 0 70218 0
[pid=11870/tid=11871] ppid=11868 vsize=301012 CPUtime=102.3 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 41335 0 0 0 10221 9 0 0 25 0 4 0 504730909 308236288 42175 33554432000 4194304 4650419 140733916678928 18446744073709551615 4541168 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=301012 CPUtime=102.29 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 38292 0 0 0 10220 9 0 0 25 0 4 0 504730909 308236288 42175 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=301012 CPUtime=101.8 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 23218 0 0 0 10175 5 0 0 25 0 4 0 504730909 308236288 42175 33554432000 4194304 4650419 140733916678928 18446744073709551615 4370465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 301012

[startup+162.3 s]

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

[pid=11870] ppid=11868 vsize=552752 CPUtime=2565.97 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 441030 0 0 0 256443 154 0 0 25 0 4 0 504730909 566018048 84818 33554432000 4194304 4650419 140733916678928 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 138188 84818 395 112 0 133153 0
[pid=11870/tid=11871] ppid=11868 vsize=552752 CPUtime=642.3 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 130187 0 0 0 64186 44 0 0 25 0 4 0 504730909 566018048 84818 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=552752 CPUtime=642.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 119099 0 0 0 64190 40 0 0 25 0 4 0 504730909 566018048 84818 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=552752 CPUtime=639.09 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 67129 0 0 0 63884 25 0 0 25 0 4 0 504730909 566018048 84818 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.97
Current children cumulated vsize (KiB) 552752

[startup+702.3 s]
/proc/loadavg: 8.10 8.11 8.03 9/184 11952
/proc/meminfo: memFree=28908872/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=607284 CPUtime=2805.63 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 467834 0 0 0 280398 165 0 0 25 0 4 0 504730909 621858816 99304 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 151821 99304 395 112 0 146786 0
[pid=11870/tid=11871] ppid=11868 vsize=607284 CPUtime=702.3 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 138415 0 0 0 70182 48 0 0 25 0 4 0 504730909 621858816 99304 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=607284 CPUtime=702.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 125732 0 0 0 70186 44 0 0 25 0 4 0 504730909 621858816 99304 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=607284 CPUtime=698.76 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 71059 0 0 0 69849 27 0 0 25 0 4 0 504730909 621858816 99304 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.63
Current children cumulated vsize (KiB) 607284

[startup+762.307 s]
/proc/loadavg: 8.08 8.10 8.03 9/184 11954
/proc/meminfo: memFree=28888616/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=607392 CPUtime=3045.34 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 487004 0 0 0 304359 175 0 0 25 0 4 0 504730909 621969408 105015 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 151848 105015 395 112 0 146813 0
[pid=11870/tid=11871] ppid=11868 vsize=607392 CPUtime=762.32 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 141892 0 0 0 76182 50 0 0 25 0 4 0 504730909 621969408 105015 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=607392 CPUtime=762.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 132112 0 0 0 76183 47 0 0 25 0 4 0 504730909 621969408 105015 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=607392 CPUtime=758.47 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 73547 0 0 0 75818 29 0 0 25 0 4 0 504730909 621969408 105015 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.34
Current children cumulated vsize (KiB) 607392

[startup+822.301 s]
/proc/loadavg: 8.13 8.11 8.04 9/184 11956
/proc/meminfo: memFree=28854984/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=607540 CPUtime=3285.02 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 507283 0 0 0 328317 185 0 0 25 0 4 0 504730909 622120960 99950 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 151885 99950 395 112 0 146850 0
[pid=11870/tid=11871] ppid=11868 vsize=607540 CPUtime=822.31 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 147559 0 0 0 82179 52 0 0 25 0 4 0 504730909 622120960 99950 33554432000 4194304 4650419 140733916678928 18446744073709551615 4333924 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=607540 CPUtime=822.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 139955 0 0 0 82180 50 0 0 25 0 4 0 504730909 622120960 99950 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=607540 CPUtime=818.14 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 76790 0 0 0 81784 30 0 0 25 0 4 0 504730909 622120960 99950 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3285.02
Current children cumulated vsize (KiB) 607540

[startup+882.3 s]
/proc/loadavg: 8.14 8.12 8.04 9/184 11957
/proc/meminfo: memFree=28840820/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=621032 CPUtime=3524.69 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 526657 0 0 0 352277 192 0 0 25 0 4 0 504730909 635936768 108540 33554432000 4194304 4650419 140733916678928 18446744073709551615 4363604 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 155258 108540 395 112 0 150223 0
[pid=11870/tid=11871] ppid=11868 vsize=621032 CPUtime=882.3 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 152305 0 0 0 88177 53 0 0 25 0 4 0 504730909 635936768 108540 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366849 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=621032 CPUtime=882.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 147201 0 0 0 88177 53 0 0 25 0 4 0 504730909 635936768 108540 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=621032 CPUtime=877.82 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 80741 0 0 0 87750 32 0 0 25 0 4 0 504730909 635936768 108540 33554432000 4194304 4650419 140733916678928 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.69
Current children cumulated vsize (KiB) 621032

[startup+942.301 s]
/proc/loadavg: 8.10 8.11 8.04 9/184 11959
/proc/meminfo: memFree=28784340/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=627196 CPUtime=3764.37 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 544701 0 0 0 376237 200 0 0 25 0 4 0 504730909 642248704 112116 33554432000 4194304 4650419 140733916678928 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 156799 112116 395 112 0 151764 0
[pid=11870/tid=11871] ppid=11868 vsize=627196 CPUtime=942.31 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 157115 0 0 0 94175 56 0 0 25 0 4 0 504730909 642248704 112116 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=627196 CPUtime=942.31 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 153393 0 0 0 94175 56 0 0 25 0 4 0 504730909 642248704 112116 33554432000 4194304 4650419 140733916678928 18446744073709551615 4311491 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=627196 CPUtime=937.51 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 82066 0 0 0 93718 33 0 0 25 0 4 0 504730909 642248704 112116 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.37
Current children cumulated vsize (KiB) 627196

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 8.04 9/184 11960
/proc/meminfo: memFree=28829300/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=641632 CPUtime=4004.04 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 562417 0 0 0 400196 208 0 0 25 0 4 0 504730909 657031168 114321 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 160408 114321 395 112 0 155373 0
[pid=11870/tid=11871] ppid=11868 vsize=641632 CPUtime=1002.32 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 163676 0 0 0 100172 60 0 0 25 0 4 0 504730909 657031168 114321 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=641632 CPUtime=1002.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 156541 0 0 0 100174 56 0 0 25 0 4 0 504730909 657031168 114321 33554432000 4194304 4650419 140733916678928 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=641632 CPUtime=997.18 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 86683 0 0 0 99683 35 0 0 25 0 4 0 504730909 657031168 114321 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.04
Current children cumulated vsize (KiB) 641632

[startup+1062.3 s]
/proc/loadavg: 8.07 8.10 8.04 9/184 11962
/proc/meminfo: memFree=28859772/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=590284 CPUtime=4243.72 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 579004 0 0 0 424155 217 0 0 25 0 4 0 504730909 604450816 104462 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 147571 104462 395 112 0 142536 0
[pid=11870/tid=11871] ppid=11868 vsize=590284 CPUtime=1062.31 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 169108 0 0 0 106168 63 0 0 25 0 4 0 504730909 604450816 104462 33554432000 4194304 4650419 140733916678928 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=590284 CPUtime=1062.3 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 159198 0 0 0 106173 57 0 0 25 0 4 0 504730909 604450816 104462 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=590284 CPUtime=1056.87 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 89710 0 0 0 105651 36 0 0 25 0 4 0 504730909 604450816 104462 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.72
Current children cumulated vsize (KiB) 590284

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 8.03 9/184 11964
/proc/meminfo: memFree=28807028/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=590524 CPUtime=4483.41 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 598275 0 0 0 448116 225 0 0 25 0 4 0 504730909 604696576 110072 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 147631 110072 395 112 0 142596 0
[pid=11870/tid=11871] ppid=11868 vsize=590524 CPUtime=1122.32 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 173347 0 0 0 112167 65 0 0 25 0 4 0 504730909 604696576 110072 33554432000 4194304 4650419 140733916678928 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=590524 CPUtime=1122.31 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 164146 0 0 0 112172 59 0 0 25 0 4 0 504730909 604696576 110072 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=590524 CPUtime=1116.54 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 93833 0 0 0 111617 37 0 0 25 0 4 0 504730909 604696576 110072 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.41
Current children cumulated vsize (KiB) 590524

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 8.03 9/184 11965
/proc/meminfo: memFree=28812588/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=616812 CPUtime=4723.09 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 617600 0 0 0 472075 234 0 0 25 0 4 0 504730909 631615488 107280 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 154203 107280 395 112 0 149168 0
[pid=11870/tid=11871] ppid=11868 vsize=616812 CPUtime=1182.32 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 179370 0 0 0 118164 68 0 0 25 0 4 0 504730909 631615488 107280 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=616812 CPUtime=1182.31 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 170468 0 0 0 118169 62 0 0 25 0 4 0 504730909 631615488 107280 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=616812 CPUtime=1176.24 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 95607 0 0 0 117585 39 0 0 25 0 4 0 504730909 631615488 107280 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.09
Current children cumulated vsize (KiB) 616812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.00 8.05 8.03 9/184 11966
/proc/meminfo: memFree=28783932/32951124 swapFree=67111348/67111528
[pid=11870] ppid=11868 vsize=695736 CPUtime=4800.2 cores=0,2,4,6
/proc/11870/stat : 11870 (strangenight1-m) R 11868 11870 11762 0 -1 4202496 625574 0 0 0 479783 237 0 0 25 0 4 0 504730909 712433664 111396 33554432000 4194304 4650419 140733916678928 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11870/statm: 173934 111396 395 112 0 168899 0
[pid=11870/tid=11871] ppid=11868 vsize=695736 CPUtime=1201.62 cores=0,2,4,6
/proc/11870/task/11871/stat : 11871 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 181644 0 0 0 120093 69 0 0 25 0 4 0 504730909 712433664 111396 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11870/tid=11872] ppid=11868 vsize=695736 CPUtime=1201.62 cores=0,2,4,6
/proc/11870/task/11872/stat : 11872 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 172541 0 0 0 120099 63 0 0 25 0 4 0 504730909 712433664 111396 33554432000 4194304 4650419 140733916678928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=695736 CPUtime=1195.43 cores=0,2,4,6
/proc/11870/task/11873/stat : 11873 (strangenight1-m) R 11868 11870 11762 0 -1 4202560 96538 0 0 0 119504 39 0 0 25 0 4 0 504730909 712433664 111396 33554432000 4194304 4650419 140733916678928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 695736

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): 1201.63
CPU time (s): 4800.25
CPU user time (s): 4797.86
CPU system time (s): 2.39564
CPU usage (%): 399.477
Max. virtual memory (cumulated for all children) (KiB): 748348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.86
system time used= 2.39563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 625575
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= 169
involuntary context switches= 20878

runsolver used 1.93371 second user time and 4.26635 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 02:25:56
IDJOB=3175416
IDBENCH=83034
IDSOLVER=1588
FILE ID=node140/3175416-1304123156
RUNJOBID= node140-1304121952-11780
PBS_JOBID= 13170742
Free space on /tmp= 72656 MiB

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

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

MD5SUM BENCH= 96dadba6913c3cf46368b605f559e4b9
RANDOM SEED=1494670122

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29674436 kB
Buffers:       1017764 kB
Cached:        1704500 kB
SwapCached:        180 kB
Active:         289044 kB
Inactive:      2497800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29674436 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:       64436 kB
Mapped:          15072 kB
Slab:           426660 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72652 MiB
End job on node140 at 2011-04-30 02:46:00