Trace number 3368836

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 2112.58 529.241

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.cnf
MD5SUM1eb54569b93f0ee7ebd06f1e9e4582f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2579
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368836-1305404202.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.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
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.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.48	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.48	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.48	c calculated reachability. Time: 0.00
0.00/0.48	c Calc default polars -  time:   0.00 s pos:      31 undec:       4 neg:      40
0.00/0.48	c =========================================================================================
0.00/0.48	c types(t): F = full restart, N = normal restart
0.00/0.48	c types(t): S = simplification begin/end, E = solution found
0.00/0.48	c restart types(rt): st = static, dy = dynamic
0.00/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.48	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.48	c Decided on static restart strategy
0.00/0.48	c  N st     8      4915        75      1597         0      4448      7985     75617   no data   no data  --
0.00/0.82	c  N st    10     11298        75      1597         0      4119      7985     58619   no data   no data  --
0.00/0.82	c  N st    11     17042        75      1597         0      9263      7985    142456   no data   no data  --
0.00/0.82	c  F st    12     25001        75      1597         0     11403      7985    175161   no data   no data  --
0.00/0.82	c  N st    12     25001        75      1597         0     11403      7985    175161   no data   no data  --
3.42/0.92	c Decided on static restart strategy
3.42/0.92	c  N st    18     30000        75      1597         0      9835      7985    145402   no data   no data  --
3.42/0.92	c  S st    18     30000        75      1597         0      9835      7985    145402   no data   no data  --
3.42/0.92	c  S st    18     30504        75      1597         0     10312      7985    153977   no data   no data  --
3.42/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.42/0.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.42/0.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.42/0.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.42/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.42/0.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.42/0.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.62/1.22	c lits-rem:      1611  cl-subs:     2680  v-elim:      0  v-fix:    0  time:  0.92 s
4.62/1.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.62/1.22	c calculated reachability. Time: 0.00
4.62/1.22	c  N st    18     30504        75      1597         0      7632      7985    110943   no data   no data  --
5.42/1.45	c  N st    20     37617        75      1597         0     14020      7985    218758   no data   no data  --
6.38/1.68	c  N st    21     44016        75      1597         0     12759      7985    188536   no data   no data  --
6.78/1.76	c  S st    22     45756        75      1597         0     14337      7985    214598   no data   no data  --
6.78/1.80	c  S st    22     46258        75      1597         0     14811      7985    223074   no data   no data  --
6.78/1.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.78/1.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.20/1.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.20/1.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.20/1.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.20/1.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.20/1.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.77/2.78	c lits-rem:      2774  cl-subs:     2775  v-elim:      0  v-fix:    0  time:  3.87 s
10.77/2.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.77/2.78	c vivif2 --  cl tried    12036 cl shrink        0 lits rem          0 time: 0.01
11.17/2.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
11.17/2.83	c calculated reachability. Time: 0.00
11.17/2.83	c  N st    22     46258        75      1597         0     12036      7985    176418   no data   no data  --
13.55/3.46	c  N st    23     60656        75      1597         0     17074      7985    243572   no data   no data  --
15.56/3.90	c  N st    24     69387        75      1597         0     15934      7985    212985   no data   no data  --
15.56/3.90	c  S st    24     69387        75      1597         0     15934      7985    212985   no data   no data  --
15.56/3.94	c  S st    24     69890        75      1597         0     16411      7985    221602   no data   no data  --
15.56/3.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.56/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.56/3.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.56/3.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.14/4.88	c lits-rem:      1927  cl-subs:     4095  v-elim:      0  v-fix:    0  time:  3.69 s
19.14/4.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.14/4.88	c vivif2 --  cl tried    12316 cl shrink        0 lits rem          0 time: 0.01
19.55/4.92	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
19.55/4.92	c calculated reachability. Time: 0.00
19.55/4.92	c  N st    24     69890        75      1597         0     12316      7985    162848   no data   no data  --
23.14/5.87	c  F st    25     87503        75      1597         0     18460      7985    249624   no data   no data  --
23.14/5.87	c  N st    25     87503        75      1597         0     18460      7985    249624   no data   no data  --
24.34/6.17	c Decided on static restart strategy
25.17/6.31	c  N st    32     95543        75      1597         0     15140      7985    202011   no data   no data  --
27.13/6.85	c  N st    34    104835        75      1597         0     11884      7985    140662   no data   no data  --
27.13/6.85	c  S st    34    104835        75      1597         0     11884      7985    140662   no data   no data  --
27.13/6.88	c  S st    34    105339        75      1597         0     12352      7985    149014   no data   no data  --
27.13/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.13/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.13/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.13/6.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.13/6.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.13/6.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.13/6.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.16/7.33	c lits-rem:       475  cl-subs:     1050  v-elim:      0  v-fix:    0  time:  1.76 s
29.16/7.33	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
29.16/7.33	c vivif2 --  cl tried    11302 cl shrink        0 lits rem          0 time: 0.00
29.16/7.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
29.16/7.38	c calculated reachability. Time: 0.00
29.16/7.38	c  N st    34    105339        75      1597         0     11302      7985    133926   no data   no data  --
31.12/7.84	c  N st    35    114937        75      1597         0     19981      7985    287612   no data   no data  --
35.11/8.82	c  N st    36    129334        75      1597         0     20367      7985    273045   no data   no data  --
40.71/10.23	c  N st    37    150929        75      1597         0     26295      7985    363284   no data   no data  --
42.33/10.68	c  S st    38    158009        75      1597         0     18356      7985    227413   no data   no data  --
42.73/10.73	c  S st    38    158515        75      1597         0     18822      7985    235959   no data   no data  --
42.73/10.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.73/10.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.73/10.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
42.73/10.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.73/10.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.73/10.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
42.73/10.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.29/11.68	c lits-rem:      1496  cl-subs:     2161  v-elim:      0  v-fix:    0  time:  3.75 s
46.29/11.68	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
46.29/11.69	c vivif2 --  cl tried    16661 cl shrink        0 lits rem          0 time: 0.01
46.72/11.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.24
46.72/11.75	c calculated reachability. Time: 0.00
46.72/11.75	c  N st    38    158515        75      1597         0     16661      7985    203559   no data   no data  --
59.89/15.10	c  N st    39    207103        75      1597         0     28755      7985    369784   no data   no data  --
70.24/17.66	c  N st    40    237773        75      1597         0     21376      7985    246541   no data   no data  --
70.24/17.66	c  S st    40    237773        75      1597         0     21376      7985    246541   no data   no data  --
70.64/17.71	c  S st    40    238279        75      1597         0     21858      7985    255485   no data   no data  --
70.64/17.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.64/17.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.64/17.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.64/17.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.64/17.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.64/17.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.64/17.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.63/18.78	c lits-rem:      1609  cl-subs:     2781  v-elim:      0  v-fix:    0  time:  4.22 s
74.63/18.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
74.63/18.79	c vivif2 --  cl tried    19077 cl shrink        0 lits rem          0 time: 0.01
75.03/18.86	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
75.03/18.86	c calculated reachability. Time: 0.00
75.03/18.86	c  N st    40    238279        75      1597         0     19077      7985    218643   no data   no data  --
97.79/24.53	c  F st    41    306251        75      1597         0     20987      7985    224957   no data   no data  --
97.79/24.53	c  N st    41    306251        75      1597         0     20987      7985    224957   no data   no data  --
98.98/24.90	c Decided on static restart strategy
107.36/26.95	c  N st    51    334556        75      1597         0     25062      7985    285444   no data   no data  --
116.98/29.38	c  N st    53    357418        75      1597         0     23171      7985    244880   no data   no data  --
116.98/29.38	c  S st    53    357418        75      1597         0     23171      7985    244880   no data   no data  --
117.38/29.44	c  S st    53    357921        75      1597         0     23643      7985    253294   no data   no data  --
117.38/29.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.38/29.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.38/29.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.38/29.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.38/29.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.38/29.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.38/29.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.37/30.45	c lits-rem:       562  cl-subs:     1429  v-elim:      0  v-fix:    0  time:  4.00 s
121.37/30.45	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
121.37/30.45	c vivif2 --  cl tried    22214 cl shrink        0 lits rem          0 time: 0.01
121.77/30.54	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.32
121.77/30.54	c calculated reachability. Time: 0.00
121.77/30.54	c  N st    53    357921        75      1597         0     22214      7985    234610   no data   no data  --
132.92/33.35	c  N st    54    390314        75      1597         0     28067      7985    318871   no data   no data  --
152.87/38.39	c  N st    55    438902        75      1597         0     47265      7985    623310   no data   no data  --
182.84/45.81	c  N st    56    511786        75      1597         0     34650      7985    407563   no data   no data  --
194.79/48.81	c  N st    57    536883        75      1597         0     29338      7985    308443   no data   no data  --
194.79/48.81	c  S st    57    536883        75      1597         0     29338      7985    308443   no data   no data  --
194.79/48.89	c  S st    57    537386        75      1597         0     29800      7985    317076   no data   no data  --
194.79/48.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
194.79/48.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
194.79/48.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
195.18/48.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.18/48.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.18/48.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
195.18/48.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
199.58/50.09	c lits-rem:       944  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  4.71 s
199.58/50.09	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
199.58/50.09	c vivif2 --  cl tried    28192 cl shrink        0 lits rem          0 time: 0.01
199.98/50.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.42
199.98/50.20	c calculated reachability. Time: 0.00
199.98/50.20	c  N st    57    537386        75      1597         0     28192      7985    295597   no data   no data  --
277.01/69.40	c  N st    58    701371        75      1597         0     54593      7985    664143   no data   no data  --
327.32/82.04	c  N st    59    806079        75      1597         0     49390      7985    583845   no data   no data  --
327.32/82.04	c  S st    59    806079        75      1597         0     49390      7985    583845   no data   no data  --
327.75/82.18	c  S st    59    806580        75      1597         0     49860      7985    592519   no data   no data  --
327.75/82.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
327.75/82.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
327.75/82.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
328.15/82.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
328.15/82.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
328.15/82.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
328.15/82.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
340.92/85.44	c lits-rem:      3026  cl-subs:     7363  v-elim:      0  v-fix:    0  time: 12.85 s
340.92/85.44	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
340.92/85.44	c vivif2 --  cl tried    42497 cl shrink        0 lits rem          0 time: 0.02
341.68/85.62	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.70
341.68/85.62	c calculated reachability. Time: 0.00
341.68/85.62	c  N st    59    806580        75      1597         0     42497      7985    491413   no data   no data  --
490.21/122.83	c  F st    60   1071875        75      1597         0     57330      7985    659163   no data   no data  --
490.21/122.83	c  N st    60   1071875        75      1597         0     57330      7985    659163   no data   no data  --
493.38/123.69	c Decided on static restart strategy
512.17/128.37	c  N st    70   1100179        75      1597         0     42762      7985    439486   no data   no data  --
535.29/134.19	c  N st    72   1136172        75      1597         0     74849      7985    976803   no data   no data  --
556.07/139.34	c  N st    73   1168564        75      1597         0     62888      7985    767328   no data   no data  --
585.19/146.61	c  N st    74   1209870        75      1597         0     57974      7985    676468   no data   no data  --
585.19/146.61	c  S st    74   1209870        75      1597         0     57974      7985    676468   no data   no data  --
586.00/146.82	c  S st    74   1210374        75      1597         0     58445      7985    685358   no data   no data  --
586.00/146.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
586.00/146.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
586.00/146.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
586.00/146.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
586.00/146.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
586.00/146.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
586.00/146.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
605.55/151.79	c lits-rem:      3135  cl-subs:     7170  v-elim:      0  v-fix:    0  time: 19.66 s
605.55/151.79	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
605.95/151.80	c vivif2 --  cl tried    51275 cl shrink        0 lits rem          0 time: 0.03
606.75/152.07	c asymm  cl-useful: 0/1406/1597 lits-rem:0 time: 1.08
606.75/152.07	c calculated reachability. Time: 0.00
606.75/152.07	c  N st    74   1210374        75      1597         0     51275      7985    584970   no data   no data  --
652.69/163.55	c  N st    75   1283257        75      1597         0     73407      7985    906981   no data   no data  --
728.49/182.53	c  N st    76   1392580        75      1597         0     82407      7985   1013784   no data   no data  --
832.72/208.65	c  N st    77   1556564        75      1597         0     89437      7985   1099094   no data   no data  --
944.85/236.74	c  N st    78   1710376        75      1597         0     79414      7985    919574   no data   no data  --
944.85/236.74	c  S st    78   1710376        75      1597         0     79414      7985    919574   no data   no data  --
946.06/237.06	c  S st    78   1710879        75      1597         0     79883      7985    928164   no data   no data  --
946.06/237.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
946.06/237.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
946.46/237.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
946.46/237.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
946.46/237.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
946.46/237.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
946.46/237.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
992.75/248.74	c lits-rem:      4622  cl-subs:    17421  v-elim:      0  v-fix:    0  time: 46.31 s
992.75/248.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
992.75/248.75	c vivif2 --  cl tried    62462 cl shrink        0 lits rem          0 time: 0.04
993.95/249.00	c asymm  cl-useful: 0/1207/1597 lits-rem:0 time: 1.01
993.95/249.00	c calculated reachability. Time: 0.00
993.95/249.00	c  N st    78   1710879        75      1597         0     62462      7985    704949   no data   no data  --
1255.82/314.68	c  N st    79   2079844        75      1597         0     75064      7985    848996   no data   no data  --
1358.81/340.48	c  N st    80   2210879        75      1597         0     78758      7985    881725   no data   no data  --
1358.81/340.48	c  S st    80   2210879        75      1597         0     78758      7985    881725   no data   no data  --
1359.64/340.70	c  S st    80   2211387        75      1597         0     79238      7985    890638   no data   no data  --
1360.04/340.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1360.04/340.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1360.04/340.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
1360.04/340.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1360.04/340.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1360.04/340.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1360.04/340.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1398.33/350.38	c lits-rem:      1941  cl-subs:    12312  v-elim:      0  v-fix:    0  time: 38.39 s
1398.33/350.38	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1398.33/350.39	c vivif2 --  cl tried    66926 cl shrink        0 lits rem          0 time: 0.04
1399.93/350.73	c asymm  cl-useful: 0/1082/1597 lits-rem:0 time: 1.37
1399.93/350.74	c calculated reachability. Time: 0.00
1399.93/350.74	c  N st    80   2211387        75      1597         0     66926      7985    731647   no data   no data  --
1834.62/459.60	c  N st    81   2711387        75      1597         3     89020      7985    950563   no data   no data  --
1834.62/459.60	c  S st    81   2711387        75      1597         3     89020      7985    950563   no data   no data  --
1834.62/459.60	c Finding binary XORs  T:     0.00 s  found:       0
1835.42/459.85	c  S st    81   2711896        75      1597         6     89494      7985    958727   no data   no data  --
1835.42/459.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1835.42/459.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1835.42/459.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.14
1835.82/459.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1848.58/463.18	c subs with bin:    12279  lits-rem:      6551  v-fix:    0  time: 12.99 s
1848.58/463.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1852.17/464.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1884.51/472.19	c lits-rem:      1221  cl-subs:     8143  v-elim:      0  v-fix:    0  time: 32.29 s
1884.51/472.19	c vivif2 --  cl tried     1584 cl shrink        4 lits rem          4 time: 0.00
1884.91/472.21	c vivif2 --  cl tried    65438 cl shrink     2272 lits rem       2272 time: 0.11
1885.71/472.41	c asymm  cl-useful: 0/502/1584 lits-rem:0 time: 0.77
1885.71/472.41	c calculated reachability. Time: 0.00
1885.71/472.41	c  N st    81   2711896        75      1584         8     65438      7906    679955   no data   no data  --
2091.69/524.02	c Finding binary XORs  T:     0.00 s  found:       0
2101.27/526.46	c Finding binary XORs  T:     0.00 s  found:       0
2105.26/527.40	c Finding binary XORs  T:     0.00 s  found:       0
2108.85/528.35	c Finding binary XORs  T:     0.00 s  found:       0
2111.64/529.00	c Finding binary XORs  T:     0.00 s  found:       0
2112.44/529.22	c  E st    82   2974651        54      1073        46     28617      4957    244201   no data   no data  --
2112.44/529.22	c Following stats are for *FIRST FINISHED THREAD ONLY*
2112.44/529.22	c num threads              : 4          
2112.44/529.22	c restarts                 : 82         
2112.44/529.22	c dynamic restarts         : 0          
2112.44/529.22	c static restarts          : 82         
2112.44/529.22	c full restarts            : 4          
2112.44/529.22	c total simplify time      : 1.03       
2112.44/529.22	c learnts DL2              : 0          
2112.44/529.22	c learnts size 2           : 138        
2112.44/529.22	c learnts size 1           : 52          (69.33     % of vars)
2112.44/529.22	c filedLit time            : 0.69        (0.03      % time)
2112.44/529.22	c v-elim SatELite          : 0           (0.00      % vars)
2112.44/529.22	c SatELite time            : 175.72      (8.32      % time)
2112.44/529.22	c v-elim xor               : 0           (0.00      % vars)
2112.44/529.22	c xor elim time            : 0.10        (0.00      % time)
2112.44/529.22	c num binary xor trees     : 0          
2112.44/529.22	c binxor trees' crown      : 0           (nan       leafs/tree)
2112.44/529.22	c bin xor find time        : 0.00       
2112.44/529.22	c OTF clause improved      : 342502      (0.12      clauses/conflict)
2112.44/529.22	c OTF impr. size diff      : 350715      (1.02       lits/clause)
2112.44/529.22	c OTF cl watch-shrink      : 72908       (0.02      clauses/conflict)
2112.44/529.22	c OTF cl watch-sh-lit      : 79595       (1.09       lits/clause)
2112.44/529.22	c tried to recurMin cls    : 247337      (8.31       % of conflicts)
2112.44/529.22	c updated cache            : 1435        (0.01       lits/tried recurMin)
2112.44/529.22	c unit cls received        : 2           (3.85      % of units)
2112.44/529.22	c unit cls sent            : 11          (21.15     % of units)
2112.44/529.22	c bin cls received         : 9          
2112.44/529.22	c bin cls sent             : 117        
2112.44/529.22	c clauses over max glue    : 0           (0.00      % of all clauses)
2112.44/529.22	c conflicts                : 2974651     (1408.80   / sec)
2112.44/529.22	c decisions                : 3242687     (0.23      % random)
2112.44/529.22	c bogo-props               : 92577280401 (43844879.90 / sec)
2112.44/529.22	c conflict literals        : 44941606    (25.16     % deleted)
2112.44/529.22	c Memory used              : 454.80      MB
2112.44/529.22	c single-thread CPU time   : 2111.47     s
2112.44/529.22	c all-threads sum CPU time : 2111.47     s
2112.44/529.22	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-3368836-1305404202/watcher-3368836-1305404202 -o /tmp/evaluation-result-3368836-1305404202/solver-3368836-1305404202 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368836-1305404202.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: 4.31 6.70 7.55 2/270 31616
/proc/meminfo: memFree=25157700/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 412 0 0 0 1 0 0 0 24 0 4 0 730650752 52465664 352 33554432000 4194304 4650419 140736479955632 18446744073709551615 47647681882028 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 12809 352 303 112 0 7774 0
[pid=31616/tid=31617] ppid=31614 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730650752 52465664 352 33554432000 4194304 4650419 140736479955632 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730650752 52465664 352 33554432000 4194304 4650419 140736479955632 18446744073709551615 47647681882034 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730650752 52465664 352 33554432000 4194304 4650419 140736479955632 18446744073709551615 47647681882034 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.117971 s]
/proc/loadavg: 4.31 6.70 7.55 2/270 31616
/proc/meminfo: memFree=25157700/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=285052 CPUtime=3.42 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 5305 0 0 0 341 1 0 0 18 0 4 0 730650752 291893248 2589 33554432000 4194304 4650419 140736479955632 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 71263 2589 392 112 0 66228 0
[pid=31616/tid=31617] ppid=31614 vsize=285052 CPUtime=0.84 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1308 0 0 0 84 0 0 0 19 0 4 0 730650752 291893248 2589 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=285052 CPUtime=0.85 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1256 0 0 0 85 0 0 0 19 0 4 0 730650752 291893248 2590 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=285052 CPUtime=0.85 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1037 0 0 0 85 0 0 0 25 0 4 0 730650752 291893248 2590 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 285052

[startup+0.961701 s]
/proc/loadavg: 4.31 6.70 7.55 2/270 31616
/proc/meminfo: memFree=25157700/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=285116 CPUtime=3.82 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 6589 0 0 0 381 1 0 0 19 0 4 0 730650752 291958784 3638 33554432000 4194304 4650419 140736479955632 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 71279 3638 393 112 0 66244 0
[pid=31616/tid=31617] ppid=31614 vsize=285116 CPUtime=0.94 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1350 0 0 0 94 0 0 0 19 0 4 0 730650752 291958784 3638 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=285116 CPUtime=0.95 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1304 0 0 0 95 0 0 0 19 0 4 0 730650752 291958784 3638 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=285116 CPUtime=0.95 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1208 0 0 0 95 0 0 0 25 0 4 0 730650752 291958784 3638 33554432000 4194304 4650419 140736479955632 18446744073709551615 4314793 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 285116

[startup+1.06168 s]
/proc/loadavg: 4.31 6.70 7.55 2/270 31616
/proc/meminfo: memFree=25157700/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=285116 CPUtime=4.22 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 6720 0 0 0 421 1 0 0 19 0 4 0 730650752 291958784 3769 33554432000 4194304 4650419 140736479955632 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 71279 3770 393 112 0 66244 0
[pid=31616/tid=31617] ppid=31614 vsize=285116 CPUtime=1.04 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1389 0 0 0 104 0 0 0 19 0 4 0 730650752 291958784 3770 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=285116 CPUtime=1.05 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1355 0 0 0 105 0 0 0 19 0 4 0 730650752 291958784 3770 33554432000 4194304 4650419 140736479955632 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=285116 CPUtime=1.05 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1250 0 0 0 105 0 0 0 25 0 4 0 730650752 291958784 3770 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 285116

[startup+1.16166 s]
/proc/loadavg: 4.31 6.70 7.55 2/270 31616
/proc/meminfo: memFree=25157700/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=285568 CPUtime=4.62 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 7024 0 0 0 461 1 0 0 19 0 4 0 730650752 292421632 3800 33554432000 4194304 4650419 140736479955632 18446744073709551615 4370482 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 71392 3800 393 112 0 66357 0
[pid=31616/tid=31617] ppid=31614 vsize=285568 CPUtime=1.14 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1430 0 0 0 114 0 0 0 19 0 4 0 730650752 292421632 3800 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=285568 CPUtime=1.15 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1568 0 0 0 115 0 0 0 19 0 4 0 730650752 292421632 3800 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=285568 CPUtime=1.15 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1288 0 0 0 115 0 0 0 25 0 4 0 730650752 292421632 3800 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 285568

[startup+1.5006 s]
/proc/loadavg: 4.31 6.70 7.55 2/270 31616
/proc/meminfo: memFree=25157700/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=285736 CPUtime=5.97 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 8808 0 0 0 596 1 0 0 19 0 4 0 730650752 292593664 4717 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 71434 4717 393 112 0 66399 0
[pid=31616/tid=31617] ppid=31614 vsize=285736 CPUtime=1.48 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 2497 0 0 0 148 0 0 0 20 0 4 0 730650752 292593664 4717 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=285736 CPUtime=1.49 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1702 0 0 0 149 0 0 0 20 0 4 0 730650752 292593664 4717 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=285736 CPUtime=1.49 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 1595 0 0 0 149 0 0 0 25 0 4 0 730650752 292593664 4717 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285736

[startup+3.10031 s]
/proc/loadavg: 4.31 6.70 7.55 9/281 31628
/proc/meminfo: memFree=25087356/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=282824 CPUtime=12.36 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 15467 0 0 0 1233 3 0 0 25 0 4 0 730650752 289611776 9084 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 70706 9084 393 112 0 65671 0
[pid=31616/tid=31617] ppid=31614 vsize=282824 CPUtime=3.06 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 4297 0 0 0 305 1 0 0 25 0 4 0 730650752 289611776 9084 33554432000 4194304 4650419 140736479955632 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=282824 CPUtime=3.09 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 3417 0 0 0 309 0 0 0 25 0 4 0 730650752 289611776 9084 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=282824 CPUtime=3.09 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 3668 0 0 0 308 1 0 0 25 0 4 0 730650752 289611776 9084 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 282824

[startup+6.30972 s]
/proc/loadavg: 4.61 6.72 7.55 9/281 31628
/proc/meminfo: memFree=25065336/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=301188 CPUtime=25.17 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 20419 0 0 0 2513 4 0 0 25 0 4 0 730650752 308416512 10524 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 75297 10524 393 112 0 70262 0
[pid=31616/tid=31617] ppid=31614 vsize=301188 CPUtime=6.25 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 5455 0 0 0 624 1 0 0 25 0 4 0 730650752 308416512 10524 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=301188 CPUtime=6.29 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 4533 0 0 0 629 0 0 0 25 0 4 0 730650752 308416512 10524 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=301188 CPUtime=6.3 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 4963 0 0 0 629 1 0 0 25 0 4 0 730650752 308416512 10524 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 301188

[startup+12.7005 s]
/proc/loadavg: 4.88 6.75 7.56 9/281 31629
/proc/meminfo: memFree=25041552/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=292868 CPUtime=50.68 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 32200 0 0 0 5062 6 0 0 25 0 4 0 730650752 299896832 13959 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 73217 13959 393 112 0 68182 0
[pid=31616/tid=31617] ppid=31614 vsize=292868 CPUtime=12.59 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 8440 0 0 0 1258 1 0 0 25 0 4 0 730650752 299896832 13959 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=292868 CPUtime=12.69 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 7465 0 0 0 1268 1 0 0 25 0 4 0 730650752 299896832 13959 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=292868 CPUtime=12.68 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 8062 0 0 0 1267 1 0 0 25 0 4 0 730650752 299896832 13959 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 292868

[startup+25.5012 s]
/proc/loadavg: 5.57 6.81 7.56 9/281 31629
/proc/meminfo: memFree=25004036/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=293788 CPUtime=101.78 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 48697 0 0 0 10167 11 0 0 25 0 4 0 730650752 300838912 16942 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 73447 16943 393 112 0 68412 0
[pid=31616/tid=31617] ppid=31614 vsize=293788 CPUtime=25.29 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 13720 0 0 0 2526 3 0 0 25 0 4 0 730650752 300838912 16943 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=293788 CPUtime=25.49 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 11821 0 0 0 2547 2 0 0 25 0 4 0 730650752 300838912 16943 33554432000 4194304 4650419 140736479955632 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=293788 CPUtime=25.49 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 10327 0 0 0 2547 2 0 0 25 0 4 0 730650752 300838912 16943 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 293788

[startup+51.1005 s]
/proc/loadavg: 6.46 6.92 7.58 9/281 31630
/proc/meminfo: memFree=24976932/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=286156 CPUtime=203.97 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 75654 0 0 0 20379 18 0 0 25 0 4 0 730650752 293023744 23218 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 71539 23218 393 112 0 66504 0
[pid=31616/tid=31617] ppid=31614 vsize=286156 CPUtime=50.67 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 21119 0 0 0 5063 4 0 0 25 0 4 0 730650752 293023744 23218 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=286156 CPUtime=51.08 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 19472 0 0 0 5104 4 0 0 25 0 4 0 730650752 293023744 23218 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=286156 CPUtime=51.09 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 14483 0 0 0 5106 3 0 0 25 0 4 0 730650752 293023744 23218 33554432000 4194304 4650419 140736479955632 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 286156

[startup+102.301 s]
/proc/loadavg: 7.33 7.08 7.60 9/281 31631
/proc/meminfo: memFree=24916248/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=292516 CPUtime=408.35 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 117835 0 0 0 40804 31 0 0 25 0 4 0 730650752 299536384 30062 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 73129 30062 393 112 0 68094 0
[pid=31616/tid=31617] ppid=31614 vsize=292516 CPUtime=101.46 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 31926 0 0 0 10139 7 0 0 25 0 4 0 730650752 299536384 30062 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=292516 CPUtime=102.28 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 31637 0 0 0 10220 8 0 0 25 0 4 0 730650752 299536384 30062 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=292516 CPUtime=102.29 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 21300 0 0 0 10223 6 0 0 25 0 4 0 730650752 299536384 30062 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 292516

[startup+162.301 s]

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

/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 32976 0 0 0 22221 9 0 0 25 0 4 0 730650752 329916416 40216 33554432000 4194304 4650419 140736479955632 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.37
Current children cumulated vsize (KiB) 322184

[startup+282.301 s]
/proc/loadavg: 8.09 7.55 7.68 9/281 31636
/proc/meminfo: memFree=24763516/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=387556 CPUtime=1126.91 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 229254 0 0 0 112624 67 0 0 25 0 4 0 730650752 396857344 53145 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 96889 53145 394 112 0 91854 0
[pid=31616/tid=31617] ppid=31614 vsize=387556 CPUtime=279.97 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 62187 0 0 0 27982 15 0 0 25 0 4 0 730650752 396857344 53145 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=387556 CPUtime=282.29 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 61870 0 0 0 28211 18 0 0 25 0 4 0 730650752 396857344 53145 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=387556 CPUtime=282.31 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 38616 0 0 0 28219 12 0 0 25 0 4 0 730650752 396857344 53145 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1126.91
Current children cumulated vsize (KiB) 387556

[startup+342.301 s]
/proc/loadavg: 8.20 7.68 7.72 9/281 31638
/proc/meminfo: memFree=24767916/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=399776 CPUtime=1366.39 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 260751 0 0 0 136561 78 0 0 25 0 4 0 730650752 409370624 52259 33554432000 4194304 4650419 140736479955632 18446744073709551615 4432396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 99944 52259 394 112 0 94909 0
[pid=31616/tid=31617] ppid=31614 vsize=399776 CPUtime=339.48 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 72686 0 0 0 33930 18 0 0 25 0 4 0 730650752 409370624 52259 33554432000 4194304 4650419 140736479955632 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=399776 CPUtime=342.28 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 70552 0 0 0 34206 22 0 0 25 0 4 0 730650752 409370624 52259 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=399776 CPUtime=342.29 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 42341 0 0 0 34216 13 0 0 25 0 4 0 730650752 409370624 52259 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1366.39
Current children cumulated vsize (KiB) 399776

[startup+402.311 s]
/proc/loadavg: 8.14 7.75 7.74 9/281 31639
/proc/meminfo: memFree=24691116/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=419472 CPUtime=1605.91 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 283426 0 0 0 160504 87 0 0 25 0 4 0 730650752 429539328 61574 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 104868 61574 394 112 0 99833 0
[pid=31616/tid=31617] ppid=31614 vsize=419472 CPUtime=398.97 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 79858 0 0 0 39876 21 0 0 25 0 4 0 730650752 429539328 61574 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=419472 CPUtime=402.29 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 76995 0 0 0 40205 24 0 0 25 0 4 0 730650752 429539328 61574 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=419472 CPUtime=402.31 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 45158 0 0 0 40217 14 0 0 25 0 4 0 730650752 429539328 61574 33554432000 4194304 4650419 140736479955632 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.91
Current children cumulated vsize (KiB) 419472

[startup+462.3 s]
/proc/loadavg: 8.12 7.81 7.75 9/281 31641
/proc/meminfo: memFree=24677460/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=430200 CPUtime=1845.39 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 308637 0 0 0 184440 99 0 0 25 0 4 0 730650752 440524800 65514 33554432000 4194304 4650419 140736479955632 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 107550 65514 394 112 0 102515 0
[pid=31616/tid=31617] ppid=31614 vsize=430200 CPUtime=458.48 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 89062 0 0 0 45823 25 0 0 25 0 4 0 730650752 440524800 65514 33554432000 4194304 4650419 140736479955632 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=430200 CPUtime=462.28 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 81445 0 0 0 46201 27 0 0 25 0 4 0 730650752 440524800 65514 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=430200 CPUtime=462.3 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 49398 0 0 0 46214 16 0 0 25 0 4 0 730650752 440524800 65514 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1845.39
Current children cumulated vsize (KiB) 430200

[startup+522.3 s]
/proc/loadavg: 8.04 7.84 7.77 9/281 31642
/proc/meminfo: memFree=24672440/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2084.9 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 328141 0 0 0 208382 108 0 0 25 0 4 0 730650752 476884992 64167 33554432000 4194304 4650419 140736479955632 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 64167 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=517.98 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94661 0 0 0 51771 27 0 0 25 0 4 0 730650752 476884992 64167 33554432000 4194304 4650419 140736479955632 18446744073709551615 4316026 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=522.28 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86257 0 0 0 52199 29 0 0 25 0 4 0 730650752 476884992 64167 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=522.3 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 52913 0 0 0 52213 17 0 0 25 0 4 0 730650752 476884992 64167 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2084.9
Current children cumulated vsize (KiB) 465708

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

[startup+525.51 s]
/proc/loadavg: 8.04 7.84 7.77 9/281 31642
/proc/meminfo: memFree=24676656/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2097.71 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 328784 0 0 0 209663 108 0 0 25 0 4 0 730650752 476884992 64750 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 64750 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=521.16 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94674 0 0 0 52089 27 0 0 25 0 4 0 730650752 476884992 64750 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=525.49 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86461 0 0 0 52520 29 0 0 25 0 4 0 730650752 476884992 64750 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=525.51 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 53106 0 0 0 52534 17 0 0 25 0 4 0 730650752 476884992 64750 33554432000 4194304 4650419 140736479955632 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2097.71
Current children cumulated vsize (KiB) 465708

[startup+527.1 s]
/proc/loadavg: 8.04 7.84 7.77 9/281 31642
/proc/meminfo: memFree=24675168/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2104.06 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 329108 0 0 0 210298 108 0 0 25 0 4 0 730650752 476884992 65074 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 65074 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=522.74 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94674 0 0 0 52247 27 0 0 25 0 4 0 730650752 476884992 65074 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=527.08 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86576 0 0 0 52679 29 0 0 25 0 4 0 730650752 476884992 65074 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=527.1 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 53187 0 0 0 52693 17 0 0 25 0 4 0 730650752 476884992 65074 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2104.06
Current children cumulated vsize (KiB) 465708

[startup+527.9 s]
/proc/loadavg: 8.04 7.84 7.77 9/281 31642
/proc/meminfo: memFree=24673432/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2107.25 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 329265 0 0 0 210617 108 0 0 25 0 4 0 730650752 476884992 65231 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 65231 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=523.53 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94674 0 0 0 52326 27 0 0 25 0 4 0 730650752 476884992 65231 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=527.88 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86624 0 0 0 52759 29 0 0 25 0 4 0 730650752 476884992 65231 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=527.9 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 53232 0 0 0 52773 17 0 0 25 0 4 0 730650752 476884992 65231 33554432000 4194304 4650419 140736479955632 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2107.25
Current children cumulated vsize (KiB) 465708

[startup+528.7 s]
/proc/loadavg: 8.04 7.85 7.77 9/281 31642
/proc/meminfo: memFree=24668224/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2110.48 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 329422 0 0 0 210940 108 0 0 25 0 4 0 730650752 476884992 65388 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 65388 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=524.33 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94674 0 0 0 52406 27 0 0 25 0 4 0 730650752 476884992 65388 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=528.69 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86671 0 0 0 52840 29 0 0 25 0 4 0 730650752 476884992 65388 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=528.71 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 53285 0 0 0 52854 17 0 0 25 0 4 0 730650752 476884992 65388 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2110.48
Current children cumulated vsize (KiB) 465708

[startup+529.101 s]
/proc/loadavg: 8.04 7.85 7.77 9/281 31642
/proc/meminfo: memFree=24668224/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2112.04 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 329500 0 0 0 211096 108 0 0 25 0 4 0 730650752 476884992 65466 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 65466 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=524.72 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94674 0 0 0 52445 27 0 0 25 0 4 0 730650752 476884992 65466 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=529.08 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86690 0 0 0 52879 29 0 0 25 0 4 0 730650752 476884992 65466 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=529.1 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 53316 0 0 0 52893 17 0 0 25 0 4 0 730650752 476884992 65466 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2112.04
Current children cumulated vsize (KiB) 465708

[startup+529.201 s]
/proc/loadavg: 8.04 7.85 7.77 9/281 31642
/proc/meminfo: memFree=24668224/32951124 swapFree=67083432/67111528
[pid=31616] ppid=31614 vsize=465708 CPUtime=2112.44 cores=0,2,4,6
/proc/31616/stat : 31616 (strangenight1-m) R 31614 31616 31021 0 -1 4202496 329517 0 0 0 211136 108 0 0 25 0 4 0 730650752 476884992 65483 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31616/statm: 116427 65483 394 112 0 111392 0
[pid=31616/tid=31617] ppid=31614 vsize=465708 CPUtime=524.82 cores=0,2,4,6
/proc/31616/task/31617/stat : 31617 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 94674 0 0 0 52455 27 0 0 25 0 4 0 730650752 476884992 65483 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31616/tid=31618] ppid=31614 vsize=465708 CPUtime=529.18 cores=0,2,4,6
/proc/31616/task/31618/stat : 31618 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 86695 0 0 0 52889 29 0 0 25 0 4 0 730650752 476884992 65483 33554432000 4194304 4650419 140736479955632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31616/tid=31619] ppid=31614 vsize=465708 CPUtime=529.2 cores=0,2,4,6
/proc/31616/task/31619/stat : 31619 (strangenight1-m) R 31614 31616 31021 0 -1 4202560 53323 0 0 0 52903 17 0 0 25 0 4 0 730650752 476884992 65483 33554432000 4194304 4650419 140736479955632 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2112.44
Current children cumulated vsize (KiB) 465708

Child status: 20
Real time (s): 529.241
CPU time (s): 2112.58
CPU user time (s): 2111.47
CPU system time (s): 1.10283
CPU usage (%): 399.171
Max. virtual memory (cumulated for all children) (KiB): 519148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2111.47
system time used= 1.10283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329526
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= 246
involuntary context switches= 9232

runsolver used 1.2918 second user time and 3.09453 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 22:16:42
IDJOB=3368836
IDBENCH=82845
IDSOLVER=1846
FILE ID=node110/3368836-1305404202
RUNJOBID= node110-1305404202-31601
PBS_JOBID= 13324476
Free space on /tmp= 73592 MiB

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

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

MD5SUM BENCH= 1eb54569b93f0ee7ebd06f1e9e4582f9
RANDOM SEED=1850679536

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25159484 kB
Buffers:        277364 kB
Cached:        4038232 kB
SwapCached:       1440 kB
Active:        4275796 kB
Inactive:      3186764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25159484 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            9720 kB
Writeback:           0 kB
AnonPages:     3145612 kB
Mapped:          22220 kB
Slab:           245656 kB
PageTables:      19996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46107624 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= 73580 MiB
End job on node110 at 2011-05-14 22:25:31