Trace number 3369304

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 876.127 220.644

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.305
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
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-3369304-1305415731.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        2576
0.00/0.01	c -- clauses added:            0 learnts,         2576 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      2176       400         0      8480         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.01
1.17/0.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
1.17/0.36	c Replacing        8 vars Replaced      123 lits Time:     0.00 s 
1.17/0.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1.17/0.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.17/0.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1.17/0.36	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.36	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.17/0.36	c calculated reachability. Time: 0.00
1.17/0.36	c Calc default polars -  time:   0.00 s pos:      92 undec:     200 neg:     108
1.17/0.36	c =========================================================================================
1.17/0.36	c types(t): F = full restart, N = normal restart
1.17/0.36	c types(t): S = simplification begin/end, E = solution found
1.17/0.36	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       392      2176       384         0      8448         0   no data   no data  --
3.16/0.80	c Decided on static restart strategy
3.16/0.80	c  N st     8      4915       392      2176       384      4755      8448     98786   no data   no data  --
3.16/0.80	c  N st    10     11297       392      2176       384      4460      8448     73891   no data   no data  --
3.16/0.80	c  N st    11     17040       392      2176       384      9929      8448    177868   no data   no data  --
3.96/1.00	c  F st    12     25000       392      2176       384     12326      8448    202517   no data   no data  --
3.96/1.00	c  N st    12     25000       392      2176       384     12326      8448    202517   no data   no data  --
4.38/1.20	c Decided on static restart strategy
4.38/1.20	c  N st    18     30001       392      2176       384     10599      8448    163097   no data   no data  --
4.38/1.20	c  S st    18     30001       392      2176       384     10599      8448    163097   no data   no data  --
4.38/1.20	c  S st    18     30503       392      2176       384     11100      8448    172590   no data   no data  --
4.38/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.38/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.38/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4.38/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
4.38/1.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.95/1.50	c lits-rem:      1342  cl-subs:     1138  v-elim:      0  v-fix:    0  time:  0.99 s
5.95/1.50	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.05
5.95/1.50	c calculated reachability. Time: 0.00
5.95/1.50	c  N st    18     30503       392      2176       384      9962      8448    151265   no data   no data  --
6.75/1.77	c  N st    20     37614       392      2176       384      9270      8448    130662   no data   no data  --
7.96/2.07	c  N st    21     44014       392      2176       384     15441      8448    263383   no data   no data  --
8.35/2.14	c  S st    22     45755       392      2176       384     17091      8448    295417   no data   no data  --
8.35/2.20	c  S st    22     46258       392      2176       384      9126      8448    112399   no data   no data  --
8.35/2.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.35/2.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.35/2.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
8.35/2.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.35/2.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
8.35/2.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
8.35/2.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.77/2.27	c lits-rem:       210  cl-subs:      115  v-elim:      0  v-fix:    0  time:  0.26 s
8.77/2.27	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
8.77/2.27	c vivif2 --  cl tried     9011 cl shrink        0 lits rem          0 time: 0.01
8.77/2.28	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.04
8.77/2.28	c calculated reachability. Time: 0.00
8.77/2.28	c  N st    22     46258       392      2176       384      9011      8448    110354   no data   no data  --
11.54/3.00	c  N st    23     60655       392      2176       384     13346      8448    184265   no data   no data  --
13.93/3.51	c  N st    24     69388       392      2176       384     11226      8448    132160   no data   no data  --
13.93/3.51	c  S st    24     69388       392      2176       384     11226      8448    132160   no data   no data  --
13.93/3.54	c  S st    24     69890       392      2176       384     11727      8448    142185   no data   no data  --
13.93/3.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.93/3.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.93/3.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
13.93/3.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.93/3.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.93/3.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
13.93/3.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
14.33/3.70	c lits-rem:       358  cl-subs:      163  v-elim:      0  v-fix:    0  time:  0.56 s
14.33/3.70	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
14.73/3.70	c vivif2 --  cl tried    11564 cl shrink        0 lits rem          0 time: 0.01
14.73/3.71	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.04
14.73/3.71	c calculated reachability. Time: 0.00
14.73/3.71	c  N st    24     69890       392      2176       384     11564      8448    139609   no data   no data  --
18.31/4.63	c  F st    25     87502       392      2176       384     16922      8448    225987   no data   no data  --
18.31/4.63	c  N st    25     87502       392      2176       384     16922      8448    225987   no data   no data  --
19.51/4.93	c Decided on static restart strategy
20.32/5.12	c  N st    32     95539       392      2176       384     24520      8448    357756   no data   no data  --
22.36/5.62	c  N st    34    104835       392      2176       384     20978      8448    283091   no data   no data  --
22.36/5.62	c  S st    34    104835       392      2176       384     20978      8448    283091   no data   no data  --
22.36/5.68	c  S st    34    105336       392      2176       384     21478      8448    293473   no data   no data  --
22.36/5.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.36/5.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.36/5.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
22.36/5.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.70/5.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
22.70/5.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
22.70/5.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
25.50/6.48	c lits-rem:      1433  cl-subs:     2502  v-elim:      0  v-fix:    0  time:  3.13 s
25.50/6.48	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
25.50/6.48	c vivif2 --  cl tried    18976 cl shrink        0 lits rem          0 time: 0.02
25.90/6.50	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.06
25.90/6.50	c calculated reachability. Time: 0.00
25.90/6.50	c  N st    34    105336       392      2176       384     18976      8448    257386   no data   no data  --
28.29/7.13	c  N st    35    114935       392      2176       384     14932      8448    172612   no data   no data  --
32.28/8.15	c  N st    36    129332       392      2176       384     28467      8448    421363   no data   no data  --
38.27/9.68	c  N st    37    150928       392      2176       384     19593      8448    236385   no data   no data  --
40.24/10.13	c  S st    38    158004       392      2176       384     26255      8448    355816   no data   no data  --
40.24/10.19	c  S st    38    158508       392      2176       384     26759      8448    367037   no data   no data  --
40.24/10.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.24/10.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.64/10.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
40.64/10.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.64/10.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
40.64/10.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
40.64/10.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
45.83/11.55	c lits-rem:      2195  cl-subs:     3013  v-elim:      0  v-fix:    0  time:  5.30 s
45.83/11.55	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
45.83/11.55	c vivif2 --  cl tried    23746 cl shrink        0 lits rem          0 time: 0.02
45.83/11.57	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.10
45.83/11.58	c calculated reachability. Time: 0.00
45.83/11.58	c  N st    38    158508       392      2176       384     23746      8448    314827   no data   no data  --
59.80/15.07	c  N st    39    207096       392      2176       384     18950      8448    205537   no data   no data  --
68.57/17.21	c  N st    40    237763       392      2176       384     28904      8448    385603   no data   no data  --
68.57/17.21	c  S st    40    237763       392      2176       384     28904      8448    385603   no data   no data  --
68.57/17.28	c  S st    40    238264       392      2176       384     29404      8448    396665   no data   no data  --
68.57/17.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.57/17.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.57/17.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
68.97/17.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.97/17.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
68.97/17.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
68.97/17.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
75.36/18.99	c lits-rem:      2752  cl-subs:     2585  v-elim:      0  v-fix:    0  time:  6.70 s
75.36/18.99	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
75.76/19.00	c vivif2 --  cl tried    26819 cl shrink        0 lits rem          0 time: 0.02
75.76/19.02	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.11
75.76/19.02	c calculated reachability. Time: 0.00
75.76/19.02	c  N st    40    238264       392      2176       384     26819      8448    350920   no data   no data  --
96.94/24.38	c  F st    41    306250       392      2176       384     28735      8448    350929   no data   no data  --
96.94/24.38	c  N st    41    306250       392      2176       384     28735      8448    350929   no data   no data  --
98.49/24.76	c Decided on static restart strategy
106.87/26.87	c  N st    51    334556       392      2176       384     33061      8448    441104   no data   no data  --
114.84/28.89	c  N st    53    357396       392      2176       384     31108      8448    398181   no data   no data  --
114.84/28.89	c  S st    53    357396       392      2176       384     31108      8448    398181   no data   no data  --
115.24/28.97	c  S st    53    357899       392      2176       384     31609      8448    408784   no data   no data  --
115.24/28.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
115.24/28.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.24/28.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
115.24/28.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.24/28.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
115.24/28.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
115.24/28.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
121.64/30.53	c lits-rem:      2734  cl-subs:     1642  v-elim:      0  v-fix:    0  time:  6.12 s
121.64/30.53	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
121.64/30.53	c vivif2 --  cl tried    29967 cl shrink        0 lits rem          0 time: 0.02
121.64/30.56	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.12
121.64/30.56	c calculated reachability. Time: 0.00
121.64/30.56	c  N st    53    357899       392      2176       384     29967      8448    379252   no data   no data  --
132.40/33.29	c  N st    54    390292       392      2176       384     35464      8448    472179   no data   no data  --
150.34/37.75	c  N st    55    438881       392      2176       384     29657      8448    345091   no data   no data  --
177.07/44.40	c  N st    56    511764       392      2176       384     42184      8448    529533   no data   no data  --
187.44/47.09	c  N st    57    536849       392      2176       384     36965      8448    455659   no data   no data  --
187.44/47.09	c  S st    57    536849       392      2176       384     36965      8448    455659   no data   no data  --
187.84/47.17	c  S st    57    537350       392      2176       384     37464      8448    465161   no data   no data  --
187.84/47.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
187.84/47.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
187.84/47.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
187.84/47.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.24/47.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
188.24/47.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
188.24/47.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
194.62/48.85	c lits-rem:      4032  cl-subs:     2865  v-elim:      0  v-fix:    0  time:  6.56 s
194.62/48.85	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
194.62/48.85	c vivif2 --  cl tried    34599 cl shrink        0 lits rem          0 time: 0.02
194.62/48.89	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.15
194.62/48.89	c calculated reachability. Time: 0.00
194.62/48.89	c  N st    57    537350       392      2176       384     34599      8448    415734   no data   no data  --
258.87/65.00	c  N st    58    701335       392      2176       384     62242      8448    859713   no data   no data  --
299.93/75.23	c  N st    59    806025       392      2176       384     55803      8448    753420   no data   no data  --
299.93/75.23	c  S st    59    806025       392      2176       384     55803      8448    753420   no data   no data  --
300.33/75.39	c  S st    59    806530       392      2176       384     56303      8448    764730   no data   no data  --
300.33/75.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
300.33/75.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
300.73/75.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
300.73/75.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
300.73/75.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
300.73/75.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
300.73/75.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
317.08/79.57	c lits-rem:      5573  cl-subs:     7852  v-elim:      0  v-fix:    0  time: 16.46 s
317.08/79.57	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
317.08/79.58	c vivif2 --  cl tried    48451 cl shrink        0 lits rem          0 time: 0.04
317.48/79.64	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.21
317.48/79.64	c calculated reachability. Time: 0.00
317.48/79.64	c  N st    59    806530       392      2176       384     48451      8448    635711   no data   no data  --
432.77/108.58	c  F st    60   1071876       392      2176       384     63561      8448    815171   no data   no data  --
432.77/108.58	c  N st    60   1071876       392      2176       384     63561      8448    815171   no data   no data  --
436.35/109.45	c Decided on static restart strategy
449.12/112.60	c  N st    70   1100178       392      2176       386     49122      8448    606022   no data   no data  --
466.26/116.92	c  N st    72   1136173       392      2176       386     81825      8448   1241469   no data   no data  --
481.43/120.74	c  N st    73   1168566       392      2176       386     69698      8448    950044   no data   no data  --
504.17/126.50	c  N st    74   1209797       392      2176       386     64076      8448    823653   no data   no data  --
504.17/126.50	c  S st    74   1209797       392      2176       386     64076      8448    823653   no data   no data  --
505.01/126.67	c  S st    74   1210299       392      2176       386     64576      8448    834305   no data   no data  --
505.01/126.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
505.01/126.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
505.36/126.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
505.36/126.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
505.36/126.74	c subs with bin:       51  lits-rem:        96  v-fix:    0  time:  0.05 s
505.36/126.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
505.36/126.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
523.30/131.26	c lits-rem:      5327  cl-subs:     9892  v-elim:      0  v-fix:    0  time: 18.01 s
523.30/131.26	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
523.30/131.27	c vivif2 --  cl tried    54633 cl shrink        0 lits rem          0 time: 0.04
523.70/131.34	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.28
523.70/131.34	c calculated reachability. Time: 0.00
523.70/131.34	c  N st    74   1210299       392      2176       386     54633      8448    684172   no data   no data  --
562.79/141.13	c  N st    75   1283181       392      2176       386     77872      8448   1083646   no data   no data  --
623.81/156.42	c  N st    76   1392504       392      2176       386     87822      8448   1239666   no data   no data  --
678.46/170.16	c Finding binary XORs  T:     0.00 s  found:       0
712.37/178.64	c  N st    77   1556490       391      2144       386     80771      8320   1115240   no data   no data  --
796.93/199.85	c  N st    78   1710300       391      2144       387     82101      8320   1035583   no data   no data  --
796.93/199.85	c  S st    78   1710300       391      2144       387     82101      8320   1035583   no data   no data  --
798.13/200.10	c  S st    78   1710803       390      2144       387     82602      8320   1045246   no data   no data  --
798.13/200.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
798.13/200.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
798.13/200.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
798.13/200.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
830.04/208.20	c subs with bin:    23113  lits-rem:       528  v-fix:    0  time: 31.95 s
830.43/208.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
830.43/208.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
839.60/210.56	c lits-rem:      3348  cl-subs:     5123  v-elim:      0  v-fix:    0  time:  9.44 s
839.60/210.56	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
839.60/210.57	c vivif2 --  cl tried    53845 cl shrink        0 lits rem          0 time: 0.04
840.01/210.64	c asymm  cl-useful: 1/2104/2104 lits-rem:3 time: 0.26
840.01/210.64	c calculated reachability. Time: 0.00
840.01/210.64	c  N st    78   1710803       390      2103       387     53845      8153    640717   no data   no data  --
876.04/220.63	c Following stats are for *FIRST FINISHED THREAD ONLY*
876.04/220.63	c num threads              : 4          
876.04/220.63	c restarts                 : 78         
876.04/220.63	c dynamic restarts         : 0          
876.04/220.63	c static restarts          : 78         
876.04/220.63	c full restarts            : 4          
876.04/220.63	c total simplify time      : 1.59       
876.04/220.63	c learnts DL2              : 0          
876.04/220.63	c learnts size 2           : 635        
876.04/220.63	c learnts size 1           : 141         (35.25     % of vars)
876.04/220.63	c filedLit time            : 0.35        (0.04      % time)
876.04/220.63	c v-elim SatELite          : 0           (0.00      % vars)
876.04/220.63	c SatELite time            : 70.48       (8.05      % time)
876.04/220.63	c v-elim xor               : 0           (0.00      % vars)
876.04/220.63	c xor elim time            : 0.04        (0.01      % time)
876.04/220.63	c num binary xor trees     : 37         
876.04/220.63	c binxor trees' crown      : 51          (1.38      leafs/tree)
876.04/220.63	c bin xor find time        : 0.00       
876.04/220.63	c OTF clause improved      : 164743      (0.09      clauses/conflict)
876.04/220.63	c OTF impr. size diff      : 173901      (1.06       lits/clause)
876.04/220.63	c OTF cl watch-shrink      : 494329      (0.28      clauses/conflict)
876.04/220.63	c OTF cl watch-sh-lit      : 884390      (1.79       lits/clause)
876.04/220.63	c tried to recurMin cls    : 250966      (14.03      % of conflicts)
876.04/220.63	c updated cache            : 4380        (0.02       lits/tried recurMin)
876.04/220.63	c unit cls received        : 2           (1.42      % of units)
876.04/220.63	c unit cls sent            : 29          (20.57     % of units)
876.04/220.63	c bin cls received         : 22         
876.04/220.63	c bin cls sent             : 91         
876.04/220.63	c clauses over max glue    : 0           (0.00      % of all clauses)
876.04/220.63	c conflicts                : 1788755     (2042.99   / sec)
876.04/220.63	c decisions                : 2073590     (0.62      % random)
876.04/220.63	c bogo-props               : 36044249971 (41167274.62 / sec)
876.04/220.63	c conflict literals        : 30505428    (27.42     % deleted)
876.04/220.63	c Memory used              : 330.18      MB
876.04/220.63	c single-thread CPU time   : 875.56      s
876.04/220.63	c all-threads sum CPU time : 875.56      s
876.04/220.63	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369304-1305415731/watcher-3369304-1305415731 -o /tmp/evaluation-result-3369304-1305415731/solver-3369304-1305415731 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369304-1305415731.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.39 7.87 7.22 7/354 9253
/proc/meminfo: memFree=17784336/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 731803741 52465664 356 33554432000 4194304 4650419 140733826136176 18446744073709551615 256415391675 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 12809 356 306 112 0 7774 0
[pid=9253/tid=9254] ppid=9251 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731803741 52465664 356 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606425 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731803741 52465664 356 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606425 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731803741 52465664 356 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606824 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.113522 s]
/proc/loadavg: 7.39 7.87 7.22 7/354 9253
/proc/meminfo: memFree=17784336/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=282544 CPUtime=0.42 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 1726 0 0 0 42 0 0 0 18 0 4 0 731803741 289325056 1585 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363680 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 70636 1585 391 112 0 65601 0
[pid=9253/tid=9254] ppid=9251 vsize=282544 CPUtime=0.1 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 343 0 0 0 10 0 0 0 18 0 4 0 731803741 289325056 1585 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=282544 CPUtime=0.1 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 364 0 0 0 10 0 0 0 18 0 4 0 731803741 289325056 1585 33554432000 4194304 4650419 140733826136176 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=282544 CPUtime=0.1 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 260 0 0 0 10 0 0 0 25 0 4 0 731803741 289325056 1585 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282544

[startup+0.200506 s]
/proc/loadavg: 7.39 7.87 7.22 7/354 9253
/proc/meminfo: memFree=17784336/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=283520 CPUtime=0.77 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 2382 0 0 0 77 0 0 0 18 0 4 0 731803741 290324480 1739 33554432000 4194304 4650419 140733826136176 18446744073709551615 4330639 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 70880 1739 393 112 0 65845 0
[pid=9253/tid=9254] ppid=9251 vsize=283520 CPUtime=0.19 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 512 0 0 0 19 0 0 0 18 0 4 0 731803741 290324480 1739 33554432000 4194304 4650419 140733826136176 18446744073709551615 4333646 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=283520 CPUtime=0.19 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 518 0 0 0 19 0 0 0 18 0 4 0 731803741 290324480 1739 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=283520 CPUtime=0.18 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 421 0 0 0 18 0 0 0 25 0 4 0 731803741 290324480 1739 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283520

[startup+0.300487 s]
/proc/loadavg: 7.39 7.87 7.22 7/354 9253
/proc/meminfo: memFree=17784336/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=283712 CPUtime=1.17 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 2727 0 0 0 117 0 0 0 18 0 4 0 731803741 290521088 2084 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 70928 2084 393 112 0 65893 0
[pid=9253/tid=9254] ppid=9251 vsize=283712 CPUtime=0.29 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 601 0 0 0 29 0 0 0 18 0 4 0 731803741 290521088 2084 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=283712 CPUtime=0.29 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 587 0 0 0 29 0 0 0 18 0 4 0 731803741 290521088 2084 33554432000 4194304 4650419 140733826136176 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=283712 CPUtime=0.28 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 515 0 0 0 28 0 0 0 25 0 4 0 731803741 290521088 2084 33554432000 4194304 4650419 140733826136176 18446744073709551615 4360966 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283712

[startup+0.700413 s]
/proc/loadavg: 7.39 7.87 7.22 7/354 9253
/proc/meminfo: memFree=17784336/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=284956 CPUtime=2.76 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 4731 0 0 0 276 0 0 0 18 0 4 0 731803741 291794944 2414 33554432000 4194304 4650419 140733826136176 18446744073709551615 4333694 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 71239 2415 393 112 0 66204 0
[pid=9253/tid=9254] ppid=9251 vsize=284956 CPUtime=0.69 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 1127 0 0 0 69 0 0 0 18 0 4 0 731803741 291794944 2415 33554432000 4194304 4650419 140733826136176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=284956 CPUtime=0.69 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 1090 0 0 0 69 0 0 0 18 0 4 0 731803741 291794944 2415 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=284956 CPUtime=0.68 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 980 0 0 0 68 0 0 0 25 0 4 0 731803741 291794944 2415 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284956

[startup+1.50026 s]
/proc/loadavg: 7.39 7.87 7.22 9/358 9257
/proc/meminfo: memFree=17761464/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=277324 CPUtime=5.95 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 9199 0 0 0 594 1 0 0 19 0 4 0 731803741 283979776 4786 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 69331 4786 395 112 0 64296 0
[pid=9253/tid=9254] ppid=9251 vsize=277324 CPUtime=1.49 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 2642 0 0 0 149 0 0 0 20 0 4 0 731803741 283979776 4786 33554432000 4194304 4650419 140733826136176 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=277324 CPUtime=1.49 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 1873 0 0 0 149 0 0 0 19 0 4 0 731803741 283979776 4786 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=277324 CPUtime=1.47 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 1652 0 0 0 147 0 0 0 25 0 4 0 731803741 283979776 4786 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 277324

[startup+3.10096 s]
/proc/loadavg: 7.39 7.87 7.22 9/358 9257
/proc/meminfo: memFree=17720420/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=284016 CPUtime=12.34 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 15487 0 0 0 1232 2 0 0 25 0 4 0 731803741 290832384 8718 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 71004 8718 395 112 0 65969 0
[pid=9253/tid=9254] ppid=9251 vsize=284016 CPUtime=3.09 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 3581 0 0 0 308 1 0 0 25 0 4 0 731803741 290832384 8718 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=284016 CPUtime=3.09 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 3876 0 0 0 309 0 0 0 25 0 4 0 731803741 290832384 8718 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=284016 CPUtime=3.06 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 3492 0 0 0 306 0 0 0 25 0 4 0 731803741 290832384 8718 33554432000 4194304 4650419 140733826136176 18446744073709551615 4332775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 284016

[startup+6.30036 s]
/proc/loadavg: 7.44 7.88 7.22 9/358 9257
/proc/meminfo: memFree=17694388/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=277908 CPUtime=25.1 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 23296 0 0 0 2506 4 0 0 25 0 4 0 731803741 284577792 12632 33554432000 4194304 4650419 140733826136176 18446744073709551615 4439120 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 69477 12632 395 112 0 64442 0
[pid=9253/tid=9254] ppid=9251 vsize=277908 CPUtime=6.29 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 5854 0 0 0 628 1 0 0 25 0 4 0 731803741 284577792 12632 33554432000 4194304 4650419 140733826136176 18446744073709551615 4315069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=277908 CPUtime=6.28 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 5699 0 0 0 628 0 0 0 25 0 4 0 731803741 284577792 12632 33554432000 4194304 4650419 140733826136176 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=277908 CPUtime=6.22 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 4678 0 0 0 622 0 0 0 25 0 4 0 731803741 284577792 12632 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 277908

[startup+12.7011 s]
/proc/loadavg: 7.48 7.88 7.23 9/358 9257
/proc/meminfo: memFree=17669508/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=288844 CPUtime=50.62 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 35723 0 0 0 5056 6 0 0 25 0 4 0 731803741 295776256 14716 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 72211 14716 395 112 0 67176 0
[pid=9253/tid=9254] ppid=9251 vsize=288844 CPUtime=12.69 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 9210 0 0 0 1268 1 0 0 25 0 4 0 731803741 295776256 14716 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=288844 CPUtime=12.68 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 9047 0 0 0 1267 1 0 0 25 0 4 0 731803741 295776256 14716 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=288844 CPUtime=12.53 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 6916 0 0 0 1253 0 0 0 25 0 4 0 731803741 295776256 14716 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 288844

[startup+25.5007 s]
/proc/loadavg: 7.75 7.92 7.25 9/358 9257
/proc/meminfo: memFree=17627824/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=294764 CPUtime=101.68 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 55462 0 0 0 10158 10 0 0 25 0 4 0 731803741 301838336 18266 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366853 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 73691 18266 395 112 0 68656 0
[pid=9253/tid=9254] ppid=9251 vsize=294764 CPUtime=25.49 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 14665 0 0 0 2546 3 0 0 25 0 4 0 731803741 301838336 18266 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=294764 CPUtime=25.49 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 14658 0 0 0 2547 2 0 0 25 0 4 0 731803741 301838336 18266 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=294764 CPUtime=25.19 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 9821 0 0 0 2518 1 0 0 25 0 4 0 731803741 301838336 18266 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 294764

[startup+51.1009 s]
/proc/loadavg: 7.83 7.92 7.27 9/358 9258
/proc/meminfo: memFree=17562052/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=310508 CPUtime=203.8 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 87443 0 0 0 20363 17 0 0 25 0 4 0 731803741 317960192 25546 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363455 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 77627 25546 395 112 0 72592 0
[pid=9253/tid=9254] ppid=9251 vsize=310508 CPUtime=51.09 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 23612 0 0 0 5104 5 0 0 25 0 4 0 731803741 317960192 25546 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=310508 CPUtime=51.08 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 22716 0 0 0 5104 4 0 0 25 0 4 0 731803741 317960192 25546 33554432000 4194304 4650419 140733826136176 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=310508 CPUtime=50.52 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 14656 0 0 0 5050 2 0 0 25 0 4 0 731803741 317960192 25546 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 310508

[startup+102.301 s]
/proc/loadavg: 8.03 7.96 7.32 9/358 9260
/proc/meminfo: memFree=17518376/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=312468 CPUtime=408.06 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 143313 0 0 0 40775 31 0 0 25 0 4 0 731803741 319967232 31767 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 78117 31767 395 112 0 73082 0
[pid=9253/tid=9254] ppid=9251 vsize=312468 CPUtime=102.31 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 39372 0 0 0 10222 9 0 0 25 0 4 0 731803741 319967232 31770 33554432000 4194304 4650419 140733826136176 18446744073709551615 4334509 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=312468 CPUtime=102.29 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 36983 0 0 0 10222 7 0 0 25 0 4 0 731803741 319967232 31770 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=312468 CPUtime=101.14 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 22866 0 0 0 10110 4 0 0 25 0 4 0 731803741 319967232 31770 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 312468

[startup+162.301 s]
/proc/loadavg: 8.05 7.98 7.36 9/358 9261
/proc/meminfo: memFree=17426712/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=315196 CPUtime=647.35 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 192034 0 0 0 64689 46 0 0 25 0 4 0 731803741 322760704 42381 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 78799 42381 395 112 0 73764 0
[pid=9253/tid=9254] ppid=9251 vsize=315196 CPUtime=162.3 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 51840 0 0 0 16217 13 0 0 25 0 4 0 731803741 322760704 42381 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=315196 CPUtime=162.28 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 51366 0 0 0 16217 11 0 0 25 0 4 0 731803741 322760704 42381 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=315196 CPUtime=160.45 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 28971 0 0 0 16039 6 0 0 25 0 4 0 731803741 322760704 42381 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.35
Current children cumulated vsize (KiB) 315196

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

[startup+179.201 s]
/proc/loadavg: 8.12 8.00 7.38 9/358 9262
/proc/meminfo: memFree=17398924/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=326492 CPUtime=714.77 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 205704 0 0 0 71428 49 0 0 25 0 4 0 731803741 334327808 47291 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 81623 47291 395 112 0 76588 0
[pid=9253/tid=9254] ppid=9251 vsize=326492 CPUtime=179.19 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 56275 0 0 0 17906 13 0 0 25 0 4 0 731803741 334327808 47291 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=326492 CPUtime=179.19 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 54803 0 0 0 17906 13 0 0 25 0 4 0 731803741 334327808 47291 33554432000 4194304 4650419 140733826136176 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=326492 CPUtime=177.17 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 31234 0 0 0 17711 6 0 0 25 0 4 0 731803741 334327808 47291 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 714.77
Current children cumulated vsize (KiB) 326492

[startup+204.801 s]
/proc/loadavg: 8.15 8.01 7.40 9/358 9262
/proc/meminfo: memFree=17383548/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=326704 CPUtime=816.87 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 220108 0 0 0 81634 53 0 0 25 0 4 0 731803741 334544896 46938 33554432000 4194304 4650419 140733826136176 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 81676 46938 395 112 0 76641 0
[pid=9253/tid=9254] ppid=9251 vsize=326704 CPUtime=204.8 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 60002 0 0 0 20465 15 0 0 25 0 4 0 731803741 334544896 46938 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=326704 CPUtime=204.78 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 58704 0 0 0 20464 14 0 0 25 0 4 0 731803741 334544896 46938 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=326704 CPUtime=202.47 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 34554 0 0 0 20240 7 0 0 25 0 4 0 731803741 334544896 46938 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 816.87
Current children cumulated vsize (KiB) 326704

[startup+211.201 s]
/proc/loadavg: 8.14 8.01 7.40 9/358 9262
/proc/meminfo: memFree=17380320/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=326760 CPUtime=842.43 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 223722 0 0 0 84188 55 0 0 25 0 4 0 731803741 334602240 47193 33554432000 4194304 4650419 140733826136176 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 81690 47193 395 112 0 76655 0
[pid=9253/tid=9254] ppid=9251 vsize=326760 CPUtime=211.21 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 61424 0 0 0 21106 15 0 0 25 0 4 0 731803741 334602240 47196 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=326760 CPUtime=211.2 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 59435 0 0 0 21105 15 0 0 25 0 4 0 731803741 334602240 47196 33554432000 4194304 4650419 140733826136176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=326760 CPUtime=208.8 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 35084 0 0 0 20873 7 0 0 25 0 4 0 731803741 334602240 47196 33554432000 4194304 4650419 140733826136176 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 842.43
Current children cumulated vsize (KiB) 326760

[startup+217.6 s]
/proc/loadavg: 8.13 8.01 7.41 9/358 9263
/proc/meminfo: memFree=17361340/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=338100 CPUtime=867.93 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) R 9251 9253 9118 0 -1 4202496 226546 0 0 0 86738 55 0 0 25 0 4 0 731803741 346214400 49957 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 84525 49957 395 112 0 79490 0
[pid=9253/tid=9254] ppid=9251 vsize=338100 CPUtime=217.59 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 62145 0 0 0 21744 15 0 0 25 0 4 0 731803741 346214400 49957 33554432000 4194304 4650419 140733826136176 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=338100 CPUtime=217.59 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 60792 0 0 0 21744 15 0 0 25 0 4 0 731803741 346214400 49957 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=338100 CPUtime=215.14 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 35199 0 0 0 21506 8 0 0 25 0 4 0 731803741 346214400 49957 33554432000 4194304 4650419 140733826136176 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 867.93
Current children cumulated vsize (KiB) 338100

[startup+219.201 s]
/proc/loadavg: 8.12 8.01 7.41 7/358 9263
/proc/meminfo: memFree=17360472/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=338100 CPUtime=873.24 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) S 9251 9253 9118 0 -1 4202496 226932 0 0 0 87269 55 0 0 25 0 4 0 731803741 346214400 50343 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 84525 50343 395 112 0 79490 0
[pid=9253/tid=9254] ppid=9251 vsize=338100 CPUtime=219.19 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 62362 0 0 0 21904 15 0 0 25 0 4 0 731803741 346214400 50343 33554432000 4194304 4650419 140733826136176 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=338100 CPUtime=219.19 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 60884 0 0 0 21904 15 0 0 25 0 4 0 731803741 346214400 50343 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389582020 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=338100 CPUtime=216.19 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) S 9251 9253 9118 0 -1 4202560 35199 0 0 0 21611 8 0 0 25 0 4 0 731803741 346214400 50343 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446604453865252160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 873.24
Current children cumulated vsize (KiB) 338100

[startup+220.001 s]
/proc/loadavg: 8.12 8.01 7.41 7/358 9263
/proc/meminfo: memFree=17366424/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=338100 CPUtime=874.85 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) S 9251 9253 9118 0 -1 4202496 227313 0 0 0 87430 55 0 0 25 0 4 0 731803741 346214400 50723 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 84525 50723 395 112 0 79490 0
[pid=9253/tid=9254] ppid=9251 vsize=338100 CPUtime=220.01 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 62759 0 0 0 21985 16 0 0 25 0 4 0 731803741 346214400 50739 33554432000 4194304 4650419 140733826136176 18446744073709551615 4440791 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=338100 CPUtime=220 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 60884 0 0 0 21985 15 0 0 25 0 4 0 731803741 346214400 50739 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389581867 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=338100 CPUtime=216.19 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) S 9251 9253 9118 0 -1 4202560 35199 0 0 0 21611 8 0 0 25 0 4 0 731803741 346214400 50739 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446604453865252160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 874.85
Current children cumulated vsize (KiB) 338100

[startup+220.401 s]
/proc/loadavg: 8.12 8.01 7.41 7/358 9263
/proc/meminfo: memFree=17366424/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=338100 CPUtime=875.64 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) S 9251 9253 9118 0 -1 4202496 227503 0 0 0 87509 55 0 0 25 0 4 0 731803741 346214400 50098 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 84525 50098 395 112 0 79490 0
[pid=9253/tid=9254] ppid=9251 vsize=338100 CPUtime=220.4 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 62933 0 0 0 22024 16 0 0 25 0 4 0 731803741 346214400 50098 33554432000 4194304 4650419 140733826136176 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=338100 CPUtime=220.39 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 60884 0 0 0 22024 15 0 0 25 0 4 0 731803741 346214400 50098 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389581867 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=338100 CPUtime=216.19 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) S 9251 9253 9118 0 -1 4202560 35199 0 0 0 21611 8 0 0 25 0 4 0 731803741 346214400 50098 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446604453865252160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 875.64
Current children cumulated vsize (KiB) 338100

[startup+220.601 s]
/proc/loadavg: 8.12 8.01 7.41 7/358 9263
/proc/meminfo: memFree=17366424/32950928 swapFree=67111200/67111528
[pid=9253] ppid=9251 vsize=338100 CPUtime=876.04 cores=0,2,4,6
/proc/9253/stat : 9253 (strangenight1-m) S 9251 9253 9118 0 -1 4202496 227504 0 0 0 87549 55 0 0 25 0 4 0 731803741 346214400 50099 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9253/statm: 84525 50099 395 112 0 79490 0
[pid=9253/tid=9254] ppid=9251 vsize=338100 CPUtime=220.6 cores=0,2,4,6
/proc/9253/task/9254/stat : 9254 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 62934 0 0 0 22044 16 0 0 25 0 4 0 731803741 346214400 50099 33554432000 4194304 4650419 140733826136176 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=338100 CPUtime=220.59 cores=0,2,4,6
/proc/9253/task/9255/stat : 9255 (strangenight1-m) R 9251 9253 9118 0 -1 4202560 60884 0 0 0 22044 15 0 0 25 0 4 0 731803741 346214400 50099 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389581867 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=338100 CPUtime=216.19 cores=0,2,4,6
/proc/9253/task/9256/stat : 9256 (strangenight1-m) S 9251 9253 9118 0 -1 4202560 35199 0 0 0 21611 8 0 0 25 0 4 0 731803741 346214400 50099 33554432000 4194304 4650419 140733826136176 18446744073709551615 47385389606452 0 0 4096 2 18446604453865252160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 876.04
Current children cumulated vsize (KiB) 338100

Child status: 20
Real time (s): 220.644
CPU time (s): 876.127
CPU user time (s): 875.557
CPU system time (s): 0.569913
CPU usage (%): 397.078
Max. virtual memory (cumulated for all children) (KiB): 349572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 875.557
system time used= 0.569913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227507
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= 167
involuntary context switches= 3972

runsolver used 0.737887 second user time and 1.72974 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 01:28:51
IDJOB=3369304
IDBENCH=84062
IDSOLVER=1846
FILE ID=node115/3369304-1305415731
RUNJOBID= node115-1305414525-9136
PBS_JOBID= 13324547
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369304-1305415731/watcher-3369304-1305415731 -o /tmp/evaluation-result-3369304-1305415731/solver-3369304-1305415731 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369304-1305415731.cnf

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=1555858302

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17784492 kB
Buffers:        290956 kB
Cached:        4527524 kB
SwapCached:          0 kB
Active:       11974484 kB
Inactive:      2873576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17784492 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:    10030300 kB
Mapped:          28616 kB
Slab:           210944 kB
PageTables:      40924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69743044 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= 73224 MiB
End job on node115 at 2011-05-15 01:32:31