Trace number 3369026

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)SAT 918.315 230.111

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
MD5SUM3aa844b4c7696e37cd971cc91ca76859
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
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-3369026-1305410849.cnf'
0.00/0.02	c -- header says num vars:             75
0.00/0.02	c -- header says num clauses:        1597
0.00/0.02	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.02	c -- vars added         75
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      33 undec:       3 neg:      39
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4916        75      1597         0      4506      7985     79989   no data   no data  --
3.17/0.80	c  N st    10     11298        75      1597         0      4152      7985     60452   no data   no data  --
3.17/0.80	c  N st    11     17042        75      1597         0      9301      7985    146345   no data   no data  --
3.17/0.80	c  F st    12     25000        75      1597         0     11472      7985    179110   no data   no data  --
3.17/0.80	c  N st    12     25000        75      1597         0     11472      7985    179110   no data   no data  --
3.96/1.00	c Decided on static restart strategy
3.96/1.00	c  N st    18     30001        75      1597         0      9830      7985    143297   no data   no data  --
3.96/1.00	c  S st    18     30001        75      1597         0      9830      7985    143297   no data   no data  --
3.96/1.00	c  S st    18     30502        75      1597         0     10297      7985    151782   no data   no data  --
3.96/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.96/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.96/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.96/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.96/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.96/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.96/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.38/1.20	c lits-rem:      1604  cl-subs:     2429  v-elim:      0  v-fix:    0  time:  0.80 s
4.79/1.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.14
4.79/1.23	c calculated reachability. Time: 0.00
4.79/1.23	c  N st    18     30502        75      1597         0      7868      7985    113331   no data   no data  --
5.96/1.53	c  N st    20     37612        75      1597         0      7254      7985     95584   no data   no data  --
7.16/1.80	c  N st    21     44012        75      1597         0     12972      7985    189005   no data   no data  --
7.16/1.89	c  S st    22     45754        75      1597         0     14561      7985    215982   no data   no data  --
7.56/1.93	c  S st    22     46255        75      1597         0     15031      7985    224430   no data   no data  --
7.56/1.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.56/1.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.56/1.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.56/1.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.54/2.90	c lits-rem:      2425  cl-subs:     3140  v-elim:      0  v-fix:    0  time:  3.82 s
11.54/2.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.54/2.90	c vivif2 --  cl tried    11891 cl shrink        0 lits rem          0 time: 0.01
11.54/2.95	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.54/2.95	c calculated reachability. Time: 0.00
11.54/2.95	c  N st    22     46255        75      1597         0     11891      7985    173094   no data   no data  --
13.94/3.58	c  N st    23     60652        75      1597         0     16845      7985    234708   no data   no data  --
15.54/3.98	c  N st    24     69382        75      1597         0     15858      7985    222419   no data   no data  --
15.54/3.98	c  S st    24     69382        75      1597         0     15858      7985    222419   no data   no data  --
15.94/4.02	c  S st    24     69885        75      1597         0     16330      7985    230824   no data   no data  --
15.94/4.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.94/4.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.94/4.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.92/5.08	c lits-rem:      2636  cl-subs:     3210  v-elim:      0  v-fix:    0  time:  4.16 s
19.92/5.08	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.92/5.08	c vivif2 --  cl tried    13120 cl shrink        0 lits rem          0 time: 0.01
20.32/5.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
20.32/5.13	c calculated reachability. Time: 0.00
20.32/5.13	c  N st    24     69885        75      1597         0     13120      7985    181625   no data   no data  --
23.92/6.02	c  F st    25     87501        75      1597         0     19374      7985    278212   no data   no data  --
23.92/6.02	c  N st    25     87501        75      1597         0     19374      7985    278212   no data   no data  --
25.12/6.36	c Decided on static restart strategy
25.92/6.52	c  N st    32     95541        75      1597         0     15925      7985    213360   no data   no data  --
28.31/7.14	c  N st    34    104829        75      1597         0     12609      7985    153490   no data   no data  --
28.31/7.14	c  S st    34    104829        75      1597         0     12609      7985    153490   no data   no data  --
28.31/7.18	c  S st    34    105329        75      1597         0     13080      7985    162005   no data   no data  --
28.31/7.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.31/7.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.31/7.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.31/7.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.31/7.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.31/7.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.73/7.79	c lits-rem:       815  cl-subs:     1182  v-elim:      0  v-fix:    0  time:  2.39 s
30.73/7.79	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.73/7.79	c vivif2 --  cl tried    11898 cl shrink        0 lits rem          0 time: 0.00
31.14/7.84	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
31.14/7.84	c calculated reachability. Time: 0.00
31.14/7.84	c  N st    34    105329        75      1597         0     11898      7985    144615   no data   no data  --
33.10/8.35	c  N st    35    114930        75      1597         0     20423      7985    287374   no data   no data  --
36.68/9.24	c  N st    36    129327        75      1597         0     20849      7985    282127   no data   no data  --
42.68/10.72	c  N st    37    150922        75      1597         0     26840      7985    378189   no data   no data  --
44.67/11.21	c  S st    38    157993        75      1597         0     18889      7985    236856   no data   no data  --
44.67/11.26	c  S st    38    158499        75      1597         0     19366      7985    245385   no data   no data  --
44.67/11.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.67/11.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.67/11.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
44.67/11.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.67/11.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.67/11.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
44.67/11.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.70/12.30	c lits-rem:      1702  cl-subs:     2367  v-elim:      0  v-fix:    0  time:  4.07 s
48.70/12.30	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
49.06/12.30	c vivif2 --  cl tried    16999 cl shrink        0 lits rem          0 time: 0.01
49.06/12.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
49.06/12.37	c calculated reachability. Time: 0.00
49.06/12.37	c  N st    38    158499        75      1597         0     16999      7985    209084   no data   no data  --
62.22/15.66	c  N st    39    207088        75      1597         0     29301      7985    385049   no data   no data  --
71.81/18.03	c  N st    40    237749        75      1597         0     21739      7985    253913   no data   no data  --
71.81/18.03	c  S st    40    237749        75      1597         0     21739      7985    253913   no data   no data  --
71.81/18.09	c  S st    40    238253        75      1597         0     22218      7985    262924   no data   no data  --
71.81/18.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.81/18.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.81/18.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.21/18.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.21/18.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.21/18.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
72.21/18.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.20/19.18	c lits-rem:      1385  cl-subs:     2703  v-elim:      0  v-fix:    0  time:  4.30 s
76.20/19.18	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
76.20/19.18	c vivif2 --  cl tried    19515 cl shrink        0 lits rem          0 time: 0.01
76.60/19.26	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.31
76.60/19.26	c calculated reachability. Time: 0.00
76.60/19.26	c  N st    40    238253        75      1597         0     19515      7985    225762   no data   no data  --
98.95/24.81	c  F st    41    306250        75      1597         0     21592      7985    236236   no data   no data  --
98.95/24.81	c  N st    41    306250        75      1597         0     21592      7985    236236   no data   no data  --
100.55/25.21	c Decided on static restart strategy
108.92/27.38	c  N st    51    334556        75      1597         0     25543      7985    295572   no data   no data  --
117.31/29.48	c  N st    53    357379        75      1597         0     23595      7985    255020   no data   no data  --
117.31/29.48	c  S st    53    357379        75      1597         0     23595      7985    255020   no data   no data  --
117.71/29.54	c  S st    53    357882        75      1597         0     24060      7985    263487   no data   no data  --
117.71/29.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.71/29.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.71/29.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.71/29.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.71/29.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.71/29.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.71/29.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.10/30.60	c lits-rem:       948  cl-subs:     1282  v-elim:      0  v-fix:    0  time:  4.16 s
122.10/30.60	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
122.10/30.60	c vivif2 --  cl tried    22778 cl shrink        0 lits rem          0 time: 0.01
122.10/30.69	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.36
122.10/30.69	c calculated reachability. Time: 0.00
122.10/30.69	c  N st    53    357882        75      1597         0     22778      7985    245374   no data   no data  --
134.07/33.64	c  N st    54    390274        75      1597         0     28642      7985    332210   no data   no data  --
154.42/38.79	c  N st    55    438863        75      1597         0     47799      7985    648596   no data   no data  --
183.96/46.16	c  N st    56    511746        75      1597         0     35173      7985    409487   no data   no data  --
195.93/49.13	c  N st    57    536823        75      1597         0     29757      7985    316650   no data   no data  --
195.93/49.13	c  S st    57    536823        75      1597         0     29757      7985    316650   no data   no data  --
196.33/49.21	c  S st    57    537327        75      1597         0     30226      7985    325346   no data   no data  --
196.33/49.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
196.33/49.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.33/49.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
196.33/49.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
196.33/49.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.33/49.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
196.33/49.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
201.12/50.45	c lits-rem:      1039  cl-subs:     1756  v-elim:      0  v-fix:    0  time:  4.85 s
201.12/50.45	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
201.12/50.45	c vivif2 --  cl tried    28470 cl shrink        0 lits rem          0 time: 0.01
201.53/50.57	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.46
201.53/50.57	c calculated reachability. Time: 0.00
201.53/50.57	c  N st    57    537327        75      1597         0     28470      7985    302037   no data   no data  --
272.95/68.43	c  N st    58    701312        75      1597         0     55151      7985    688169   no data   no data  --
323.64/81.13	c  N st    59    805992        75      1597         0     49449      7985    582687   no data   no data  --
323.64/81.13	c  S st    59    805992        75      1597         0     49449      7985    582687   no data   no data  --
324.04/81.26	c  S st    59    806498        75      1597         0     49921      7985    591483   no data   no data  --
324.04/81.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
324.04/81.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
324.04/81.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
324.04/81.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.04/81.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.04/81.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
324.04/81.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
338.03/84.71	c lits-rem:      2987  cl-subs:     8451  v-elim:      0  v-fix:    0  time: 13.61 s
338.03/84.71	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
338.03/84.72	c vivif2 --  cl tried    41470 cl shrink        0 lits rem          0 time: 0.02
338.80/84.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.77
338.80/84.91	c calculated reachability. Time: 0.00
338.80/84.91	c  N st    59    806498        75      1597         0     41470      7985    477446   no data   no data  --
480.49/120.46	c  F st    60   1071876        75      1597         0     56825      7985    673765   no data   no data  --
480.49/120.46	c  N st    60   1071876        75      1597         0     56825      7985    673765   no data   no data  --
483.67/121.28	c Decided on static restart strategy
500.88/125.57	c  N st    70   1100176        75      1597         0     42229      7985    433920   no data   no data  --
523.99/131.33	c  N st    72   1136168        75      1597         0     74339      7985    960981   no data   no data  --
544.77/136.53	c  N st    73   1168561        75      1597         0     62451      7985    771288   no data   no data  --
572.27/143.45	c  N st    74   1209749        75      1597         0     57241      7985    658586   no data   no data  --
572.27/143.45	c  S st    74   1209749        75      1597         0     57241      7985    658586   no data   no data  --
573.08/143.60	c  S st    74   1210255        75      1597         0     57714      7985    667041   no data   no data  --
573.08/143.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
573.08/143.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
573.08/143.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
573.08/143.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
573.08/143.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.08/143.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
573.08/143.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
593.42/148.78	c lits-rem:      2191  cl-subs:     7987  v-elim:      0  v-fix:    0  time: 20.51 s
593.42/148.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
593.42/148.79	c vivif2 --  cl tried    49727 cl shrink        0 lits rem          0 time: 0.03
594.63/149.09	c asymm  cl-useful: 0/1374/1597 lits-rem:0 time: 1.18
594.63/149.09	c calculated reachability. Time: 0.00
594.63/149.09	c  N st    74   1210255        75      1597         0     49727      7985    556974   no data   no data  --
644.92/161.68	c  N st    75   1283139        75      1597         0     72276      7985    912254   no data   no data  --
721.53/180.83	c  N st    76   1392463        75      1597         0     81523      7985   1043794   no data   no data  --
828.90/207.79	c  N st    77   1556447        75      1597         0     87832      7985   1082616   no data   no data  --
917.93/230.09	c  E st    78   1679988         0      1597         0     51772      7985    519032   no data   no data  --
918.29/230.10	c Verified 1597 clauses.
918.29/230.10	c Verified 1597 clauses.
918.29/230.10	c Following stats are for *FIRST FINISHED THREAD ONLY*
918.29/230.10	c num threads              : 4          
918.29/230.10	c restarts                 : 78         
918.29/230.10	c dynamic restarts         : 0          
918.29/230.10	c static restarts          : 78         
918.29/230.10	c full restarts            : 4          
918.29/230.10	c total simplify time      : 0.00       
918.29/230.10	c learnts DL2              : 0          
918.29/230.10	c learnts size 2           : 0          
918.29/230.10	c learnts size 1           : 0           (0.00      % of vars)
918.29/230.10	c filedLit time            : 0.26        (0.03      % time)
918.29/230.10	c v-elim SatELite          : 0           (0.00      % vars)
918.29/230.10	c SatELite time            : 62.32       (6.79      % time)
918.29/230.10	c v-elim xor               : 0           (0.00      % vars)
918.29/230.10	c xor elim time            : 0.04        (0.00      % time)
918.29/230.10	c num binary xor trees     : 0          
918.29/230.10	c binxor trees' crown      : 0           (nan       leafs/tree)
918.29/230.10	c bin xor find time        : 0.00       
918.29/230.10	c OTF clause improved      : 187206      (0.11      clauses/conflict)
918.29/230.10	c OTF impr. size diff      : 190273      (1.02       lits/clause)
918.29/230.10	c OTF cl watch-shrink      : 13566       (0.01      clauses/conflict)
918.29/230.10	c OTF cl watch-sh-lit      : 13771       (1.02       lits/clause)
918.29/230.10	c tried to recurMin cls    : 115889      (6.90       % of conflicts)
918.29/230.10	c updated cache            : 700         (0.01       lits/tried recurMin)
918.29/230.10	c unit cls received        : 0           (nan       % of units)
918.29/230.10	c unit cls sent            : 0           (nan       % of units)
918.29/230.10	c bin cls received         : 0          
918.29/230.10	c bin cls sent             : 0          
918.29/230.10	c clauses over max glue    : 0           (0.00      % of all clauses)
918.29/230.10	c conflicts                : 1679988     (1830.63   / sec)
918.29/230.10	c decisions                : 1836867     (0.31      % random)
918.29/230.10	c bogo-props               : 41675111055 (45412095.76 / sec)
918.29/230.10	c conflict literals        : 26626031    (21.69     % deleted)
918.29/230.10	c Memory used              : 400.96      MB
918.29/230.10	c single-thread CPU time   : 917.71      s
918.29/230.10	c all-threads sum CPU time : 917.71      s
918.29/230.10	s SATISFIABLE
918.29/230.10	v -1 -2 3 4 -5 6 7 -8 -9 -10 -11 12 13 -14 15 16 17 -18 -19 20 21 -22 -23 -24 -25 26 -27 28 -29 -30 -31 -32 -33 -34 -35 36 -37 -38 -39 40 41 -42 43 44 45 -46 47 48 -49 -50 51 -52 53 54 55 56 57 58 59 60 61 62 -63 -64 65 66 67 68 -69 70 71 72 -73 -74 75 0

Verifier Data

OK

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.07 2/279 3778
/proc/meminfo: memFree=21562904/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 412 0 0 0 0 0 0 0 17 0 4 0 652683051 52465664 352 33554432000 4194304 4650419 140737462356400 18446744073709551615 47736986888108 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 12809 352 303 112 0 7774 0
[pid=3778/tid=3779] ppid=3776 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 652683051 52465664 352 33554432000 4194304 4650419 140737462356400 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 652683051 52465664 352 33554432000 4194304 4650419 140737462356400 18446744073709551615 47736986888114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 4 0 652683051 52465664 352 33554432000 4194304 4650419 140737462356400 18446744073709551615 47736986888112 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.116791 s]
/proc/loadavg: 0.00 0.00 0.07 2/279 3778
/proc/meminfo: memFree=21562904/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=299820 CPUtime=0.43 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 1761 0 0 0 43 0 0 0 18 0 4 0 652683051 307015680 1518 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 74955 1518 391 112 0 69920 0
[pid=3778/tid=3779] ppid=3776 vsize=299820 CPUtime=0.1 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 304 0 0 0 10 0 0 0 18 0 4 0 652683051 307015680 1518 33554432000 4194304 4650419 140737462356400 18446744073709551615 232335935847 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=299820 CPUtime=0.1 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) D 3776 3778 3750 0 -1 4202560 396 0 0 0 10 0 0 0 18 0 4 0 652683051 307015680 1518 33554432000 4194304 4650419 140737462356400 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=299820 CPUtime=0.11 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 330 0 0 0 11 0 0 0 18 0 4 0 652683051 307015680 1518 33554432000 4194304 4650419 140737462356400 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 299820

[startup+0.216143 s]
/proc/loadavg: 0.00 0.00 0.07 2/279 3778
/proc/meminfo: memFree=21562904/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=283656 CPUtime=0.83 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 2316 0 0 0 83 0 0 0 18 0 4 0 652683051 290463744 1758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 70914 1758 391 112 0 65879 0
[pid=3778/tid=3779] ppid=3776 vsize=283656 CPUtime=0.2 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 478 0 0 0 20 0 0 0 18 0 4 0 652683051 290463744 1758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4331245 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=283656 CPUtime=0.2 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 522 0 0 0 20 0 0 0 18 0 4 0 652683051 290463744 1758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4360363 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=283656 CPUtime=0.21 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 414 0 0 0 21 0 0 0 18 0 4 0 652683051 290463744 1758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4352090 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 283656

[startup+0.301129 s]
/proc/loadavg: 0.00 0.00 0.07 2/279 3778
/proc/meminfo: memFree=21562904/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=284284 CPUtime=1.17 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 3023 0 0 0 117 0 0 0 18 0 4 0 652683051 291106816 1818 33554432000 4194304 4650419 140737462356400 18446744073709551615 4520109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 71071 1819 391 112 0 66036 0
[pid=3778/tid=3779] ppid=3776 vsize=284284 CPUtime=0.28 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 657 0 0 0 28 0 0 0 18 0 4 0 652683051 291106816 1819 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=284284 CPUtime=0.29 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 702 0 0 0 29 0 0 0 18 0 4 0 652683051 291106816 1819 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=284284 CPUtime=0.29 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 602 0 0 0 29 0 0 0 18 0 4 0 652683051 291106816 1819 33554432000 4194304 4650419 140737462356400 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284284

[startup+0.701057 s]
/proc/loadavg: 0.00 0.00 0.07 2/279 3778
/proc/meminfo: memFree=21562904/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=284896 CPUtime=2.77 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 4478 0 0 0 277 0 0 0 18 0 4 0 652683051 291733504 2464 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 71224 2464 391 112 0 66189 0
[pid=3778/tid=3779] ppid=3776 vsize=284896 CPUtime=0.68 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 1018 0 0 0 68 0 0 0 18 0 4 0 652683051 291733504 2464 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=284896 CPUtime=0.69 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 1072 0 0 0 69 0 0 0 18 0 4 0 652683051 291733504 2464 33554432000 4194304 4650419 140737462356400 18446744073709551615 4330680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=284896 CPUtime=0.69 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 942 0 0 0 69 0 0 0 18 0 4 0 652683051 291733504 2464 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284896

[startup+1.50092 s]
/proc/loadavg: 0.00 0.00 0.07 10/291 3795
/proc/meminfo: memFree=21528624/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=289528 CPUtime=5.96 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 8701 0 0 0 595 1 0 0 19 0 4 0 652683051 296476672 4908 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 72382 4908 393 112 0 67347 0
[pid=3778/tid=3779] ppid=3776 vsize=289528 CPUtime=1.47 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 2416 0 0 0 147 0 0 0 20 0 4 0 652683051 296476672 4908 33554432000 4194304 4650419 140737462356400 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=289528 CPUtime=1.49 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 1795 0 0 0 149 0 0 0 19 0 4 0 652683051 296476672 4908 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=289528 CPUtime=1.49 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 1597 0 0 0 149 0 0 0 19 0 4 0 652683051 296476672 4908 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289528

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.07 9/291 3795
/proc/meminfo: memFree=21494648/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=293668 CPUtime=12.35 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 15202 0 0 0 1233 2 0 0 25 0 4 0 652683051 300716032 9160 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 73417 9160 393 112 0 68382 0
[pid=3778/tid=3779] ppid=3776 vsize=293668 CPUtime=3.05 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 4191 0 0 0 305 0 0 0 25 0 4 0 652683051 300716032 9160 33554432000 4194304 4650419 140737462356400 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=293668 CPUtime=3.08 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 3543 0 0 0 308 0 0 0 24 0 4 0 652683051 300716032 9160 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=293668 CPUtime=3.09 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 3628 0 0 0 309 0 0 0 25 0 4 0 652683051 300716032 9161 33554432000 4194304 4650419 140737462356400 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293668

[startup+6.30106 s]
/proc/loadavg: 0.64 0.13 0.12 9/291 3795
/proc/meminfo: memFree=21466876/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=294864 CPUtime=25.12 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 21127 0 0 0 2509 3 0 0 25 0 4 0 652683051 301940736 10298 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 73716 10298 393 112 0 68681 0
[pid=3778/tid=3779] ppid=3776 vsize=294864 CPUtime=6.23 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 5398 0 0 0 622 1 0 0 25 0 4 0 652683051 301940736 10298 33554432000 4194304 4650419 140737462356400 18446744073709551615 4333438 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=294864 CPUtime=6.28 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 5338 0 0 0 628 0 0 0 25 0 4 0 652683051 301940736 10298 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=294864 CPUtime=6.29 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 4929 0 0 0 629 0 0 0 25 0 4 0 652683051 301940736 10298 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 294864

[startup+12.7009 s]
/proc/loadavg: 1.23 0.26 0.16 9/291 3795
/proc/meminfo: memFree=21438540/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=279744 CPUtime=50.66 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 33176 0 0 0 5061 5 0 0 25 0 4 0 652683051 286457856 14679 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 69936 14679 393 112 0 64901 0
[pid=3778/tid=3779] ppid=3776 vsize=279744 CPUtime=12.57 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 8221 0 0 0 1256 1 0 0 25 0 4 0 652683051 286457856 14679 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=279744 CPUtime=12.68 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 9177 0 0 0 1267 1 0 0 25 0 4 0 652683051 286457856 14679 33554432000 4194304 4650419 140737462356400 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=279744 CPUtime=12.69 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 7966 0 0 0 1268 1 0 0 25 0 4 0 652683051 286457856 14679 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 279744

[startup+25.5006 s]
/proc/loadavg: 2.73 0.64 0.28 9/291 3796
/proc/meminfo: memFree=21404984/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=295072 CPUtime=101.74 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 50015 0 0 0 10164 10 0 0 25 0 4 0 652683051 302153728 16766 33554432000 4194304 4650419 140737462356400 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 73768 16766 393 112 0 68733 0
[pid=3778/tid=3779] ppid=3776 vsize=295072 CPUtime=25.25 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 13459 0 0 0 2523 2 0 0 25 0 4 0 652683051 302153728 16766 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=295072 CPUtime=25.49 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 13530 0 0 0 2546 3 0 0 25 0 4 0 652683051 302153728 16766 33554432000 4194304 4650419 140737462356400 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=295072 CPUtime=25.49 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 10334 0 0 0 2547 2 0 0 25 0 4 0 652683051 302153728 16766 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 295072

[startup+51.1011 s]
/proc/loadavg: 4.60 1.25 0.49 9/291 3796
/proc/meminfo: memFree=21369960/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=291880 CPUtime=203.92 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 76841 0 0 0 20374 18 0 0 25 0 4 0 652683051 298885120 22687 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 72970 22687 393 112 0 67935 0
[pid=3778/tid=3779] ppid=3776 vsize=291880 CPUtime=50.62 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 20555 0 0 0 5058 4 0 0 25 0 4 0 652683051 298885120 22687 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=291880 CPUtime=51.08 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 21176 0 0 0 5103 5 0 0 25 0 4 0 652683051 298885120 22687 33554432000 4194304 4650419 140737462356400 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=291880 CPUtime=51.09 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 14664 0 0 0 5106 3 0 0 25 0 4 0 652683051 298885120 22687 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 291880

[startup+102.301 s]
/proc/loadavg: 6.77 2.35 0.91 9/291 3828
/proc/meminfo: memFree=21344920/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=314232 CPUtime=408.27 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 115693 0 0 0 40798 29 0 0 25 0 4 0 652683051 321773568 30385 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 78558 30385 393 112 0 73523 0
[pid=3778/tid=3779] ppid=3776 vsize=314232 CPUtime=101.36 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 31199 0 0 0 10128 8 0 0 25 0 4 0 652683051 321773568 30385 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=314232 CPUtime=102.3 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 30402 0 0 0 10222 8 0 0 25 0 4 0 652683051 321773568 30385 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=314232 CPUtime=102.3 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 20842 0 0 0 10225 5 0 0 25 0 4 0 652683051 321773568 30385 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 314232

[startup+162.3 s]
/proc/loadavg: 7.66 3.40 1.36 9/291 3829
/proc/meminfo: memFree=21296672/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=322272 CPUtime=647.71 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 150013 0 0 0 64728 43 0 0 25 0 4 0 652683051 330006528 35844 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 80568 35844 393 112 0 75533 0
[pid=3778/tid=3779] ppid=3776 vsize=322272 CPUtime=160.81 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 41103 0 0 0 16070 11 0 0 25 0 4 0 652683051 330006528 35844 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=322272 CPUtime=162.29 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 38392 0 0 0 16217 12 0 0 25 0 4 0 652683051 330006528 35844 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=322272 CPUtime=162.28 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 26017 0 0 0 16221 7 0 0 25 0 4 0 652683051 330006528 35844 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.71
Current children cumulated vsize (KiB) 322272

[startup+222.311 s]
/proc/loadavg: 7.98 4.27 1.78 9/291 3831
/proc/meminfo: memFree=21232532/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=344884 CPUtime=887.2 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 185416 0 0 0 88663 57 0 0 25 0 4 0 652683051 353161216 43758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 86221 43758 393 112 0 81186 0
[pid=3778/tid=3779] ppid=3776 vsize=344884 CPUtime=220.28 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 50546 0 0 0 22013 15 0 0 25 0 4 0 652683051 353161216 43758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=344884 CPUtime=222.3 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 45884 0 0 0 22215 15 0 0 25 0 4 0 652683051 353161216 43758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=344884 CPUtime=222.29 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 33306 0 0 0 22219 10 0 0 25 0 4 0 652683051 353161216 43758 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 887.2
Current children cumulated vsize (KiB) 344884

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

[startup+224 s]
/proc/loadavg: 7.98 4.33 1.81 9/291 3831
/proc/meminfo: memFree=21234640/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=344928 CPUtime=893.94 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 186608 0 0 0 89337 57 0 0 25 0 4 0 652683051 353206272 43437 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 86232 43437 393 112 0 81197 0
[pid=3778/tid=3779] ppid=3776 vsize=344928 CPUtime=221.95 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 51299 0 0 0 22180 15 0 0 25 0 4 0 652683051 353206272 43437 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=344928 CPUtime=223.99 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 46055 0 0 0 22384 15 0 0 25 0 4 0 652683051 353206272 43437 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=344928 CPUtime=223.98 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 33393 0 0 0 22388 10 0 0 25 0 4 0 652683051 353206272 43437 33554432000 4194304 4650419 140737462356400 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 893.94
Current children cumulated vsize (KiB) 344928

[startup+227.201 s]
/proc/loadavg: 7.98 4.33 1.81 9/291 3831
/proc/meminfo: memFree=21226332/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=410464 CPUtime=906.72 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 188295 0 0 0 90614 58 0 0 25 0 4 0 652683051 420315136 45124 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 102616 45124 393 112 0 97581 0
[pid=3778/tid=3779] ppid=3776 vsize=410464 CPUtime=225.12 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 51629 0 0 0 22497 15 0 0 25 0 4 0 652683051 420315136 45124 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=410464 CPUtime=227.19 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 46333 0 0 0 22704 15 0 0 25 0 4 0 652683051 420315136 45124 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=410464 CPUtime=227.19 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 34193 0 0 0 22708 11 0 0 25 0 4 0 652683051 420315136 45124 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 906.72
Current children cumulated vsize (KiB) 410464

[startup+228.8 s]
/proc/loadavg: 8.06 4.41 1.85 9/291 3831
/proc/meminfo: memFree=21221368/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=410464 CPUtime=913.13 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 188809 0 0 0 91254 59 0 0 25 0 4 0 652683051 420315136 45545 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 102616 45545 393 112 0 97581 0
[pid=3778/tid=3779] ppid=3776 vsize=410464 CPUtime=226.71 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 51765 0 0 0 22656 15 0 0 25 0 4 0 652683051 420315136 45545 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=410464 CPUtime=228.8 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 46462 0 0 0 22865 15 0 0 25 0 4 0 652683051 420315136 45545 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=410464 CPUtime=228.8 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 34318 0 0 0 22869 11 0 0 25 0 4 0 652683051 420315136 45545 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 913.13
Current children cumulated vsize (KiB) 410464

[startup+229.6 s]
/proc/loadavg: 8.06 4.41 1.85 9/291 3831
/proc/meminfo: memFree=21221368/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=410516 CPUtime=916.3 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 189692 0 0 0 91571 59 0 0 25 0 4 0 652683051 420368384 44916 33554432000 4194304 4650419 140737462356400 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 102629 44916 393 112 0 97594 0
[pid=3778/tid=3779] ppid=3776 vsize=410516 CPUtime=227.5 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 51829 0 0 0 22735 15 0 0 25 0 4 0 652683051 420368384 44916 33554432000 4194304 4650419 140737462356400 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=410516 CPUtime=229.58 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 47130 0 0 0 22943 15 0 0 25 0 4 0 652683051 420368384 44916 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=410516 CPUtime=229.59 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 34376 0 0 0 22948 11 0 0 25 0 4 0 652683051 420368384 44916 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 916.3
Current children cumulated vsize (KiB) 410516

[startup+230.011 s]
/proc/loadavg: 8.06 4.41 1.85 10/291 3831
/proc/meminfo: memFree=21224220/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=410576 CPUtime=917.93 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 190623 0 0 0 91734 59 0 0 25 0 4 0 652683051 420429824 44237 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 102644 44237 393 112 0 97609 0
[pid=3778/tid=3779] ppid=3776 vsize=410576 CPUtime=227.9 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 51858 0 0 0 22775 15 0 0 25 0 4 0 652683051 420429824 44237 33554432000 4194304 4650419 140737462356400 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=410576 CPUtime=229.99 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 47179 0 0 0 22984 15 0 0 25 0 4 0 652683051 420429824 44237 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=410576 CPUtime=230 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 34404 0 0 0 22989 11 0 0 25 0 4 0 652683051 420429824 44237 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 917.93
Current children cumulated vsize (KiB) 410576

[startup+230.101 s]
/proc/loadavg: 8.06 4.41 1.85 10/291 3831
/proc/meminfo: memFree=21224220/32951124 swapFree=66457188/67111528
[pid=3778] ppid=3776 vsize=410576 CPUtime=918.29 cores=1,3,5,7
/proc/3778/stat : 3778 (strangenight1-m) R 3776 3778 3750 0 -1 4202496 190658 0 0 0 91770 59 0 0 25 0 4 0 652683051 420429824 44272 33554432000 4194304 4650419 140737462356400 18446744073709551615 4508859 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3778/statm: 102644 44272 393 112 0 97609 0
[pid=3778/tid=3779] ppid=3776 vsize=410576 CPUtime=227.99 cores=1,3,5,7
/proc/3778/task/3779/stat : 3779 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 51865 0 0 0 22784 15 0 0 25 0 4 0 652683051 420429824 44272 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3778/tid=3780] ppid=3776 vsize=410576 CPUtime=230.08 cores=1,3,5,7
/proc/3778/task/3780/stat : 3780 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 47189 0 0 0 22993 15 0 0 25 0 4 0 652683051 420429824 44272 33554432000 4194304 4650419 140737462356400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3778/tid=3781] ppid=3776 vsize=410576 CPUtime=230.09 cores=1,3,5,7
/proc/3778/task/3781/stat : 3781 (strangenight1-m) R 3776 3778 3750 0 -1 4202560 34409 0 0 0 22998 11 0 0 25 0 4 0 652683051 420429824 44272 33554432000 4194304 4650419 140737462356400 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 918.29
Current children cumulated vsize (KiB) 410576

Child status: 10
Real time (s): 230.111
CPU time (s): 918.315
CPU user time (s): 917.71
CPU system time (s): 0.605907
CPU usage (%): 399.075
Max. virtual memory (cumulated for all children) (KiB): 410576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 917.709
system time used= 0.605907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190667
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= 255
involuntary context switches= 4271

runsolver used 0.601908 second user time and 1.50577 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 00:07:29
IDJOB=3369026
IDBENCH=83035
IDSOLVER=1846
FILE ID=node132/3369026-1305410849
RUNJOBID= node132-1305410848-3769
PBS_JOBID= 13324521
Free space on /tmp= 73332 MiB

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

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

MD5SUM BENCH= 3aa844b4c7696e37cd971cc91ca76859
RANDOM SEED=336694040

node132.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	: 5332.74
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.76
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      21563308 kB
Buffers:        279488 kB
Cached:        5559656 kB
SwapCached:       6904 kB
Active:        4769892 kB
Inactive:      6312576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21563308 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:     5241916 kB
Mapped:          18048 kB
Slab:           217920 kB
PageTables:      24308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34732328 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73320 MiB
End job on node132 at 2011-05-15 00:11:19