Trace number 3175305

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-mtUNSAT 3264.54 817.249

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
MD5SUM7fa3ae3894a5c333ebdaa99700e2c639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.2106
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175305-1304110110.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 1/1491/1491 lits-rem:3 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     165 undec:      41 neg:     144
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       342      1484         1         0      4497         0   no data   no data  --
0.35/0.10	c Decided on static restart strategy
0.40/0.13	c  N st     8      4919       342      1484         1      4807      4497     88535   no data   no data  --
1.18/0.36	c  N st    10     11301       342      1484         1      4438      4497     60096   no data   no data  --
2.38/0.60	c  N st    11     17044       342      1484         1     10050      4497    166049   no data   no data  --
3.99/1.00	c  F st    12     25002       342      1484         1     12255      4497    206794   no data   no data  --
3.99/1.00	c  N st    12     25002       342      1484         1     12255      4497    206794   no data   no data  --
4.77/1.25	c Decided on static restart strategy
4.77/1.25	c  N st    18     30000       342      1484         1     10525      4497    153311   no data   no data  --
4.77/1.25	c  S st    18     30000       342      1484         1     10525      4497    153311   no data   no data  --
4.77/1.28	c  S st    18     30505       342      1484         1     11028      4497    162349   no data   no data  --
4.77/1.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
4.77/1.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.58/1.43	c lits-rem:       176  cl-subs:      885  v-elim:      0  v-fix:    0  time:  0.55 s
5.58/1.43	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.03
5.58/1.43	c calculated reachability. Time: 0.00
5.58/1.43	c  N st    18     30505       342      1484         1     10143      4497    147159   no data   no data  --
6.77/1.79	c  N st    20     37616       342      1484         1      9408      4497    119443   no data   no data  --
8.38/2.13	c  N st    21     44019       342      1484         1     15577      4497    228243   no data   no data  --
8.79/2.26	c  S st    22     45758       342      1484         1     17262      4497    259241   no data   no data  --
9.16/2.30	c  S st    22     46262       342      1484         1      9120      4497    104772   no data   no data  --
9.16/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.16/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.16/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
9.16/2.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.16/2.35	c lits-rem:        62  cl-subs:      222  v-elim:      0  v-fix:    0  time:  0.20 s
9.16/2.35	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
9.16/2.35	c vivif2 --  cl tried     8898 cl shrink        0 lits rem          0 time: 0.00
9.16/2.36	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.02
9.16/2.36	c calculated reachability. Time: 0.00
9.16/2.36	c  N st    22     46262       342      1484         1      8898      4497    101475   no data   no data  --
12.78/3.25	c  N st    23     60660       342      1484         1     13140      4497    163793   no data   no data  --
15.55/3.90	c  N st    24     69394       342      1484         1     10942      4497    121180   no data   no data  --
15.55/3.90	c  S st    24     69394       342      1484         1     10942      4497    121180   no data   no data  --
15.55/3.93	c  S st    24     69901       342      1484         1     11446      4497    130697   no data   no data  --
15.55/3.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.55/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.55/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
15.55/3.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.96/4.05	c lits-rem:        75  cl-subs:      389  v-elim:      0  v-fix:    0  time:  0.43 s
15.96/4.05	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
15.96/4.05	c vivif2 --  cl tried    11057 cl shrink        0 lits rem          0 time: 0.00
15.96/4.06	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.03
15.96/4.06	c calculated reachability. Time: 0.00
15.96/4.06	c  N st    24     69901       342      1484         1     11057      4497    125415   no data   no data  --
20.75/5.24	c  F st    25     87504       342      1484         1     16459      4497    212254   no data   no data  --
20.75/5.24	c  N st    25     87504       342      1484         1     16459      4497    212254   no data   no data  --
22.35/5.65	c Decided on static restart strategy
23.55/5.90	c  N st    32     95543       342      1484         1     24246      4497    351481   no data   no data  --
26.37/6.61	c  N st    34    104851       342      1484         1     20655      4497    278625   no data   no data  --
26.37/6.61	c  S st    34    104851       342      1484         1     20655      4497    278625   no data   no data  --
26.37/6.66	c  S st    34    105354       342      1484         1     21154      4497    288052   no data   no data  --
26.37/6.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.37/6.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.37/6.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
26.37/6.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.37/6.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.37/6.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
26.37/6.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.74/7.29	c lits-rem:       479  cl-subs:     1626  v-elim:      0  v-fix:    0  time:  2.44 s
28.74/7.29	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
28.74/7.29	c vivif2 --  cl tried    19528 cl shrink        0 lits rem          0 time: 0.01
29.14/7.30	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.06
29.14/7.30	c calculated reachability. Time: 0.00
29.14/7.30	c  N st    34    105354       342      1484         1     19528      4497    259417   no data   no data  --
32.33/8.13	c  N st    35    114952       342      1484         1     15354      4497    169636   no data   no data  --
37.13/9.33	c  N st    36    129351       342      1484         1     14810      4497    149614   no data   no data  --
43.54/10.99	c  N st    37    150947       342      1484         1     20152      4497    237745   no data   no data  --
45.92/11.57	c  S st    38    158032       342      1484         1     27009      4497    361783   no data   no data  --
46.32/11.64	c  S st    38    158537       342      1484         1     27511      4497    371030   no data   no data  --
46.32/11.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.32/11.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.32/11.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
46.32/11.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.32/11.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.32/11.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
46.32/11.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.72/12.72	c lits-rem:       455  cl-subs:     2218  v-elim:      0  v-fix:    0  time:  4.25 s
50.72/12.72	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
50.72/12.73	c vivif2 --  cl tried    25293 cl shrink        0 lits rem          0 time: 0.02
50.72/12.74	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.07
50.72/12.75	c calculated reachability. Time: 0.00
50.72/12.75	c  N st    38    158537       342      1484         1     25293      4497    334215   no data   no data  --
69.49/17.47	c  N st    39    207126       342      1484         1     20009      4497    209097   no data   no data  --
81.47/20.48	c  N st    40    237805       342      1484         1     30317      4497    385060   no data   no data  --
81.47/20.48	c  S st    40    237805       342      1484         1     30317      4497    385060   no data   no data  --
81.87/20.56	c  S st    40    238309       342      1484         1     30817      4497    394178   no data   no data  --
81.87/20.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.87/20.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.87/20.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
81.87/20.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.87/20.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
81.87/20.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.48/21.92	c lits-rem:       708  cl-subs:     2841  v-elim:      0  v-fix:    0  time:  5.35 s
87.48/21.92	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
87.48/21.93	c vivif2 --  cl tried    27976 cl shrink        0 lits rem          0 time: 0.02
87.48/21.95	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.09
87.48/21.95	c calculated reachability. Time: 0.00
87.48/21.95	c  N st    40    238309       342      1484         1     27976      4497    347496   no data   no data  --
117.03/29.38	c  F st    41    306250       342      1484         1     29913      4497    338670   no data   no data  --
117.03/29.38	c  N st    41    306250       342      1484         1     29913      4497    338670   no data   no data  --
119.82/30.02	c Decided on static restart strategy
130.62/32.73	c  N st    51    334552       342      1484         1     34169      4497    411750   no data   no data  --
142.60/35.73	c  N st    53    357463       342      1484         1     32081      4497    351138   no data   no data  --
142.60/35.73	c  S st    53    357463       342      1484         1     32081      4497    351138   no data   no data  --
143.00/35.81	c  S st    53    357966       342      1484         1     32583      4497    360596   no data   no data  --
143.00/35.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.00/35.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
143.00/35.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
143.00/35.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.00/35.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.00/35.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
143.00/35.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
147.39/36.98	c lits-rem:       722  cl-subs:     2829  v-elim:      0  v-fix:    0  time:  4.60 s
147.39/36.98	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
147.39/36.98	c vivif2 --  cl tried    29754 cl shrink        0 lits rem          0 time: 0.01
147.79/37.01	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.09
147.79/37.01	c calculated reachability. Time: 0.00
147.79/37.01	c  N st    53    357966       342      1484         1     29754      4497    317960   no data   no data  --
162.59/40.79	c  N st    54    390359       342      1484         1     35846      4497    401404   no data   no data  --
189.33/47.43	c  N st    55    438948       342      1484         1     29629      4497    291814   no data   no data  --
226.88/56.80	c  N st    56    511830       342      1484         1     42995      4497    491733   no data   no data  --
240.46/60.27	c  N st    57    536951       342      1484         1     37370      4497    393370   no data   no data  --
240.46/60.27	c  S st    57    536951       342      1484         1     37370      4497    393370   no data   no data  --
240.86/60.37	c  S st    57    537455       342      1484         1     37874      4497    402882   no data   no data  --
240.86/60.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
240.86/60.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
240.86/60.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
240.86/60.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.86/60.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.86/60.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
240.86/60.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.44/61.72	c lits-rem:       949  cl-subs:     2949  v-elim:      0  v-fix:    0  time:  5.28 s
246.44/61.72	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
246.44/61.72	c vivif2 --  cl tried    34925 cl shrink        0 lits rem          0 time: 0.02
246.44/61.75	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.10
246.44/61.75	c calculated reachability. Time: 0.00
246.44/61.75	c  N st    57    537455       342      1484         1     34925      4497    358105   no data   no data  --
338.35/84.73	c  N st    58    701439       342      1484         1     63534      4497    796993   no data   no data  --
403.85/101.19	c  N st    59    806182       342      1484         1     57625      4497    679209   no data   no data  --
403.85/101.19	c  S st    59    806182       342      1484         1     57625      4497    679209   no data   no data  --
404.63/101.38	c  S st    59    806684       342      1484         1     58124      4497    689064   no data   no data  --
404.63/101.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
404.63/101.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
405.03/101.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
405.03/101.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
405.03/101.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
405.03/101.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
405.03/101.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
416.22/104.22	c lits-rem:      5338  cl-subs:     6738  v-elim:      0  v-fix:    0  time: 11.17 s
416.22/104.22	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
416.22/104.23	c vivif2 --  cl tried    51386 cl shrink        0 lits rem          0 time: 0.03
416.22/104.28	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.21
416.22/104.29	c calculated reachability. Time: 0.00
416.22/104.29	c  N st    59    806684       342      1484         1     51386      4497    589243   no data   no data  --
599.17/150.07	c  F st    60   1071875       342      1484         1     66886      4497    785129   no data   no data  --
599.17/150.07	c  N st    60   1071875       342      1484         1     66886      4497    785129   no data   no data  --
603.16/151.05	c Decided on static restart strategy
619.93/155.28	c  N st    70   1100182       342      1484         1     51159      4497    523802   no data   no data  --
648.30/162.32	c  N st    72   1136176       342      1484         1     85601      4497   1121112   no data   no data  --
669.07/167.59	c  N st    73   1168569       342      1484         1     72549      4497    878366   no data   no data  --
702.65/175.98	c  N st    74   1210026       342      1484         1     67297      4497    780431   no data   no data  --
702.65/175.98	c  S st    74   1210026       342      1484         1     67297      4497    780431   no data   no data  --
703.83/176.22	c  S st    74   1210533       342      1484         1     67803      4497    789579   no data   no data  --
703.83/176.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
703.83/176.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
703.83/176.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
703.83/176.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
703.83/176.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
703.83/176.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
703.83/176.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
717.00/179.51	c lits-rem:      2593  cl-subs:     6301  v-elim:      0  v-fix:    0  time: 12.92 s
717.00/179.51	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
717.00/179.52	c vivif2 --  cl tried    61502 cl shrink        0 lits rem          0 time: 0.04
717.00/179.59	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.28
717.00/179.59	c calculated reachability. Time: 0.00
717.00/179.59	c  N st    74   1210533       342      1484         1     61502      4497    692583   no data   no data  --
779.33/195.14	c  N st    75   1283415       342      1484         1     85165      4497   1072198   no data   no data  --
868.41/217.40	c  N st    76   1392740       342      1484         1     95414      4497   1250197   no data   no data  --
999.03/250.10	c  N st    77   1556724       342      1484         1    102736      4497   1249809   no data   no data  --
1124.06/281.45	c  N st    78   1710533       342      1484         1     92089      4497   1141119   no data   no data  --
1124.06/281.45	c  S st    78   1710533       342      1484         1     92089      4497   1141119   no data   no data  --
1125.25/281.78	c  S st    78   1711034       342      1484         1     92587      4497   1150915   no data   no data  --
1125.25/281.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1125.25/281.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1125.65/281.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1125.65/281.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1125.65/281.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1125.65/281.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1125.65/281.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1152.01/288.45	c lits-rem:       705  cl-subs:    10850  v-elim:      0  v-fix:    0  time: 26.30 s
1152.01/288.45	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
1152.01/288.46	c vivif2 --  cl tried    81737 cl shrink        0 lits rem          0 time: 0.06
1152.41/288.58	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.47
1152.41/288.58	c calculated reachability. Time: 0.00
1152.41/288.58	c  N st    78   1711034       342      1484         1     81737      4497    980597   no data   no data  --
1497.15/374.86	c  N st    79   2079999       342      1484         2     93585      4497   1112339   no data   no data  --
1616.20/404.64	c  N st    80   2211034       342      1484         3     97638      4497   1155751   no data   no data  --
1616.20/404.64	c  S st    80   2211034       342      1484         3     97638      4497   1155751   no data   no data  --
1617.39/404.97	c  S st    80   2211539       342      1484         3     98141      4497   1164891   no data   no data  --
1617.39/404.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1617.39/404.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1617.79/405.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1617.79/405.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1619.79/405.53	c subs with bin:     2129  lits-rem:      1783  v-fix:    0  time:  1.90 s
1619.79/405.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1619.79/405.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1643.38/411.44	c lits-rem:       732  cl-subs:    11099  v-elim:      0  v-fix:    0  time: 23.59 s
1643.38/411.44	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
1643.38/411.46	c vivif2 --  cl tried    84913 cl shrink        0 lits rem          0 time: 0.06
1643.76/411.57	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.47
1643.76/411.58	c calculated reachability. Time: 0.00
1643.76/411.58	c  N st    80   2211539       342      1484         3     84913      4497    978198   no data   no data  --
2157.07/540.03	c  N st    81   2711540       342      1484         3    107838      4497   1231943   no data   no data  --
2157.07/540.03	c  S st    81   2711540       342      1484         3    107838      4497   1231943   no data   no data  --
2158.25/540.38	c  S st    81   2712045       342      1484         3    108342      4497   1241523   no data   no data  --
2158.25/540.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2158.25/540.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2158.65/540.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2158.65/540.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2158.65/540.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2158.65/540.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
2158.65/540.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2191.00/548.53	c lits-rem:       769  cl-subs:    18698  v-elim:      0  v-fix:    0  time: 32.14 s
2191.00/548.53	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
2191.00/548.55	c vivif2 --  cl tried    89644 cl shrink        0 lits rem          0 time: 0.06
2191.40/548.67	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.50
2191.40/548.67	c calculated reachability. Time: 0.00
2191.40/548.67	c  N st    81   2712045       342      1484         3     89644      4497    969632   no data   no data  --
2756.23/690.01	c  N st    82   3212046       342      1484         3    141220      4497   1713500   no data   no data  --
2756.23/690.01	c  S st    82   3212046       342      1484         3    141220      4497   1713500   no data   no data  --
2757.43/690.39	c Finding binary XORs  T:     0.00 s  found:       0
2759.05/690.73	c  S st    82   3212550       340      1441        40    109154      4407   1224857   no data   no data  --
2759.05/690.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2759.05/690.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2759.05/690.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  1.3M T:  0.21
2759.45/690.84	c bin-w-bin subsume rem           12 bins  time:  0.00 s
2797.37/700.36	c subs with bin:    35381  lits-rem:      7694  v-fix:    0  time: 38.03 s
2797.37/700.36	c Subs w/ non-existent bins:     26 l-rem:    171 v-fix:     0 done:    340 time:  0.01 s
2797.37/700.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2803.39/701.81	c lits-rem:       381  cl-subs:     1527  v-elim:      0  v-fix:    0  time:  5.79 s
2803.39/701.81	c vivif2 --  cl tried     1440 cl shrink        0 lits rem          0 time: 0.00
2803.39/701.83	c vivif2 --  cl tried    72221 cl shrink        0 lits rem          0 time: 0.05
2803.77/701.93	c asymm  cl-useful: 0/1440/1440 lits-rem:0 time: 0.40
2803.77/701.93	c calculated reachability. Time: 0.00
2803.77/701.93	c  N st    82   3212550       340      1440        26     72221      4406    700607   no data   no data  --
3263.19/816.92	c Finding binary XORs  T:     0.00 s  found:       0
3264.40/817.23	c Following stats are for *FIRST FINISHED THREAD ONLY*
3264.40/817.23	c num threads              : 4          
3264.40/817.23	c restarts                 : 82         
3264.40/817.23	c dynamic restarts         : 0          
3264.40/817.23	c static restarts          : 82         
3264.40/817.23	c full restarts            : 4          
3264.40/817.23	c total simplify time      : 3.83       
3264.40/817.23	c learnts DL2              : 0          
3264.40/817.23	c learnts size 2           : 175        
3264.40/817.23	c learnts size 1           : 12          (3.43      % of vars)
3264.40/817.23	c filedLit time            : 0.95        (0.03      % time)
3264.40/817.23	c v-elim SatELite          : 8           (2.29      % vars)
3264.40/817.23	c SatELite time            : 136.85      (4.19      % time)
3264.40/817.23	c v-elim xor               : 0           (0.00      % vars)
3264.40/817.23	c xor elim time            : 0.12        (0.00      % time)
3264.40/817.23	c num binary xor trees     : 0          
3264.40/817.23	c binxor trees' crown      : 0           (nan       leafs/tree)
3264.40/817.23	c bin xor find time        : 0.00       
3264.40/817.23	c OTF clause improved      : 168724      (0.05      clauses/conflict)
3264.40/817.23	c OTF impr. size diff      : 177970      (1.05       lits/clause)
3264.40/817.23	c OTF cl watch-shrink      : 931020      (0.25      clauses/conflict)
3264.40/817.23	c OTF cl watch-sh-lit      : 1201387     (1.29       lits/clause)
3264.40/817.23	c tried to recurMin cls    : 528374      (14.45      % of conflicts)
3264.40/817.23	c updated cache            : 8583        (0.02       lits/tried recurMin)
3264.40/817.23	c unit cls received        : 4           (33.33     % of units)
3264.40/817.23	c unit cls sent            : 5           (41.67     % of units)
3264.40/817.23	c bin cls received         : 17         
3264.40/817.23	c bin cls sent             : 125        
3264.40/817.23	c clauses over max glue    : 0           (0.00      % of all clauses)
3264.40/817.23	c conflicts                : 3655336     (1120.18   / sec)
3264.40/817.23	c decisions                : 4183417     (0.45      % random)
3264.40/817.23	c bogo-props               : 107613371859 (32978220.35 / sec)
3264.40/817.23	c conflict literals        : 60341700    (31.68     % deleted)
3264.40/817.23	c Memory used              : 428.99      MB
3264.40/817.23	c single-thread CPU time   : 3263.16     s
3264.40/817.23	c all-threads sum CPU time : 3263.16     s
3264.40/817.23	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175305-1304110110/watcher-3175305-1304110110 -o /tmp/evaluation-result-3175305-1304110110/solver-3175305-1304110110 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175305-1304110110.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: 8.13 8.09 8.02 5/180 21258
/proc/meminfo: memFree=17501504/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 4 0 522613586 52465664 358 33554432000 4194304 4650419 140736807018160 18446744073709551615 216634515387 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 12809 358 306 112 0 7774 0
[pid=21258/tid=21259] ppid=21256 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522613586 52465664 358 33554432000 4194304 4650419 140736807018160 18446744073709551615 47355406321584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522613586 52465664 365 33554432000 4194304 4650419 140736807018160 18446744073709551615 47355406321177 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=182308 CPUtime=0 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) S 21256 21258 20915 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 4 0 522613586 186683392 373 33554432000 4194304 4650419 140736807018160 18446744073709551615 216634620398 0 0 4096 2 18446604447403719424 0 0 -1 2 0 0 0

[startup+0.0943759 s]
/proc/loadavg: 8.13 8.09 8.02 5/180 21258
/proc/meminfo: memFree=17501504/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=217176 CPUtime=0.35 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 1477 0 0 0 35 0 0 0 25 0 4 0 522613586 222388224 1372 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 54294 1372 391 112 0 49259 0
[pid=21258/tid=21259] ppid=21256 vsize=217176 CPUtime=0.08 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 288 0 0 0 8 0 0 0 18 0 4 0 522613586 222388224 1372 33554432000 4194304 4650419 140736807018160 18446744073709551615 216634620447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=217176 CPUtime=0.08 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 270 0 0 0 8 0 0 0 25 0 4 0 522613586 222388224 1372 33554432000 4194304 4650419 140736807018160 18446744073709551615 216634620398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=217176 CPUtime=0.08 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 201 0 0 0 8 0 0 0 18 0 4 0 522613586 222388224 1372 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 217176

[startup+0.10713 s]
/proc/loadavg: 8.13 8.09 8.02 5/180 21258
/proc/meminfo: memFree=17501504/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=217316 CPUtime=0.4 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 1557 0 0 0 40 0 0 0 25 0 4 0 522613586 222531584 1452 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363592 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 54329 1452 391 112 0 49294 0
[pid=21258/tid=21259] ppid=21256 vsize=217316 CPUtime=0.1 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 305 0 0 0 10 0 0 0 18 0 4 0 522613586 222531584 1452 33554432000 4194304 4650419 140736807018160 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=217316 CPUtime=0.1 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 293 0 0 0 10 0 0 0 25 0 4 0 522613586 222531584 1452 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=217316 CPUtime=0.1 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 217 0 0 0 10 0 0 0 18 0 4 0 522613586 222531584 1452 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 217316

[startup+0.301097 s]
/proc/loadavg: 8.13 8.09 8.02 5/180 21258
/proc/meminfo: memFree=17501504/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=218604 CPUtime=1.18 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 2450 0 0 0 118 0 0 0 25 0 4 0 522613586 223850496 1903 33554432000 4194304 4650419 140736807018160 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 54651 1903 393 112 0 49616 0
[pid=21258/tid=21259] ppid=21256 vsize=218604 CPUtime=0.29 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 530 0 0 0 29 0 0 0 18 0 4 0 522613586 223850496 1903 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=218604 CPUtime=0.29 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 525 0 0 0 29 0 0 0 25 0 4 0 522613586 223850496 1903 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=218604 CPUtime=0.29 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 432 0 0 0 29 0 0 0 18 0 4 0 522613586 223850496 1903 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364736 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) 218604

[startup+0.701027 s]
/proc/loadavg: 8.13 8.09 8.02 5/180 21258
/proc/meminfo: memFree=17501504/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=220288 CPUtime=2.77 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 4268 0 0 0 277 0 0 0 25 0 4 0 522613586 225574912 2191 33554432000 4194304 4650419 140736807018160 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 55072 2191 393 112 0 50037 0
[pid=21258/tid=21259] ppid=21256 vsize=220288 CPUtime=0.69 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 1011 0 0 0 69 0 0 0 18 0 4 0 522613586 225574912 2191 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=220288 CPUtime=0.69 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 956 0 0 0 69 0 0 0 25 0 4 0 522613586 225574912 2191 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=220288 CPUtime=0.69 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 865 0 0 0 69 0 0 0 18 0 4 0 522613586 225574912 2191 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363386 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) 220288

[startup+1.50089 s]
/proc/loadavg: 8.13 8.09 8.02 9/184 21262
/proc/meminfo: memFree=17490680/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=212764 CPUtime=5.98 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 7419 0 0 0 597 1 0 0 25 0 4 0 522613586 217870336 3956 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 53191 3956 395 112 0 48156 0
[pid=21258/tid=21259] ppid=21256 vsize=212764 CPUtime=1.49 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 1683 0 0 0 149 0 0 0 20 0 4 0 522613586 217870336 3956 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=212764 CPUtime=1.48 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 1471 0 0 0 148 0 0 0 25 0 4 0 522613586 217870336 3956 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365708 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=212764 CPUtime=1.49 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 1313 0 0 0 149 0 0 0 19 0 4 0 522613586 217870336 3956 33554432000 4194304 4650419 140736807018160 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 212764

[startup+3.10061 s]
/proc/loadavg: 8.20 8.10 8.03 9/184 21262
/proc/meminfo: memFree=17474684/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=217056 CPUtime=12.36 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 14287 0 0 0 1234 2 0 0 25 0 4 0 522613586 222265344 7573 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 54264 7573 395 112 0 49229 0
[pid=21258/tid=21259] ppid=21256 vsize=217056 CPUtime=3.09 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 3358 0 0 0 309 0 0 0 25 0 4 0 522613586 222265344 7573 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=217056 CPUtime=3.07 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 3469 0 0 0 307 0 0 0 25 0 4 0 522613586 222265344 7573 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=217056 CPUtime=3.08 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 3352 0 0 0 308 0 0 0 25 0 4 0 522613586 222265344 7573 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 217056

[startup+6.30105 s]
/proc/loadavg: 8.20 8.10 8.03 9/184 21262
/proc/meminfo: memFree=17457168/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=222836 CPUtime=25.15 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 21298 0 0 0 2512 3 0 0 25 0 4 0 522613586 228184064 10772 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 55709 10772 395 112 0 50674 0
[pid=21258/tid=21259] ppid=21256 vsize=222836 CPUtime=6.29 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 5564 0 0 0 629 0 0 0 25 0 4 0 522613586 228184064 10772 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=222836 CPUtime=6.26 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 5262 0 0 0 626 0 0 0 25 0 4 0 522613586 228184064 10772 33554432000 4194304 4650419 140736807018160 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=222836 CPUtime=6.29 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 4617 0 0 0 628 1 0 0 25 0 4 0 522613586 228184064 10772 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 222836

[startup+12.7009 s]
/proc/loadavg: 8.17 8.10 8.03 9/184 21262
/proc/meminfo: memFree=17440812/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=227240 CPUtime=50.72 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 32279 0 0 0 5066 6 0 0 25 0 4 0 522613586 232693760 15268 33554432000 4194304 4650419 140736807018160 18446744073709551615 4440985 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 56810 15268 395 112 0 51775 0
[pid=21258/tid=21259] ppid=21256 vsize=227240 CPUtime=12.69 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 8509 0 0 0 1268 1 0 0 25 0 4 0 522613586 232693760 15268 33554432000 4194304 4650419 140736807018160 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=227240 CPUtime=12.63 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 7548 0 0 0 1262 1 0 0 25 0 4 0 522613586 232693760 15268 33554432000 4194304 4650419 140736807018160 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=227240 CPUtime=12.69 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 6611 0 0 0 1267 2 0 0 25 0 4 0 522613586 232693760 15268 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 227240

[startup+25.5007 s]
/proc/loadavg: 8.14 8.10 8.02 9/184 21263
/proc/meminfo: memFree=17419844/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=235496 CPUtime=101.85 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 48656 0 0 0 10175 10 0 0 25 0 4 0 522613586 241147904 20594 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 58874 20594 395 112 0 53839 0
[pid=21258/tid=21259] ppid=21256 vsize=235496 CPUtime=25.48 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 13372 0 0 0 2547 1 0 0 25 0 4 0 522613586 241147904 20594 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=235496 CPUtime=25.36 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 11938 0 0 0 2534 2 0 0 25 0 4 0 522613586 241147904 20594 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=235496 CPUtime=25.48 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 9456 0 0 0 2546 2 0 0 25 0 4 0 522613586 241147904 20594 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 235496

[startup+51.1012 s]
/proc/loadavg: 8.09 8.09 8.02 9/184 21263
/proc/meminfo: memFree=17406176/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=243396 CPUtime=204.12 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 73165 0 0 0 20394 18 0 0 25 0 4 0 522613586 249237504 23351 33554432000 4194304 4650419 140736807018160 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 60849 23351 395 112 0 55814 0
[pid=21258/tid=21259] ppid=21256 vsize=243396 CPUtime=51.09 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 20732 0 0 0 5105 4 0 0 25 0 4 0 522613586 249237504 23351 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=243396 CPUtime=50.83 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 18602 0 0 0 5079 4 0 0 25 0 4 0 522613586 249237504 23351 33554432000 4194304 4650419 140736807018160 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=243396 CPUtime=51.09 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 12747 0 0 0 5105 4 0 0 25 0 4 0 522613586 249237504 23351 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 243396

[startup+102.306 s]
/proc/loadavg: 8.07 8.08 8.02 9/184 21265
/proc/meminfo: memFree=17372516/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=254684 CPUtime=408.65 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 108748 0 0 0 40836 29 0 0 25 0 4 0 522613586 260796416 29262 33554432000 4194304 4650419 140736807018160 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 63671 29262 395 112 0 58636 0
[pid=21258/tid=21259] ppid=21256 vsize=254684 CPUtime=102.28 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 29855 0 0 0 10222 6 0 0 25 0 4 0 522613586 260796416 29262 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=254684 CPUtime=101.74 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 26525 0 0 0 10169 5 0 0 25 0 4 0 522613586 260796416 29262 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=254684 CPUtime=102.3 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 18252 0 0 0 10222 8 0 0 25 0 4 0 522613586 260796416 29262 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 254684

[startup+162.301 s]

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

/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 52800 0 0 0 64208 23 0 0 25 0 4 0 522613586 395284480 66065 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 386020

[startup+702.301 s]
/proc/loadavg: 8.14 8.09 8.02 9/184 21281
/proc/meminfo: memFree=17125540/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=462300 CPUtime=2805.37 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 353834 0 0 0 280412 125 0 0 25 0 4 0 522613586 473395200 73463 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 115575 73463 395 112 0 110540 0
[pid=21258/tid=21259] ppid=21256 vsize=462300 CPUtime=702.24 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 89549 0 0 0 70194 30 0 0 25 0 4 0 522613586 473395200 73463 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=462300 CPUtime=698.5 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 89075 0 0 0 69820 30 0 0 25 0 4 0 522613586 473395200 73463 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=462300 CPUtime=702.31 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 55022 0 0 0 70207 24 0 0 25 0 4 0 522613586 473395200 73463 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 462300

[startup+762.306 s]
/proc/loadavg: 7.05 7.85 7.94 5/175 21309
/proc/meminfo: memFree=17611252/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=439604 CPUtime=3045.07 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 366363 0 0 0 304377 130 0 0 25 0 4 0 522613586 450154496 72471 33554432000 4194304 4650419 140736807018160 18446744073709551615 4315589 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 109901 72471 395 112 0 104866 0
[pid=21258/tid=21259] ppid=21256 vsize=439604 CPUtime=762.23 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94101 0 0 0 76192 31 0 0 25 0 4 0 522613586 450154496 72471 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=439604 CPUtime=758.18 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 90564 0 0 0 75788 30 0 0 25 0 4 0 522613586 450154496 72471 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=439604 CPUtime=762.31 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 57460 0 0 0 76206 25 0 0 25 0 4 0 522613586 450154496 72471 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 439604

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

[startup+767.901 s]
/proc/loadavg: 6.80 7.78 7.92 5/175 21310
/proc/meminfo: memFree=17607416/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=439604 CPUtime=3067.42 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 367357 0 0 0 306612 130 0 0 25 0 4 0 522613586 450154496 73465 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 109901 73465 395 112 0 104866 0
[pid=21258/tid=21259] ppid=21256 vsize=439604 CPUtime=767.82 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94334 0 0 0 76751 31 0 0 25 0 4 0 522613586 450154496 73465 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=439604 CPUtime=763.75 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 90959 0 0 0 76345 30 0 0 25 0 4 0 522613586 450154496 73465 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=439604 CPUtime=767.91 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 57460 0 0 0 76766 25 0 0 25 0 4 0 522613586 450154496 73465 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3067.42
Current children cumulated vsize (KiB) 439604

[startup+793.501 s]
/proc/loadavg: 5.85 7.48 7.81 5/175 21310
/proc/meminfo: memFree=17590416/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=451748 CPUtime=3169.7 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 374163 0 0 0 316837 133 0 0 25 0 4 0 522613586 462589952 77788 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 112937 77788 395 112 0 107902 0
[pid=21258/tid=21259] ppid=21256 vsize=451748 CPUtime=793.42 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 96518 0 0 0 79310 32 0 0 25 0 4 0 522613586 462589952 77788 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=451748 CPUtime=789.24 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 93070 0 0 0 78893 31 0 0 25 0 4 0 522613586 462589952 77788 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=451748 CPUtime=793.5 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 57783 0 0 0 79325 25 0 0 25 0 4 0 522613586 462589952 77788 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3169.7
Current children cumulated vsize (KiB) 451748

[startup+806.306 s]
/proc/loadavg: 5.44 7.31 7.75 5/175 21311
/proc/meminfo: memFree=17585084/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=451820 CPUtime=3220.86 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 377784 0 0 0 321952 134 0 0 25 0 4 0 522613586 462663680 79205 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 112955 79205 395 112 0 107920 0
[pid=21258/tid=21259] ppid=21256 vsize=451820 CPUtime=806.23 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98192 0 0 0 80590 33 0 0 25 0 4 0 522613586 462663680 79205 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=451820 CPUtime=801.98 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 93832 0 0 0 80167 31 0 0 25 0 4 0 522613586 462663680 79205 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=451820 CPUtime=806.32 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 58274 0 0 0 80606 26 0 0 25 0 4 0 522613586 462663680 79205 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3220.86
Current children cumulated vsize (KiB) 451820

[startup+812.7 s]
/proc/loadavg: 5.32 7.25 7.73 5/175 21311
/proc/meminfo: memFree=17595748/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=451820 CPUtime=3246.41 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 379534 0 0 0 324506 135 0 0 25 0 4 0 522613586 462663680 76439 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 112955 76439 395 112 0 107920 0
[pid=21258/tid=21259] ppid=21256 vsize=451820 CPUtime=812.62 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98603 0 0 0 81229 33 0 0 25 0 4 0 522613586 462663680 76439 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=451820 CPUtime=808.35 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94063 0 0 0 80804 31 0 0 25 0 4 0 522613586 462663680 76439 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=451820 CPUtime=812.71 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 59242 0 0 0 81245 26 0 0 25 0 4 0 522613586 462663680 76439 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3246.41
Current children cumulated vsize (KiB) 451820

[startup+814.301 s]
/proc/loadavg: 5.32 7.25 7.73 5/175 21311
/proc/meminfo: memFree=17594756/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=451820 CPUtime=3252.8 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 379703 0 0 0 325145 135 0 0 25 0 4 0 522613586 462663680 76608 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 112955 76608 395 112 0 107920 0
[pid=21258/tid=21259] ppid=21256 vsize=451820 CPUtime=814.22 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98680 0 0 0 81389 33 0 0 25 0 4 0 522613586 462663680 76608 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=451820 CPUtime=809.94 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94063 0 0 0 80963 31 0 0 25 0 4 0 522613586 462663680 76608 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=451820 CPUtime=814.31 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 59334 0 0 0 81405 26 0 0 25 0 4 0 522613586 462663680 76608 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3252.8
Current children cumulated vsize (KiB) 451820

[startup+815.901 s]
/proc/loadavg: 5.32 7.25 7.73 5/175 21311
/proc/meminfo: memFree=17594260/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=439280 CPUtime=3259.19 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 379892 0 0 0 325784 135 0 0 25 0 4 0 522613586 449822720 74605 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 109820 74605 395 112 0 104785 0
[pid=21258/tid=21259] ppid=21256 vsize=439280 CPUtime=815.82 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98789 0 0 0 81549 33 0 0 25 0 4 0 522613586 449822720 74605 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=439280 CPUtime=811.53 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94063 0 0 0 81122 31 0 0 25 0 4 0 522613586 449822720 74605 33554432000 4194304 4650419 140736807018160 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=439280 CPUtime=815.91 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 59414 0 0 0 81565 26 0 0 25 0 4 0 522613586 449822720 74605 33554432000 4194304 4650419 140736807018160 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3259.19
Current children cumulated vsize (KiB) 439280

[startup+816.701 s]
/proc/loadavg: 5.32 7.25 7.73 5/175 21311
/proc/meminfo: memFree=17601948/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=439280 CPUtime=3262.39 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 379935 0 0 0 326104 135 0 0 25 0 4 0 522613586 449822720 74648 33554432000 4194304 4650419 140736807018160 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 109820 74648 395 112 0 104785 0
[pid=21258/tid=21259] ppid=21256 vsize=439280 CPUtime=816.62 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98789 0 0 0 81629 33 0 0 25 0 4 0 522613586 449822720 74648 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=439280 CPUtime=812.33 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94063 0 0 0 81202 31 0 0 25 0 4 0 522613586 449822720 74648 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=439280 CPUtime=816.71 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 59457 0 0 0 81645 26 0 0 25 0 4 0 522613586 449822720 74648 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3262.39
Current children cumulated vsize (KiB) 439280

[startup+817.101 s]
/proc/loadavg: 5.32 7.25 7.73 5/175 21311
/proc/meminfo: memFree=17601948/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=439280 CPUtime=3263.99 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 379953 0 0 0 326264 135 0 0 25 0 4 0 522613586 449822720 74666 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 109820 74666 395 112 0 104785 0
[pid=21258/tid=21259] ppid=21256 vsize=439280 CPUtime=817.02 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98789 0 0 0 81669 33 0 0 25 0 4 0 522613586 449822720 74666 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=439280 CPUtime=812.73 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94063 0 0 0 81242 31 0 0 25 0 4 0 522613586 449822720 74666 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=439280 CPUtime=817.11 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 59475 0 0 0 81685 26 0 0 25 0 4 0 522613586 449822720 74666 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3263.99
Current children cumulated vsize (KiB) 439280

[startup+817.201 s]
/proc/loadavg: 5.21 7.20 7.71 5/175 21311
/proc/meminfo: memFree=17601824/32951124 swapFree=67111528/67111528
[pid=21258] ppid=21256 vsize=439280 CPUtime=3264.4 cores=0,2,4,6
/proc/21258/stat : 21258 (strangenight1-m) R 21256 21258 20915 0 -1 4202496 379957 0 0 0 326305 135 0 0 25 0 4 0 522613586 449822720 74670 33554432000 4194304 4650419 140736807018160 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21258/statm: 109820 74670 395 112 0 104785 0
[pid=21258/tid=21259] ppid=21256 vsize=439280 CPUtime=817.13 cores=0,2,4,6
/proc/21258/task/21259/stat : 21259 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 98789 0 0 0 81680 33 0 0 25 0 4 0 522613586 449822720 74670 33554432000 4194304 4650419 140736807018160 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21258/tid=21260] ppid=21256 vsize=439280 CPUtime=812.83 cores=0,2,4,6
/proc/21258/task/21260/stat : 21260 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 94063 0 0 0 81252 31 0 0 25 0 4 0 522613586 449822720 74670 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21258/tid=21261] ppid=21256 vsize=439280 CPUtime=817.21 cores=0,2,4,6
/proc/21258/task/21261/stat : 21261 (strangenight1-m) R 21256 21258 20915 0 -1 4202560 59479 0 0 0 81695 26 0 0 25 0 4 0 522613586 449822720 74670 33554432000 4194304 4650419 140736807018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3264.4
Current children cumulated vsize (KiB) 439280

Child status: 20
Real time (s): 817.249
CPU time (s): 3264.54
CPU user time (s): 3263.16
CPU system time (s): 1.37579
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 474676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3263.16
system time used= 1.37579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379961
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= 173
involuntary context switches= 14077

runsolver used 1.3348 second user time and 3.03354 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 22:48:30
IDJOB=3175305
IDBENCH=82923
IDSOLVER=1588
FILE ID=node103/3175305-1304110110
RUNJOBID= node103-1304107241-20933
PBS_JOBID= 13170666
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175305-1304110110/watcher-3175305-1304110110 -o /tmp/evaluation-result-3175305-1304110110/solver-3175305-1304110110 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175305-1304110110.cnf

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

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=1370156742

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      17501792 kB
Buffers:       2149332 kB
Cached:       12259980 kB
SwapCached:          0 kB
Active:        5992508 kB
Inactive:      8873036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17501792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:      455724 kB
Mapped:          15468 kB
Slab:           519996 kB
PageTables:       5744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   677860 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= 71512 MiB
End job on node103 at 2011-04-29 23:02:07