Trace number 3368745

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 1522.34 381.319

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.43802
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.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368745-1305402083.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
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      31 undec:       2 neg:      42
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4919        75      1597         0      4483      7985     76988   no data   no data  --
3.57/0.90	c  N st    10     11302        75      1597         0      4143      7985     58683   no data   no data  --
3.57/0.90	c  N st    11     17046        75      1597         0      9340      7985    148188   no data   no data  --
3.57/0.90	c  F st    12     25000        75      1597         0     11427      7985    176355   no data   no data  --
3.57/0.90	c  N st    12     25000        75      1597         0     11427      7985    176355   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30000        75      1597         0      9795      7985    144338   no data   no data  --
3.57/0.90	c  S st    18     30000        75      1597         0      9795      7985    144338   no data   no data  --
3.97/1.00	c  S st    18     30501        75      1597         0     10262      7985    152780   no data   no data  --
3.97/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.97/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.20	c lits-rem:      1746  cl-subs:     2515  v-elim:      0  v-fix:    0  time:  0.83 s
4.39/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.14
4.39/1.20	c calculated reachability. Time: 0.00
4.39/1.20	c  N st    18     30501        75      1597         0      7747      7985    112128   no data   no data  --
5.96/1.50	c  N st    20     37612        75      1597         0      7137      7985     92744   no data   no data  --
6.76/1.70	c  N st    21     44012        75      1597         0     12920      7985    190275   no data   no data  --
6.76/1.78	c  S st    22     45752        75      1597         0     14502      7985    217665   no data   no data  --
7.16/1.82	c  S st    22     46254        75      1597         0     14984      7985    226342   no data   no data  --
7.16/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.16/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.16/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.78	c lits-rem:      2354  cl-subs:     2643  v-elim:      0  v-fix:    0  time:  3.79 s
10.75/2.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.75/2.78	c vivif2 --  cl tried    12341 cl shrink        0 lits rem          0 time: 0.01
11.15/2.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
11.15/2.83	c calculated reachability. Time: 0.00
11.15/2.83	c  N st    22     46254        75      1597         0     12341      7985    181958   no data   no data  --
13.57/3.45	c  N st    23     60651        75      1597         0     17423      7985    257269   no data   no data  --
15.14/3.83	c  N st    24     69383        75      1597         0     16368      7985    235775   no data   no data  --
15.14/3.83	c  S st    24     69383        75      1597         0     16368      7985    235775   no data   no data  --
15.14/3.88	c  S st    24     69888        75      1597         0     16842      7985    243879   no data   no data  --
15.14/3.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.14/3.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.14/3.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.14/3.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.93/5.00	c lits-rem:      2375  cl-subs:     3019  v-elim:      0  v-fix:    0  time:  4.42 s
19.93/5.00	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.93/5.00	c vivif2 --  cl tried    13823 cl shrink        0 lits rem          0 time: 0.01
19.93/5.06	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.24
19.93/5.06	c calculated reachability. Time: 0.00
19.93/5.06	c  N st    24     69888        75      1597         0     13823      7985    194445   no data   no data  --
23.53/5.91	c  F st    25     87500        75      1597         0     19897      7985    285369   no data   no data  --
23.53/5.91	c  N st    25     87500        75      1597         0     19897      7985    285369   no data   no data  --
24.73/6.21	c Decided on static restart strategy
25.13/6.37	c  N st    32     95537        75      1597         0     16448      7985    224591   no data   no data  --
27.52/6.96	c  N st    34    104833        75      1597         0     13169      7985    165607   no data   no data  --
27.52/6.96	c  S st    34    104833        75      1597         0     13169      7985    165607   no data   no data  --
27.92/7.00	c  S st    34    105337        75      1597         0     13639      7985    174194   no data   no data  --
27.92/7.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.92/7.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.92/7.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.92/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.92/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.92/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.92/7.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.31/7.69	c lits-rem:       951  cl-subs:     1286  v-elim:      0  v-fix:    0  time:  2.72 s
30.31/7.69	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.31/7.69	c vivif2 --  cl tried    12353 cl shrink        0 lits rem          0 time: 0.01
30.73/7.74	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
30.73/7.74	c calculated reachability. Time: 0.00
30.73/7.74	c  N st    34    105337        75      1597         0     12353      7985    154281   no data   no data  --
33.11/8.30	c  N st    35    114935        75      1597         0     21004      7985    299924   no data   no data  --
35.90/9.09	c  N st    36    129332        75      1597         0     21381      7985    293377   no data   no data  --
41.49/10.48	c  N st    37    150927        75      1597         0     27235      7985    369966   no data   no data  --
43.49/10.94	c  S st    38    158005        75      1597         0     19300      7985    240035   no data   no data  --
43.49/10.99	c  S st    38    158512        75      1597         0     19781      7985    248726   no data   no data  --
43.49/10.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.49/10.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.49/11.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.49/11.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.49/11.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.49/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.49/11.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.88/12.04	c lits-rem:      1618  cl-subs:     2707  v-elim:      0  v-fix:    0  time:  4.16 s
47.88/12.04	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.88/12.04	c vivif2 --  cl tried    17074 cl shrink        0 lits rem          0 time: 0.01
48.30/12.11	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.27
48.30/12.11	c calculated reachability. Time: 0.00
48.30/12.11	c  N st    38    158512        75      1597         0     17074      7985    209548   no data   no data  --
61.47/15.47	c  N st    39    207100        75      1597         0     29308      7985    384880   no data   no data  --
70.67/17.74	c  N st    40    237768        75      1597         0     21986      7985    256886   no data   no data  --
70.67/17.74	c  S st    40    237768        75      1597         0     21986      7985    256886   no data   no data  --
71.04/17.80	c  S st    40    238274        75      1597         0     22458      7985    265602   no data   no data  --
71.04/17.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.04/17.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.04/17.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
71.04/17.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.04/17.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.04/17.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
71.04/17.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.06/18.81	c lits-rem:      1395  cl-subs:     2583  v-elim:      0  v-fix:    0  time:  3.99 s
75.06/18.81	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.06/18.82	c vivif2 --  cl tried    19875 cl shrink        0 lits rem          0 time: 0.01
75.06/18.89	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
75.06/18.89	c calculated reachability. Time: 0.00
75.06/18.89	c  N st    40    238274        75      1597         0     19875      7985    231999   no data   no data  --
95.80/24.05	c  F st    41    306251        75      1597         0     21591      7985    231660   no data   no data  --
95.80/24.05	c  N st    41    306251        75      1597         0     21591      7985    231660   no data   no data  --
97.02/24.39	c Decided on static restart strategy
104.98/26.40	c  N st    51    334554        75      1597         0     25651      7985    295378   no data   no data  --
113.36/28.41	c  N st    53    357412        75      1597         0     23841      7985    257517   no data   no data  --
113.36/28.41	c  S st    53    357412        75      1597         0     23841      7985    257517   no data   no data  --
113.36/28.48	c  S st    53    357916        75      1597         0     24312      7985    266365   no data   no data  --
113.36/28.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.36/28.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.36/28.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
113.36/28.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.36/28.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.36/28.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
113.36/28.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.76/29.52	c lits-rem:       844  cl-subs:     1713  v-elim:      0  v-fix:    0  time:  4.10 s
117.76/29.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
117.76/29.52	c vivif2 --  cl tried    22599 cl shrink        0 lits rem          0 time: 0.01
118.16/29.61	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.36
118.16/29.61	c calculated reachability. Time: 0.00
118.16/29.61	c  N st    53    357916        75      1597         0     22599      7985    243571   no data   no data  --
129.73/32.59	c  N st    54    390309        75      1597         0     28420      7985    330820   no data   no data  --
148.09/37.13	c  N st    55    438899        75      1597         0     47925      7985    647615   no data   no data  --
175.66/44.04	c  N st    56    511781        75      1597         0     35052      7985    407382   no data   no data  --
186.02/46.69	c  N st    57    536874        75      1597         0     29788      7985    322838   no data   no data  --
186.02/46.69	c  S st    57    536874        75      1597         0     29788      7985    322838   no data   no data  --
186.42/46.76	c  S st    57    537379        75      1597         0     30268      7985    331465   no data   no data  --
186.42/46.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
186.42/46.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
186.42/46.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
186.42/46.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
186.42/46.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.42/46.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
186.42/46.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
191.21/47.98	c lits-rem:      1251  cl-subs:     1590  v-elim:      0  v-fix:    0  time:  4.79 s
191.21/47.98	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
191.21/47.98	c vivif2 --  cl tried    28678 cl shrink        0 lits rem          0 time: 0.01
192.02/48.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.46
192.02/48.10	c calculated reachability. Time: 0.00
192.02/48.10	c  N st    57    537379        75      1597         0     28678      7985    308298   no data   no data  --
261.89/65.65	c  N st    58    701363        75      1597         0     55160      7985    681864   no data   no data  --
311.39/78.09	c  N st    59    806068        75      1597         0     49605      7985    583230   no data   no data  --
311.39/78.09	c  S st    59    806068        75      1597         0     49605      7985    583230   no data   no data  --
312.22/78.24	c  S st    59    806570        75      1597         0     50084      7985    591841   no data   no data  --
312.22/78.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
312.22/78.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
312.22/78.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
312.22/78.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
312.22/78.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
312.22/78.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
312.22/78.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
324.99/81.50	c lits-rem:      2910  cl-subs:     8690  v-elim:      0  v-fix:    0  time: 12.90 s
324.99/81.50	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
325.40/81.51	c vivif2 --  cl tried    41394 cl shrink        0 lits rem          0 time: 0.02
326.16/81.70	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.78
326.16/81.71	c calculated reachability. Time: 0.00
326.16/81.71	c  N st    59    806570        75      1597         0     41394      7985    475802   no data   no data  --
456.75/114.45	c  F st    60   1071875        75      1597         0     56500      7985    660685   no data   no data  --
456.75/114.45	c  N st    60   1071875        75      1597         0     56500      7985    660685   no data   no data  --
459.92/115.28	c Decided on static restart strategy
474.73/118.98	c  N st    70   1100181        75      1597         0     41972      7985    432305   no data   no data  --
497.05/124.56	c  N st    72   1136176        75      1597         0     74164      7985    976652   no data   no data  --
517.02/129.50	c  N st    73   1168568        75      1597         0     61874      7985    732445   no data   no data  --
542.57/135.94	c  N st    74   1209856        75      1597         0     56714      7985    647383   no data   no data  --
542.57/135.94	c  S st    74   1209856        75      1597         0     56714      7985    647383   no data   no data  --
543.36/136.10	c  S st    74   1210363        75      1597         0     57186      7985    655991   no data   no data  --
543.36/136.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
543.36/136.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
543.36/136.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
543.36/136.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
543.36/136.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
543.36/136.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
543.36/136.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
558.16/139.90	c lits-rem:      3737  cl-subs:     7810  v-elim:      0  v-fix:    0  time: 14.99 s
558.53/139.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
558.53/139.90	c vivif2 --  cl tried    49376 cl shrink        0 lits rem          0 time: 0.03
559.33/140.12	c asymm  cl-useful: 0/1325/1597 lits-rem:0 time: 0.88
559.33/140.13	c calculated reachability. Time: 0.00
559.33/140.13	c  N st    74   1210363        75      1597         0     49376      7985    551977   no data   no data  --
602.46/150.96	c  N st    75   1283246        75      1597         0     71679      7985    866703   no data   no data  --
670.32/167.95	c  N st    76   1392571        75      1597         0     80634      7985    984290   no data   no data  --
774.93/194.14	c  N st    77   1556555        75      1597         0     87929      7985   1076670   no data   no data  --
874.37/219.03	c  N st    78   1710366        75      1597         0     77716      7985    881552   no data   no data  --
874.37/219.03	c  S st    78   1710366        75      1597         0     77716      7985    881552   no data   no data  --
875.13/219.28	c  S st    78   1710869        75      1597         0     78191      7985    890294   no data   no data  --
875.13/219.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
875.13/219.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
875.53/219.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
875.53/219.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
875.53/219.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
875.53/219.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
875.53/219.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
908.67/227.61	c lits-rem:      1224  cl-subs:    20666  v-elim:      0  v-fix:    0  time: 32.99 s
908.67/227.61	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
908.67/227.62	c vivif2 --  cl tried    57525 cl shrink        0 lits rem          0 time: 0.04
909.49/227.86	c asymm  cl-useful: 0/1176/1597 lits-rem:0 time: 0.96
909.49/227.86	c calculated reachability. Time: 0.00
909.49/227.86	c  N st    78   1710869        75      1597         0     57525      7985    629445   no data   no data  --
1160.19/290.66	c  N st    79   2079834        75      1597         1     70717      7985    769696   no data   no data  --
1248.02/312.69	c  N st    80   2210869        75      1597         1     74486      7985    801304   no data   no data  --
1248.02/312.69	c  S st    80   2210869        75      1597         1     74486      7985    801304   no data   no data  --
1248.02/312.69	c Finding binary XORs  T:     0.00 s  found:       0
1248.82/312.88	c  S st    80   2211371        75      1597         2     74956      7985    809977   no data   no data  --
1248.82/312.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1248.82/312.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1249.22/312.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
1249.22/312.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1255.61/314.51	c subs with bin:     6921  lits-rem:      8290  v-fix:    0  time:  6.26 s
1255.61/314.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1255.61/314.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1276.77/319.89	c lits-rem:      3008  cl-subs:    10238  v-elim:      0  v-fix:    0  time: 21.47 s
1276.77/319.89	c vivif2 --  cl tried     1590 cl shrink        0 lits rem          0 time: 0.00
1277.17/319.90	c vivif2 --  cl tried    57804 cl shrink        0 lits rem          0 time: 0.04
1277.98/320.14	c asymm  cl-useful: 0/1135/1590 lits-rem:0 time: 0.95
1277.98/320.14	c calculated reachability. Time: 0.00
1277.98/320.14	c  N st    80   2211371        75      1590         2     57804      7940    598030   no data   no data  --
1493.94/374.27	c Finding binary XORs  T:     0.00 s  found:       0
1521.48/381.17	c Finding binary XORs  T:     0.00 s  found:       0
1522.28/381.30	c Following stats are for *FIRST FINISHED THREAD ONLY*
1522.28/381.30	c num threads              : 4          
1522.28/381.30	c restarts                 : 80         
1522.28/381.30	c dynamic restarts         : 0          
1522.28/381.30	c static restarts          : 80         
1522.28/381.30	c full restarts            : 4          
1522.28/381.30	c total simplify time      : 3.49       
1522.28/381.30	c learnts DL2              : 0          
1522.28/381.30	c learnts size 2           : 124        
1522.28/381.30	c learnts size 1           : 51          (68.00     % of vars)
1522.28/381.30	c filedLit time            : 0.44        (0.03      % time)
1522.28/381.30	c v-elim SatELite          : 0           (0.00      % vars)
1522.28/381.30	c SatELite time            : 110.30      (7.25      % time)
1522.28/381.30	c v-elim xor               : 0           (0.00      % vars)
1522.28/381.30	c xor elim time            : 0.06        (0.00      % time)
1522.28/381.30	c num binary xor trees     : 0          
1522.28/381.30	c binxor trees' crown      : 0           (nan       leafs/tree)
1522.28/381.30	c bin xor find time        : 0.00       
1522.28/381.30	c OTF clause improved      : 301343      (0.12      clauses/conflict)
1522.28/381.30	c OTF impr. size diff      : 309226      (1.03       lits/clause)
1522.28/381.30	c OTF cl watch-shrink      : 145082      (0.06      clauses/conflict)
1522.28/381.30	c OTF cl watch-sh-lit      : 156811      (1.08       lits/clause)
1522.28/381.30	c tried to recurMin cls    : 220878      (8.52       % of conflicts)
1522.28/381.30	c updated cache            : 1455        (0.01       lits/tried recurMin)
1522.28/381.30	c unit cls received        : 2           (3.92      % of units)
1522.28/381.30	c unit cls sent            : 7           (13.73     % of units)
1522.28/381.30	c bin cls received         : 6          
1522.28/381.30	c bin cls sent             : 94         
1522.28/381.30	c clauses over max glue    : 0           (0.00      % of all clauses)
1522.28/381.30	c conflicts                : 2591380     (1703.11   / sec)
1522.28/381.30	c decisions                : 2827343     (0.48      % random)
1522.28/381.30	c bogo-props               : 72613334659 (47723149.85 / sec)
1522.28/381.30	c conflict literals        : 38102056    (26.15     % deleted)
1522.28/381.30	c Memory used              : 407.02      MB
1522.28/381.30	c single-thread CPU time   : 1521.55     s
1522.28/381.30	c all-threads sum CPU time : 1521.56     s
1522.28/381.30	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-3368745-1305402083/watcher-3368745-1305402083 -o /tmp/evaluation-result-3368745-1305402083/solver-3368745-1305402083 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368745-1305402083.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.47 8.02 8.07 3/247 12793
/proc/meminfo: memFree=21759224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 417 0 0 0 0 0 0 0 24 0 4 0 651806227 52465664 357 33554432000 4194304 4650419 140734048175104 18446744073709551615 271550537659 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 12809 357 306 112 0 7774 0
[pid=12793/tid=12795] ppid=12791 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651806227 52465664 357 33554432000 4194304 4650419 140734048175104 18446744073709551615 47846183249842 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651806227 52465664 357 33554432000 4194304 4650419 140734048175104 18446744073709551615 47846183249437 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651806227 52465664 357 33554432000 4194304 4650419 140734048175104 18446744073709551615 47846183249427 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.11034 s]
/proc/loadavg: 7.47 8.02 8.07 3/247 12793
/proc/meminfo: memFree=21759224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=283396 CPUtime=0.41 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 1814 0 0 0 41 0 0 0 18 0 4 0 651806227 290197504 1375 33554432000 4194304 4650419 140734048175104 18446744073709551615 4332190 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 70849 1375 391 112 0 65814 0
[pid=12793/tid=12795] ppid=12791 vsize=283396 CPUtime=0.09 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 387 0 0 0 9 0 0 0 25 0 4 0 651806227 290197504 1375 33554432000 4194304 4650419 140734048175104 18446744073709551615 4331984 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=283396 CPUtime=0.1 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 419 0 0 0 10 0 0 0 18 0 4 0 651806227 290197504 1375 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=283396 CPUtime=0.1 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 264 0 0 0 10 0 0 0 18 0 4 0 651806227 290197504 1375 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283396

[startup+0.200323 s]
/proc/loadavg: 7.47 8.02 8.07 3/247 12793
/proc/meminfo: memFree=21759224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=283584 CPUtime=0.77 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 2245 0 0 0 77 0 0 0 18 0 4 0 651806227 290390016 1702 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365311 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 70896 1702 391 112 0 65861 0
[pid=12793/tid=12795] ppid=12791 vsize=283584 CPUtime=0.18 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 490 0 0 0 18 0 0 0 25 0 4 0 651806227 290390016 1702 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=283584 CPUtime=0.19 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 501 0 0 0 19 0 0 0 18 0 4 0 651806227 290390016 1702 33554432000 4194304 4650419 140734048175104 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=283584 CPUtime=0.19 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 353 0 0 0 19 0 0 0 18 0 4 0 651806227 290390016 1702 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283584

[startup+0.300305 s]
/proc/loadavg: 7.47 8.02 8.07 3/247 12793
/proc/meminfo: memFree=21759224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=284400 CPUtime=1.17 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 2998 0 0 0 117 0 0 0 18 0 4 0 651806227 291225600 1819 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 71100 1819 391 112 0 66065 0
[pid=12793/tid=12795] ppid=12791 vsize=284400 CPUtime=0.28 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 684 0 0 0 28 0 0 0 25 0 4 0 651806227 291225600 1819 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=284400 CPUtime=0.29 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 676 0 0 0 29 0 0 0 18 0 4 0 651806227 291225600 1820 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=284400 CPUtime=0.29 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 533 0 0 0 29 0 0 0 18 0 4 0 651806227 291225600 1820 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284400

[startup+0.700233 s]
/proc/loadavg: 7.47 8.02 8.07 3/247 12793
/proc/meminfo: memFree=21759224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=285284 CPUtime=2.77 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 4493 0 0 0 276 1 0 0 18 0 4 0 651806227 292130816 2508 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 71321 2508 392 112 0 66286 0
[pid=12793/tid=12795] ppid=12791 vsize=285284 CPUtime=0.68 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 1109 0 0 0 68 0 0 0 25 0 4 0 651806227 292130816 2508 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=285284 CPUtime=0.69 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 1044 0 0 0 69 0 0 0 18 0 4 0 651806227 292130816 2508 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=285284 CPUtime=0.69 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 856 0 0 0 69 0 0 0 18 0 4 0 651806227 292130816 2508 33554432000 4194304 4650419 140734048175104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285284

[startup+1.50109 s]
/proc/loadavg: 7.47 8.02 8.07 9/257 12806
/proc/meminfo: memFree=21724180/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=292448 CPUtime=5.96 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 10302 0 0 0 595 1 0 0 20 0 4 0 651806227 299466752 6106 33554432000 4194304 4650419 140734048175104 18446744073709551615 4355019 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 73112 6106 393 112 0 68077 0
[pid=12793/tid=12795] ppid=12791 vsize=292448 CPUtime=1.47 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 2600 0 0 0 147 0 0 0 25 0 4 0 651806227 299466752 6106 33554432000 4194304 4650419 140734048175104 18446744073709551615 4334034 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=292448 CPUtime=1.49 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 3148 0 0 0 149 0 0 0 19 0 4 0 651806227 299466752 6106 33554432000 4194304 4650419 140734048175104 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=292448 CPUtime=1.49 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 1504 0 0 0 149 0 0 0 20 0 4 0 651806227 299466752 6106 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292448

[startup+3.1008 s]
/proc/loadavg: 7.51 8.01 8.07 10/257 12806
/proc/meminfo: memFree=21692436/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=283492 CPUtime=12.35 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 15296 0 0 0 1233 2 0 0 25 0 4 0 651806227 290295808 8917 33554432000 4194304 4650419 140734048175104 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 70873 8917 393 112 0 65838 0
[pid=12793/tid=12795] ppid=12791 vsize=283492 CPUtime=3.07 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 4248 0 0 0 307 0 0 0 25 0 4 0 651806227 290295808 8917 33554432000 4194304 4650419 140734048175104 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=283492 CPUtime=3.08 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 3443 0 0 0 308 0 0 0 25 0 4 0 651806227 290295808 8917 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=283492 CPUtime=3.08 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 3565 0 0 0 308 0 0 0 25 0 4 0 651806227 290295808 8917 33554432000 4194304 4650419 140734048175104 18446744073709551615 4360366 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283492

[startup+6.30022 s]
/proc/loadavg: 7.51 8.01 8.07 10/257 12806
/proc/meminfo: memFree=21664668/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=302028 CPUtime=25.13 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 21501 0 0 0 2509 4 0 0 25 0 4 0 651806227 309276672 10602 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 75507 10602 393 112 0 70472 0
[pid=12793/tid=12795] ppid=12791 vsize=302028 CPUtime=6.24 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 5471 0 0 0 624 0 0 0 25 0 4 0 651806227 309276672 10602 33554432000 4194304 4650419 140734048175104 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=302028 CPUtime=6.28 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 5195 0 0 0 628 0 0 0 25 0 4 0 651806227 309276672 10602 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=302028 CPUtime=6.28 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 4958 0 0 0 628 0 0 0 25 0 4 0 651806227 309276672 10602 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 302028

[startup+12.7011 s]
/proc/loadavg: 7.66 8.03 8.07 9/257 12806
/proc/meminfo: memFree=21636008/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=302500 CPUtime=50.67 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 33068 0 0 0 5061 6 0 0 25 0 4 0 651806227 309760000 14872 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 75625 14872 393 112 0 70590 0
[pid=12793/tid=12795] ppid=12791 vsize=302500 CPUtime=12.6 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 8234 0 0 0 1259 1 0 0 25 0 4 0 651806227 309760000 14872 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=302500 CPUtime=12.68 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 8520 0 0 0 1267 1 0 0 25 0 4 0 651806227 309760000 14872 33554432000 4194304 4650419 140734048175104 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=302500 CPUtime=12.68 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 8084 0 0 0 1267 1 0 0 25 0 4 0 651806227 309760000 14872 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 302500

[startup+25.5007 s]
/proc/loadavg: 7.78 8.04 8.07 9/257 12806
/proc/meminfo: memFree=21596160/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=304128 CPUtime=101.79 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 48718 0 0 0 10169 10 0 0 25 0 4 0 651806227 311427072 18165 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 76032 18165 393 112 0 70997 0
[pid=12793/tid=12795] ppid=12791 vsize=304128 CPUtime=25.3 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 12246 0 0 0 2528 2 0 0 25 0 4 0 651806227 311427072 18165 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=304128 CPUtime=25.48 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 12902 0 0 0 2546 2 0 0 25 0 4 0 651806227 311427072 18165 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=304128 CPUtime=25.48 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 10516 0 0 0 2547 1 0 0 25 0 4 0 651806227 311427072 18165 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 304128

[startup+51.1011 s]
/proc/loadavg: 7.86 8.04 8.07 9/257 12807
/proc/meminfo: memFree=21569568/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=288656 CPUtime=204 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 73363 0 0 0 20383 17 0 0 25 0 4 0 651806227 295583744 22397 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 72164 22397 393 112 0 67129 0
[pid=12793/tid=12795] ppid=12791 vsize=288656 CPUtime=50.72 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 18550 0 0 0 5068 4 0 0 25 0 4 0 651806227 295583744 22397 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=288656 CPUtime=51.08 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 19604 0 0 0 5104 4 0 0 25 0 4 0 651806227 295583744 22397 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=288656 CPUtime=51.09 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 14066 0 0 0 5107 2 0 0 25 0 4 0 651806227 295583744 22397 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 288656

[startup+102.301 s]
/proc/loadavg: 8.02 8.06 8.08 9/257 12808
/proc/meminfo: memFree=21527272/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=310804 CPUtime=408.43 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 114610 0 0 0 40815 28 0 0 25 0 4 0 651806227 318263296 28808 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 77701 28808 393 112 0 72666 0
[pid=12793/tid=12795] ppid=12791 vsize=310804 CPUtime=101.54 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 28651 0 0 0 10148 6 0 0 25 0 4 0 651806227 318263296 28809 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=310804 CPUtime=102.29 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 31015 0 0 0 10221 8 0 0 25 0 4 0 651806227 318263296 28809 33554432000 4194304 4650419 140734048175104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=310804 CPUtime=102.3 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 20116 0 0 0 10226 4 0 0 25 0 4 0 651806227 318263296 28809 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 310804

[startup+162.301 s]

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

/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 25286 0 0 0 16224 5 0 0 25 0 4 0 651806227 396251136 40112 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.97
Current children cumulated vsize (KiB) 386964

[startup+222.31 s]
/proc/loadavg: 8.14 8.11 8.09 11/257 12811
/proc/meminfo: memFree=21413628/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=344252 CPUtime=887.53 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 185910 0 0 0 88700 53 0 0 25 0 4 0 651806227 352514048 44494 33554432000 4194304 4650419 140734048175104 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 86063 44494 394 112 0 81028 0
[pid=12793/tid=12795] ppid=12791 vsize=344252 CPUtime=220.65 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 50049 0 0 0 22051 14 0 0 25 0 4 0 651806227 352514048 44494 33554432000 4194304 4650419 140734048175104 18446744073709551615 4313688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=344252 CPUtime=222.29 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 48894 0 0 0 22215 14 0 0 25 0 4 0 651806227 352514048 44494 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=344252 CPUtime=222.3 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 31412 0 0 0 22223 7 0 0 25 0 4 0 651806227 352514048 44494 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.53
Current children cumulated vsize (KiB) 344252

[startup+282.301 s]
/proc/loadavg: 8.25 8.15 8.10 9/257 12813
/proc/meminfo: memFree=21381724/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=373640 CPUtime=1127.05 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 214647 0 0 0 112643 62 0 0 25 0 4 0 651806227 382607360 50574 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 93410 50574 394 112 0 88375 0
[pid=12793/tid=12795] ppid=12791 vsize=373640 CPUtime=280.2 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 60775 0 0 0 28003 17 0 0 25 0 4 0 651806227 382607360 50574 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=373640 CPUtime=282.28 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 57088 0 0 0 28211 17 0 0 25 0 4 0 651806227 382607360 50574 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=373640 CPUtime=282.29 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 34259 0 0 0 28221 8 0 0 25 0 4 0 651806227 382607360 50574 33554432000 4194304 4650419 140734048175104 18446744073709551615 4326360 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1127.05
Current children cumulated vsize (KiB) 373640

[startup+342.301 s]
/proc/loadavg: 8.16 8.14 8.10 9/257 12815
/proc/meminfo: memFree=21378332/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=363788 CPUtime=1366.6 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 235803 0 0 0 136589 71 0 0 25 0 4 0 651806227 372518912 50460 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 90947 50460 394 112 0 85912 0
[pid=12793/tid=12795] ppid=12791 vsize=363788 CPUtime=339.74 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 69257 0 0 0 33954 20 0 0 25 0 4 0 651806227 372518912 50460 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=363788 CPUtime=342.28 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 60993 0 0 0 34209 19 0 0 25 0 4 0 651806227 372518912 50460 33554432000 4194304 4650419 140734048175104 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=363788 CPUtime=342.29 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 37605 0 0 0 34220 9 0 0 25 0 4 0 651806227 372518912 50460 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1366.6
Current children cumulated vsize (KiB) 363788

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

[startup+358.4 s]
/proc/loadavg: 8.13 8.13 8.09 9/257 12815
/proc/meminfo: memFree=21348944/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416692 CPUtime=1430.87 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 241481 0 0 0 143014 73 0 0 25 0 4 0 651806227 426692608 49322 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104173 49322 394 112 0 99138 0
[pid=12793/tid=12795] ppid=12791 vsize=416692 CPUtime=355.72 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 69784 0 0 0 35551 21 0 0 25 0 4 0 651806227 426692608 49322 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416692 CPUtime=358.39 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 62498 0 0 0 35819 20 0 0 25 0 4 0 651806227 426692608 49322 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416692 CPUtime=358.4 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 39436 0 0 0 35830 10 0 0 25 0 4 0 651806227 426692608 49322 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1430.87
Current children cumulated vsize (KiB) 416692

[startup+371.201 s]
/proc/loadavg: 8.11 8.12 8.09 10/257 12815
/proc/meminfo: memFree=21326620/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=482284 CPUtime=1481.96 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 246207 0 0 0 148121 75 0 0 25 0 4 0 651806227 493858816 52368 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 120571 52368 394 112 0 115536 0
[pid=12793/tid=12795] ppid=12791 vsize=482284 CPUtime=368.42 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 71148 0 0 0 36820 22 0 0 25 0 4 0 651806227 493858816 52368 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=482284 CPUtime=371.19 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63051 0 0 0 37099 20 0 0 25 0 4 0 651806227 493858816 52368 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=482284 CPUtime=371.19 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40578 0 0 0 37109 10 0 0 25 0 4 0 651806227 493858816 52368 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 482284

[startup+377.601 s]
/proc/loadavg: 8.17 8.14 8.09 9/257 12816
/proc/meminfo: memFree=21324876/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416780 CPUtime=1507.51 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 248727 0 0 0 150675 76 0 0 25 0 4 0 651806227 426782720 51506 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104195 51506 394 112 0 99160 0
[pid=12793/tid=12795] ppid=12791 vsize=416780 CPUtime=374.76 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 72222 0 0 0 37454 22 0 0 25 0 4 0 651806227 426782720 51506 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416780 CPUtime=377.59 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63053 0 0 0 37739 20 0 0 25 0 4 0 651806227 426782720 51506 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416780 CPUtime=377.59 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40781 0 0 0 37749 10 0 0 25 0 4 0 651806227 426782720 51506 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1507.51
Current children cumulated vsize (KiB) 416780

[startup+379.201 s]
/proc/loadavg: 8.17 8.14 8.09 9/257 12816
/proc/meminfo: memFree=21329464/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416780 CPUtime=1513.9 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 249010 0 0 0 151314 76 0 0 25 0 4 0 651806227 426782720 51789 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104195 51789 394 112 0 99160 0
[pid=12793/tid=12795] ppid=12791 vsize=416780 CPUtime=376.35 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 72367 0 0 0 37613 22 0 0 25 0 4 0 651806227 426782720 51789 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416780 CPUtime=379.19 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63053 0 0 0 37899 20 0 0 25 0 4 0 651806227 426782720 51789 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416780 CPUtime=379.19 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40781 0 0 0 37909 10 0 0 25 0 4 0 651806227 426782720 51789 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1513.9
Current children cumulated vsize (KiB) 416780

[startup+380 s]
/proc/loadavg: 8.17 8.14 8.09 9/257 12816
/proc/meminfo: memFree=21328968/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416780 CPUtime=1517.09 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 249144 0 0 0 151633 76 0 0 25 0 4 0 651806227 426782720 51923 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104195 51923 394 112 0 99160 0
[pid=12793/tid=12795] ppid=12791 vsize=416780 CPUtime=377.14 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 72443 0 0 0 37692 22 0 0 25 0 4 0 651806227 426782720 51923 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416780 CPUtime=379.99 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63053 0 0 0 37979 20 0 0 25 0 4 0 651806227 426782720 51923 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416780 CPUtime=379.99 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40781 0 0 0 37989 10 0 0 25 0 4 0 651806227 426782720 51923 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1517.09
Current children cumulated vsize (KiB) 416780

[startup+380.8 s]
/proc/loadavg: 8.17 8.14 8.09 10/257 12816
/proc/meminfo: memFree=21328224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416780 CPUtime=1520.28 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 249266 0 0 0 151952 76 0 0 25 0 4 0 651806227 426782720 52045 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104195 52045 394 112 0 99160 0
[pid=12793/tid=12795] ppid=12791 vsize=416780 CPUtime=377.93 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 72512 0 0 0 37771 22 0 0 25 0 4 0 651806227 426782720 52045 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416780 CPUtime=380.79 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63053 0 0 0 38059 20 0 0 25 0 4 0 651806227 426782720 52045 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416780 CPUtime=380.79 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40781 0 0 0 38069 10 0 0 25 0 4 0 651806227 426782720 52045 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1520.28
Current children cumulated vsize (KiB) 416780

[startup+381.201 s]
/proc/loadavg: 8.17 8.14 8.09 10/257 12816
/proc/meminfo: memFree=21328224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416780 CPUtime=1521.88 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 249300 0 0 0 152112 76 0 0 25 0 4 0 651806227 426782720 52079 33554432000 4194304 4650419 140734048175104 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104195 52079 394 112 0 99160 0
[pid=12793/tid=12795] ppid=12791 vsize=416780 CPUtime=378.34 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 72541 0 0 0 37812 22 0 0 25 0 4 0 651806227 426782720 52079 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416780 CPUtime=381.19 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63053 0 0 0 38099 20 0 0 25 0 4 0 651806227 426782720 52079 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416780 CPUtime=381.19 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40781 0 0 0 38109 10 0 0 25 0 4 0 651806227 426782720 52079 33554432000 4194304 4650419 140734048175104 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1521.88
Current children cumulated vsize (KiB) 416780

[startup+381.301 s]
/proc/loadavg: 8.17 8.14 8.09 10/257 12816
/proc/meminfo: memFree=21328224/32951124 swapFree=67056788/67111528
[pid=12793] ppid=12791 vsize=416780 CPUtime=1522.28 cores=0,2,4,6
/proc/12793/stat : 12793 (strangenight1-m) R 12791 12793 12464 0 -1 4202496 249316 0 0 0 152152 76 0 0 25 0 4 0 651806227 426782720 52095 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366841 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12793/statm: 104195 52095 394 112 0 99160 0
[pid=12793/tid=12795] ppid=12791 vsize=416780 CPUtime=378.44 cores=0,2,4,6
/proc/12793/task/12795/stat : 12795 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 72548 0 0 0 37822 22 0 0 25 0 4 0 651806227 426782720 52095 33554432000 4194304 4650419 140734048175104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12793/tid=12796] ppid=12791 vsize=416780 CPUtime=381.29 cores=0,2,4,6
/proc/12793/task/12796/stat : 12796 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 63053 0 0 0 38109 20 0 0 25 0 4 0 651806227 426782720 52095 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12793/tid=12797] ppid=12791 vsize=416780 CPUtime=381.29 cores=0,2,4,6
/proc/12793/task/12797/stat : 12797 (strangenight1-m) R 12791 12793 12464 0 -1 4202560 40781 0 0 0 38119 10 0 0 25 0 4 0 651806227 426782720 52095 33554432000 4194304 4650419 140734048175104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1522.28
Current children cumulated vsize (KiB) 416780

Child status: 20
Real time (s): 381.319
CPU time (s): 1522.34
CPU user time (s): 1521.56
CPU system time (s): 0.777881
CPU usage (%): 399.229
Max. virtual memory (cumulated for all children) (KiB): 482316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1521.56
system time used= 0.777881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249320
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= 328
involuntary context switches= 22212

runsolver used 0.91486 second user time and 1.9617 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-14 21:41:23
IDJOB=3368745
IDBENCH=82754
IDSOLVER=1846
FILE ID=node133/3368745-1305402083
RUNJOBID= node133-1305402083-12779
PBS_JOBID= 13324488
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=983576265

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21759628 kB
Buffers:        272744 kB
Cached:        3213536 kB
SwapCached:       8724 kB
Active:        8492408 kB
Inactive:      2419056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21759628 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            6328 kB
Writeback:           0 kB
AnonPages:     7422396 kB
Mapped:          20556 kB
Slab:           195104 kB
PageTables:      23312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19202300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node133 at 2011-05-14 21:47:45