Trace number 3368873

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 2501.49 626.791

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
MD5SUM5c5f7e1107ac57768306372602d70556
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.49871
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-3368873-1305404991.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.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:      37 undec:       3 neg:      35
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.00/0.11	c  N st     8      4922        75      1597         0      4535      7985     79054   no data   no data  --
2.77/0.76	c  N st    10     11306        75      1597         0      4150      7985     59001   no data   no data  --
2.77/0.76	c  N st    11     17050        75      1597         0      9339      7985    143492   no data   no data  --
2.77/0.76	c  F st    12     25000        75      1597         0     11418      7985    177214   no data   no data  --
2.77/0.76	c  N st    12     25000        75      1597         0     11418      7985    177214   no data   no data  --
3.56/0.96	c Decided on static restart strategy
3.56/0.96	c  N st    18     30000        75      1597         0      9850      7985    144155   no data   no data  --
3.56/0.96	c  S st    18     30000        75      1597         0      9850      7985    144155   no data   no data  --
3.56/0.96	c  S st    18     30500        75      1597         0     10331      7985    152680   no data   no data  --
3.56/0.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.56/0.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.56/0.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/0.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/1.26	c lits-rem:      1509  cl-subs:     2612  v-elim:      0  v-fix:    0  time:  0.89 s
4.79/1.26	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.79/1.26	c calculated reachability. Time: 0.00
4.79/1.26	c  N st    18     30500        75      1597         0      7719      7985    111275   no data   no data  --
5.95/1.50	c  N st    20     37610        75      1597         0     14124      7985    218008   no data   no data  --
6.76/1.76	c  N st    21     44010        75      1597         0     12819      7985    185437   no data   no data  --
7.16/1.85	c  S st    22     45751        75      1597         0     14390      7985    211896   no data   no data  --
7.16/1.89	c  S st    22     46253        75      1597         0     14858      7985    220238   no data   no data  --
7.16/1.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.16/1.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.56/1.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.56/1.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.14/2.84	c lits-rem:      2242  cl-subs:     2944  v-elim:      0  v-fix:    0  time:  3.77 s
11.14/2.84	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.14/2.85	c vivif2 --  cl tried    11914 cl shrink        0 lits rem          0 time: 0.00
11.14/2.89	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.14/2.89	c calculated reachability. Time: 0.00
11.14/2.89	c  N st    22     46253        75      1597         0     11914      7985    172736   no data   no data  --
13.93/3.58	c  N st    23     60650        75      1597         0     16945      7985    245684   no data   no data  --
15.53/3.97	c  N st    24     69379        75      1597         0     15999      7985    225387   no data   no data  --
15.53/3.97	c  S st    24     69379        75      1597         0     15999      7985    225387   no data   no data  --
15.94/4.01	c  S st    24     69884        75      1597         0     16474      7985    234039   no data   no data  --
15.94/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.94/4.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.94/4.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.93/5.04	c lits-rem:      2173  cl-subs:     2903  v-elim:      0  v-fix:    0  time:  4.07 s
19.93/5.04	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.93/5.04	c vivif2 --  cl tried    13571 cl shrink        0 lits rem          0 time: 0.01
19.93/5.09	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
19.93/5.09	c calculated reachability. Time: 0.00
19.93/5.09	c  N st    24     69884        75      1597         0     13571      7985    188933   no data   no data  --
23.92/6.08	c  F st    25     87500        75      1597         0     19726      7985    285973   no data   no data  --
23.92/6.09	c  N st    25     87500        75      1597         0     19726      7985    285973   no data   no data  --
25.11/6.39	c Decided on static restart strategy
25.91/6.53	c  N st    32     95537        75      1597         0     16317      7985    224616   no data   no data  --
28.30/7.11	c  N st    34    104826        75      1597         0     12971      7985    161680   no data   no data  --
28.30/7.11	c  S st    34    104826        75      1597         0     12971      7985    161680   no data   no data  --
28.30/7.15	c  S st    34    105330        75      1597         0     13448      7985    170682   no data   no data  --
28.30/7.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.30/7.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.30/7.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.30/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.30/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.30/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.30/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.14/7.83	c lits-rem:       970  cl-subs:     1114  v-elim:      0  v-fix:    0  time:  2.68 s
31.14/7.83	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.14/7.83	c vivif2 --  cl tried    12334 cl shrink        0 lits rem          0 time: 0.01
31.14/7.88	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
31.14/7.88	c calculated reachability. Time: 0.00
31.14/7.88	c  N st    34    105330        75      1597         0     12334      7985    152856   no data   no data  --
33.50/8.48	c  N st    35    114928        75      1597         0     20935      7985    297106   no data   no data  --
37.09/9.35	c  N st    36    129326        75      1597         0     21301      7985    291651   no data   no data  --
43.08/10.86	c  N st    37    150923        75      1597         0     27226      7985    383753   no data   no data  --
45.07/11.34	c  S st    38    157995        75      1597         0     19231      7985    241485   no data   no data  --
45.07/11.40	c  S st    38    158500        75      1597         0     19708      7985    250105   no data   no data  --
45.47/11.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.47/11.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.47/11.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.47/11.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.47/11.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.47/11.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
45.47/11.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.06/12.38	c lits-rem:      1970  cl-subs:     2473  v-elim:      0  v-fix:    0  time:  3.89 s
49.06/12.38	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
49.06/12.38	c vivif2 --  cl tried    17235 cl shrink        0 lits rem          0 time: 0.01
49.46/12.45	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
49.46/12.45	c calculated reachability. Time: 0.00
49.46/12.45	c  N st    38    158500        75      1597         0     17235      7985    212087   no data   no data  --
64.64/16.22	c  N st    39    207089        75      1597         0     29594      7985    393536   no data   no data  --
74.62/18.75	c  N st    40    237750        75      1597         0     22116      7985    260492   no data   no data  --
74.62/18.75	c  S st    40    237750        75      1597         0     22116      7985    260492   no data   no data  --
74.62/18.80	c  S st    40    238252        75      1597         0     22589      7985    269226   no data   no data  --
74.62/18.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.62/18.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.05/18.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
75.05/18.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.05/18.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.05/18.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
75.05/18.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.02/19.87	c lits-rem:      1502  cl-subs:     2811  v-elim:      0  v-fix:    0  time:  4.22 s
79.02/19.87	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
79.02/19.87	c vivif2 --  cl tried    19778 cl shrink        0 lits rem          0 time: 0.01
79.43/19.95	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
79.43/19.95	c calculated reachability. Time: 0.00
79.43/19.95	c  N st    40    238252        75      1597         0     19778      7985    229543   no data   no data  --
102.95/25.89	c  F st    41    306251        75      1597         0     21703      7985    237172   no data   no data  --
102.95/25.89	c  N st    41    306251        75      1597         0     21703      7985    237172   no data   no data  --
104.55/26.29	c Decided on static restart strategy
113.73/28.52	c  N st    51    334557        75      1597         0     25800      7985    303474   no data   no data  --
123.70/31.03	c  N st    53    357378        75      1597         0     23889      7985    257955   no data   no data  --
123.70/31.03	c  S st    53    357378        75      1597         0     23889      7985    257955   no data   no data  --
123.70/31.09	c  S st    53    357886        75      1597         0     24358      7985    266669   no data   no data  --
123.70/31.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.70/31.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
124.10/31.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
124.10/31.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
124.10/31.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.10/31.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
124.10/31.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
127.73/32.05	c lits-rem:       656  cl-subs:     1385  v-elim:      0  v-fix:    0  time:  3.77 s
127.73/32.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
127.73/32.05	c vivif2 --  cl tried    22973 cl shrink        0 lits rem          0 time: 0.01
128.10/32.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.34
128.10/32.14	c calculated reachability. Time: 0.00
128.10/32.14	c  N st    53    357886        75      1597         0     22973      7985    247441   no data   no data  --
142.46/35.77	c  N st    54    390278        75      1597         0     28640      7985    330491   no data   no data  --
164.82/41.32	c  N st    55    438867        75      1597         0     47962      7985    634649   no data   no data  --
195.95/49.14	c  N st    56    511749        75      1597         0     35132      7985    406893   no data   no data  --
207.52/52.09	c  N st    57    536832        75      1597         0     29921      7985    317810   no data   no data  --
207.52/52.09	c  S st    57    536832        75      1597         0     29921      7985    317810   no data   no data  --
207.92/52.16	c  S st    57    537339        75      1597         0     30398      7985    326512   no data   no data  --
207.92/52.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
207.92/52.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
207.92/52.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
207.92/52.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
207.92/52.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
207.92/52.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
207.92/52.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
213.11/53.47	c lits-rem:       962  cl-subs:     1622  v-elim:      0  v-fix:    0  time:  5.14 s
213.11/53.47	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
213.11/53.47	c vivif2 --  cl tried    28776 cl shrink        0 lits rem          0 time: 0.02
213.51/53.58	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.45
213.51/53.59	c calculated reachability. Time: 0.00
213.51/53.59	c  N st    57    537339        75      1597         0     28776      7985    304239   no data   no data  --
294.58/73.84	c  N st    58    701324        75      1597         0     55522      7985    690534   no data   no data  --
348.02/87.23	c  N st    59    806009        75      1597         0     49829      7985    588593   no data   no data  --
348.02/87.23	c  S st    59    806009        75      1597         0     49829      7985    588593   no data   no data  --
348.42/87.36	c  S st    59    806512        75      1597         0     50300      7985    597319   no data   no data  --
348.42/87.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
348.42/87.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
348.42/87.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.05
348.82/87.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
348.82/87.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.82/87.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
348.82/87.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
362.39/90.89	c lits-rem:      1570  cl-subs:     7831  v-elim:      0  v-fix:    0  time: 13.94 s
362.39/90.89	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
362.79/90.90	c vivif2 --  cl tried    42469 cl shrink        0 lits rem          0 time: 0.02
363.19/91.08	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.73
363.19/91.08	c calculated reachability. Time: 0.00
363.19/91.08	c  N st    59    806512        75      1597         0     42469      7985    491943   no data   no data  --
517.26/129.61	c  F st    60   1071876        75      1597         0     57389      7985    655111   no data   no data  --
517.26/129.61	c  N st    60   1071876        75      1597         0     57389      7985    655111   no data   no data  --
520.84/130.53	c Decided on static restart strategy
538.41/134.96	c  N st    70   1100178        75      1597         0     42880      7985    440162   no data   no data  --
561.56/140.71	c  N st    72   1136170        75      1597         0     75055      7985    992384   no data   no data  --
578.72/145.06	c  N st    73   1168563        75      1597         0     63283      7985    786843   no data   no data  --
607.85/152.38	c  N st    74   1209768        75      1597         0     57823      7985    660318   no data   no data  --
607.85/152.38	c  S st    74   1209768        75      1597         0     57823      7985    660318   no data   no data  --
608.65/152.56	c  S st    74   1210269        75      1597         0     58292      7985    668993   no data   no data  --
608.65/152.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
608.65/152.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
608.65/152.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
609.05/152.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
609.05/152.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
609.05/152.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
609.05/152.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
631.80/158.30	c lits-rem:      1919  cl-subs:     8516  v-elim:      0  v-fix:    0  time: 22.72 s
631.80/158.30	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
631.80/158.31	c vivif2 --  cl tried    49776 cl shrink        0 lits rem          0 time: 0.03
632.99/158.61	c asymm  cl-useful: 0/1487/1597 lits-rem:0 time: 1.19
632.99/158.61	c calculated reachability. Time: 0.00
632.99/158.61	c  N st    74   1210269        75      1597         0     49776      7985    551595   no data   no data  --
687.67/172.38	c  N st    75   1283151        75      1597         0     72291      7985    881209   no data   no data  --
771.48/193.36	c  N st    76   1392475        75      1597         0     81469      7985    996427   no data   no data  --
890.02/223.05	c  N st    77   1556460        75      1597         0     89234      7985   1131907   no data   no data  --
999.78/250.52	c  N st    78   1710269        75      1597         0     78912      7985    927408   no data   no data  --
999.78/250.52	c  S st    78   1710269        75      1597         0     78912      7985    927408   no data   no data  --
1000.58/250.76	c  S st    78   1710773        75      1597         0     79382      7985    936336   no data   no data  --
1000.58/250.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1000.58/250.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1000.58/250.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
1000.99/250.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1000.99/250.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1000.99/250.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1000.99/250.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1046.07/262.17	c lits-rem:      1395  cl-subs:    15464  v-elim:      0  v-fix:    0  time: 45.27 s
1046.07/262.17	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1046.07/262.18	c vivif2 --  cl tried    63918 cl shrink        0 lits rem          0 time: 0.04
1047.66/262.52	c asymm  cl-useful: 0/1131/1597 lits-rem:0 time: 1.36
1047.66/262.52	c calculated reachability. Time: 0.00
1047.66/262.52	c  N st    78   1710773        75      1597         0     63918      7985    730579   no data   no data  --
1325.03/332.02	c  N st    79   2079739        75      1597         0     75829      7985    835768   no data   no data  --
1434.39/359.45	c  N st    80   2210773        75      1597         0     79599      7985    915923   no data   no data  --
1434.39/359.45	c  S st    80   2210773        75      1597         0     79599      7985    915923   no data   no data  --
1435.19/359.68	c  S st    80   2211279        75      1597         0     80066      7985    924726   no data   no data  --
1435.19/359.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1435.19/359.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1435.61/359.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
1435.61/359.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1435.61/359.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1435.61/359.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1435.61/359.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1469.10/368.19	c lits-rem:      2655  cl-subs:    10963  v-elim:      0  v-fix:    0  time: 33.71 s
1469.10/368.19	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1469.50/368.20	c vivif2 --  cl tried    69103 cl shrink        0 lits rem          0 time: 0.05
1470.73/368.55	c asymm  cl-useful: 0/1052/1597 lits-rem:0 time: 1.40
1470.73/368.56	c calculated reachability. Time: 0.00
1470.73/368.56	c  N st    80   2211279        75      1597         0     69103      7985    771101   no data   no data  --
1925.68/482.58	c  N st    81   2711279        75      1597         1     91304      7983   1044276   no data   no data  --
1925.68/482.58	c  S st    81   2711279        75      1597         1     91304      7983   1044276   no data   no data  --
1925.68/482.58	c Finding binary XORs  T:     0.00 s  found:       0
1926.88/482.89	c  S st    81   2711780        75      1597         2     91777      7983   1052855   no data   no data  --
1926.88/482.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1926.88/482.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1927.30/482.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
1927.30/482.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1931.69/484.03	c subs with bin:     3235  lits-rem:      2146  v-fix:    0  time:  4.28 s
1931.69/484.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1931.69/484.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1985.93/497.67	c lits-rem:      5469  cl-subs:    12935  v-elim:      0  v-fix:    0  time: 54.42 s
1985.93/497.67	c vivif2 --  cl tried     1593 cl shrink        0 lits rem          0 time: 0.00
1985.93/497.69	c vivif2 --  cl tried    75611 cl shrink        0 lits rem          0 time: 0.06
1987.13/497.93	c asymm  cl-useful: 0/541/1593 lits-rem:0 time: 0.96
1987.13/497.93	c calculated reachability. Time: 0.00
1987.13/497.93	c  N st    81   2711780        75      1593         2     75611      7963    839314   no data   no data  --
2453.67/614.88	c  N st    82   3211780        75      1593         4    124566      7963   1417639   no data   no data  --
2453.67/614.88	c  S st    82   3211780        75      1593         4    124566      7963   1417639   no data   no data  --
2455.26/615.28	c Finding binary XORs  T:     0.00 s  found:       0
2456.06/615.48	c  S st    82   3212281        71      1386         5     57104      6720    559277   no data   no data  --
2456.06/615.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2456.06/615.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2456.46/615.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
2456.46/615.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2458.06/615.96	c subs with bin:     3103  lits-rem:      6247  v-fix:    0  time:  1.76 s
2458.06/615.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     71 time:  0.00 s
2458.06/615.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2474.82/620.16	c lits-rem:      2598  cl-subs:     5329  v-elim:      0  v-fix:    0  time: 16.75 s
2474.82/620.16	c vivif2 --  cl tried     1384 cl shrink        0 lits rem          0 time: 0.00
2474.82/620.17	c vivif2 --  cl tried    48674 cl shrink        0 lits rem          0 time: 0.03
2476.45/620.53	c asymm  cl-useful: 0/1384/1384 lits-rem:0 time: 1.45
2476.45/620.53	c calculated reachability. Time: 0.00
2476.45/620.53	c  N st    82   3212281        71      1384         5     48674      6696    456407   no data   no data  --
2494.01/624.93	c Finding binary XORs  T:     0.00 s  found:       0
2497.99/625.97	c Finding binary XORs  T:     0.00 s  found:       0
2501.16/626.71	c Finding binary XORs  T:     0.00 s  found:       0
2501.16/626.77	c  E st    83   3249855        56      1106        42     20429      5117    159211   no data   no data  --
2501.16/626.77	c Following stats are for *FIRST FINISHED THREAD ONLY*
2501.16/626.77	c num threads              : 4          
2501.16/626.77	c restarts                 : 83         
2501.16/626.77	c dynamic restarts         : 0          
2501.16/626.77	c static restarts          : 83         
2501.16/626.77	c full restarts            : 4          
2501.16/626.77	c total simplify time      : 2.28       
2501.16/626.77	c learnts DL2              : 0          
2501.16/626.77	c learnts size 2           : 100        
2501.16/626.77	c learnts size 1           : 45          (60.00     % of vars)
2501.16/626.77	c filedLit time            : 0.73        (0.03      % time)
2501.16/626.77	c v-elim SatELite          : 0           (0.00      % vars)
2501.16/626.77	c SatELite time            : 214.47      (8.58      % time)
2501.16/626.77	c v-elim xor               : 0           (0.00      % vars)
2501.16/626.77	c xor elim time            : 0.11        (0.00      % time)
2501.16/626.77	c num binary xor trees     : 0          
2501.16/626.77	c binxor trees' crown      : 0           (nan       leafs/tree)
2501.16/626.77	c bin xor find time        : 0.00       
2501.16/626.77	c OTF clause improved      : 365614      (0.11      clauses/conflict)
2501.16/626.77	c OTF impr. size diff      : 372709      (1.02       lits/clause)
2501.16/626.77	c OTF cl watch-shrink      : 91305       (0.03      clauses/conflict)
2501.16/626.77	c OTF cl watch-sh-lit      : 95120       (1.04       lits/clause)
2501.16/626.77	c tried to recurMin cls    : 268988      (8.28       % of conflicts)
2501.16/626.77	c updated cache            : 1575        (0.01       lits/tried recurMin)
2501.16/626.77	c unit cls received        : 4           (8.89      % of units)
2501.16/626.77	c unit cls sent            : 5           (11.11     % of units)
2501.16/626.77	c bin cls received         : 4          
2501.16/626.77	c bin cls sent             : 52         
2501.16/626.77	c clauses over max glue    : 0           (0.00      % of all clauses)
2501.16/626.77	c conflicts                : 3249855     (1299.71   / sec)
2501.16/626.77	c decisions                : 3544560     (0.23      % random)
2501.16/626.77	c bogo-props               : 105732672660 (42285628.91 / sec)
2501.16/626.77	c conflict literals        : 50037883    (24.46     % deleted)
2501.16/626.77	c Memory used              : 411.64      MB
2501.16/626.77	c single-thread CPU time   : 2500.44     s
2501.16/626.77	c all-threads sum CPU time : 2500.44     s
2501.16/626.77	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-3368873-1305404991/watcher-3368873-1305404991 -o /tmp/evaluation-result-3368873-1305404991/solver-3368873-1305404991 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368873-1305404991.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.27 7.94 8.00 5/282 18974
/proc/meminfo: memFree=25005068/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 416 0 0 0 1 0 0 0 25 0 4 0 632914474 52465664 357 33554432000 4194304 4650419 140734663784320 18446744073709551615 47657533474329 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 12809 357 306 112 0 7774 0
[pid=18974/tid=18975] ppid=18972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632914474 52465664 357 33554432000 4194304 4650419 140734663784320 18446744073709551615 47657533474738 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632914474 52465664 357 33554432000 4194304 4650419 140734663784320 18446744073709551615 47657533474329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632914474 52465664 357 33554432000 4194304 4650419 140734663784320 18446744073709551615 47657533474320 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.110745 s]
/proc/loadavg: 7.27 7.94 8.00 5/282 18974
/proc/meminfo: memFree=25005068/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=299404 CPUtime=0.42 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 1635 0 0 0 42 0 0 0 18 0 4 0 632914474 306589696 1494 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 74851 1505 391 112 0 69816 0
[pid=18974/tid=18975] ppid=18972 vsize=299404 CPUtime=0.09 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 308 0 0 0 9 0 0 0 25 0 4 0 632914474 306589696 1508 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=299404 CPUtime=0.1 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 350 0 0 0 10 0 0 0 18 0 4 0 632914474 306589696 1511 33554432000 4194304 4650419 140734663784320 18446744073709551615 254261277381 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=299404 CPUtime=0.1 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 268 0 0 0 10 0 0 0 18 0 4 0 632914474 306589696 1526 33554432000 4194304 4650419 140734663784320 18446744073709551615 4514425 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 299404

[startup+0.200728 s]
/proc/loadavg: 7.27 7.94 8.00 5/282 18974
/proc/meminfo: memFree=25005068/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=283464 CPUtime=0.78 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 2251 0 0 0 78 0 0 0 18 0 4 0 632914474 290267136 1689 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 70866 1689 391 112 0 65831 0
[pid=18974/tid=18975] ppid=18972 vsize=283464 CPUtime=0.18 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 463 0 0 0 18 0 0 0 25 0 4 0 632914474 290267136 1689 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=283464 CPUtime=0.19 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 497 0 0 0 19 0 0 0 18 0 4 0 632914474 290267136 1689 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=283464 CPUtime=0.19 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 402 0 0 0 19 0 0 0 18 0 4 0 632914474 290267136 1689 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283464

[startup+0.30071 s]
/proc/loadavg: 7.27 7.94 8.00 5/282 18974
/proc/meminfo: memFree=25005068/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=284112 CPUtime=1.18 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 3018 0 0 0 118 0 0 0 18 0 4 0 632914474 290930688 1820 33554432000 4194304 4650419 140734663784320 18446744073709551615 4330369 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 71028 1820 391 112 0 65993 0
[pid=18974/tid=18975] ppid=18972 vsize=284112 CPUtime=0.28 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 650 0 0 0 28 0 0 0 25 0 4 0 632914474 290930688 1820 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=284112 CPUtime=0.29 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 690 0 0 0 29 0 0 0 18 0 4 0 632914474 290930688 1820 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=284112 CPUtime=0.29 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 598 0 0 0 29 0 0 0 18 0 4 0 632914474 290930688 1820 33554432000 4194304 4650419 140734663784320 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284112

[startup+0.700638 s]
/proc/loadavg: 7.27 7.94 8.00 5/282 18974
/proc/meminfo: memFree=25005068/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=284680 CPUtime=2.77 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 4462 0 0 0 277 0 0 0 18 0 4 0 632914474 291512320 2451 33554432000 4194304 4650419 140734663784320 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 71170 2451 391 112 0 66135 0
[pid=18974/tid=18975] ppid=18972 vsize=284680 CPUtime=0.68 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1033 0 0 0 68 0 0 0 25 0 4 0 632914474 291512320 2451 33554432000 4194304 4650419 140734663784320 18446744073709551615 4304440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=284680 CPUtime=0.69 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1049 0 0 0 69 0 0 0 18 0 4 0 632914474 291512320 2451 33554432000 4194304 4650419 140734663784320 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=284680 CPUtime=0.69 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 934 0 0 0 69 0 0 0 18 0 4 0 632914474 291512320 2451 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284680

[startup+1.5005 s]
/proc/loadavg: 7.27 7.94 8.00 9/286 18978
/proc/meminfo: memFree=24987940/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=285864 CPUtime=5.95 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 8678 0 0 0 595 0 0 0 20 0 4 0 632914474 292724736 4750 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 71466 4750 393 112 0 66431 0
[pid=18974/tid=18975] ppid=18972 vsize=285864 CPUtime=1.47 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 2466 0 0 0 147 0 0 0 25 0 4 0 632914474 292724736 4750 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=285864 CPUtime=1.49 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1750 0 0 0 149 0 0 0 19 0 4 0 632914474 292724736 4750 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=285864 CPUtime=1.48 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 1598 0 0 0 148 0 0 0 20 0 4 0 632914474 292724736 4750 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285864

[startup+3.10021 s]
/proc/loadavg: 7.27 7.94 8.00 9/286 18978
/proc/meminfo: memFree=24968224/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=292576 CPUtime=12.34 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 15394 0 0 0 1233 1 0 0 25 0 4 0 632914474 299597824 9287 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 73144 9288 393 112 0 68109 0
[pid=18974/tid=18975] ppid=18972 vsize=292576 CPUtime=3.07 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 4342 0 0 0 306 1 0 0 25 0 4 0 632914474 299597824 9288 33554432000 4194304 4650419 140734663784320 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=292576 CPUtime=3.09 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 3628 0 0 0 309 0 0 0 25 0 4 0 632914474 299597824 9288 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=292576 CPUtime=3.08 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 3574 0 0 0 308 0 0 0 25 0 4 0 632914474 299597824 9288 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 292576

[startup+6.30064 s]
/proc/loadavg: 7.33 7.94 8.00 9/286 18978
/proc/meminfo: memFree=24959308/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=295684 CPUtime=25.11 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 21457 0 0 0 2509 2 0 0 25 0 4 0 632914474 302780416 10336 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 73921 10336 393 112 0 68886 0
[pid=18974/tid=18975] ppid=18972 vsize=295684 CPUtime=6.24 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 5740 0 0 0 623 1 0 0 25 0 4 0 632914474 302780416 10336 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=295684 CPUtime=6.29 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 5422 0 0 0 629 0 0 0 25 0 4 0 632914474 302780416 10336 33554432000 4194304 4650419 140734663784320 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=295684 CPUtime=6.28 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 4882 0 0 0 628 0 0 0 25 0 4 0 632914474 302780416 10336 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 295684

[startup+12.7005 s]
/proc/loadavg: 7.38 7.94 8.00 9/286 18978
/proc/meminfo: memFree=24929608/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=287680 CPUtime=50.66 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 33104 0 0 0 5061 5 0 0 25 0 4 0 632914474 294584320 13375 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 71920 13375 393 112 0 66885 0
[pid=18974/tid=18975] ppid=18972 vsize=287680 CPUtime=12.58 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 8717 0 0 0 1257 1 0 0 25 0 4 0 632914474 294584320 13375 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=287680 CPUtime=12.69 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 8385 0 0 0 1268 1 0 0 25 0 4 0 632914474 294584320 13376 33554432000 4194304 4650419 140734663784320 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=287680 CPUtime=12.67 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 7593 0 0 0 1267 0 0 0 25 0 4 0 632914474 294584320 13376 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 287680

[startup+25.5012 s]
/proc/loadavg: 7.52 7.94 8.00 9/286 18978
/proc/meminfo: memFree=24908028/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=282744 CPUtime=101.75 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 49386 0 0 0 10167 8 0 0 25 0 4 0 632914474 289529856 17376 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 70686 17376 393 112 0 65651 0
[pid=18974/tid=18975] ppid=18972 vsize=282744 CPUtime=25.26 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 13978 0 0 0 2524 2 0 0 25 0 4 0 632914474 289529856 17376 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=282744 CPUtime=25.49 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 13311 0 0 0 2547 2 0 0 25 0 4 0 632914474 289529856 17376 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=282744 CPUtime=25.47 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 10087 0 0 0 2546 1 0 0 25 0 4 0 632914474 289529856 17377 33554432000 4194304 4650419 140734663784320 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 282744

[startup+51.1007 s]
/proc/loadavg: 7.76 7.96 8.00 9/286 18979
/proc/meminfo: memFree=24852520/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=288272 CPUtime=203.93 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 75056 0 0 0 20378 15 0 0 25 0 4 0 632914474 295190528 21854 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 72068 21854 393 112 0 67033 0
[pid=18974/tid=18975] ppid=18972 vsize=288272 CPUtime=50.65 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 21900 0 0 0 5061 4 0 0 25 0 4 0 632914474 295190528 21854 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=288272 CPUtime=51.09 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 20749 0 0 0 5105 4 0 0 25 0 4 0 632914474 295190528 21854 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=288272 CPUtime=51.07 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 14097 0 0 0 5104 3 0 0 25 0 4 0 632914474 295190528 21854 33554432000 4194304 4650419 140734663784320 18446744073709551615 4336694 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 288272

[startup+102.301 s]
/proc/loadavg: 7.96 7.98 8.00 9/286 18981
/proc/meminfo: memFree=24784040/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=294844 CPUtime=408.31 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 113771 0 0 0 40804 27 0 0 25 0 4 0 632914474 301920256 31722 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 73711 31722 393 112 0 68676 0
[pid=18974/tid=18975] ppid=18972 vsize=294844 CPUtime=101.42 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 31565 0 0 0 10135 7 0 0 25 0 4 0 632914474 301920256 31722 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=294844 CPUtime=102.3 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 33471 0 0 0 10222 8 0 0 25 0 4 0 632914474 301920256 31722 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=294844 CPUtime=102.28 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 20856 0 0 0 10223 5 0 0 25 0 4 0 632914474 301920256 31722 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.31
Current children cumulated vsize (KiB) 294844

[startup+162.301 s]

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

/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 48006 0 0 0 46209 13 0 0 25 0 4 0 632914474 431902720 63365 33554432000 4194304 4650419 140734663784320 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1845.05
Current children cumulated vsize (KiB) 421780

[startup+522.301 s]
/proc/loadavg: 8.10 8.06 8.01 9/286 18992
/proc/meminfo: memFree=24464944/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=411552 CPUtime=2084.52 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 289700 0 0 0 208361 91 0 0 25 0 4 0 632914474 421429248 63947 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 102888 63947 394 112 0 97853 0
[pid=18974/tid=18975] ppid=18972 vsize=411552 CPUtime=517.67 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 86566 0 0 0 51740 27 0 0 25 0 4 0 632914474 421429248 63947 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=411552 CPUtime=522.3 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 73303 0 0 0 52208 22 0 0 25 0 4 0 632914474 421429248 63947 33554432000 4194304 4650419 140734663784320 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=411552 CPUtime=522.21 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 51414 0 0 0 52206 15 0 0 25 0 4 0 632914474 421429248 63947 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2084.52
Current children cumulated vsize (KiB) 411552

[startup+582.301 s]
/proc/loadavg: 8.09 8.06 8.01 9/286 18993
/proc/meminfo: memFree=24454268/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=435028 CPUtime=2323.96 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 306625 0 0 0 232299 97 0 0 25 0 4 0 632914474 445468672 70934 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 108757 70934 394 112 0 103722 0
[pid=18974/tid=18975] ppid=18972 vsize=435028 CPUtime=577.12 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 92564 0 0 0 57684 28 0 0 25 0 4 0 632914474 445468672 70934 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=435028 CPUtime=582.31 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 75577 0 0 0 58208 23 0 0 25 0 4 0 632914474 445468672 70934 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=435028 CPUtime=582.21 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 53796 0 0 0 58205 16 0 0 25 0 4 0 632914474 445468672 70934 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2323.96
Current children cumulated vsize (KiB) 435028

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

[startup+588.801 s]
/proc/loadavg: 8.07 8.06 8.01 9/286 18993
/proc/meminfo: memFree=24443476/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=435076 CPUtime=2349.9 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 309596 0 0 0 234891 99 0 0 25 0 4 0 632914474 445517824 71928 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 108769 71928 394 112 0 103734 0
[pid=18974/tid=18975] ppid=18972 vsize=435076 CPUtime=583.56 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 92990 0 0 0 58327 29 0 0 25 0 4 0 632914474 445517824 71928 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=435076 CPUtime=588.8 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 75731 0 0 0 58857 23 0 0 25 0 4 0 632914474 445517824 71928 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=435076 CPUtime=588.7 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 54887 0 0 0 58854 16 0 0 25 0 4 0 632914474 445517824 71928 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2349.9
Current children cumulated vsize (KiB) 435076

[startup+601.601 s]
/proc/loadavg: 8.06 8.06 8.01 9/286 18994
/proc/meminfo: memFree=24441864/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=435168 CPUtime=2400.99 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 313469 0 0 0 239998 101 0 0 25 0 4 0 632914474 445612032 68133 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 108792 68133 394 112 0 103757 0
[pid=18974/tid=18975] ppid=18972 vsize=435168 CPUtime=596.25 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 94588 0 0 0 59595 30 0 0 25 0 4 0 632914474 445612032 68133 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=435168 CPUtime=601.6 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 75731 0 0 0 60137 23 0 0 25 0 4 0 632914474 445612032 68133 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=435168 CPUtime=601.51 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 55510 0 0 0 60134 17 0 0 25 0 4 0 632914474 445612032 68133 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2400.99
Current children cumulated vsize (KiB) 435168

[startup+614.4 s]
/proc/loadavg: 8.12 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24465172/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=422884 CPUtime=2452.07 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 314670 0 0 0 245105 102 0 0 25 0 4 0 632914474 433033216 67413 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 105721 67413 394 112 0 100686 0
[pid=18974/tid=18975] ppid=18972 vsize=422884 CPUtime=608.93 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 94927 0 0 0 60863 30 0 0 25 0 4 0 632914474 433033216 67413 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=422884 CPUtime=614.4 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 75733 0 0 0 61417 23 0 0 25 0 4 0 632914474 433033216 67413 33554432000 4194304 4650419 140734663784320 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=422884 CPUtime=614.31 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 55510 0 0 0 61414 17 0 0 25 0 4 0 632914474 433033216 67413 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2452.07
Current children cumulated vsize (KiB) 422884

[startup+620.8 s]
/proc/loadavg: 8.11 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24462316/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=422884 CPUtime=2477.61 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 315548 0 0 0 247659 102 0 0 25 0 4 0 632914474 433033216 68291 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 105721 68291 394 112 0 100686 0
[pid=18974/tid=18975] ppid=18972 vsize=422884 CPUtime=615.27 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 94950 0 0 0 61497 30 0 0 25 0 4 0 632914474 433033216 68291 33554432000 4194304 4650419 140734663784320 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=422884 CPUtime=620.8 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 75733 0 0 0 62057 23 0 0 25 0 4 0 632914474 433033216 68291 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=422884 CPUtime=620.7 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 56251 0 0 0 62053 17 0 0 25 0 4 0 632914474 433033216 68291 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2477.61
Current children cumulated vsize (KiB) 422884

[startup+624.001 s]
/proc/loadavg: 8.10 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24454256/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=433840 CPUtime=2490.38 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 316744 0 0 0 248936 102 0 0 25 0 4 0 632914474 444252160 69487 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 108460 69487 394 112 0 103425 0
[pid=18974/tid=18975] ppid=18972 vsize=433840 CPUtime=618.44 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 95000 0 0 0 61814 30 0 0 25 0 4 0 632914474 444252160 69487 33554432000 4194304 4650419 140734663784320 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=433840 CPUtime=624 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 76474 0 0 0 62377 23 0 0 25 0 4 0 632914474 444252160 69487 33554432000 4194304 4650419 140734663784320 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=433840 CPUtime=623.9 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 56456 0 0 0 62373 17 0 0 25 0 4 0 632914474 444252160 69487 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2490.38
Current children cumulated vsize (KiB) 433840

[startup+625.6 s]
/proc/loadavg: 8.10 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24452520/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=421516 CPUtime=2496.77 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 317015 0 0 0 249574 103 0 0 25 0 4 0 632914474 431632384 67692 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 105379 67694 394 112 0 100344 0
[pid=18974/tid=18975] ppid=18972 vsize=421516 CPUtime=620.03 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 95000 0 0 0 61973 30 0 0 25 0 4 0 632914474 431632384 67694 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=421516 CPUtime=625.6 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 76582 0 0 0 62537 23 0 0 25 0 4 0 632914474 431632384 67694 33554432000 4194304 4650419 140734663784320 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=421516 CPUtime=625.5 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 56552 0 0 0 62533 17 0 0 25 0 4 0 632914474 431632384 67694 33554432000 4194304 4650419 140734663784320 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2496.77
Current children cumulated vsize (KiB) 421516

[startup+626.4 s]
/proc/loadavg: 8.10 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24458224/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=421516 CPUtime=2499.96 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 317132 0 0 0 249893 103 0 0 25 0 4 0 632914474 431632384 67809 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 105379 67809 394 112 0 100344 0
[pid=18974/tid=18975] ppid=18972 vsize=421516 CPUtime=620.82 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 95000 0 0 0 62052 30 0 0 25 0 4 0 632914474 431632384 67809 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=421516 CPUtime=626.4 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 76650 0 0 0 62617 23 0 0 25 0 4 0 632914474 431632384 67809 33554432000 4194304 4650419 140734663784320 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=421516 CPUtime=626.3 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 56599 0 0 0 62613 17 0 0 25 0 4 0 632914474 431632384 67809 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2499.96
Current children cumulated vsize (KiB) 421516

[startup+626.6 s]
/proc/loadavg: 8.10 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24458224/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=421516 CPUtime=2500.76 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 317159 0 0 0 249973 103 0 0 25 0 4 0 632914474 431632384 67836 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 105379 67836 394 112 0 100344 0
[pid=18974/tid=18975] ppid=18972 vsize=421516 CPUtime=621.02 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 95000 0 0 0 62072 30 0 0 25 0 4 0 632914474 431632384 67836 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365407 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=421516 CPUtime=626.6 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 76664 0 0 0 62637 23 0 0 25 0 4 0 632914474 431632384 67836 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=421516 CPUtime=626.5 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 56612 0 0 0 62633 17 0 0 25 0 4 0 632914474 431632384 67836 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2500.76
Current children cumulated vsize (KiB) 421516

[startup+626.7 s]
/proc/loadavg: 8.10 8.07 8.01 9/286 18994
/proc/meminfo: memFree=24458224/32951124 swapFree=67057896/67111528
[pid=18974] ppid=18972 vsize=421516 CPUtime=2501.16 cores=0,2,4,6
/proc/18974/stat : 18974 (strangenight1-m) R 18972 18974 18306 0 -1 4202496 317173 0 0 0 250013 103 0 0 25 0 4 0 632914474 431632384 67850 33554432000 4194304 4650419 140734663784320 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18974/statm: 105379 67850 394 112 0 100344 0
[pid=18974/tid=18975] ppid=18972 vsize=421516 CPUtime=621.12 cores=0,2,4,6
/proc/18974/task/18975/stat : 18975 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 95000 0 0 0 62082 30 0 0 25 0 4 0 632914474 431632384 67850 33554432000 4194304 4650419 140734663784320 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18974/tid=18976] ppid=18972 vsize=421516 CPUtime=626.7 cores=0,2,4,6
/proc/18974/task/18976/stat : 18976 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 76671 0 0 0 62647 23 0 0 25 0 4 0 632914474 431632384 67850 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18974/tid=18977] ppid=18972 vsize=421516 CPUtime=626.6 cores=0,2,4,6
/proc/18974/task/18977/stat : 18977 (strangenight1-m) R 18972 18974 18306 0 -1 4202560 56619 0 0 0 62643 17 0 0 25 0 4 0 632914474 431632384 67850 33554432000 4194304 4650419 140734663784320 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2501.16
Current children cumulated vsize (KiB) 421516

Child status: 20
Real time (s): 626.791
CPU time (s): 2501.49
CPU user time (s): 2500.44
CPU system time (s): 1.04684
CPU usage (%): 399.094
Max. virtual memory (cumulated for all children) (KiB): 505748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2500.44
system time used= 1.04684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317186
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= 188
involuntary context switches= 12224

runsolver used 1.68674 second user time and 3.9074 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 22:29:52
IDJOB=3368873
IDBENCH=82882
IDSOLVER=1846
FILE ID=node140/3368873-1305404991
RUNJOBID= node140-1305404979-18920
PBS_JOBID= 13324465
Free space on /tmp= 73480 MiB

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

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=1081790596

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25005224 kB
Buffers:        297240 kB
Cached:        3728240 kB
SwapCached:       8056 kB
Active:        4963136 kB
Inactive:      2672944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25005224 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:     3607888 kB
Mapped:          23572 kB
Slab:           224968 kB
PageTables:      22188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45766864 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= 73476 MiB
End job on node140 at 2011-05-14 22:40:18