Trace number 3366333

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-2-mt (fixed)SAT 1252.19 313.777

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1366648725-024.SATISFIABLE.cnf
MD5SUM3c71b3b41fde0929f53293966a8ce206
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366333-1305401927.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.04/0.01	c Parsing time:  0.00 s
0.04/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.04/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.04/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.04/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.04/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.04/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.04/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.04/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.04/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.04/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.04/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.04/0.10	c calculated reachability. Time: 0.00
0.04/0.10	c Calc default polars -  time:   0.00 s pos:      39 undec:       5 neg:      31
0.04/0.10	c =========================================================================================
0.04/0.10	c types(t): F = full restart, N = normal restart
0.04/0.10	c types(t): S = simplification begin/end, E = solution found
0.04/0.10	c restart types(rt): st = static, dy = dynamic
0.04/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.04/0.10	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.04/0.10	c Decided on static restart strategy
0.77/0.20	c  N st     8      4916        75      1597         0      4449      7985     77662   no data   no data
0.77/0.28	c  N st    10     11300        75      1597         0      4115      7985     58146   no data   no data
1.57/0.45	c  N st    11     17043        75      1597         0      9364      7985    148913   no data   no data
2.77/0.71	c  F st    12     25000        75      1597         0     11362      7985    177580   no data   no data
2.77/0.71	c  N st    12     25000        75      1597         0     11362      7985    177580   no data   no data
3.17/0.89	c Decided on static restart strategy
3.17/0.89	c  N st    18     30000        75      1597         0      9780      7985    142405   no data   no data
3.17/0.89	c  S st    18     30000        75      1597         0      9780      7985    142405   no data   no data
3.57/0.92	c  S st    18     30502        75      1597         0     10259      7985    150879   no data   no data
3.57/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.92	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.07	c lits-rem:       219  cl-subs:     2669  v-elim:      0  v-fix:    0  time:  0.15 s
3.97/1.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
3.97/1.10	c calculated reachability. Time: 0.00
3.97/1.10	c  N st    18     30502        75      1597         0      7590      7985    109970   no data   no data
5.56/1.40	c  N st    20     37616        75      1597         0     13953      7985    213835   no data   no data
6.36/1.64	c  N st    21     44016        75      1597         0     12701      7985    182829   no data   no data
6.76/1.72	c  S st    22     45754        75      1597         0     14280      7985    210277   no data   no data
6.76/1.76	c  S st    22     46257        75      1597         0     14750      7985    218776   no data   no data
6.76/1.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.76/1.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.76/1.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.76/1.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.76/1.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
6.76/1.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.76/1.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.76/1.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.09	c lits-rem:       418  cl-subs:     3062  v-elim:      0  v-fix:    0  time:  0.32 s
7.96/2.09	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
7.96/2.09	c vivif2 --  cl tried    11688 cl shrink        0 lits rem          0 time: 0.00
8.36/2.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.36/2.14	c calculated reachability. Time: 0.00
8.36/2.14	c  N st    22     46257        75      1597         0     11688      7985    171759   no data   no data
10.74/2.78	c  N st    23     60656        75      1597         0     16808      7985    250824   no data   no data
12.35/3.19	c  N st    24     69385        75      1597         0     15705      7985    217402   no data   no data
12.35/3.19	c  S st    24     69385        75      1597         0     15705      7985    217402   no data   no data
12.75/3.24	c  S st    24     69887        75      1597         0     16178      7985    226299   no data   no data
12.75/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.75/3.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.75/3.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.75/3.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.75/3.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
12.75/3.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.75/3.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.75/3.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.60	c lits-rem:       291  cl-subs:     3344  v-elim:      0  v-fix:    0  time:  0.35 s
14.34/3.60	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.34/3.61	c vivif2 --  cl tried    12834 cl shrink        0 lits rem          0 time: 0.00
14.34/3.65	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.34/3.65	c calculated reachability. Time: 0.00
14.34/3.65	c  N st    24     69887        75      1597         0     12834      7985    175991   no data   no data
17.93/4.59	c  F st    25     87501        75      1597         0     19015      7985    268198   no data   no data
17.93/4.59	c  N st    25     87501        75      1597         0     19015      7985    268198   no data   no data
19.12/4.89	c Decided on static restart strategy
19.92/5.04	c  N st    32     95541        75      1597         0     15597      7985    212035   no data   no data
22.32/5.65	c  N st    34    104830        75      1597         0     12335      7985    150586   no data   no data
22.32/5.65	c  S st    34    104830        75      1597         0     12335      7985    150586   no data   no data
22.32/5.68	c  S st    34    105335        75      1597         0     12806      7985    159287   no data   no data
22.32/5.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.32/5.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.32/5.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.32/5.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.32/5.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.32/5.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.32/5.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.32/5.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.32/5.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.76	c lits-rem:        93  cl-subs:     1090  v-elim:      0  v-fix:    0  time:  0.07 s
22.72/5.76	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
22.72/5.76	c vivif2 --  cl tried    11716 cl shrink        0 lits rem          0 time: 0.00
23.12/5.80	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.12/5.81	c calculated reachability. Time: 0.00
23.12/5.81	c  N st    34    105335        75      1597         0     11716      7985    143462   no data   no data
25.52/6.41	c  N st    35    114933        75      1597         0     20395      7985    291900   no data   no data
29.10/7.34	c  N st    36    129333        75      1597         0     20808      7985    289225   no data   no data
34.70/8.79	c  N st    37    150928        75      1597         0     26711      7985    370919   no data   no data
36.68/9.25	c  S st    38    158004        75      1597         0     18697      7985    236366   no data   no data
37.08/9.30	c  S st    38    158505        75      1597         0     19173      7985    244939   no data   no data
37.08/9.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.08/9.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
37.08/9.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.08/9.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.08/9.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.08/9.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.08/9.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.08/9.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.08/9.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.89/9.55	c lits-rem:       225  cl-subs:     2188  v-elim:      0  v-fix:    0  time:  0.23 s
37.89/9.55	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.89/9.55	c vivif2 --  cl tried    16985 cl shrink        0 lits rem          0 time: 0.00
38.29/9.61	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.29/9.61	c calculated reachability. Time: 0.00
38.29/9.61	c  N st    38    158505        75      1597         0     16985      7985    212176   no data   no data
51.46/12.97	c  N st    39    207093        75      1597         0     29168      7985    391889   no data   no data
61.05/15.37	c  N st    40    237757        75      1597         0     21784      7985    258454   no data   no data
61.05/15.37	c  S st    40    237757        75      1597         0     21784      7985    258454   no data   no data
61.47/15.43	c  S st    40    238261        75      1597         0     22249      7985    266959   no data   no data
61.47/15.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.47/15.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
61.47/15.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.47/15.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.47/15.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.47/15.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.47/15.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.47/15.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.47/15.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.63/15.72	c lits-rem:       214  cl-subs:     2522  v-elim:      0  v-fix:    0  time:  0.28 s
62.63/15.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.63/15.73	c vivif2 --  cl tried    19727 cl shrink        0 lits rem          0 time: 0.00
63.03/15.80	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
63.03/15.80	c calculated reachability. Time: 0.00
63.03/15.80	c  N st    40    238261        75      1597         0     19727      7985    232750   no data   no data
86.18/21.64	c  F st    41    306252        75      1597         0     21732      7985    239423   no data   no data
86.18/21.65	c  N st    41    306252        75      1597         0     21732      7985    239423   no data   no data
87.81/22.04	c Decided on static restart strategy
96.60/24.23	c  N st    51    334551        75      1597         0     25630      7985    297633   no data   no data
105.37/26.42	c  N st    53    357391        75      1597         0     23725      7985    257072   no data   no data
105.37/26.42	c  S st    53    357391        75      1597         0     23725      7985    257072   no data   no data
105.37/26.49	c  S st    53    357894        75      1597         0     24193      7985    265596   no data   no data
105.37/26.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.37/26.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
105.37/26.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.37/26.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.37/26.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.37/26.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.37/26.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.73/26.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.73/26.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.13/26.66	c lits-rem:       112  cl-subs:     1390  v-elim:      0  v-fix:    0  time:  0.16 s
106.13/26.66	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
106.13/26.66	c vivif2 --  cl tried    22803 cl shrink        0 lits rem          0 time: 0.00
106.53/26.74	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
106.53/26.74	c calculated reachability. Time: 0.00
106.53/26.74	c  N st    53    357894        75      1597         0     22803      7985    247359   no data   no data
118.11/29.68	c  N st    54    390286        75      1597         0     28498      7985    329529   no data   no data
140.07/35.17	c  N st    55    438874        75      1597         0     47757      7985    636550   no data   no data
172.78/43.39	c  N st    56    511758        75      1597         0     35089      7985    413988   no data   no data
185.55/46.57	c  N st    57    536842        75      1597         0     29793      7985    318591   no data   no data
185.55/46.57	c  S st    57    536842        75      1597         0     29793      7985    318591   no data   no data
185.96/46.65	c  S st    57    537345        75      1597         0     30268      7985    327221   no data   no data
185.96/46.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.96/46.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
185.96/46.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.96/46.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.96/46.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.96/46.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
185.96/46.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
185.96/46.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
185.96/46.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
187.16/46.93	c lits-rem:       245  cl-subs:     1862  v-elim:      0  v-fix:    0  time:  0.26 s
187.16/46.93	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
187.16/46.94	c vivif2 --  cl tried    28406 cl shrink        0 lits rem          0 time: 0.00
187.55/47.04	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
187.55/47.04	c calculated reachability. Time: 0.00
187.55/47.04	c  N st    57    537345        75      1597         0     28406      7985    303482   no data   no data
266.97/66.92	c  N st    58    701329        75      1597         0     55030      7985    689144   no data   no data
319.25/80.02	c  N st    59    806018        75      1597         0     49362      7985    579839   no data   no data
319.25/80.02	c  S st    59    806018        75      1597         0     49362      7985    579839   no data   no data
319.65/80.16	c  S st    59    806524        75      1597         0     49838      7985    588780   no data   no data
319.65/80.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
319.65/80.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
319.65/80.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
319.65/80.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
319.65/80.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
319.65/80.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
319.65/80.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
319.65/80.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
319.65/80.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.83/81.96	c lits-rem:      1126  cl-subs:     7972  v-elim:      0  v-fix:    0  time:  1.75 s
326.83/81.96	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
326.83/81.96	c vivif2 --  cl tried    41866 cl shrink        0 lits rem          0 time: 0.01
327.63/82.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
327.63/82.14	c calculated reachability. Time: 0.00
327.63/82.14	c  N st    59    806524        75      1597         0     41866      7985    486500   no data   no data
473.30/118.65	c  F st    60   1071875        75      1597         0     57231      7984    690503   no data   no data
473.30/118.65	c  N st    60   1071875        75      1597         0     57231      7984    690503   no data   no data
476.90/119.51	c Decided on static restart strategy
494.06/123.87	c  N st    70   1100179        75      1597         0     42610      7984    441814   no data   no data
516.41/129.46	c  N st    72   1136172        75      1597         0     74601      7984    965527   no data   no data
535.61/134.22	c  N st    73   1168564        75      1597         0     62469      7984    757795   no data   no data
564.71/141.57	c  N st    74   1209788        75      1597         0     57281      7984    670688   no data   no data
564.71/141.57	c  S st    74   1209788        75      1597         0     57281      7984    670688   no data   no data
565.51/141.75	c  S st    74   1210295        75      1597         0     57749      7984    679453   no data   no data
565.51/141.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
565.51/141.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
565.51/141.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
565.51/141.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
565.51/141.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
565.51/141.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
565.51/141.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
565.51/141.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
565.51/141.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
575.46/144.25	c lits-rem:       632  cl-subs:     7326  v-elim:      0  v-fix:    0  time:  2.44 s
575.46/144.25	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
575.46/144.26	c vivif2 --  cl tried    50423 cl shrink        0 lits rem          0 time: 0.01
576.66/144.56	c asymm  cl-useful: 0/1527/1597 lits-rem:0 time: 0.31
576.66/144.57	c calculated reachability. Time: 0.00
576.66/144.57	c  N st    74   1210295        75      1597         0     50423      7983    578477   no data   no data
625.76/156.88	c  N st    75   1283177        75      1597         0     72540      7983    885278   no data   no data
699.59/175.32	c  N st    76   1392500        75      1597         0     81713      7983    993129   no data   no data
810.92/203.27	c  N st    77   1556484        75      1597         0     88978      7983   1090966   no data   no data
920.27/230.66	c  N st    78   1710296        75      1597         0     79198      7983    926578   no data   no data
920.27/230.66	c  S st    78   1710296        75      1597         0     79198      7983    926578   no data   no data
921.48/230.91	c  S st    78   1710799        75      1597         0     79677      7983    935324   no data   no data
921.48/230.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
921.48/230.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
921.48/230.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
921.48/230.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
921.48/230.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
921.48/230.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
921.48/230.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
921.48/230.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
921.48/230.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
948.59/237.74	c lits-rem:      3589  cl-subs:    16522  v-elim:      0  v-fix:    0  time:  6.75 s
948.59/237.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
948.59/237.76	c vivif2 --  cl tried    63155 cl shrink        0 lits rem          0 time: 0.01
950.19/238.11	c asymm  cl-useful: 0/1220/1597 lits-rem:0 time: 0.36
950.19/238.12	c calculated reachability. Time: 0.00
950.19/238.12	c  N st    78   1710799        75      1597         0     63155      7983    722533   no data   no data
1225.97/307.26	c  N st    79   2079764        75      1597         1     75054      7983    814680   no data   no data
1251.91/313.76	c Following stats are for *FIRST FINISHED THREAD ONLY*
1251.91/313.76	c num threads              : 4          
1251.91/313.76	c restarts                 : 79         
1251.91/313.76	c dynamic restarts         : 0          
1251.91/313.76	c static restarts          : 79         
1251.91/313.76	c full restarts            : 4          
1251.91/313.76	c total simplify time      : 0.00       
1251.91/313.76	c learnts DL2              : 0          
1251.91/313.76	c learnts size 2           : 0          
1251.91/313.76	c learnts size 1           : 0           (0.00      % of vars)
1251.91/313.76	c filedLit time            : 0.08        (0.03      % time)
1251.91/313.76	c v-elim SatELite          : 0           (0.00      % vars)
1251.91/313.76	c SatELite time            : 12.04       (3.87      % time)
1251.91/313.76	c v-elim xor               : 0           (0.00      % vars)
1251.91/313.76	c xor elim time            : 0.01        (0.00      % time)
1251.91/313.76	c num binary xor trees     : 0          
1251.91/313.76	c binxor trees' crown      : 0           (nan       leafs/tree)
1251.91/313.76	c bin xor find time        : 0.00       
1251.91/313.76	c OTF clause improved      : 245989      (0.11      clauses/conflict)
1251.91/313.76	c OTF impr. size diff      : 250819      (1.02       lits/clause)
1251.91/313.76	c OTF cl watch-shrink      : 56090       (0.03      clauses/conflict)
1251.91/313.76	c OTF cl watch-sh-lit      : 57976       (1.03       lits/clause)
1251.91/313.76	c tried to recurMin cls    : 92149       (4.26       % of conflicts)
1251.91/313.76	c updated cache            : 1168        (0.01       lits/tried recurMin)
1251.91/313.76	c unit cls recevied        : 0           (nan       % of units)
1251.91/313.76	c unit cls sent            : 0           (nan       % of units)
1251.91/313.76	c bin cls recevied         : 0          
1251.91/313.76	c bin cls sent             : 0          
1251.91/313.76	c clauses over max glue    : 0           (0.00      % of all clauses)
1251.91/313.76	c conflicts                : 2163480     (6964.59   / sec)
1251.91/313.76	c decisions                : 2361864     (0.51      % random)
1251.91/313.76	c bogo-props               : 59439444403 (191345246.77 / sec)
1251.91/313.76	c conflict literals        : 33482662    (23.57     % deleted)
1251.91/313.76	c Memory used              : 325.15      MB
1251.91/313.76	c single-thread CPU time   : 310.64      s
1251.91/313.76	c all-threads sum CPU time : 1251.32     s
1251.91/313.76	s SATISFIABLE
1251.91/313.76	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-3366333-1305401927/watcher-3366333-1305401927 -o /tmp/evaluation-result-3366333-1305401927/solver-3366333-1305401927 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366333-1305401927.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: 7.47 7.99 7.98 6/298 2035
/proc/meminfo: memFree=13123320/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 651792344 52396032 347 33554432000 4194304 4580107 140736595178208 18446744073709551615 46999695693746 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2035/statm: 12792 347 299 95 0 7774 0
[pid=2035/tid=2036] ppid=2033 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651792344 52396032 348 33554432000 4194304 4580107 140736595178208 18446744073709551615 46999695693746 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651792344 52396032 348 33554432000 4194304 4580107 140736595178208 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651792344 52396032 348 33554432000 4194304 4580107 140736595178208 18446744073709551615 46999695693746 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.016918 s]
/proc/loadavg: 7.47 7.99 7.98 6/298 2035
/proc/meminfo: memFree=13123320/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=281688 CPUtime=0.04 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 735 0 0 0 4 0 0 0 25 0 4 0 651792344 288448512 642 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 70422 642 357 95 0 65404 0
[pid=2035/tid=2036] ppid=2033 vsize=281688 CPUtime=0.01 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 79 0 0 0 1 0 0 0 25 0 4 0 651792344 288448512 642 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=281688 CPUtime=0 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 4 0 651792344 288448512 642 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=281688 CPUtime=0.01 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 91 0 0 0 1 0 0 0 25 0 4 0 651792344 288448512 642 33554432000 4194304 4580107 140736595178208 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 281688

[startup+0.111456 s]
/proc/loadavg: 7.47 7.99 7.98 6/298 2035
/proc/meminfo: memFree=13123320/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=282572 CPUtime=0.41 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 1661 0 0 0 41 0 0 0 25 0 4 0 651792344 289353728 1359 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 70643 1359 376 95 0 65625 0
[pid=2035/tid=2036] ppid=2033 vsize=282572 CPUtime=0.1 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 354 0 0 0 10 0 0 0 25 0 4 0 651792344 289353728 1359 33554432000 4194304 4580107 140736595178208 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=282572 CPUtime=0.09 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 292 0 0 0 9 0 0 0 25 0 4 0 651792344 289353728 1359 33554432000 4194304 4580107 140736595178208 18446744073709551615 208079929099 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=282572 CPUtime=0.1 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 305 0 0 0 10 0 0 0 25 0 4 0 651792344 289353728 1359 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282572

[startup+0.30086 s]
/proc/loadavg: 7.47 7.99 7.98 6/298 2035
/proc/meminfo: memFree=13123320/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=283880 CPUtime=1.17 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 2814 0 0 0 117 0 0 0 25 0 4 0 651792344 290693120 1673 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 70970 1673 377 95 0 65952 0
[pid=2035/tid=2036] ppid=2033 vsize=283880 CPUtime=0.29 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 617 0 0 0 29 0 0 0 25 0 4 0 651792344 290693120 1673 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=283880 CPUtime=0.28 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 607 0 0 0 28 0 0 0 25 0 4 0 651792344 290693120 1673 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=283880 CPUtime=0.29 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 563 0 0 0 29 0 0 0 25 0 4 0 651792344 290693120 1673 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283880

[startup+0.700784 s]
/proc/loadavg: 7.47 7.99 7.98 6/298 2035
/proc/meminfo: memFree=13123320/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=284608 CPUtime=2.77 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 4404 0 0 0 277 0 0 0 25 0 4 0 651792344 291438592 2456 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 71152 2456 378 95 0 66134 0
[pid=2035/tid=2036] ppid=2033 vsize=284608 CPUtime=0.69 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 1019 0 0 0 69 0 0 0 25 0 4 0 651792344 291438592 2456 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=284608 CPUtime=0.68 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 1009 0 0 0 68 0 0 0 25 0 4 0 651792344 291438592 2456 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=284608 CPUtime=0.69 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 946 0 0 0 69 0 0 0 25 0 4 0 651792344 291438592 2456 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284608

[startup+1.50063 s]
/proc/loadavg: 7.47 7.99 7.98 9/302 2039
/proc/meminfo: memFree=13100992/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=289708 CPUtime=5.96 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 8805 0 0 0 595 1 0 0 25 0 4 0 651792344 296660992 4726 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 72427 4726 379 95 0 67409 0
[pid=2035/tid=2036] ppid=2033 vsize=289708 CPUtime=1.49 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 2489 0 0 0 149 0 0 0 25 0 4 0 651792344 296660992 4726 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=289708 CPUtime=1.47 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 1649 0 0 0 147 0 0 0 25 0 4 0 651792344 296660992 4726 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=289708 CPUtime=1.49 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 1642 0 0 0 149 0 0 0 25 0 4 0 651792344 296660992 4726 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289708

[startup+3.10033 s]
/proc/loadavg: 7.47 7.99 7.98 9/302 2039
/proc/meminfo: memFree=13058088/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=300632 CPUtime=12.35 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 16257 0 0 0 1233 2 0 0 25 0 4 0 651792344 307847168 9548 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 75158 9548 379 95 0 70140 0
[pid=2035/tid=2036] ppid=2033 vsize=300632 CPUtime=3.09 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 4337 0 0 0 309 0 0 0 25 0 4 0 651792344 307847168 9548 33554432000 4194304 4580107 140736595178208 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=300632 CPUtime=3.06 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 3975 0 0 0 305 1 0 0 25 0 4 0 651792344 307847168 9548 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=300632 CPUtime=3.08 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 3778 0 0 0 308 0 0 0 25 0 4 0 651792344 307847168 9548 33554432000 4194304 4580107 140736595178208 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 300632

[startup+6.30072 s]
/proc/loadavg: 7.51 7.99 7.98 9/302 2039
/proc/meminfo: memFree=13024244/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=303084 CPUtime=25.12 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 23949 0 0 0 2508 4 0 0 25 0 4 0 651792344 310358016 11896 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 75771 11896 379 95 0 70753 0
[pid=2035/tid=2036] ppid=2033 vsize=303084 CPUtime=6.29 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 5993 0 0 0 629 0 0 0 25 0 4 0 651792344 310358016 11896 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=303084 CPUtime=6.23 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 5899 0 0 0 622 1 0 0 25 0 4 0 651792344 310358016 11896 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=303084 CPUtime=6.28 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 6491 0 0 0 628 0 0 0 25 0 4 0 651792344 310358016 11896 33554432000 4194304 4580107 140736595178208 18446744073709551615 4406400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 303084

[startup+12.7005 s]
/proc/loadavg: 7.55 7.99 7.98 9/302 2039
/proc/meminfo: memFree=12990984/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=298520 CPUtime=50.66 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 36222 0 0 0 5059 7 0 0 25 0 4 0 651792344 305684480 12984 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 74630 12984 379 95 0 69612 0
[pid=2035/tid=2036] ppid=2033 vsize=298520 CPUtime=12.69 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 9341 0 0 0 1268 1 0 0 25 0 4 0 651792344 305684480 12984 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=298520 CPUtime=12.57 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 9382 0 0 0 1255 2 0 0 25 0 4 0 651792344 305684480 12984 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=298520 CPUtime=12.68 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 9275 0 0 0 1267 1 0 0 25 0 4 0 651792344 305684480 12984 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 298520

[startup+25.5011 s]
/proc/loadavg: 7.65 7.99 7.98 9/302 2040
/proc/meminfo: memFree=12935940/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=309444 CPUtime=101.74 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 55515 0 0 0 10163 11 0 0 25 0 4 0 651792344 316870656 18591 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 77361 18591 379 95 0 72343 0
[pid=2035/tid=2036] ppid=2033 vsize=309444 CPUtime=25.49 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 13804 0 0 0 2547 2 0 0 25 0 4 0 651792344 316870656 18591 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=309444 CPUtime=25.25 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 13858 0 0 0 2522 3 0 0 25 0 4 0 651792344 316870656 18591 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=309444 CPUtime=25.48 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 15372 0 0 0 2546 2 0 0 25 0 4 0 651792344 316870656 18591 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 309444

[startup+51.1012 s]
/proc/loadavg: 7.85 8.00 7.98 9/302 2040
/proc/meminfo: memFree=12898384/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=311036 CPUtime=203.91 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 84963 0 0 0 20371 20 0 0 25 0 4 0 651792344 318500864 21527 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 77759 21527 379 95 0 72741 0
[pid=2035/tid=2036] ppid=2033 vsize=311036 CPUtime=51.09 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 21215 0 0 0 5105 4 0 0 25 0 4 0 651792344 318500864 21527 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=311036 CPUtime=50.62 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 21803 0 0 0 5057 5 0 0 25 0 4 0 651792344 318500864 21527 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294616 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=311036 CPUtime=51.08 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 22448 0 0 0 5103 5 0 0 25 0 4 0 651792344 318500864 21527 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 311036

[startup+102.311 s]
/proc/loadavg: 7.93 8.00 7.98 9/302 2042
/proc/meminfo: memFree=12812816/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=324916 CPUtime=408.29 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 132324 0 0 0 40796 33 0 0 25 0 4 0 651792344 332713984 27551 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 81229 27551 379 95 0 76211 0
[pid=2035/tid=2036] ppid=2033 vsize=324916 CPUtime=102.3 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 32314 0 0 0 10223 7 0 0 25 0 4 0 651792344 332713984 27551 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=324916 CPUtime=101.36 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 34224 0 0 0 10127 9 0 0 25 0 4 0 651792344 332713984 27551 33554432000 4194304 4580107 140736595178208 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=324916 CPUtime=102.29 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 34522 0 0 0 10222 7 0 0 25 0 4 0 651792344 332713984 27551 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 324916

[startup+162.301 s]
/proc/loadavg: 8.09 8.03 7.99 9/302 2043
/proc/meminfo: memFree=12785144/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=326216 CPUtime=647.71 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 179922 0 0 0 64723 48 0 0 25 0 4 0 651792344 334045184 34998 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 81554 34998 379 95 0 76536 0
[pid=2035/tid=2036] ppid=2033 vsize=326216 CPUtime=162.3 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 45400 0 0 0 16218 12 0 0 25 0 4 0 651792344 334045184 34998 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=326216 CPUtime=160.81 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 45659 0 0 0 16068 13 0 0 25 0 4 0 651792344 334045184 34998 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=326216 CPUtime=162.28 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 48103 0 0 0 16216 12 0 0 25 0 4 0 651792344 334045184 34998 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.71
Current children cumulated vsize (KiB) 326216

[startup+222.301 s]
/proc/loadavg: 8.03 8.02 7.99 9/302 2045
/proc/meminfo: memFree=12660256/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=327520 CPUtime=887.15 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 222859 0 0 0 88649 66 0 0 25 0 4 0 651792344 335380480 40927 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 81880 40927 379 95 0 76862 0
[pid=2035/tid=2036] ppid=2033 vsize=327520 CPUtime=222.29 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 53810 0 0 0 22214 15 0 0 25 0 4 0 651792344 335380480 40927 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=327520 CPUtime=220.24 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 58060 0 0 0 22007 17 0 0 25 0 4 0 651792344 335380480 40927 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=327520 CPUtime=222.29 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 61007 0 0 0 22212 17 0 0 25 0 4 0 651792344 335380480 40927 33554432000 4194304 4580107 140736595178208 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.15
Current children cumulated vsize (KiB) 327520

[startup+282.301 s]
/proc/loadavg: 8.16 8.05 8.00 9/302 2046
/proc/meminfo: memFree=12632716/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=321056 CPUtime=1126.59 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 259048 0 0 0 112580 79 0 0 25 0 4 0 651792344 328761344 43152 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 80264 43152 379 95 0 75246 0
[pid=2035/tid=2036] ppid=2033 vsize=321056 CPUtime=282.3 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 63631 0 0 0 28211 19 0 0 25 0 4 0 651792344 328761344 43152 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=321056 CPUtime=279.69 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 67349 0 0 0 27948 21 0 0 25 0 4 0 651792344 328761344 43152 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=321056 CPUtime=282.29 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 68869 0 0 0 28208 21 0 0 25 0 4 0 651792344 328761344 43152 33554432000 4194304 4580107 140736595178208 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1126.59
Current children cumulated vsize (KiB) 321056

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

[startup+294.301 s]
/proc/loadavg: 8.12 8.05 8.00 9/302 2047
/proc/meminfo: memFree=12639776/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332736 CPUtime=1174.48 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 265153 0 0 0 117367 81 0 0 25 0 4 0 651792344 340721664 44368 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83184 44368 379 95 0 78166 0
[pid=2035/tid=2036] ppid=2033 vsize=332736 CPUtime=294.3 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 64514 0 0 0 29411 19 0 0 25 0 4 0 651792344 340721664 44368 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332736 CPUtime=291.57 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 69187 0 0 0 29136 21 0 0 25 0 4 0 651792344 340721664 44368 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332736 CPUtime=294.29 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 70623 0 0 0 29408 21 0 0 25 0 4 0 651792344 340721664 44368 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1174.48
Current children cumulated vsize (KiB) 332736

[startup+307.1 s]
/proc/loadavg: 8.10 8.04 8.00 9/302 2047
/proc/meminfo: memFree=12652548/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332952 CPUtime=1225.57 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 272575 0 0 0 122473 84 0 0 25 0 4 0 651792344 340942848 43203 33554432000 4194304 4580107 140736595178208 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83238 43203 379 95 0 78220 0
[pid=2035/tid=2036] ppid=2033 vsize=332952 CPUtime=307.1 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 66507 0 0 0 30690 20 0 0 25 0 4 0 651792344 340942848 43203 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332952 CPUtime=304.26 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 71045 0 0 0 30404 22 0 0 25 0 4 0 651792344 340942848 43203 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332952 CPUtime=307.09 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 72568 0 0 0 30687 22 0 0 25 0 4 0 651792344 340942848 43203 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1225.57
Current children cumulated vsize (KiB) 332952

[startup+310.301 s]
/proc/loadavg: 8.09 8.04 8.00 9/302 2047
/proc/meminfo: memFree=12630104/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332952 CPUtime=1238.34 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 273684 0 0 0 123749 85 0 0 25 0 4 0 651792344 340942848 44312 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83238 44312 379 95 0 78220 0
[pid=2035/tid=2036] ppid=2033 vsize=332952 CPUtime=310.3 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 66781 0 0 0 31010 20 0 0 25 0 4 0 651792344 340942848 44312 33554432000 4194304 4580107 140736595178208 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332952 CPUtime=307.42 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 71331 0 0 0 30720 22 0 0 25 0 4 0 651792344 340942848 44312 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332952 CPUtime=310.29 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 72881 0 0 0 31007 22 0 0 25 0 4 0 651792344 340942848 44312 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1238.34
Current children cumulated vsize (KiB) 332952

[startup+311.901 s]
/proc/loadavg: 8.09 8.04 8.00 9/302 2047
/proc/meminfo: memFree=12627748/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332952 CPUtime=1244.72 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 274204 0 0 0 124387 85 0 0 25 0 4 0 651792344 340942848 44746 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83238 44746 379 95 0 78220 0
[pid=2035/tid=2036] ppid=2033 vsize=332952 CPUtime=311.9 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 66906 0 0 0 31170 20 0 0 25 0 4 0 651792344 340942848 44746 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332952 CPUtime=309.01 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 71482 0 0 0 30879 22 0 0 25 0 4 0 651792344 340942848 44746 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332952 CPUtime=311.88 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 73002 0 0 0 31166 22 0 0 25 0 4 0 651792344 340942848 44746 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.72
Current children cumulated vsize (KiB) 332952

[startup+312.7 s]
/proc/loadavg: 8.09 8.04 8.00 9/302 2047
/proc/meminfo: memFree=12632704/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332952 CPUtime=1247.92 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 274445 0 0 0 124706 86 0 0 25 0 4 0 651792344 340942848 44987 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83238 44987 379 95 0 78220 0
[pid=2035/tid=2036] ppid=2033 vsize=332952 CPUtime=312.7 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 66959 0 0 0 31250 20 0 0 25 0 4 0 651792344 340942848 44987 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332952 CPUtime=309.8 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 71553 0 0 0 30958 22 0 0 25 0 4 0 651792344 340942848 44987 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332952 CPUtime=312.68 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 73063 0 0 0 31246 22 0 0 25 0 4 0 651792344 340942848 44987 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1247.92
Current children cumulated vsize (KiB) 332952

[startup+313.511 s]
/proc/loadavg: 8.09 8.04 8.00 9/302 2047
/proc/meminfo: memFree=12630720/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332952 CPUtime=1251.15 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 274685 0 0 0 125029 86 0 0 25 0 4 0 651792344 340942848 45227 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83238 45227 379 95 0 78220 0
[pid=2035/tid=2036] ppid=2033 vsize=332952 CPUtime=313.51 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 67019 0 0 0 31331 20 0 0 25 0 4 0 651792344 340942848 45227 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332952 CPUtime=310.6 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 71622 0 0 0 31038 22 0 0 25 0 4 0 651792344 340942848 45227 33554432000 4194304 4580107 140736595178208 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332952 CPUtime=313.5 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 73118 0 0 0 31328 22 0 0 25 0 4 0 651792344 340942848 45227 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1251.15
Current children cumulated vsize (KiB) 332952

[startup+313.701 s]
/proc/loadavg: 8.09 8.04 8.00 9/302 2047
/proc/meminfo: memFree=12630720/32950928 swapFree=67083212/67111528
[pid=2035] ppid=2033 vsize=332952 CPUtime=1251.91 cores=1,3,5,7
/proc/2035/stat : 2035 (strangenight2-m) R 2033 2035 1603 0 -1 4202496 274748 0 0 0 125105 86 0 0 25 0 4 0 651792344 340942848 45290 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2035/statm: 83238 45290 379 95 0 78220 0
[pid=2035/tid=2036] ppid=2033 vsize=332952 CPUtime=313.7 cores=1,3,5,7
/proc/2035/task/2036/stat : 2036 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 67034 0 0 0 31350 20 0 0 25 0 4 0 651792344 340942848 45290 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2035/tid=2037] ppid=2033 vsize=332952 CPUtime=310.79 cores=1,3,5,7
/proc/2035/task/2037/stat : 2037 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 71643 0 0 0 31057 22 0 0 25 0 4 0 651792344 340942848 45290 33554432000 4194304 4580107 140736595178208 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2035/tid=2038] ppid=2033 vsize=332952 CPUtime=313.69 cores=1,3,5,7
/proc/2035/task/2038/stat : 2038 (strangenight2-m) R 2033 2035 1603 0 -1 4202560 73133 0 0 0 31347 22 0 0 25 0 4 0 651792344 340942848 45290 33554432000 4194304 4580107 140736595178208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1251.91
Current children cumulated vsize (KiB) 332952

Child status: 10
Real time (s): 313.777
CPU time (s): 1252.19
CPU user time (s): 1251.32
CPU system time (s): 0.870867
CPU usage (%): 399.07
Max. virtual memory (cumulated for all children) (KiB): 386524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.32
system time used= 0.870867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274777
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= 177
involuntary context switches= 8213

runsolver used 0.790879 second user time and 2.12968 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 21:38:47
IDJOB=3366333
IDBENCH=82742
IDSOLVER=1844
FILE ID=node127/3366333-1305401927
RUNJOBID= node127-1305400722-1919
PBS_JOBID= 13324449
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 3c71b3b41fde0929f53293966a8ce206
RANDOM SEED=79320839

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13123600 kB
Buffers:        288108 kB
Cached:        3364580 kB
SwapCached:       1620 kB
Active:       16824536 kB
Inactive:      2667044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13123600 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           10944 kB
Writeback:          24 kB
AnonPages:    15837432 kB
Mapped:          26256 kB
Slab:           226072 kB
PageTables:      46672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44406472 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= 73468 MiB
End job on node127 at 2011-05-14 21:44:01