Trace number 3368753

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)UNSAT 1340.64 338.706

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
MD5SUM9f541a728bb78454d33f408db36e3bd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.08007
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
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-3368753-1305402222.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.90	c calculated reachability. Time: 0.00
0.00/0.90	c Calc default polars -  time:   0.00 s pos:      35 undec:       1 neg:      39
0.00/0.90	c =========================================================================================
0.00/0.90	c types(t): F = full restart, N = normal restart
0.00/0.90	c types(t): S = simplification begin/end, E = solution found
0.00/0.90	c restart types(rt): st = static, dy = dynamic
0.00/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.90	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.90	c Decided on static restart strategy
0.00/0.90	c  N st     8      4915        75      1597         0      4509      7985     77817   no data   no data  --
0.00/0.90	c  N st    10     11302        75      1597         0      4134      7985     57906   no data   no data  --
0.00/0.90	c  N st    11     17047        75      1597         0      9336      7985    148026   no data   no data  --
0.00/0.90	c  F st    12     25000        75      1597         0     11417      7985    177478   no data   no data  --
0.00/0.90	c  N st    12     25000        75      1597         0     11417      7985    177478   no data   no data  --
3.60/1.00	c Decided on static restart strategy
3.60/1.00	c  N st    18     30005        75      1597         0      9794      7985    143141   no data   no data  --
3.60/1.00	c  S st    18     30005        75      1597         0      9794      7985    143141   no data   no data  --
3.60/1.00	c  S st    18     30509        75      1597         0     10269      7985    151610   no data   no data  --
3.60/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.60/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.60/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.60/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.60/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.60/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.60/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.41/1.20	c lits-rem:      1646  cl-subs:     2534  v-elim:      0  v-fix:    0  time:  0.86 s
4.41/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.14
4.41/1.20	c calculated reachability. Time: 0.00
4.41/1.20	c  N st    18     30509        75      1597         0      7735      7985    111451   no data   no data  --
6.36/1.60	c  N st    20     37620        75      1597         0      7122      7985     92556   no data   no data  --
6.76/1.73	c  N st    21     44019        75      1597         0     12888      7985    185792   no data   no data  --
7.16/1.82	c  S st    22     45764        75      1597         0     14469      7985    212948   no data   no data  --
7.16/1.86	c  S st    22     46272        75      1597         0     14935      7985    221443   no data   no data  --
7.16/1.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.16/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.16/1.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.16/2.82	c lits-rem:      2217  cl-subs:     2823  v-elim:      0  v-fix:    0  time:  3.76 s
11.16/2.82	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.16/2.82	c vivif2 --  cl tried    12112 cl shrink        0 lits rem          0 time: 0.01
11.16/2.87	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
11.16/2.87	c calculated reachability. Time: 0.00
11.16/2.87	c  N st    22     46272        75      1597         0     12112      7985    176083   no data   no data  --
13.94/3.52	c  N st    23     60670        75      1597         0     17090      7985    242133   no data   no data  --
15.54/3.93	c  N st    24     69409        75      1597         0     16080      7985    223311   no data   no data  --
15.54/3.93	c  S st    24     69409        75      1597         0     16080      7985    223311   no data   no data  --
15.54/3.97	c  S st    24     69913        75      1597         0     16557      7985    231800   no data   no data  --
15.54/3.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.54/3.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.54/3.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.54/3.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.54/3.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.93/5.03	c lits-rem:      2329  cl-subs:     3434  v-elim:      0  v-fix:    0  time:  4.22 s
19.93/5.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.93/5.04	c vivif2 --  cl tried    13123 cl shrink        0 lits rem          0 time: 0.01
19.93/5.09	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.23
19.93/5.09	c calculated reachability. Time: 0.00
19.93/5.09	c  N st    24     69913        75      1597         0     13123      7985    179692   no data   no data  --
23.51/5.97	c  F st    25     87500        75      1597         0     19312      7985    271333   no data   no data  --
23.51/5.97	c  N st    25     87500        75      1597         0     19312      7985    271333   no data   no data  --
24.71/6.27	c Decided on static restart strategy
25.55/6.43	c  N st    32     95541        75      1597         0     15866      7985    211805   no data   no data  --
27.50/6.95	c  N st    34    104869        75      1597         0     12610      7985    151640   no data   no data  --
27.50/6.95	c  S st    34    104869        75      1597         0     12610      7985    151640   no data   no data  --
27.50/6.99	c  S st    34    105371        75      1597         0     13087      7985    160358   no data   no data  --
27.50/6.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.50/6.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.50/6.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.90/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.90/7.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.57	c lits-rem:       797  cl-subs:     1184  v-elim:      0  v-fix:    0  time:  2.29 s
29.94/7.57	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
29.94/7.58	c vivif2 --  cl tried    11903 cl shrink        0 lits rem          0 time: 0.01
30.29/7.63	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
30.29/7.63	c calculated reachability. Time: 0.00
30.29/7.63	c  N st    34    105371        75      1597         0     11903      7985    143019   no data   no data  --
32.29/8.12	c  N st    35    114969        75      1597         0     20531      7985    281380   no data   no data  --
35.48/8.95	c  N st    36    129370        75      1597         0     20806      7985    276000   no data   no data  --
41.06/10.33	c  N st    37    150965        75      1597         0     26647      7985    363649   no data   no data  --
42.69/10.80	c  S st    38    158056        75      1597         0     18772      7985    234498   no data   no data  --
43.11/10.85	c  S st    38    158557        75      1597         0     19240      7985    242802   no data   no data  --
43.11/10.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.11/10.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.11/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
43.11/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.11/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.11/10.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.11/10.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.07/11.88	c lits-rem:      1951  cl-subs:     2523  v-elim:      0  v-fix:    0  time:  4.05 s
47.07/11.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.07/11.88	c vivif2 --  cl tried    16717 cl shrink        0 lits rem          0 time: 0.01
47.49/11.95	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.27
47.49/11.95	c calculated reachability. Time: 0.00
47.49/11.95	c  N st    38    158557        75      1597         0     16717      7985    204280   no data   no data  --
61.00/15.38	c  N st    39    207147        75      1597         0     29108      7985    384027   no data   no data  --
70.58/17.76	c  N st    40    237835        75      1597         0     21665      7985    253015   no data   no data  --
70.58/17.76	c  S st    40    237835        75      1597         0     21665      7985    253015   no data   no data  --
70.98/17.81	c  S st    40    238336        75      1597         0     22131      7985    261533   no data   no data  --
70.98/17.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.98/17.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.98/17.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.98/17.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.98/17.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.98/17.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.98/17.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.97/18.85	c lits-rem:      1759  cl-subs:     2501  v-elim:      0  v-fix:    0  time:  4.07 s
74.97/18.85	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
74.97/18.85	c vivif2 --  cl tried    19630 cl shrink        0 lits rem          0 time: 0.01
75.37/18.93	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.31
75.37/18.93	c calculated reachability. Time: 0.00
75.37/18.93	c  N st    40    238336        75      1597         0     19630      7985    227362   no data   no data  --
97.72/24.52	c  F st    41    306251        75      1597         0     21458      7985    231815   no data   no data  --
97.72/24.52	c  N st    41    306251        75      1597         0     21458      7985    231815   no data   no data  --
99.32/24.92	c Decided on static restart strategy
108.51/27.22	c  N st    51    334553        75      1597         0     25379      7985    289182   no data   no data  --
117.29/29.47	c  N st    53    357504        75      1597         0     23537      7985    251747   no data   no data  --
117.29/29.47	c  S st    53    357504        75      1597         0     23537      7985    251747   no data   no data  --
117.70/29.53	c  S st    53    358011        75      1597         0     24014      7985    260373   no data   no data  --
117.70/29.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.70/29.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.70/29.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.70/29.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.70/29.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.70/29.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.70/29.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.68/30.55	c lits-rem:       896  cl-subs:     1531  v-elim:      0  v-fix:    0  time:  3.98 s
121.68/30.55	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
121.68/30.55	c vivif2 --  cl tried    22483 cl shrink        0 lits rem          0 time: 0.01
122.09/30.64	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.35
122.09/30.64	c calculated reachability. Time: 0.00
122.09/30.64	c  N st    53    358011        75      1597         0     22483      7985    240054   no data   no data  --
134.01/33.62	c  N st    54    390407        75      1597         0     28349      7985    322708   no data   no data  --
152.81/38.33	c  N st    55    438995        75      1597         0     47576      7985    625411   no data   no data  --
180.28/45.29	c  N st    56    511878        75      1597         0     34901      7985    398522   no data   no data  --
190.65/47.80	c  N st    57    537017        75      1597         0     29776      7985    314847   no data   no data  --
190.65/47.80	c  S st    57    537017        75      1597         0     29776      7985    314847   no data   no data  --
190.65/47.88	c  S st    57    537522        75      1597         0     30253      7985    323794   no data   no data  --
190.65/47.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.65/47.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
190.65/47.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
191.05/47.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.05/47.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.05/47.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
191.05/47.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
195.45/49.05	c lits-rem:      1136  cl-subs:     1819  v-elim:      0  v-fix:    0  time:  4.59 s
195.45/49.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
195.45/49.05	c vivif2 --  cl tried    28434 cl shrink        0 lits rem          0 time: 0.01
195.85/49.16	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.45
195.85/49.17	c calculated reachability. Time: 0.00
195.85/49.17	c  N st    57    537522        75      1597         0     28434      7985    299908   no data   no data  --
262.50/65.89	c  N st    58    701507        75      1597         0     54979      7985    684442   no data   no data  --
311.12/78.05	c  N st    59    806285        75      1597         0     49254      7985    576828   no data   no data  --
311.12/78.05	c  S st    59    806285        75      1597         0     49254      7985    576828   no data   no data  --
311.52/78.17	c  S st    59    806787        75      1597         0     49723      7985    585171   no data   no data  --
311.52/78.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
311.52/78.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
311.52/78.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.05
311.92/78.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
311.92/78.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.92/78.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
311.92/78.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
324.28/81.34	c lits-rem:      1933  cl-subs:     8241  v-elim:      0  v-fix:    0  time: 12.52 s
324.28/81.34	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
324.28/81.35	c vivif2 --  cl tried    41482 cl shrink        0 lits rem          0 time: 0.02
325.09/81.56	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.83
325.09/81.56	c calculated reachability. Time: 0.00
325.09/81.56	c  N st    59    806787        75      1597         0     41482      7985    475764   no data   no data  --
472.71/118.54	c  F st    60   1071875        75      1597         0     56655      7985    638192   no data   no data  --
472.71/118.54	c  N st    60   1071875        75      1597         0     56655      7985    638192   no data   no data  --
476.27/119.44	c Decided on static restart strategy
492.63/123.57	c  N st    70   1100178        75      1597         0     42030      7985    429256   no data   no data  --
512.61/128.58	c  N st    72   1136170        75      1597         0     73782      7985    928886   no data   no data  --
533.31/133.79	c  N st    73   1168562        75      1597         0     61940      7985    751805   no data   no data  --
561.23/140.72	c  N st    74   1210180        75      1597         0     56978      7985    644353   no data   no data  --
561.23/140.72	c  S st    74   1210180        75      1597         0     56978      7985    644353   no data   no data  --
561.63/140.88	c  S st    74   1210680        75      1597         0     57445      7985    653084   no data   no data  --
561.63/140.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
561.63/140.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
562.03/140.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
562.03/140.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
562.03/140.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
562.03/140.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
562.03/140.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
576.40/144.55	c lits-rem:      2203  cl-subs:     8781  v-elim:      0  v-fix:    0  time: 14.48 s
576.40/144.55	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
576.40/144.56	c vivif2 --  cl tried    48664 cl shrink        0 lits rem          0 time: 0.03
577.20/144.77	c asymm  cl-useful: 0/1327/1597 lits-rem:0 time: 0.85
577.20/144.77	c calculated reachability. Time: 0.00
577.20/144.77	c  N st    74   1210680        75      1597         0     48664      7985    535895   no data   no data  --
621.89/155.95	c  N st    75   1283562        75      1597         0     71059      7985    845133   no data   no data  --
696.06/174.50	c  N st    76   1392886        75      1597         0     80070      7985    961886   no data   no data  --
794.97/199.33	c  N st    77   1556870        75      1597         0     87071      7985   1034999   no data   no data  --
895.49/224.50	c  N st    78   1710681        75      1597         1     77591      7985    878215   no data   no data  --
895.49/224.50	c  S st    78   1710681        75      1597         1     77591      7985    878215   no data   no data  --
896.29/224.73	c  S st    78   1711188        75      1597         1     78061      7985    886311   no data   no data  --
896.29/224.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
896.29/224.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
896.29/224.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
896.68/224.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
899.47/225.58	c subs with bin:     2495  lits-rem:      1813  v-fix:    0  time:  3.13 s
899.47/225.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
899.47/225.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
933.41/234.09	c lits-rem:      1443  cl-subs:    17699  v-elim:      0  v-fix:    0  time: 33.91 s
933.41/234.09	c vivif2 --  cl tried     1595 cl shrink        0 lits rem          0 time: 0.00
933.41/234.10	c vivif2 --  cl tried    57869 cl shrink        0 lits rem          0 time: 0.04
934.57/234.36	c asymm  cl-useful: 0/1105/1595 lits-rem:0 time: 1.02
934.57/234.36	c calculated reachability. Time: 0.00
934.57/234.36	c  N st    78   1711188        75      1595         1     57869      7965    637758   no data   no data  --
1191.86/298.80	c  N st    79   2080152        75      1595         5     70558      7965    738433   no data   no data  --
1191.86/298.88	c Finding binary XORs  T:     0.00 s  found:       0
1282.79/321.63	c  N st    80   2211188        74      1535         7     71522      7613    746655   no data   no data  --
1282.79/321.63	c  S st    80   2211188        74      1535         7     71522      7613    746655   no data   no data  --
1282.79/321.68	c Finding binary XORs  T:     0.00 s  found:       0
1283.59/321.87	c  S st    80   2211689        73      1481        10     66155      7300    680641   no data   no data  --
1283.59/321.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1283.59/321.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1283.99/321.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
1283.99/321.92	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1289.57/323.36	c subs with bin:     7573  lits-rem:      4518  v-fix:    0  time:  5.73 s
1289.57/323.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     73 time:  0.00 s
1289.57/323.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1305.13/327.25	c lits-rem:      1359  cl-subs:    10782  v-elim:      0  v-fix:    0  time: 15.52 s
1305.13/327.25	c vivif2 --  cl tried     1464 cl shrink        0 lits rem          0 time: 0.00
1305.13/327.26	c vivif2 --  cl tried    47817 cl shrink        0 lits rem          0 time: 0.03
1306.36/327.55	c asymm  cl-useful: 0/1464/1464 lits-rem:0 time: 1.16
1306.36/327.56	c calculated reachability. Time: 0.00
1306.36/327.56	c  N st    80   2211689        73      1464         9     47817      7211    474978   no data   no data  --
1306.36/327.56	c Finding binary XORs  T:     0.00 s  found:       0
1325.46/332.31	c Finding binary XORs  T:     0.00 s  found:       0
1340.46/338.69	c Following stats are for *FIRST FINISHED THREAD ONLY*
1340.46/338.69	c num threads              : 4          
1340.46/338.69	c restarts                 : 79         
1340.46/338.69	c dynamic restarts         : 0          
1340.46/338.69	c static restarts          : 79         
1340.46/338.69	c full restarts            : 4          
1340.46/338.69	c total simplify time      : 1.69       
1340.46/338.69	c learnts DL2              : 0          
1340.46/338.69	c learnts size 2           : 133        
1340.46/338.69	c learnts size 1           : 58          (77.33     % of vars)
1340.46/338.69	c filedLit time            : 0.34        (0.03      % time)
1340.46/338.69	c v-elim SatELite          : 0           (0.00      % vars)
1340.46/338.69	c SatELite time            : 85.88       (6.41      % time)
1340.46/338.69	c v-elim xor               : 0           (0.00      % vars)
1340.46/338.69	c xor elim time            : 0.05        (0.00      % time)
1340.46/338.69	c num binary xor trees     : 0          
1340.46/338.69	c binxor trees' crown      : 0           (nan       leafs/tree)
1340.46/338.69	c bin xor find time        : 0.00       
1340.46/338.69	c OTF clause improved      : 266954      (0.12      clauses/conflict)
1340.46/338.69	c OTF impr. size diff      : 272813      (1.02       lits/clause)
1340.46/338.69	c OTF cl watch-shrink      : 42864       (0.02      clauses/conflict)
1340.46/338.69	c OTF cl watch-sh-lit      : 44820       (1.05       lits/clause)
1340.46/338.69	c tried to recurMin cls    : 190466      (8.29       % of conflicts)
1340.46/338.69	c updated cache            : 1307        (0.01       lits/tried recurMin)
1340.46/338.69	c unit cls received        : 2           (3.45      % of units)
1340.46/338.69	c unit cls sent            : 8           (13.79     % of units)
1340.46/338.69	c bin cls received         : 7          
1340.46/338.69	c bin cls sent             : 79         
1340.46/338.69	c clauses over max glue    : 0           (0.00      % of all clauses)
1340.46/338.69	c conflicts                : 2298509     (1715.61   / sec)
1340.46/338.69	c decisions                : 2507024     (0.48      % random)
1340.46/338.69	c bogo-props               : 63244468568 (47205631.79 / sec)
1340.46/338.69	c conflict literals        : 34546119    (24.64     % deleted)
1340.46/338.69	c Memory used              : 357.85      MB
1340.46/338.69	c single-thread CPU time   : 1339.77     s
1340.46/338.69	c all-threads sum CPU time : 1339.77     s
1340.46/338.69	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3368753-1305402222/watcher-3368753-1305402222 -o /tmp/evaluation-result-3368753-1305402222/solver-3368753-1305402222 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368753-1305402222.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.14 8.11 8.09 1/347 17922
/proc/meminfo: memFree=24761304/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=182308 CPUtime=0.01 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 452 0 0 0 1 0 0 0 25 0 4 0 651819271 186683392 379 33554432000 4194304 4650419 140735197621536 18446744073709551615 239476799982 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17922/statm: 45577 379 318 112 0 40542 0
[pid=17922/tid=17923] ppid=17920 vsize=182308 CPUtime=0 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 4 0 651819272 186683392 379 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402553863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=182308 CPUtime=0 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 4 0 651819272 186683392 379 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402553856 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=182308 CPUtime=0 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 651819272 186683392 379 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402553859 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.910479 s]
/proc/loadavg: 8.14 8.11 8.09 1/347 17922
/proc/meminfo: memFree=24761304/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=284932 CPUtime=3.6 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 5487 0 0 0 360 0 0 0 19 0 4 0 651819271 291770368 2564 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 71233 2564 392 112 0 66198 0
[pid=17922/tid=17923] ppid=17920 vsize=284932 CPUtime=0.9 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1337 0 0 0 90 0 0 0 19 0 4 0 651819272 291770368 2564 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=284932 CPUtime=0.9 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1331 0 0 0 90 0 0 0 19 0 4 0 651819272 291770368 2564 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=284932 CPUtime=0.9 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1129 0 0 0 90 0 0 0 19 0 4 0 651819272 291770368 2564 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 284932

[startup+1.01046 s]
/proc/loadavg: 8.14 8.11 8.09 1/347 17922
/proc/meminfo: memFree=24761304/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=285072 CPUtime=4.01 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 6645 0 0 0 400 1 0 0 19 0 4 0 651819271 291913728 3722 33554432000 4194304 4650419 140735197621536 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 71268 3722 393 112 0 66233 0
[pid=17922/tid=17923] ppid=17920 vsize=285072 CPUtime=1 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1389 0 0 0 100 0 0 0 19 0 4 0 651819272 291913728 3722 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=285072 CPUtime=1 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1396 0 0 0 100 0 0 0 19 0 4 0 651819272 291913728 3722 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=285072 CPUtime=1 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1178 0 0 0 100 0 0 0 19 0 4 0 651819272 291913728 3723 33554432000 4194304 4650419 140735197621536 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 285072

[startup+1.11044 s]
/proc/loadavg: 8.14 8.11 8.09 1/347 17922
/proc/meminfo: memFree=24761304/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=285632 CPUtime=4.41 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 7168 0 0 0 440 1 0 0 19 0 4 0 651819271 292487168 3707 33554432000 4194304 4650419 140735197621536 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 71408 3707 393 112 0 66373 0
[pid=17922/tid=17923] ppid=17920 vsize=285632 CPUtime=1.1 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1609 0 0 0 110 0 0 0 19 0 4 0 651819272 292487168 3707 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=285632 CPUtime=1.1 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1633 0 0 0 110 0 0 0 19 0 4 0 651819272 292487168 3707 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=285632 CPUtime=1.1 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1213 0 0 0 110 0 0 0 19 0 4 0 651819272 292487168 3707 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 285632

[startup+1.21042 s]
/proc/loadavg: 8.14 8.11 8.09 1/347 17922
/proc/meminfo: memFree=24761304/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=285632 CPUtime=4.81 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 8098 0 0 0 480 1 0 0 19 0 4 0 651819271 292487168 4593 33554432000 4194304 4650419 140735197621536 18446744073709551615 4330440 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 71408 4593 393 112 0 66373 0
[pid=17922/tid=17923] ppid=17920 vsize=285632 CPUtime=1.2 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 2446 0 0 0 120 0 0 0 19 0 4 0 651819272 292487168 4593 33554432000 4194304 4650419 140735197621536 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=285632 CPUtime=1.2 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1681 0 0 0 120 0 0 0 19 0 4 0 651819272 292487168 4593 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=285632 CPUtime=1.2 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1251 0 0 0 120 0 0 0 19 0 4 0 651819272 292487168 4593 33554432000 4194304 4650419 140735197621536 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 285632

[startup+1.50037 s]
/proc/loadavg: 8.14 8.11 8.09 1/347 17922
/proc/meminfo: memFree=24761304/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=291480 CPUtime=5.96 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 10076 0 0 0 595 1 0 0 20 0 4 0 651819271 298475520 6300 33554432000 4194304 4650419 140735197621536 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 72870 6300 393 112 0 67835 0
[pid=17922/tid=17923] ppid=17920 vsize=291480 CPUtime=1.49 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 2533 0 0 0 149 0 0 0 19 0 4 0 651819272 298475520 6300 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=291480 CPUtime=1.48 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 3170 0 0 0 148 0 0 0 20 0 4 0 651819272 298475520 6300 33554432000 4194304 4650419 140735197621536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=291480 CPUtime=1.49 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 1530 0 0 0 149 0 0 0 19 0 4 0 651819272 298475520 6300 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291480

[startup+3.11306 s]
/proc/loadavg: 8.29 8.14 8.10 9/359 17939
/proc/meminfo: memFree=24670464/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=291916 CPUtime=12.39 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 15321 0 0 0 1237 2 0 0 25 0 4 0 651819271 298921984 8985 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 72979 8985 393 112 0 67944 0
[pid=17922/tid=17923] ppid=17920 vsize=291916 CPUtime=3.1 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 4235 0 0 0 310 0 0 0 25 0 4 0 651819272 298921984 8985 33554432000 4194304 4650419 140735197621536 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=291916 CPUtime=3.1 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 3608 0 0 0 310 0 0 0 25 0 4 0 651819272 298921984 8985 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=291916 CPUtime=3.1 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 3545 0 0 0 310 0 0 0 25 0 4 0 651819272 298921984 8985 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 291916

[startup+6.30045 s]
/proc/loadavg: 8.27 8.14 8.10 9/359 17939
/proc/meminfo: memFree=24651120/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=301424 CPUtime=25.14 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 20944 0 0 0 2511 3 0 0 25 0 4 0 651819271 308658176 10431 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 75356 10431 393 112 0 70321 0
[pid=17922/tid=17923] ppid=17920 vsize=301424 CPUtime=6.3 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 5626 0 0 0 629 1 0 0 25 0 4 0 651819272 308658176 10436 33554432000 4194304 4650419 140735197621536 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=301424 CPUtime=6.29 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 4716 0 0 0 629 0 0 0 25 0 4 0 651819272 308658176 10436 33554432000 4194304 4650419 140735197621536 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=301424 CPUtime=6.29 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 4890 0 0 0 629 0 0 0 25 0 4 0 651819272 308658176 10436 33554432000 4194304 4650419 140735197621536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 301424

[startup+12.7002 s]
/proc/loadavg: 8.33 8.15 8.10 9/359 17939
/proc/meminfo: memFree=24621700/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=293152 CPUtime=50.64 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 32421 0 0 0 5057 7 0 0 25 0 4 0 651819271 300187648 13584 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 73288 13584 393 112 0 68253 0
[pid=17922/tid=17923] ppid=17920 vsize=293152 CPUtime=12.68 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 8590 0 0 0 1267 1 0 0 25 0 4 0 651819272 300187648 13584 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=293152 CPUtime=12.68 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 7730 0 0 0 1267 1 0 0 25 0 4 0 651819272 300187648 13584 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=293152 CPUtime=12.68 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 7901 0 0 0 1267 1 0 0 25 0 4 0 651819272 300187648 13584 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 293152

[startup+25.5008 s]
/proc/loadavg: 8.27 8.15 8.10 9/359 17939
/proc/meminfo: memFree=24582756/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=294128 CPUtime=101.7 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 49683 0 0 0 10159 11 0 0 25 0 4 0 651819271 301187072 17402 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 73532 17402 393 112 0 68497 0
[pid=17922/tid=17923] ppid=17920 vsize=294128 CPUtime=25.48 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 13556 0 0 0 2546 2 0 0 25 0 4 0 651819272 301187072 17402 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=294128 CPUtime=25.48 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 12546 0 0 0 2546 2 0 0 25 0 4 0 651819272 301187072 17402 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=294128 CPUtime=25.48 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 10629 0 0 0 2546 2 0 0 25 0 4 0 651819272 301187072 17402 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 294128

[startup+51.1009 s]
/proc/loadavg: 8.18 8.14 8.10 9/359 17940
/proc/meminfo: memFree=24534044/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=297540 CPUtime=203.82 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 76761 0 0 0 20365 17 0 0 25 0 4 0 651819271 304680960 21792 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 74385 21793 393 112 0 69350 0
[pid=17922/tid=17923] ppid=17920 vsize=297540 CPUtime=51.08 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 21068 0 0 0 5104 4 0 0 25 0 4 0 651819272 304680960 21793 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=297540 CPUtime=51.08 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 20351 0 0 0 5104 4 0 0 25 0 4 0 651819272 304680960 21793 33554432000 4194304 4650419 140735197621536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=297540 CPUtime=51.08 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 15234 0 0 0 5105 3 0 0 25 0 4 0 651819272 304680960 21793 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 297540

[startup+102.301 s]
/proc/loadavg: 8.15 8.14 8.10 9/359 17941
/proc/meminfo: memFree=24470796/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=303544 CPUtime=408.06 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 123273 0 0 0 40774 32 0 0 25 0 4 0 651819271 310829056 33225 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 75886 33226 393 112 0 70851 0
[pid=17922/tid=17923] ppid=17920 vsize=303544 CPUtime=102.27 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 33339 0 0 0 10218 9 0 0 25 0 4 0 651819272 310829056 33226 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=303544 CPUtime=102.29 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 32166 0 0 0 10221 8 0 0 25 0 4 0 651819272 310829056 33226 33554432000 4194304 4650419 140735197621536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=303544 CPUtime=102.28 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 24737 0 0 0 10222 6 0 0 25 0 4 0 651819272 310829056 33226 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 303544

[startup+162.301 s]

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

/proc/17922/statm: 77412 40436 393 112 0 72377 0
[pid=17922/tid=17923] ppid=17920 vsize=309648 CPUtime=162.28 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 45664 0 0 0 16213 15 0 0 25 0 4 0 651819272 317079552 40436 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=309648 CPUtime=162.29 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 44848 0 0 0 16218 11 0 0 25 0 4 0 651819272 317079552 40436 33554432000 4194304 4650419 140735197621536 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=309648 CPUtime=162.29 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 32429 0 0 0 16219 10 0 0 25 0 4 0 651819272 317079552 40436 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.4
Current children cumulated vsize (KiB) 309648

[startup+222.301 s]
/proc/loadavg: 8.11 8.14 8.10 9/359 17944
/proc/meminfo: memFree=24338076/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=323264 CPUtime=886.71 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 202530 0 0 0 88609 62 0 0 25 0 4 0 651819271 331022336 44415 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 80816 44415 394 112 0 75781 0
[pid=17922/tid=17923] ppid=17920 vsize=323264 CPUtime=222.28 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 57076 0 0 0 22208 20 0 0 25 0 4 0 651819272 331022336 44415 33554432000 4194304 4650419 140735197621536 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=323264 CPUtime=222.3 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 54001 0 0 0 22214 16 0 0 25 0 4 0 651819272 331022336 44415 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=323264 CPUtime=222.29 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 40671 0 0 0 22217 12 0 0 25 0 4 0 651819272 331022336 44415 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.71
Current children cumulated vsize (KiB) 323264

[startup+282.301 s]
/proc/loadavg: 8.07 8.12 8.09 9/359 17946
/proc/meminfo: memFree=24290944/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=392052 CPUtime=1126.05 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 233244 0 0 0 112529 76 0 0 25 0 4 0 651819271 401461248 48964 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 98013 48964 394 112 0 92978 0
[pid=17922/tid=17923] ppid=17920 vsize=392052 CPUtime=282.28 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 65362 0 0 0 28204 24 0 0 25 0 4 0 651819272 401461248 48964 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=392052 CPUtime=282.3 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 63029 0 0 0 28210 20 0 0 25 0 4 0 651819272 401461248 48964 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=392052 CPUtime=282.3 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 46396 0 0 0 28215 15 0 0 25 0 4 0 651819272 401461248 48964 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1126.05
Current children cumulated vsize (KiB) 392052

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

[startup+308.001 s]
/proc/loadavg: 8.05 8.11 8.09 9/359 17947
/proc/meminfo: memFree=24267244/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=369236 CPUtime=1228.55 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 246419 0 0 0 122775 80 0 0 25 0 4 0 651819271 378097664 47924 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 92309 47924 394 112 0 87274 0
[pid=17922/tid=17923] ppid=17920 vsize=369236 CPUtime=307.98 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 68964 0 0 0 30773 25 0 0 25 0 4 0 651819272 378097664 47924 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=369236 CPUtime=308 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 66535 0 0 0 30779 21 0 0 25 0 4 0 651819272 378097664 47924 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=369236 CPUtime=308 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 48328 0 0 0 30784 16 0 0 25 0 4 0 651819272 378097664 47924 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1228.55
Current children cumulated vsize (KiB) 369236

[startup+320.8 s]
/proc/loadavg: 8.04 8.11 8.09 9/359 17947
/proc/meminfo: memFree=24247776/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=369276 CPUtime=1279.6 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 252496 0 0 0 127877 83 0 0 25 0 4 0 651819271 378138624 50888 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 92319 50888 394 112 0 87284 0
[pid=17922/tid=17923] ppid=17920 vsize=369276 CPUtime=320.78 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 70328 0 0 0 32052 26 0 0 25 0 4 0 651819272 378138624 50888 33554432000 4194304 4650419 140735197621536 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=369276 CPUtime=320.8 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 68177 0 0 0 32058 22 0 0 25 0 4 0 651819272 378138624 50888 33554432000 4194304 4650419 140735197621536 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=369276 CPUtime=320.79 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 49748 0 0 0 32063 16 0 0 25 0 4 0 651819272 378138624 50888 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1279.6
Current children cumulated vsize (KiB) 369276

[startup+327.201 s]
/proc/loadavg: 8.03 8.11 8.09 9/359 17947
/proc/meminfo: memFree=24245784/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=366432 CPUtime=1305.13 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4202496 253856 0 0 0 130429 84 0 0 25 0 4 0 651819271 375226368 50679 33554432000 4194304 4650419 140735197621536 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 91608 50679 394 112 0 86573 0
[pid=17922/tid=17923] ppid=17920 vsize=366432 CPUtime=327.18 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 70475 0 0 0 32692 26 0 0 25 0 4 0 651819272 375226368 50679 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=366432 CPUtime=327.2 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 68600 0 0 0 32697 23 0 0 25 0 4 0 651819272 375226368 50679 33554432000 4194304 4650419 140735197621536 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=366432 CPUtime=327.2 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 50098 0 0 0 32703 17 0 0 25 0 4 0 651819272 375226368 50679 33554432000 4194304 4650419 140735197621536 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1305.13
Current children cumulated vsize (KiB) 366432

[startup+333.601 s]
/proc/loadavg: 8.03 8.10 8.08 9/359 17948
/proc/meminfo: memFree=24247516/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=366432 CPUtime=1330.43 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) S 17920 17922 17503 0 -1 4202496 255524 0 0 0 132957 86 0 0 25 0 4 0 651819271 375226368 52009 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 91608 52009 394 112 0 86573 0
[pid=17922/tid=17923] ppid=17920 vsize=366432 CPUtime=333.47 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) S 17920 17922 17503 0 -1 4202560 70967 0 0 0 33320 27 0 0 25 0 4 0 651819272 375226368 52009 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446604454223780800 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=366432 CPUtime=333.6 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 69075 0 0 0 33337 23 0 0 25 0 4 0 651819272 375226368 52009 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402530336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=366432 CPUtime=333.6 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 50375 0 0 0 33343 17 0 0 25 0 4 0 651819272 375226368 52009 33554432000 4194304 4650419 140735197621536 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1330.43
Current children cumulated vsize (KiB) 366432

[startup+336.8 s]
/proc/loadavg: 7.95 8.08 8.08 7/359 17948
/proc/meminfo: memFree=24244540/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=366432 CPUtime=1336.83 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) S 17920 17922 17503 0 -1 4202496 255726 0 0 0 133597 86 0 0 25 0 4 0 651819271 375226368 52211 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 91608 52211 394 112 0 86573 0
[pid=17922/tid=17923] ppid=17920 vsize=366432 CPUtime=333.47 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) S 17920 17922 17503 0 -1 4202560 70967 0 0 0 33320 27 0 0 25 0 4 0 651819272 375226368 52211 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446604454223780800 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=366432 CPUtime=336.8 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 69075 0 0 0 33657 23 0 0 25 0 4 0 651819272 375226368 52211 33554432000 4194304 4650419 140735197621536 18446744073709551615 4205400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=366432 CPUtime=336.8 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 50577 0 0 0 33663 17 0 0 25 0 4 0 651819272 375226368 52211 33554432000 4194304 4650419 140735197621536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1336.83
Current children cumulated vsize (KiB) 366432

[startup+337.601 s]
/proc/loadavg: 7.95 8.08 8.08 7/359 17948
/proc/meminfo: memFree=24243176/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=366432 CPUtime=1338.43 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) S 17920 17922 17503 0 -1 4202496 255847 0 0 0 133757 86 0 0 25 0 4 0 651819271 375226368 52332 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 91608 52332 394 112 0 86573 0
[pid=17922/tid=17923] ppid=17920 vsize=366432 CPUtime=333.47 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) S 17920 17922 17503 0 -1 4202560 70967 0 0 0 33320 27 0 0 25 0 4 0 651819272 375226368 52332 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446604454223780800 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=366432 CPUtime=337.6 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 69075 0 0 0 33737 23 0 0 25 0 4 0 651819272 375226368 52332 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402530347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=366432 CPUtime=337.6 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 50698 0 0 0 33743 17 0 0 25 0 4 0 651819272 375226368 52332 33554432000 4194304 4650419 140735197621536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1338.43
Current children cumulated vsize (KiB) 366432

[startup+338.401 s]
/proc/loadavg: 7.95 8.08 8.08 7/359 17948
/proc/meminfo: memFree=24243176/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=366432 CPUtime=1340.03 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) S 17920 17922 17503 0 -1 4202496 256061 0 0 0 133917 86 0 0 25 0 4 0 651819271 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 91608 52546 394 112 0 86573 0
[pid=17922/tid=17923] ppid=17920 vsize=366432 CPUtime=333.47 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) S 17920 17922 17503 0 -1 4202560 70967 0 0 0 33320 27 0 0 25 0 4 0 651819272 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446604454223780800 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=366432 CPUtime=338.4 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 69075 0 0 0 33817 23 0 0 25 0 4 0 651819272 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402530347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=366432 CPUtime=338.4 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 50912 0 0 0 33823 17 0 0 25 0 4 0 651819272 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1340.03
Current children cumulated vsize (KiB) 366432

[startup+338.613 s]
/proc/loadavg: 7.95 8.08 8.08 7/359 17948
/proc/meminfo: memFree=24240944/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=366432 CPUtime=1340.46 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) S 17920 17922 17503 0 -1 4202496 256061 0 0 0 133960 86 0 0 25 0 4 0 651819271 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 91608 52546 394 112 0 86573 0
[pid=17922/tid=17923] ppid=17920 vsize=366432 CPUtime=333.47 cores=1,3,5,7
/proc/17922/task/17923/stat : 17923 (strangenight1-m) S 17920 17922 17503 0 -1 4202560 70967 0 0 0 33320 27 0 0 25 0 4 0 651819272 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402554932 0 0 4096 2 18446604454223780800 0 0 -1 5 0 0 0
[pid=17922/tid=17924] ppid=17920 vsize=366432 CPUtime=338.61 cores=1,3,5,7
/proc/17922/task/17924/stat : 17924 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 69075 0 0 0 33838 23 0 0 25 0 4 0 651819272 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 47935402530500 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17922/tid=17925] ppid=17920 vsize=366432 CPUtime=338.61 cores=1,3,5,7
/proc/17922/task/17925/stat : 17925 (strangenight1-m) R 17920 17922 17503 0 -1 4202560 50912 0 0 0 33844 17 0 0 25 0 4 0 651819272 375226368 52546 33554432000 4194304 4650419 140735197621536 18446744073709551615 4370671 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1340.46
Current children cumulated vsize (KiB) 366432

[startup+338.701 s]
/proc/loadavg: 7.95 8.08 8.08 7/359 17948
/proc/meminfo: memFree=24240944/32950928 swapFree=67056568/67111528
[pid=17922] ppid=17920 vsize=0 CPUtime=1340.62 cores=1,3,5,7
/proc/17922/stat : 17922 (strangenight1-m) R 17920 17922 17503 0 -1 4203524 256064 0 0 0 133976 86 0 0 18 0 1 0 651819271 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17922/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1340.62
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 338.706
CPU time (s): 1340.64
CPU user time (s): 1339.77
CPU system time (s): 0.872867
CPU usage (%): 395.811
Max. virtual memory (cumulated for all children) (KiB): 392224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1339.77
system time used= 0.872867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256064
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= 269
involuntary context switches= 8899

runsolver used 1.00885 second user time and 2.81857 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 21:43:42
IDJOB=3368753
IDBENCH=82762
IDSOLVER=1846
FILE ID=node148/3368753-1305402222
RUNJOBID= node148-1305401016-17818
PBS_JOBID= 13324458
Free space on /tmp= 72836 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368753-1305402222/watcher-3368753-1305402222 -o /tmp/evaluation-result-3368753-1305402222/solver-3368753-1305402222 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368753-1305402222.cnf

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

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=1048350645

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24761568 kB
Buffers:        314964 kB
Cached:        4588652 kB
SwapCached:       8488 kB
Active:        4544052 kB
Inactive:      3293828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24761568 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:     2932564 kB
Mapped:          26980 kB
Slab:           258664 kB
PageTables:      28520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84649008 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= 72828 MiB
End job on node148 at 2011-05-14 21:49:21