Trace number 3366387

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 1599.21 401.243

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S31329941-054.SATISFIABLE.cnf
MD5SUM9b739128337f606a6a7756556c2fd6df
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366387-1305403102.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     213 undec:      62 neg:     225
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       486      2117         0         0      6431         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.41/0.15	c  N st     8      4917       486      2117         0      4845      6431    111867   no data   no data
1.57/0.41	c  N st    10     11302       486      2117         0      4459      6431     74745   no data   no data
2.37/0.69	c  N st    11     17045       486      2117         0     10073      6431    206096   no data   no data
3.95/1.11	c  F st    12     25001       486      2117         0     12368      6431    260406   no data   no data
3.95/1.11	c  N st    12     25001       486      2117         0     12368      6431    260406   no data   no data
5.14/1.36	c Decided on static restart strategy
5.14/1.36	c  N st    18     30001       486      2117         0     10651      6431    196322   no data   no data
5.14/1.36	c  S st    18     30001       486      2117         0     10651      6431    196322   no data   no data
5.14/1.39	c  S st    18     30501       486      2117         0     11150      6431    207194   no data   no data
5.14/1.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.54/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.54/1.40	c blocked clauses removed:        0 vars:      0 tried:         486 T: 0.00 s
5.54/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.54/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.54/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
5.54/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.54/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.54/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.54/1.46	c lits-rem:       146  cl-subs:      630  v-elim:      0  v-fix:    0  time:  0.05 s
5.54/1.46	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.01
5.54/1.46	c calculated reachability. Time: 0.00
5.54/1.46	c  N st    18     30501       486      2117         0     10520      6431    192545   no data   no data
7.14/1.86	c  N st    20     37611       486      2117         0      9824      6431    164143   no data   no data
8.78/2.27	c  N st    21     44013       486      2117         0     16069      6431    317458   no data   no data
9.19/2.39	c  S st    22     45751       486      2117         0      9025      6431    125370   no data   no data
9.53/2.42	c  S st    22     46252       486      2117         0      9524      6431    137047   no data   no data
9.53/2.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.53/2.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.53/2.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.53/2.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.53/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.53/2.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.53/2.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.53/2.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.53/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.53/2.44	c lits-rem:        24  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.01 s
9.53/2.44	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
9.53/2.44	c vivif2 --  cl tried     9471 cl shrink        0 lits rem          0 time: 0.00
9.53/2.44	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.01
9.53/2.45	c calculated reachability. Time: 0.00
9.53/2.45	c  N st    22     46252       486      2117         0      9471      6431    135670   no data   no data
12.72/3.31	c  N st    23     60649       486      2117         0     13834      6431    225090   no data   no data
15.52/3.93	c  N st    24     69378       486      2117         0     11645      6431    166246   no data   no data
15.52/3.93	c  S st    24     69378       486      2117         0     11645      6431    166246   no data   no data
15.52/3.96	c  S st    24     69881       486      2117         0     12147      6431    177096   no data   no data
15.52/3.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.52/3.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.52/3.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.52/3.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.52/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
15.52/3.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.52/3.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.52/3.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.99	c lits-rem:        24  cl-subs:       65  v-elim:      0  v-fix:    0  time:  0.01 s
15.52/3.99	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
15.52/3.99	c vivif2 --  cl tried    12082 cl shrink        0 lits rem          0 time: 0.00
15.91/4.00	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.01
15.91/4.00	c calculated reachability. Time: 0.00
15.91/4.00	c  N st    24     69881       486      2117         0     12082      6431    175535   no data   no data
21.10/5.32	c  F st    25     87502       486      2117         0     17544      6431    295259   no data   no data
21.10/5.32	c  N st    25     87502       486      2117         0     17544      6431    295259   no data   no data
22.69/5.74	c Decided on static restart strategy
23.49/5.98	c  N st    32     95536       486      2117         0     25442      6431    488094   no data   no data
26.33/6.66	c  N st    34    104822       486      2117         0     21777      6431    379908   no data   no data
26.33/6.66	c  S st    34    104822       486      2117         0     21777      6431    379908   no data   no data
26.73/6.72	c  S st    34    105326       486      2117         0     22280      6431    390932   no data   no data
26.73/6.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.73/6.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.73/6.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.73/6.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.73/6.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.73/6.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
26.73/6.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.73/6.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.73/6.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.07/6.89	c lits-rem:       163  cl-subs:      774  v-elim:      0  v-fix:    0  time:  0.15 s
27.07/6.89	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
27.47/6.90	c vivif2 --  cl tried    21506 cl shrink        0 lits rem          0 time: 0.00
27.47/6.91	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.01
27.47/6.91	c calculated reachability. Time: 0.00
27.47/6.91	c  N st    34    105326       486      2117         0     21506      6431    371427   no data   no data
30.27/7.71	c  N st    35    114926       486      2117         0     17221      6431    253148   no data   no data
35.85/9.00	c  N st    36    129324       486      2117         0     16617      6431    222636   no data   no data
43.03/10.88	c  N st    37    150919       486      2117         0     22041      6431    338616   no data   no data
45.43/11.49	c  S st    38    157989       486      2117         0     28921      6431    501312   no data   no data
45.83/11.57	c  S st    38    158490       486      2117         0     29419      6431    512403   no data   no data
45.83/11.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.83/11.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.83/11.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.83/11.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.83/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.83/11.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
45.83/11.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.83/11.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.23/11.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.82/12.07	c lits-rem:       343  cl-subs:     1847  v-elim:      0  v-fix:    0  time:  0.47 s
47.82/12.07	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
47.82/12.08	c vivif2 --  cl tried    27572 cl shrink        0 lits rem          0 time: 0.01
47.82/12.10	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.02
47.82/12.10	c calculated reachability. Time: 0.00
47.82/12.10	c  N st    38    158490       486      2117         0     27572      6431    467705   no data   no data
66.96/16.86	c  N st    39    207078       486      2117         0     22330      6431    306024   no data   no data
79.72/20.05	c  N st    40    237738       486      2117         0     32697      6431    544666   no data   no data
79.72/20.05	c  S st    40    237738       486      2117         0     32697      6431    544666   no data   no data
80.12/20.13	c  S st    40    238241       486      2117         0     33199      6431    555976   no data   no data
80.12/20.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.12/20.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.12/20.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.12/20.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.12/20.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.12/20.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
80.12/20.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.12/20.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.12/20.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.52/20.77	c lits-rem:       301  cl-subs:     2042  v-elim:      0  v-fix:    0  time:  0.61 s
82.52/20.77	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
82.52/20.78	c vivif2 --  cl tried    31157 cl shrink        0 lits rem          0 time: 0.01
82.92/20.80	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.02
82.92/20.80	c calculated reachability. Time: 0.00
82.92/20.80	c  N st    40    238241       486      2117         0     31157      6431    507760   no data   no data
113.63/28.55	c  F st    41    306250       486      2117         0     33037      6431    504698   no data   no data
113.63/28.56	c  N st    41    306250       486      2117         0     33037      6431    504698   no data   no data
116.02/29.19	c Decided on static restart strategy
126.79/31.85	c  N st    51    334552       486      2117         0     37376      6431    610719   no data   no data
137.95/34.64	c  N st    53    357361       486      2117         0     35264      6431    523465   no data   no data
137.95/34.64	c  S st    53    357361       486      2117         0     35264      6431    523465   no data   no data
138.35/34.73	c  S st    53    357864       486      2117         0     35766      6431    535412   no data   no data
138.35/34.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.35/34.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
138.35/34.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.35/34.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.35/34.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.35/34.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
138.35/34.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.35/34.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.35/34.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.55/35.09	c lits-rem:       163  cl-subs:     1451  v-elim:      0  v-fix:    0  time:  0.32 s
139.55/35.09	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
139.55/35.09	c vivif2 --  cl tried    34315 cl shrink        0 lits rem          0 time: 0.01
139.95/35.11	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.02
139.95/35.11	c calculated reachability. Time: 0.00
139.95/35.11	c  N st    53    357864       486      2117         0     34315      6431    502153   no data   no data
157.49/39.51	c  N st    54    390257       486      2117         0     40593      6431    631461   no data   no data
186.20/46.77	c  N st    55    438846       486      2117         0     34358      6431    445597   no data   no data
229.26/57.58	c  N st    56    511728       486      2117         0     47706      6431    726759   no data   no data
244.43/61.36	c  N st    57    536797       486      2117         0     41919      6431    594052   no data   no data
244.43/61.36	c  S st    57    536797       486      2117         0     41919      6431    594052   no data   no data
244.83/61.46	c  S st    57    537297       486      2117         0     42418      6431    604929   no data   no data
244.83/61.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.83/61.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
244.83/61.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.83/61.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.83/61.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.83/61.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
244.83/61.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.83/61.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
245.23/61.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.21/62.06	c lits-rem:       424  cl-subs:     1938  v-elim:      0  v-fix:    0  time:  0.56 s
247.21/62.06	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
247.21/62.07	c vivif2 --  cl tried    40480 cl shrink        0 lits rem          0 time: 0.01
247.61/62.10	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.03
247.61/62.10	c calculated reachability. Time: 0.00
247.61/62.10	c  N st    57    537297       486      2117         0     40480      6431    561358   no data   no data
360.48/90.47	c  N st    58    701281       486      2117         0     69622      6431   1173957   no data   no data
436.24/109.42	c  N st    59    805946       486      2117         0     63649      6431   1023395   no data   no data
436.24/109.42	c  S st    59    805946       486      2117         0     63649      6431   1023395   no data   no data
437.04/109.61	c  S st    59    806448       486      2117         0     64149      6431   1035556   no data   no data
437.04/109.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
437.04/109.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
437.04/109.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
437.04/109.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
437.04/109.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.04/109.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
437.04/109.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
437.04/109.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
437.04/109.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.02/112.19	c lits-rem:       585  cl-subs:     4016  v-elim:      0  v-fix:    0  time:  2.50 s
447.02/112.19	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
447.02/112.20	c vivif2 --  cl tried    60133 cl shrink        0 lits rem          0 time: 0.01
447.46/112.25	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.05
447.46/112.25	c calculated reachability. Time: 0.00
447.46/112.25	c  N st    59    806448       486      2117         0     60133      6431    941538   no data   no data
647.21/162.31	c  F st    60   1071875       486      2117         0     76036      6431   1250335   no data   no data
647.21/162.31	c  N st    60   1071875       486      2117         0     76036      6431   1250335   no data   no data
652.79/163.74	c Decided on static restart strategy
671.18/168.32	c  N st    70   1100182       486      2117         0     59940      6431    809052   no data   no data
703.04/176.38	c  N st    72   1136174       486      2117         0     50205      6431    573640   no data   no data
728.95/182.84	c  N st    73   1168567       486      2117         0     81795      6431   1397641   no data   no data
763.30/191.45	c  N st    74   1209672       486      2117         0     76160      6431   1157352   no data   no data
763.30/191.45	c  S st    74   1209672       486      2117         0     76160      6431   1157352   no data   no data
764.05/191.69	c  S st    74   1210176       486      2117         0     76660      6431   1168777   no data   no data
764.45/191.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
764.45/191.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
764.45/191.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.45/191.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
764.45/191.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
764.45/191.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
764.45/191.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
764.45/191.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
764.45/191.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.81/194.30	c lits-rem:       832  cl-subs:     4608  v-elim:      0  v-fix:    0  time:  2.51 s
774.81/194.30	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
774.81/194.31	c vivif2 --  cl tried    72052 cl shrink        0 lits rem          0 time: 0.02
774.81/194.38	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.06
774.81/194.38	c calculated reachability. Time: 0.00
774.81/194.38	c  N st    74   1210176       486      2117         0     72052      6431   1073945   no data   no data
855.82/214.67	c  N st    75   1283059       486      2117         0     48537      6431    471691   no data   no data
957.45/240.19	c  N st    76   1392383       486      2117         0     56519      6431    630310   no data   no data
1114.97/279.60	c  N st    77   1556367       486      2117         0     61311      6431    705876   no data   no data
1261.34/316.38	c  N st    78   1710176       486      2117         0    103265      6431   1811572   no data   no data
1261.34/316.38	c  S st    78   1710176       486      2117         0    103265      6431   1811572   no data   no data
1262.94/316.71	c  S st    78   1710678       486      2117         0    103766      6431   1823530   no data   no data
1262.94/316.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1262.94/316.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1262.94/316.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1262.94/316.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1262.94/316.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1262.94/316.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1262.94/316.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1262.94/316.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1263.37/316.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1304.40/327.13	c lits-rem:      1885  cl-subs:     6164  v-elim:      0  v-fix:    0  time: 10.28 s
1304.40/327.13	c vivif2 --  cl tried     2117 cl shrink        0 lits rem          0 time: 0.00
1304.40/327.15	c vivif2 --  cl tried    97602 cl shrink        0 lits rem          0 time: 0.02
1304.80/327.26	c asymm  cl-useful: 0/2117/2117 lits-rem:0 time: 0.10
1304.80/327.26	c calculated reachability. Time: 0.00
1304.80/327.26	c  N st    78   1710678       486      2117         0     97602      6431   1670196   no data   no data
1599.08/401.22	c  E st    79   1977438         0      2117         0     70149      6431    831351   no data   no data
1599.08/401.22	c Verified 2117 clauses.
1599.08/401.22	c Solution needs extension. Extending.
1599.08/401.22	c Verified 2117 clauses.
1599.08/401.22	c Following stats are for *FIRST FINISHED THREAD ONLY*
1599.08/401.23	c num threads              : 4          
1599.08/401.23	c restarts                 : 79         
1599.08/401.23	c dynamic restarts         : 0          
1599.08/401.23	c static restarts          : 79         
1599.08/401.23	c full restarts            : 4          
1599.08/401.23	c total simplify time      : 0.00       
1599.08/401.23	c learnts DL2              : 0          
1599.08/401.23	c learnts size 2           : 0          
1599.08/401.23	c learnts size 1           : 0           (0.00      % of vars)
1599.08/401.23	c filedLit time            : 0.17        (0.04      % time)
1599.08/401.23	c v-elim SatELite          : 14          (2.80      % vars)
1599.08/401.23	c SatELite time            : 17.39       (4.34      % time)
1599.08/401.23	c v-elim xor               : 0           (0.00      % vars)
1599.08/401.23	c xor elim time            : 0.02        (0.01      % time)
1599.08/401.23	c num binary xor trees     : 0          
1599.08/401.23	c binxor trees' crown      : 0           (nan       leafs/tree)
1599.08/401.23	c bin xor find time        : 0.00       
1599.08/401.23	c OTF clause improved      : 50551       (0.03      clauses/conflict)
1599.08/401.23	c OTF impr. size diff      : 56366       (1.12       lits/clause)
1599.08/401.23	c OTF cl watch-shrink      : 642523      (0.32      clauses/conflict)
1599.08/401.23	c OTF cl watch-sh-lit      : 876582      (1.36       lits/clause)
1599.08/401.23	c tried to recurMin cls    : 242284      (12.25      % of conflicts)
1599.08/401.23	c updated cache            : 5119        (0.02       lits/tried recurMin)
1599.08/401.23	c unit cls recevied        : 0           (nan       % of units)
1599.08/401.23	c unit cls sent            : 0           (nan       % of units)
1599.08/401.23	c bin cls recevied         : 0          
1599.08/401.23	c bin cls sent             : 0          
1599.08/401.23	c clauses over max glue    : 0           (0.00      % of all clauses)
1599.08/401.23	c conflicts                : 1977438     (4931.45   / sec)
1599.08/401.23	c decisions                : 2329633     (0.47      % random)
1599.08/401.23	c bogo-props               : 44211120668 (110256284.27 / sec)
1599.08/401.23	c conflict literals        : 48833664    (24.04     % deleted)
1599.08/401.23	c Memory used              : 442.32      MB
1599.08/401.23	c single-thread CPU time   : 400.99      s
1599.08/401.23	c all-threads sum CPU time : 1598.30     s
1599.08/401.23	s SATISFIABLE
1599.08/401.23	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 -76 77 -78 79 -80 81 -82 -83 84 85 86 -87 -88 89 90 91 -92 -93 94 -95 96 97 98 -99 -100 101 -102 103 104 -105 106 -107 -108 109 -110 111 -112 113 114 -115 -116 117 -118 119 120 121 122 123 124 -125 126 -127 -128 -129 -130 -131 132 133 134 -135 136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 147 -148 149 150 151 -152 -153 154 -155 -156 157 158 159 -160 -161 162 -163 164 -165 166 -167 168 169 170 171 172 173 174 175 176 177 178 -179 180 -181 182 -183 -184 185 186 -187 188 189 190 191 192 -193 194 195 196 -197 198 199 200 201 202 203 204 -205 206 -207 208 209 210 -211 212 -213 -214 215 216 217 -218 219 220 -221 -222 223 224 -225 226 227 228 229 -230 -231 -232 233 -234 235 236 -237 238 -239 -240 -241 -242 243 -244 245 246 247 -248 249 250 251 252 -253 -254 -255 -256 -257 -258 -259 -260 261 -262 -263 264 265 266 -267 268 269 270 271 -272 273 -274 -275 -276 -277 278 -279 280 -281 -282 283 -284 285 286 -287 -288 289 290 -291 292 293 -294 -295 -296 -297 298 -299 300 301 302 -303 -304 305 -306 -307 308 -309 -310 -311 -312 -313 -314 315 -316 317 -318 -319 -320 321 322 -323 324 325 326 -327 -328 -329 -330 -331 -332 -333 334 -335 336 337 -338 -339 340 -341 342 343 -344 345 -346 -347 -348 349 -350 -351 352 -353 -354 355 -356 -357 -358 359 360 -361 362 363 364 -365 -366 -367 -368 369 370 -371 372 373 374 -375 376 -377 -378 -379 -380 -381 -382 383 384 -385 -386 387 -388 389 390 -391 392 -393 394 395 396 397 -398 399 400 401 -402 403 404 405 406 407 -408 -409 410 -411 -412 -413 414 415 -416 -417 418 -419 420 -421 422 423 424 425 -426 -427 428 429 430 -431 -432 -433 434 435 -436 -437 -438 -439 -440 441 -442 -443 -444 445 446 447 448 -449 450 451 -452 453 -454 -455 -456 457 -458 -459 460 461 -462 463 -464 465 466 467 468 -469 470 471 472 473 474 -475 476 -477 478 479 480 -481 482 483 484 485 486 -487 488 489 -490 491 -492 493 -494 -495 -496 -497 -498 499 500 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-3366387-1305403102/watcher-3366387-1305403102 -o /tmp/evaluation-result-3366387-1305403102/solver-3366387-1305403102 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366387-1305403102.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.58 8.02 8.06 1/380 28244
/proc/meminfo: memFree=27048272/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=216632 CPUtime=0.02 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 1174 0 0 0 2 0 0 0 25 0 4 0 651908855 221831168 1087 33554432000 4194304 4580107 140734322873808 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 54158 1087 376 95 0 49140 0
[pid=28244/tid=28245] ppid=28242 vsize=216632 CPUtime=0 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 199 0 0 0 0 0 0 0 25 0 4 0 651908855 221831168 1087 33554432000 4194304 4580107 140734322873808 18446744073709551615 251814264727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=216632 CPUtime=0 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 179 0 0 0 0 0 0 0 25 0 4 0 651908855 221831168 1087 33554432000 4194304 4580107 140734322873808 18446744073709551615 4421446 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=216632 CPUtime=0 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 136 0 0 0 0 0 0 0 25 0 4 0 651908855 221831168 1074 33554432000 4194304 4580107 140734322873808 18446744073709551615 251814345198 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.110948 s]
/proc/loadavg: 7.58 8.02 8.06 1/380 28244
/proc/meminfo: memFree=27048272/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=216768 CPUtime=0.41 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 1675 0 0 0 41 0 0 0 25 0 4 0 651908855 221970432 1575 33554432000 4194304 4580107 140734322873808 18446744073709551615 4305975 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 54192 1575 377 95 0 49174 0
[pid=28244/tid=28245] ppid=28242 vsize=216768 CPUtime=0.1 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 318 0 0 0 10 0 0 0 25 0 4 0 651908855 221970432 1575 33554432000 4194304 4580107 140734322873808 18446744073709551615 4324537 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=216768 CPUtime=0.1 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 307 0 0 0 10 0 0 0 25 0 4 0 651908855 221970432 1575 33554432000 4194304 4580107 140734322873808 18446744073709551615 4322741 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=216768 CPUtime=0.09 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 259 0 0 0 9 0 0 0 25 0 4 0 651908855 221970432 1575 33554432000 4194304 4580107 140734322873808 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 216768

[startup+0.200933 s]
/proc/loadavg: 7.58 8.02 8.06 1/380 28244
/proc/meminfo: memFree=27048272/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=218092 CPUtime=0.77 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 2273 0 0 0 77 0 0 0 25 0 4 0 651908855 223326208 1617 33554432000 4194304 4580107 140734322873808 18446744073709551615 4306048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 54523 1617 377 95 0 49505 0
[pid=28244/tid=28245] ppid=28242 vsize=218092 CPUtime=0.19 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 472 0 0 0 19 0 0 0 25 0 4 0 651908855 223326208 1617 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=218092 CPUtime=0.19 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 452 0 0 0 19 0 0 0 25 0 4 0 651908855 223326208 1617 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=218092 CPUtime=0.18 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 406 0 0 0 18 0 0 0 25 0 4 0 651908855 223326208 1617 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294376 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) 218092

[startup+0.300916 s]
/proc/loadavg: 7.58 8.02 8.06 1/380 28244
/proc/meminfo: memFree=27048272/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=218376 CPUtime=1.17 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 2678 0 0 0 117 0 0 0 25 0 4 0 651908855 223617024 2022 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 54594 2022 377 95 0 49576 0
[pid=28244/tid=28245] ppid=28242 vsize=218376 CPUtime=0.29 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 568 0 0 0 29 0 0 0 25 0 4 0 651908855 223617024 2022 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=218376 CPUtime=0.29 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 564 0 0 0 29 0 0 0 25 0 4 0 651908855 223617024 2022 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=218376 CPUtime=0.28 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 500 0 0 0 28 0 0 0 25 0 4 0 651908855 223617024 2022 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295702 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) 218376

[startup+0.70085 s]
/proc/loadavg: 7.58 8.02 8.06 1/380 28244
/proc/meminfo: memFree=27048272/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=219308 CPUtime=2.77 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 4180 0 0 0 277 0 0 0 25 0 4 0 651908855 224571392 2687 33554432000 4194304 4580107 140734322873808 18446744073709551615 4306320 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 54827 2687 377 95 0 49809 0
[pid=28244/tid=28245] ppid=28242 vsize=219308 CPUtime=0.69 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 943 0 0 0 69 0 0 0 25 0 4 0 651908855 224571392 2687 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=219308 CPUtime=0.68 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 945 0 0 0 68 0 0 0 25 0 4 0 651908855 224571392 2687 33554432000 4194304 4580107 140734322873808 18446744073709551615 4316692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=219308 CPUtime=0.68 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 868 0 0 0 68 0 0 0 25 0 4 0 651908855 224571392 2687 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 219308

[startup+1.50072 s]
/proc/loadavg: 7.58 8.02 8.06 10/392 28261
/proc/meminfo: memFree=27014116/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=226112 CPUtime=5.95 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 8454 0 0 0 594 1 0 0 25 0 4 0 651908855 231538688 4597 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 56528 4597 379 95 0 51510 0
[pid=28244/tid=28245] ppid=28242 vsize=226112 CPUtime=1.49 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 1701 0 0 0 149 0 0 0 25 0 4 0 651908855 231538688 4597 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=226112 CPUtime=1.47 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 1699 0 0 0 147 0 0 0 25 0 4 0 651908855 231538688 4597 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=226112 CPUtime=1.47 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 1599 0 0 0 147 0 0 0 25 0 4 0 651908855 231538688 4597 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294974 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) 226112

[startup+3.10045 s]
/proc/loadavg: 7.58 8.02 8.06 9/392 28261
/proc/meminfo: memFree=26980636/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=226852 CPUtime=12.33 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 17543 0 0 0 1231 2 0 0 25 0 4 0 651908855 232296448 8623 33554432000 4194304 4580107 140734322873808 18446744073709551615 4316717 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 56713 8623 379 95 0 51695 0
[pid=28244/tid=28245] ppid=28242 vsize=226852 CPUtime=3.08 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 4050 0 0 0 308 0 0 0 25 0 4 0 651908855 232296448 8623 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=226852 CPUtime=3.08 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 4608 0 0 0 307 1 0 0 25 0 4 0 651908855 232296448 8623 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=226852 CPUtime=3.05 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 4236 0 0 0 305 0 0 0 25 0 4 0 651908855 232296448 8623 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 226852

[startup+6.30091 s]
/proc/loadavg: 7.61 8.02 8.05 9/392 28261
/proc/meminfo: memFree=26939228/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=229240 CPUtime=25.09 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 27960 0 0 0 2505 4 0 0 25 0 4 0 651908855 234741760 12120 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 57310 12120 380 95 0 52292 0
[pid=28244/tid=28245] ppid=28242 vsize=229240 CPUtime=6.29 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 7520 0 0 0 628 1 0 0 25 0 4 0 651908855 234741760 12120 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=229240 CPUtime=6.27 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 7688 0 0 0 626 1 0 0 25 0 4 0 651908855 234741760 12120 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=229240 CPUtime=6.22 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 6024 0 0 0 622 0 0 0 25 0 4 0 651908855 234741760 12120 33554432000 4194304 4580107 140734322873808 18446744073709551615 4316763 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 229240

[startup+12.7008 s]
/proc/loadavg: 7.64 8.02 8.05 9/392 28262
/proc/meminfo: memFree=26884164/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=241816 CPUtime=50.61 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 43502 0 0 0 5054 7 0 0 25 0 4 0 651908855 247619584 18006 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 60454 18006 379 95 0 55436 0
[pid=28244/tid=28245] ppid=28242 vsize=241816 CPUtime=12.69 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 11534 0 0 0 1267 2 0 0 25 0 4 0 651908855 247619584 18006 33554432000 4194304 4580107 140734322873808 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=241816 CPUtime=12.68 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 10354 0 0 0 1266 2 0 0 25 0 4 0 651908855 247619584 18006 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=241816 CPUtime=12.54 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 10429 0 0 0 1253 1 0 0 25 0 4 0 651908855 247619584 18006 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 241816

[startup+25.5007 s]
/proc/loadavg: 7.72 8.02 8.05 9/392 28262
/proc/meminfo: memFree=26835548/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=250576 CPUtime=101.66 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 66103 0 0 0 10155 11 0 0 25 0 4 0 651908855 256589824 24092 33554432000 4194304 4580107 140734322873808 18446744073709551615 4318504 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 62644 24092 379 95 0 57626 0
[pid=28244/tid=28245] ppid=28242 vsize=250576 CPUtime=25.49 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 17870 0 0 0 2546 3 0 0 25 0 4 0 651908855 256589824 24092 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=250576 CPUtime=25.48 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 16845 0 0 0 2545 3 0 0 25 0 4 0 651908855 256589824 24092 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=250576 CPUtime=25.19 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 15059 0 0 0 2517 2 0 0 25 0 4 0 651908855 256589824 24092 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 250576

[startup+51.1004 s]
/proc/loadavg: 7.88 8.03 8.06 9/392 28263
/proc/meminfo: memFree=26771048/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=262176 CPUtime=203.75 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 99942 0 0 0 20356 19 0 0 25 0 4 0 651908855 268468224 31005 33554432000 4194304 4580107 140734322873808 18446744073709551615 4324863 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 65544 31005 379 95 0 60526 0
[pid=28244/tid=28245] ppid=28242 vsize=262176 CPUtime=51.08 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 26756 0 0 0 5104 4 0 0 25 0 4 0 651908855 268468224 31005 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=262176 CPUtime=51.06 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 25959 0 0 0 5102 4 0 0 25 0 4 0 651908855 268468224 31005 33554432000 4194304 4580107 140734322873808 18446744073709551615 4321197 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=262176 CPUtime=50.49 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 23301 0 0 0 5045 4 0 0 25 0 4 0 651908855 268468224 31005 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 262176

[startup+102.301 s]
/proc/loadavg: 8.01 8.04 8.06 9/392 28264
/proc/meminfo: memFree=26733452/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=264068 CPUtime=407.98 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 152527 0 0 0 40765 33 0 0 25 0 4 0 651908855 270405632 36368 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 66017 36368 379 95 0 60999 0
[pid=28244/tid=28245] ppid=28242 vsize=264068 CPUtime=102.29 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 41138 0 0 0 10221 8 0 0 25 0 4 0 651908855 270405632 36368 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=264068 CPUtime=102.26 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 38365 0 0 0 10218 8 0 0 25 0 4 0 651908855 270405632 36368 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=264068 CPUtime=101.08 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 37514 0 0 0 10102 6 0 0 25 0 4 0 651908855 270405632 36368 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 264068

[startup+162.301 s]

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

/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 47630 0 0 0 16027 10 0 0 25 0 4 0 651908855 292016128 44772 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.21
Current children cumulated vsize (KiB) 285172

[startup+222.315 s]
/proc/loadavg: 8.05 8.05 8.06 9/392 28276
/proc/meminfo: memFree=26554540/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=417424 CPUtime=886.53 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 234548 0 0 0 88595 58 0 0 25 0 4 0 651908855 427442176 64715 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 104356 64715 379 95 0 99338 0
[pid=28244/tid=28245] ppid=28242 vsize=417424 CPUtime=222.3 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 61926 0 0 0 22215 15 0 0 25 0 4 0 651908855 427442176 64715 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=417424 CPUtime=222.24 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 59562 0 0 0 22210 14 0 0 25 0 4 0 651908855 427442176 64715 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=417424 CPUtime=219.66 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 57646 0 0 0 21954 12 0 0 25 0 4 0 651908855 427442176 64715 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.53
Current children cumulated vsize (KiB) 417424

[startup+282.301 s]
/proc/loadavg: 8.08 8.05 8.05 9/392 28278
/proc/meminfo: memFree=26510616/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=417560 CPUtime=1125.74 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 256293 0 0 0 112507 67 0 0 25 0 4 0 651908855 427581440 69098 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 104390 69098 379 95 0 99372 0
[pid=28244/tid=28245] ppid=28242 vsize=417560 CPUtime=282.29 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 67019 0 0 0 28211 18 0 0 25 0 4 0 651908855 427581440 69098 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=417560 CPUtime=282.21 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 68492 0 0 0 28204 17 0 0 25 0 4 0 651908855 427581440 69098 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=417560 CPUtime=278.93 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 61838 0 0 0 27880 13 0 0 25 0 4 0 651908855 427581440 69098 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1125.74
Current children cumulated vsize (KiB) 417560

[startup+342.301 s]
/proc/loadavg: 8.06 8.06 8.05 9/392 28280
/proc/meminfo: memFree=26483276/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=494772 CPUtime=1365.01 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 281537 0 0 0 136423 78 0 0 25 0 4 0 651908855 506646528 74349 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293163 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 123693 74349 379 95 0 118675 0
[pid=28244/tid=28245] ppid=28242 vsize=494772 CPUtime=342.28 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 73834 0 0 0 34208 20 0 0 25 0 4 0 651908855 506646528 74349 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=494772 CPUtime=342.19 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 76980 0 0 0 34198 21 0 0 25 0 4 0 651908855 506646528 74349 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=494772 CPUtime=338.21 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 67416 0 0 0 33806 15 0 0 25 0 4 0 651908855 506646528 74349 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1365.01
Current children cumulated vsize (KiB) 494772

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

[startup+358.401 s]
/proc/loadavg: 8.11 8.07 8.06 9/392 28282
/proc/meminfo: memFree=26472484/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=506404 CPUtime=1429.23 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 290277 0 0 0 142842 81 0 0 25 0 4 0 651908855 518557696 78689 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 126601 78689 379 95 0 121583 0
[pid=28244/tid=28245] ppid=28242 vsize=506404 CPUtime=358.39 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 76089 0 0 0 35818 21 0 0 25 0 4 0 651908855 518557696 78689 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=506404 CPUtime=358.3 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 79174 0 0 0 35808 22 0 0 25 0 4 0 651908855 518557696 78689 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=506404 CPUtime=354.13 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 69718 0 0 0 35397 16 0 0 25 0 4 0 651908855 518557696 78689 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1429.23
Current children cumulated vsize (KiB) 506404

[startup+384.015 s]
/proc/loadavg: 8.43 8.14 8.08 9/392 28283
/proc/meminfo: memFree=26470400/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452732 CPUtime=1530.52 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 304023 0 0 0 152965 87 0 0 25 0 4 0 651908855 463597568 74050 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113183 74050 379 95 0 108165 0
[pid=28244/tid=28245] ppid=28242 vsize=452732 CPUtime=383.33 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 79692 0 0 0 38310 23 0 0 25 0 4 0 651908855 463597568 74050 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452732 CPUtime=383.74 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 82632 0 0 0 38351 23 0 0 25 0 4 0 651908855 463597568 74050 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452732 CPUtime=379.43 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 72694 0 0 0 37926 17 0 0 25 0 4 0 651908855 463597568 74050 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1530.52
Current children cumulated vsize (KiB) 452732

[startup+390.4 s]
/proc/loadavg: 8.37 8.14 8.08 9/392 28284
/proc/meminfo: memFree=26465564/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452788 CPUtime=1556 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 307319 0 0 0 155513 87 0 0 25 0 4 0 651908855 463654912 74879 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113197 74879 379 95 0 108179 0
[pid=28244/tid=28245] ppid=28242 vsize=452788 CPUtime=389.71 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 80457 0 0 0 38948 23 0 0 25 0 4 0 651908855 463654912 74879 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452788 CPUtime=390.13 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 83898 0 0 0 38990 23 0 0 25 0 4 0 651908855 463654912 74879 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452788 CPUtime=385.75 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 73226 0 0 0 38558 17 0 0 25 0 4 0 651908855 463654912 74879 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1556
Current children cumulated vsize (KiB) 452788

[startup+396.8 s]
/proc/loadavg: 8.34 8.13 8.08 9/392 28284
/proc/meminfo: memFree=26458492/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452848 CPUtime=1581.53 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 310635 0 0 0 158064 89 0 0 25 0 4 0 651908855 463716352 75817 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113212 75817 379 95 0 108194 0
[pid=28244/tid=28245] ppid=28242 vsize=452848 CPUtime=396.12 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 80992 0 0 0 39588 24 0 0 25 0 4 0 651908855 463716352 75817 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452848 CPUtime=396.52 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 84634 0 0 0 39629 23 0 0 25 0 4 0 651908855 463716352 75817 33554432000 4194304 4580107 140734322873808 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452848 CPUtime=392.07 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 74678 0 0 0 39189 18 0 0 25 0 4 0 651908855 463716352 75817 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1581.53
Current children cumulated vsize (KiB) 452848

[startup+398.401 s]
/proc/loadavg: 8.34 8.13 8.08 9/392 28284
/proc/meminfo: memFree=26459112/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452848 CPUtime=1587.9 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 311202 0 0 0 158701 89 0 0 25 0 4 0 651908855 463716352 76384 33554432000 4194304 4580107 140734322873808 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113212 76384 379 95 0 108194 0
[pid=28244/tid=28245] ppid=28242 vsize=452848 CPUtime=397.72 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 81119 0 0 0 39748 24 0 0 25 0 4 0 651908855 463716352 76384 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452848 CPUtime=398.12 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 84800 0 0 0 39789 23 0 0 25 0 4 0 651908855 463716352 76384 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452848 CPUtime=393.65 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 74826 0 0 0 39347 18 0 0 25 0 4 0 651908855 463716352 76384 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1587.9
Current children cumulated vsize (KiB) 452848

[startup+400.001 s]
/proc/loadavg: 8.39 8.15 8.09 9/392 28284
/proc/meminfo: memFree=26455852/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452888 CPUtime=1594.28 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 312474 0 0 0 159339 89 0 0 25 0 4 0 651908855 463757312 75276 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113222 75276 379 95 0 108204 0
[pid=28244/tid=28245] ppid=28242 vsize=452888 CPUtime=399.32 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 81224 0 0 0 39908 24 0 0 25 0 4 0 651908855 463757312 75276 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452888 CPUtime=399.72 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 84936 0 0 0 39949 23 0 0 25 0 4 0 651908855 463757312 75276 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452888 CPUtime=395.23 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 74962 0 0 0 39505 18 0 0 25 0 4 0 651908855 463757312 75276 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1594.28
Current children cumulated vsize (KiB) 452888

[startup+400.801 s]
/proc/loadavg: 8.39 8.15 8.09 9/392 28284
/proc/meminfo: memFree=26465896/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452928 CPUtime=1597.47 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 313518 0 0 0 159658 89 0 0 25 0 4 0 651908855 463798272 74018 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113232 74018 379 95 0 108214 0
[pid=28244/tid=28245] ppid=28242 vsize=452928 CPUtime=400.12 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 81994 0 0 0 39988 24 0 0 25 0 4 0 651908855 463798272 74018 33554432000 4194304 4580107 140734322873808 18446744073709551615 4293155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452928 CPUtime=400.52 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 85000 0 0 0 40029 23 0 0 25 0 4 0 651908855 463798272 74018 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452928 CPUtime=396.02 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 75038 0 0 0 39584 18 0 0 25 0 4 0 651908855 463798272 74018 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1597.47
Current children cumulated vsize (KiB) 452928

[startup+401.201 s]
/proc/loadavg: 8.39 8.15 8.09 9/392 28284
/proc/meminfo: memFree=26465896/32950928 swapFree=44388876/67111528
[pid=28244] ppid=28242 vsize=452928 CPUtime=1599.08 cores=0,2,4,6
/proc/28244/stat : 28244 (strangenight2-m) R 28242 28244 27826 0 -1 4202496 313699 0 0 0 159818 90 0 0 25 0 4 0 651908855 463798272 74199 33554432000 4194304 4580107 140734322873808 18446744073709551615 4318708 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28244/statm: 113232 74199 379 95 0 108214 0
[pid=28244/tid=28245] ppid=28242 vsize=452928 CPUtime=400.52 cores=0,2,4,6
/proc/28244/task/28245/stat : 28245 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 82054 0 0 0 40028 24 0 0 25 0 4 0 651908855 463798272 74199 33554432000 4194304 4580107 140734322873808 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28244/tid=28246] ppid=28242 vsize=452928 CPUtime=400.92 cores=0,2,4,6
/proc/28244/task/28246/stat : 28246 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 85032 0 0 0 40069 23 0 0 25 0 4 0 651908855 463798272 74199 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28244/tid=28247] ppid=28242 vsize=452928 CPUtime=396.42 cores=0,2,4,6
/proc/28244/task/28247/stat : 28247 (strangenight2-m) R 28242 28244 27826 0 -1 4202560 75072 0 0 0 39624 18 0 0 25 0 4 0 651908855 463798272 74199 33554432000 4194304 4580107 140734322873808 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1599.08
Current children cumulated vsize (KiB) 452928

Child status: 10
Real time (s): 401.243
CPU time (s): 1599.21
CPU user time (s): 1598.3
CPU system time (s): 0.912861
CPU usage (%): 398.565
Max. virtual memory (cumulated for all children) (KiB): 506596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1598.3
system time used= 0.912861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313723
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= 251
involuntary context switches= 8123

runsolver used 1.37579 second user time and 3.41248 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 21:58:22
IDJOB=3366387
IDBENCH=82796
IDSOLVER=1844
FILE ID=node126/3366387-1305403102
RUNJOBID= node126-1305401895-28140
PBS_JOBID= 13324485
Free space on /tmp= 73320 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S31329941-054.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366387-1305403102/watcher-3366387-1305403102 -o /tmp/evaluation-result-3366387-1305403102/solver-3366387-1305403102 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366387-1305403102.cnf

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

MD5SUM BENCH= 9b739128337f606a6a7756556c2fd6df
RANDOM SEED=162626126

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27048552 kB
Buffers:        258700 kB
Cached:        2435016 kB
SwapCached:      92524 kB
Active:         735508 kB
Inactive:      4915912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27048552 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:     2877424 kB
Mapped:          15096 kB
Slab:           108820 kB
PageTables:      75472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88089096 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= 73316 MiB
End job on node126 at 2011-05-14 22:05:03