Trace number 3369311

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 742.195 186.039

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.607
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
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-3369311-1305413891.cnf'
0.00/0.01	c -- header says num vars:            527
0.00/0.01	c -- header says num clauses:       12692
0.00/0.02	c -- clauses added:            0 learnts,        12692 normals,            0 xors
0.00/0.02	c -- vars added        527
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0       527     12692         0         0     38748         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/12692/12692 lits-rem:0 time: 0.07
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    527 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.16/0.06	c lits-rem:         0  cl-subs:        1  v-elim:    104  v-fix:    0  time:  0.09 s
0.16/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.16/0.06	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.16/0.06	c calculated reachability. Time: 0.00
0.16/0.07	c Calc default polars -  time:   0.00 s pos:     423 undec:     104 neg:       0
0.16/0.07	c =========================================================================================
0.16/0.07	c types(t): F = full restart, N = normal restart
0.16/0.07	c types(t): S = simplification begin/end, E = solution found
0.16/0.07	c restart types(rt): st = static, dy = dynamic
0.16/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.16/0.07	c  B st     0         0       423     10466         0         0     42314         0   no data   no data  --
0.36/0.11	c Decided on static restart strategy
0.36/0.19	c  N st     8      4916       423     10466         0      4697     42314     74545   no data   no data  --
1.56/0.40	c  N st    10     11298       423     10466         0      4352     42314     55458   no data   no data  --
1.96/0.59	c  N st    11     17042       423     10466         0      9868     42314    142626   no data   no data  --
3.56/0.92	c  F st    12     25001       423     10466         0     12058     42314    172860   no data   no data  --
3.56/0.92	c Found part        2 vars:        201 clauses:      4966 lits size:     21147
3.56/0.92	c Found part        3 vars:        222 clauses:      5500 lits size:     21167
3.56/0.92	c Found parts:          2 time: 0.00 s
3.56/0.92	c Solving part 2
3.56/0.92	c  N st     0         0       201      4966         0         0     21147         0   no data   no data  --
3.56/0.93	c asymm  cl-useful: 4/4966/4966 lits-rem:5 time: 0.04
3.56/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.56/0.93	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.93	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.93	c calculated reachability. Time: 0.00
3.56/0.93	c Calc default polars -  time:   0.00 s pos:     201 undec:     326 neg:       0
3.56/0.93	c =========================================================================================
3.56/0.93	c types(t): F = full restart, N = normal restart
3.56/0.93	c types(t): S = simplification begin/end, E = solution found
3.56/0.93	c restart types(rt): st = static, dy = dynamic
3.56/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.93	c  B st     0         0       201      4966         0         0     21142         0   no data   no data  --
3.56/0.98	c Decided on static restart strategy
3.98/1.06	c  N st     8      4916       201      4966         0      4699     21142     77231   no data   no data  --
4.75/1.20	c  E st    10      9311         0      4966         0      6545     21142    102985   no data   no data  --
4.75/1.20	c Verified 4966 clauses.
4.75/1.20	c Verified 4966 clauses.
4.75/1.20	c Solved part
4.75/1.20	c =========================================================================================
4.75/1.20	c Coming back to original instance
4.75/1.20	c =========================================================================================
4.75/1.20	c  N st    12     25001       222      5500         0     12058     21167    172860   no data   no data  --
5.55/1.41	c Decided on static restart strategy
5.55/1.41	c  N st    18     30001       222      5500         0     10331     21167    138538   no data   no data  --
5.55/1.41	c  S st    18     30001       222      5500         0     10331     21167    138538   no data   no data  --
5.55/1.44	c  S st    18     30506       222      5500         0     10833     21167    146720   no data   no data  --
5.55/1.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.55/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
5.55/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.75/1.74	c lits-rem:       454  cl-subs:     1323  v-elim:      0  v-fix:    0  time:  1.18 s
6.75/1.77	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.12
6.75/1.77	c calculated reachability. Time: 0.00
6.75/1.77	c  N st    18     30506       222      5500         0      9510     21163    127576   no data   no data  --
7.95/2.09	c  N st    20     37616       222      5500         0      8763     21163    105692   no data   no data  --
9.14/2.36	c  N st    21     44016       222      5500         0     14791     21163    199915   no data   no data  --
9.54/2.44	c  S st    22     45760       222      5500         0     16418     21163    223846   no data   no data  --
9.54/2.47	c  S st    22     46265       222      5500         0     16921     21163    232203   no data   no data  --
9.54/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.54/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.54/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.54/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.54/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
9.54/2.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.75/3.21	c lits-rem:       585  cl-subs:     2411  v-elim:      0  v-fix:    0  time:  2.89 s
12.75/3.21	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
12.75/3.21	c vivif2 --  cl tried    14510 cl shrink        0 lits rem          0 time: 0.01
12.75/3.25	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.16
12.75/3.25	c calculated reachability. Time: 0.00
12.75/3.25	c  N st    22     46265       222      5500         0     14510     21163    199158   no data   no data  --
15.53/3.98	c  N st    23     60662       222      5500         0     10392     21163    120742   no data   no data  --
17.56/4.44	c  N st    24     69399       222      5500         0     18659     21163    255550   no data   no data  --
17.56/4.44	c  S st    24     69399       222      5500         0     18659     21163    255550   no data   no data  --
17.56/4.48	c  S st    24     69900       222      5500         0     19159     21163    263651   no data   no data  --
17.56/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.56/4.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.56/4.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.91/4.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.91/4.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.91/4.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
17.91/4.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.95/5.52	c lits-rem:       847  cl-subs:     2656  v-elim:      0  v-fix:    0  time:  4.06 s
21.95/5.52	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
21.95/5.52	c vivif2 --  cl tried    16503 cl shrink        0 lits rem          0 time: 0.01
21.95/5.57	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.18
21.95/5.57	c calculated reachability. Time: 0.00
21.95/5.57	c  N st    24     69900       222      5500         0     16503     21163    222001   no data   no data  --
25.92/6.54	c  F st    25     87500       222      5500         0     11503     21163    122283   no data   no data  --
25.92/6.54	c  N st    25     87500       222      5500         0     11503     21163    122283   no data   no data  --
26.69/6.78	c Decided on static restart strategy
27.49/6.93	c  N st    32     95539       222      5500         0     19161     21163    239308   no data   no data  --
29.49/7.47	c  N st    34    104851       222      5500         0     15663     21163    182810   no data   no data  --
29.49/7.47	c  S st    34    104851       222      5500         0     15663     21163    182810   no data   no data  --
29.89/7.50	c  S st    34    105351       222      5500         0     16160     21163    191203   no data   no data  --
29.89/7.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.89/7.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.89/7.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
29.89/7.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
29.89/7.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.28/8.14	c lits-rem:       436  cl-subs:      691  v-elim:      0  v-fix:    0  time:  2.47 s
32.28/8.14	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
32.28/8.14	c vivif2 --  cl tried    15469 cl shrink        0 lits rem          0 time: 0.01
32.28/8.19	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.20
32.28/8.19	c calculated reachability. Time: 0.00
32.28/8.19	c  N st    34    105351       222      5500         0     15469     21163    180733   no data   no data  --
35.12/8.82	c  N st    35    114950       222      5500         0     24602     21163    339697   no data   no data  --
38.26/9.69	c  N st    36    129348       222      5500         0     25000     21163    331576   no data   no data  --
44.24/11.11	c  N st    37    150943       222      5500         0     16025     21163    166457   no data   no data  --
45.84/11.52	c  S st    38    158027       222      5500         0     22741     21163    271044   no data   no data  --
45.84/11.56	c  S st    38    158529       222      5500         0     23238     21163    279675   no data   no data  --
45.84/11.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.84/11.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.84/11.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.84/11.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.84/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.84/11.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
45.84/11.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.23/12.60	c lits-rem:       912  cl-subs:     2459  v-elim:      0  v-fix:    0  time:  4.08 s
50.23/12.60	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
50.23/12.60	c vivif2 --  cl tried    20779 cl shrink        0 lits rem          0 time: 0.01
50.23/12.66	c asymm  cl-useful: 1/5500/5500 lits-rem:1 time: 0.24
50.23/12.66	c calculated reachability. Time: 0.00
50.23/12.66	c  N st    38    158529       222      5500         0     20779     21161    244384   no data   no data  --
64.19/16.13	c  N st    39    207118       222      5500         0     33761     21161    428668   no data   no data  --
73.77/18.53	c  N st    40    237794       222      5500         0     25657     21161    284881   no data   no data  --
73.77/18.53	c  S st    40    237794       222      5500         0     25657     21161    284881   no data   no data  --
73.77/18.57	c  S st    40    238299       222      5500         0     26160     21161    293178   no data   no data  --
73.77/18.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.77/18.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.77/18.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
73.77/18.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.77/18.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.77/18.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
73.77/18.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
78.16/19.68	c lits-rem:      1051  cl-subs:     3100  v-elim:      0  v-fix:    0  time:  4.35 s
78.16/19.68	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
78.16/19.69	c vivif2 --  cl tried    23060 cl shrink        0 lits rem          0 time: 0.01
78.58/19.75	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.25
78.58/19.75	c calculated reachability. Time: 0.00
78.58/19.75	c  N st    40    238299       222      5500         0     23060     21161    252816   no data   no data  --
99.71/25.02	c  F st    41    306252       222      5500         0     24954     21161    258759   no data   no data  --
99.71/25.02	c  N st    41    306252       222      5500         0     24954     21161    258759   no data   no data  --
100.95/25.38	c Decided on static restart strategy
108.89/27.31	c  N st    51    334564       222      5500         0     29113     21161    322929   no data   no data  --
116.47/29.28	c  N st    53    357448       222      5500         0     27136     21161    282102   no data   no data  --
116.47/29.28	c  S st    53    357448       222      5500         0     27136     21161    282102   no data   no data  --
116.87/29.33	c  S st    53    357952       222      5500         0     27638     21161    290232   no data   no data  --
116.87/29.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.87/29.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.87/29.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
116.87/29.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.87/29.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.87/29.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
116.87/29.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
120.85/30.34	c lits-rem:       596  cl-subs:     1744  v-elim:      0  v-fix:    0  time:  3.92 s
120.85/30.34	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
120.85/30.34	c vivif2 --  cl tried    25894 cl shrink        0 lits rem          0 time: 0.01
121.25/30.41	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.28
121.25/30.41	c calculated reachability. Time: 0.00
121.25/30.41	c  N st    53    357952       222      5500         0     25894     21161    266972   no data   no data  --
132.82/33.32	c  N st    54    390346       222      5500         0     31986     21161    355188   no data   no data  --
151.98/38.17	c  N st    55    438934       222      5500         0     52129     21161    641595   no data   no data  --
179.11/44.90	c  N st    56    511816       222      5500         0     38788     21161    427419   no data   no data  --
188.73/47.32	c  N st    57    536931       222      5500         0     33291     21161    344472   no data   no data  --
188.73/47.32	c  S st    57    536931       222      5500         0     33291     21161    344472   no data   no data  --
188.73/47.38	c  S st    57    537431       222      5500         0     33787     21161    352907   no data   no data  --
188.73/47.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
188.73/47.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
188.73/47.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
189.08/47.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
189.08/47.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.08/47.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
189.08/47.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
193.47/48.56	c lits-rem:      1520  cl-subs:     1755  v-elim:      0  v-fix:    0  time:  4.60 s
193.47/48.56	c vivif2 --  cl tried     5500 cl shrink        0 lits rem          0 time: 0.00
193.47/48.56	c vivif2 --  cl tried    32032 cl shrink        0 lits rem          0 time: 0.02
193.87/48.66	c asymm  cl-useful: 0/5500/5500 lits-rem:0 time: 0.40
193.87/48.66	c calculated reachability. Time: 0.00
193.87/48.66	c  N st    57    537431       222      5500         0     32032     21161    328374   no data   no data  --
262.92/65.94	c  N st    58    701416       222      5500         1     59797     21161    675459   no data   no data  --
309.98/77.71	c  N st    59    806146       222      5500         2     54310     21161    595785   no data   no data  --
309.98/77.71	c  S st    59    806146       222      5500         2     54310     21161    595785   no data   no data  --
310.38/77.81	c  S st    59    806652       222      5500         2     54815     21161    604153   no data   no data  --
310.38/77.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
310.38/77.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
310.38/77.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
310.38/77.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
311.20/78.05	c subs with bin:     1999  lits-rem:       958  v-fix:    0  time:  0.80 s
311.20/78.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    222 time:  0.00 s
311.20/78.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
321.54/80.65	c lits-rem:      4010  cl-subs:    11468  v-elim:      0  v-fix:    0  time: 10.37 s
321.54/80.65	c vivif2 --  cl tried     5498 cl shrink        0 lits rem          0 time: 0.00
321.54/80.66	c vivif2 --  cl tried    41350 cl shrink        0 lits rem          0 time: 0.02
322.34/80.81	c asymm  cl-useful: 1/5498/5498 lits-rem:1 time: 0.58
322.34/80.81	c calculated reachability. Time: 0.00
322.34/80.81	c  N st    59    806652       222      5498         2     41350     21156    434049   no data   no data  --
438.89/110.08	c Finding binary XORs  T:     0.00 s  found:       0
444.83/111.54	c  F st    60   1071877       221      5423         3     38509     20884    429635   no data   no data  --
444.83/111.55	c  N st    60   1071877       221      5423         3     38509     20884    429635   no data   no data  --
446.84/112.05	c Decided on static restart strategy
458.00/114.82	c  N st    70   1100182       221      5423         6     65055     20883    819168   no data   no data  --
474.36/118.92	c  N st    72   1136177       221      5423         6     65894     20883    786148   no data   no data  --
489.92/122.83	c  N st    73   1168569       221      5423         6     57975     20883    650220   no data   no data  --
509.47/127.76	c  N st    74   1209978       221      5423         6     55209     20883    615538   no data   no data  --
509.47/127.76	c  S st    74   1209978       221      5423         6     55209     20883    615538   no data   no data  --
509.87/127.86	c  S st    74   1210478       221      5423         6     55705     20883    622996   no data   no data  --
509.87/127.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
509.87/127.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
509.87/127.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
510.27/127.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
510.27/127.93	c subs with bin:      212  lits-rem:       704  v-fix:    0  time:  0.10 s
510.27/127.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
510.27/127.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
522.28/130.98	c lits-rem:      5164  cl-subs:    11170  v-elim:      0  v-fix:    0  time: 12.18 s
522.28/130.98	c vivif2 --  cl tried     5418 cl shrink        0 lits rem          0 time: 0.00
522.28/130.99	c vivif2 --  cl tried    44328 cl shrink        0 lits rem          0 time: 0.03
523.44/131.22	c asymm  cl-useful: 0/5418/5418 lits-rem:0 time: 0.93
523.44/131.22	c calculated reachability. Time: 0.00
523.44/131.22	c  N st    74   1210478       221      5418         6     44328     20864    477336   no data   no data  --
559.35/140.24	c  N st    75   1283360       221      5418         6     69251     20864    820302   no data   no data  --
559.35/140.24	c Finding binary XORs  T:     0.00 s  found:       0
614.44/154.07	c  N st    76   1392683       221      5418        10     79963     20864    920726   no data   no data  --
700.57/175.61	c Finding binary XORs  T:     0.00 s  found:       0
708.54/177.63	c  N st    77   1556667       219      5290        13     57053     20356    600331   no data   no data  --
732.93/183.71	c Finding binary XORs  T:     0.00 s  found:       0
742.06/186.03	c Following stats are for *FIRST FINISHED THREAD ONLY*
742.06/186.03	c num threads              : 4          
742.06/186.03	c restarts                 : 77         
742.06/186.03	c dynamic restarts         : 0          
742.06/186.03	c static restarts          : 77         
742.06/186.03	c full restarts            : 4          
742.06/186.03	c total simplify time      : 0.89       
742.06/186.03	c learnts DL2              : 0          
742.06/186.03	c learnts size 2           : 278        
742.06/186.03	c learnts size 1           : 159         (30.17     % of vars)
742.06/186.03	c filedLit time            : 0.29        (0.04      % time)
742.06/186.03	c v-elim SatELite          : 104         (19.73     % vars)
742.06/186.03	c SatELite time            : 42.38       (5.71      % time)
742.06/186.03	c v-elim xor               : 0           (0.00      % vars)
742.06/186.03	c xor elim time            : 0.04        (0.01      % time)
742.06/186.03	c num binary xor trees     : 0          
742.06/186.03	c binxor trees' crown      : 0           (nan       leafs/tree)
742.06/186.03	c bin xor find time        : 0.01       
742.06/186.03	c OTF clause improved      : 98535       (0.06      clauses/conflict)
742.06/186.03	c OTF impr. size diff      : 107680      (1.09       lits/clause)
742.06/186.03	c OTF cl watch-shrink      : 760502      (0.48      clauses/conflict)
742.06/186.03	c OTF cl watch-sh-lit      : 1410402     (1.85       lits/clause)
742.06/186.03	c tried to recurMin cls    : 180939      (11.40      % of conflicts)
742.06/186.03	c updated cache            : 1649        (0.01       lits/tried recurMin)
742.06/186.03	c unit cls received        : 4           (2.52      % of units)
742.06/186.03	c unit cls sent            : 8           (5.03      % of units)
742.06/186.03	c bin cls received         : 9          
742.06/186.03	c bin cls sent             : 119        
742.06/186.03	c clauses over max glue    : 0           (0.00      % of all clauses)
742.06/186.03	c conflicts                : 1587684     (2140.68   / sec)
742.06/186.03	c decisions                : 1831841     (0.58      % random)
742.06/186.03	c bogo-props               : 33616698980 (45325545.17 / sec)
742.06/186.03	c conflict literals        : 23264069    (38.94     % deleted)
742.06/186.03	c Memory used              : 328.64      MB
742.06/186.03	c single-thread CPU time   : 741.67      s
742.06/186.03	c all-threads sum CPU time : 741.67      s
742.06/186.03	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-3369311-1305413891/watcher-3369311-1305413891 -o /tmp/evaluation-result-3369311-1305413891/solver-3369311-1305413891 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369311-1305413891.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.52 7.91 7.42 2/312 8730
/proc/meminfo: memFree=11150400/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 652991494 52465664 352 33554432000 4194304 4650419 140737426618416 18446744073709551615 47245297678258 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 12809 352 303 112 0 7774 0
[pid=8730/tid=8731] ppid=8728 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652991494 52465664 352 33554432000 4194304 4650419 140737426618416 18446744073709551615 47245297678248 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652991494 52465664 352 33554432000 4194304 4650419 140737426618416 18446744073709551615 47245297678258 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652991494 52465664 352 33554432000 4194304 4650419 140737426618416 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0500511 s]
/proc/loadavg: 7.52 7.91 7.42 2/312 8730
/proc/meminfo: memFree=11150400/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=284528 CPUtime=0.16 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 3864 0 0 0 15 1 0 0 18 0 4 0 652991494 291356672 3527 33554432000 4194304 4650419 140737426618416 18446744073709551615 4439268 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 71132 3527 384 112 0 66097 0
[pid=8730/tid=8731] ppid=8728 vsize=284528 CPUtime=0.04 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 963 0 0 0 4 0 0 0 18 0 4 0 652991494 291356672 3527 33554432000 4194304 4650419 140737426618416 18446744073709551615 4438905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=284528 CPUtime=0.03 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1090 0 0 0 3 0 0 0 18 0 4 0 652991494 291356672 3527 33554432000 4194304 4650419 140737426618416 18446744073709551615 4439111 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=284528 CPUtime=0.03 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 389 0 0 0 3 0 0 0 25 0 4 0 652991494 291356672 3527 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 284528

[startup+0.101041 s]
/proc/loadavg: 7.52 7.91 7.42 2/312 8730
/proc/meminfo: memFree=11150400/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=285192 CPUtime=0.36 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 4910 0 0 0 35 1 0 0 18 0 4 0 652991494 292036608 3829 33554432000 4194304 4650419 140737426618416 18446744073709551615 4328289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 71298 3829 390 112 0 66263 0
[pid=8730/tid=8731] ppid=8728 vsize=285192 CPUtime=0.09 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1265 0 0 0 9 0 0 0 18 0 4 0 652991494 292036608 3829 33554432000 4194304 4650419 140737426618416 18446744073709551615 4328209 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=285192 CPUtime=0.08 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1355 0 0 0 8 0 0 0 18 0 4 0 652991494 292036608 3829 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=285192 CPUtime=0.08 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 430 0 0 0 8 0 0 0 25 0 4 0 652991494 292036608 3829 33554432000 4194304 4650419 140737426618416 18446744073709551615 4333550 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 285192

[startup+0.301003 s]
/proc/loadavg: 7.52 7.91 7.42 2/312 8730
/proc/meminfo: memFree=11150400/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=286236 CPUtime=1.16 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 6108 0 0 0 115 1 0 0 18 0 4 0 652991494 293105664 4248 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 71559 4248 393 112 0 66524 0
[pid=8730/tid=8731] ppid=8728 vsize=286236 CPUtime=0.29 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1594 0 0 0 29 0 0 0 18 0 4 0 652991494 293105664 4248 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=286236 CPUtime=0.28 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1623 0 0 0 28 0 0 0 18 0 4 0 652991494 293105664 4248 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=286236 CPUtime=0.28 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 711 0 0 0 28 0 0 0 25 0 4 0 652991494 293105664 4248 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 286236

[startup+0.700928 s]
/proc/loadavg: 7.52 7.91 7.42 2/312 8730
/proc/meminfo: memFree=11150400/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=287788 CPUtime=2.76 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 8595 0 0 0 274 2 0 0 18 0 4 0 652991494 294694912 4746 33554432000 4194304 4650419 140737426618416 18446744073709551615 4328325 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 71947 4746 393 112 0 66912 0
[pid=8730/tid=8731] ppid=8728 vsize=287788 CPUtime=0.68 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 2244 0 0 0 68 0 0 0 18 0 4 0 652991494 294694912 4747 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=287788 CPUtime=0.68 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 2200 0 0 0 68 0 0 0 18 0 4 0 652991494 294694912 4747 33554432000 4194304 4650419 140737426618416 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=287788 CPUtime=0.68 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 1403 0 0 0 68 0 0 0 25 0 4 0 652991494 294694912 4747 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364785 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) 287788

[startup+1.50078 s]
/proc/loadavg: 7.52 7.91 7.42 9/324 8742
/proc/meminfo: memFree=11102304/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=304540 CPUtime=5.95 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 12632 0 0 0 593 2 0 0 20 0 4 0 652991494 311848960 7403 33554432000 4194304 4650419 140737426618416 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 76135 7403 395 112 0 71100 0
[pid=8730/tid=8731] ppid=8728 vsize=304540 CPUtime=1.48 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 3107 0 0 0 148 0 0 0 20 0 4 0 652991494 311848960 7403 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=304540 CPUtime=1.48 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 3102 0 0 0 148 0 0 0 19 0 4 0 652991494 311848960 7403 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=304540 CPUtime=1.46 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 2194 0 0 0 146 0 0 0 25 0 4 0 652991494 311848960 7404 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366828 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) 304540

[startup+3.10047 s]
/proc/loadavg: 7.56 7.91 7.42 9/324 8742
/proc/meminfo: memFree=11075644/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=304676 CPUtime=12.33 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 19208 0 0 0 1230 3 0 0 25 0 4 0 652991494 311988224 12083 33554432000 4194304 4650419 140737426618416 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 76169 12083 395 112 0 71134 0
[pid=8730/tid=8731] ppid=8728 vsize=304676 CPUtime=3.09 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 4856 0 0 0 308 1 0 0 25 0 4 0 652991494 311988224 12083 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=304676 CPUtime=3.08 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 4400 0 0 0 308 0 0 0 25 0 4 0 652991494 311988224 12083 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=304676 CPUtime=3.05 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 4555 0 0 0 305 0 0 0 25 0 4 0 652991494 311988224 12083 33554432000 4194304 4650419 140737426618416 18446744073709551615 4360777 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) 304676

[startup+6.30086 s]
/proc/loadavg: 7.56 7.91 7.42 9/324 8742
/proc/meminfo: memFree=11031308/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=296420 CPUtime=25.1 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 25255 0 0 0 2505 5 0 0 25 0 4 0 652991494 303534080 14769 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 74105 14769 395 112 0 69070 0
[pid=8730/tid=8731] ppid=8728 vsize=296420 CPUtime=6.28 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 6346 0 0 0 627 1 0 0 25 0 4 0 652991494 303534080 14769 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=296420 CPUtime=6.29 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 6311 0 0 0 628 1 0 0 25 0 4 0 652991494 303534080 14769 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=296420 CPUtime=6.22 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 5885 0 0 0 622 0 0 0 25 0 4 0 652991494 303534080 14769 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365337 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) 296420

[startup+12.7006 s]
/proc/loadavg: 7.70 7.93 7.44 9/324 8742
/proc/meminfo: memFree=10999760/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=306912 CPUtime=50.63 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 37153 0 0 0 5056 7 0 0 25 0 4 0 652991494 314277888 17678 33554432000 4194304 4650419 140737426618416 18446744073709551615 4359708 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 76728 17678 395 112 0 71693 0
[pid=8730/tid=8731] ppid=8728 vsize=306912 CPUtime=12.67 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 9746 0 0 0 1265 2 0 0 25 0 4 0 652991494 314277888 17678 33554432000 4194304 4650419 140737426618416 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=306912 CPUtime=12.68 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 9530 0 0 0 1267 1 0 0 25 0 4 0 652991494 314277888 17678 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=306912 CPUtime=12.55 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 8335 0 0 0 1254 1 0 0 25 0 4 0 652991494 314277888 17678 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 306912

[startup+25.5002 s]
/proc/loadavg: 7.75 7.93 7.44 9/324 8743
/proc/meminfo: memFree=10971476/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=317568 CPUtime=101.7 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 53727 0 0 0 10159 11 0 0 25 0 4 0 652991494 325189632 21676 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 79392 21676 395 112 0 74357 0
[pid=8730/tid=8731] ppid=8728 vsize=317568 CPUtime=25.47 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 15685 0 0 0 2544 3 0 0 25 0 4 0 652991494 325189632 21676 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=317568 CPUtime=25.49 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 13216 0 0 0 2547 2 0 0 25 0 4 0 652991494 325189632 21676 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=317568 CPUtime=25.22 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 11393 0 0 0 2520 2 0 0 25 0 4 0 652991494 325189632 21676 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 317568

[startup+51.1003 s]
/proc/loadavg: 7.83 7.94 7.46 9/324 8743
/proc/meminfo: memFree=10928404/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=319896 CPUtime=203.84 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 82194 0 0 0 20366 18 0 0 25 0 4 0 652991494 327573504 25984 33554432000 4194304 4650419 140737426618416 18446744073709551615 4336683 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 79974 25984 395 112 0 74939 0
[pid=8730/tid=8731] ppid=8728 vsize=319896 CPUtime=51.07 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 24277 0 0 0 5102 5 0 0 25 0 4 0 652991494 327573504 25984 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=319896 CPUtime=51.09 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 19506 0 0 0 5105 4 0 0 25 0 4 0 652991494 327573504 25984 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=319896 CPUtime=50.57 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 16402 0 0 0 5054 3 0 0 25 0 4 0 652991494 327573504 25984 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 319896

[startup+102.312 s]
/proc/loadavg: 7.92 7.93 7.48 9/324 8775
/proc/meminfo: memFree=10862192/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=317836 CPUtime=408.16 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 130000 0 0 0 40784 32 0 0 25 0 4 0 652991494 325464064 33638 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363531 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 79459 33638 395 112 0 74424 0
[pid=8730/tid=8731] ppid=8728 vsize=317836 CPUtime=102.27 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 36589 0 0 0 10218 9 0 0 25 0 4 0 652991494 325464064 33638 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=317836 CPUtime=102.29 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 32345 0 0 0 10222 7 0 0 25 0 4 0 652991494 325464064 33638 33554432000 4194304 4650419 140737426618416 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=317836 CPUtime=101.26 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 25303 0 0 0 10121 5 0 0 25 0 4 0 652991494 325464064 33638 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 317836

[startup+162.3 s]
/proc/loadavg: 8.01 7.96 7.51 9/324 8776
/proc/meminfo: memFree=10767368/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=380968 CPUtime=647.53 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 178531 0 0 0 64707 46 0 0 25 0 4 0 652991494 390111232 47070 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 95242 47070 395 112 0 90207 0
[pid=8730/tid=8731] ppid=8728 vsize=380968 CPUtime=162.25 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 50205 0 0 0 16212 13 0 0 25 0 4 0 652991494 390111232 47070 33554432000 4194304 4650419 140737426618416 18446744073709551615 4334635 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=380968 CPUtime=162.29 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 45157 0 0 0 16218 11 0 0 25 0 4 0 652991494 390111232 47070 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=380968 CPUtime=160.66 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 35591 0 0 0 16058 8 0 0 25 0 4 0 652991494 390111232 47070 33554432000 4194304 4650419 140737426618416 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.53
Current children cumulated vsize (KiB) 380968

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

[startup+166.3 s]
/proc/loadavg: 8.01 7.96 7.51 9/324 8776
/proc/meminfo: memFree=10769972/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=315448 CPUtime=663.48 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 181534 0 0 0 66302 46 0 0 25 0 4 0 652991494 323018752 44436 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 78862 44436 395 112 0 73827 0
[pid=8730/tid=8731] ppid=8728 vsize=315448 CPUtime=166.26 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 51254 0 0 0 16612 14 0 0 25 0 4 0 652991494 323018752 44436 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=315448 CPUtime=166.29 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 45575 0 0 0 16618 11 0 0 25 0 4 0 652991494 323018752 44436 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=315448 CPUtime=164.62 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 35923 0 0 0 16454 8 0 0 25 0 4 0 652991494 323018752 44436 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365390 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 663.48
Current children cumulated vsize (KiB) 315448

[startup+179.101 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10755876/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=326196 CPUtime=714.53 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 190420 0 0 0 71404 49 0 0 25 0 4 0 652991494 334024704 44517 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 81549 44517 395 112 0 76514 0
[pid=8730/tid=8731] ppid=8728 vsize=326196 CPUtime=179.06 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 53960 0 0 0 17891 15 0 0 25 0 4 0 652991494 334024704 44517 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=326196 CPUtime=179.07 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 48312 0 0 0 17895 12 0 0 25 0 4 0 652991494 334024704 44517 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=326196 CPUtime=177.3 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 37276 0 0 0 17721 9 0 0 25 0 4 0 652991494 334024704 44517 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 714.53
Current children cumulated vsize (KiB) 326196

[startup+182.3 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10734596/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=325636 CPUtime=727.3 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 191985 0 0 0 72680 50 0 0 25 0 4 0 652991494 333451264 44604 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 81409 44604 395 112 0 76374 0
[pid=8730/tid=8731] ppid=8728 vsize=325636 CPUtime=182.26 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 54428 0 0 0 18211 15 0 0 25 0 4 0 652991494 333451264 44604 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=325636 CPUtime=182.26 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 49287 0 0 0 18214 12 0 0 25 0 4 0 652991494 333451264 44604 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=325636 CPUtime=180.47 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 37276 0 0 0 18038 9 0 0 25 0 4 0 652991494 333451264 44604 33554432000 4194304 4650419 140737426618416 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 727.3
Current children cumulated vsize (KiB) 325636

[startup+183.901 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10738932/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=336528 CPUtime=733.69 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 193077 0 0 0 73318 51 0 0 25 0 4 0 652991494 344604672 45696 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 84132 45696 395 112 0 79097 0
[pid=8730/tid=8731] ppid=8728 vsize=336528 CPUtime=183.86 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 54568 0 0 0 18371 15 0 0 25 0 4 0 652991494 344604672 45696 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=336528 CPUtime=183.87 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 49485 0 0 0 18374 13 0 0 25 0 4 0 652991494 344604672 45696 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=336528 CPUtime=182.04 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 38020 0 0 0 18195 9 0 0 25 0 4 0 652991494 344604672 45696 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 733.69
Current children cumulated vsize (KiB) 336528

[startup+184.701 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10736824/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=336528 CPUtime=736.91 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 193320 0 0 0 73640 51 0 0 25 0 4 0 652991494 344604672 45939 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 84132 45939 395 112 0 79097 0
[pid=8730/tid=8731] ppid=8728 vsize=336528 CPUtime=184.67 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 54611 0 0 0 18452 15 0 0 25 0 4 0 652991494 344604672 45939 33554432000 4194304 4650419 140737426618416 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=336528 CPUtime=184.68 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 49586 0 0 0 18455 13 0 0 25 0 4 0 652991494 344604672 45939 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=336528 CPUtime=182.84 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 38112 0 0 0 18275 9 0 0 25 0 4 0 652991494 344604672 45939 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 736.91
Current children cumulated vsize (KiB) 336528

[startup+185.501 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10736824/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=336528 CPUtime=740.07 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 194180 0 0 0 73956 51 0 0 25 0 4 0 652991494 344604672 43899 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 84132 43899 395 112 0 79097 0
[pid=8730/tid=8731] ppid=8728 vsize=336528 CPUtime=185.45 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 55322 0 0 0 18530 15 0 0 25 0 4 0 652991494 344604672 43899 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=336528 CPUtime=185.47 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 49649 0 0 0 18534 13 0 0 25 0 4 0 652991494 344604672 43899 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=336528 CPUtime=183.63 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 38192 0 0 0 18354 9 0 0 25 0 4 0 652991494 344604672 43899 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 740.07
Current children cumulated vsize (KiB) 336528

[startup+185.912 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10749720/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=336528 CPUtime=741.71 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 194312 0 0 0 74120 51 0 0 25 0 4 0 652991494 344604672 44031 33554432000 4194304 4650419 140737426618416 18446744073709551615 4334251 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 84132 44031 395 112 0 79097 0
[pid=8730/tid=8731] ppid=8728 vsize=336528 CPUtime=185.86 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 55370 0 0 0 18571 15 0 0 25 0 4 0 652991494 344604672 44031 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=336528 CPUtime=185.88 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 49696 0 0 0 18575 13 0 0 25 0 4 0 652991494 344604672 44031 33554432000 4194304 4650419 140737426618416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=336528 CPUtime=184.03 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 38226 0 0 0 18394 9 0 0 25 0 4 0 652991494 344604672 44031 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 741.71
Current children cumulated vsize (KiB) 336528

[startup+186.001 s]
/proc/loadavg: 8.01 7.96 7.52 9/324 8786
/proc/meminfo: memFree=10749720/32951124 swapFree=67093864/67111528
[pid=8730] ppid=8728 vsize=336528 CPUtime=742.06 cores=0,2,4,6
/proc/8730/stat : 8730 (strangenight1-m) R 8728 8730 7962 0 -1 4202496 194345 0 0 0 74155 51 0 0 25 0 4 0 652991494 344604672 44064 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8730/statm: 84132 44064 395 112 0 79097 0
[pid=8730/tid=8731] ppid=8728 vsize=336528 CPUtime=185.95 cores=0,2,4,6
/proc/8730/task/8731/stat : 8731 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 55381 0 0 0 18580 15 0 0 25 0 4 0 652991494 344604672 44064 33554432000 4194304 4650419 140737426618416 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8730/tid=8732] ppid=8728 vsize=336528 CPUtime=185.97 cores=0,2,4,6
/proc/8730/task/8732/stat : 8732 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 49709 0 0 0 18584 13 0 0 25 0 4 0 652991494 344604672 44064 33554432000 4194304 4650419 140737426618416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8730/tid=8733] ppid=8728 vsize=336528 CPUtime=184.12 cores=0,2,4,6
/proc/8730/task/8733/stat : 8733 (strangenight1-m) R 8728 8730 7962 0 -1 4202560 38234 0 0 0 18403 9 0 0 25 0 4 0 652991494 344604672 44064 33554432000 4194304 4650419 140737426618416 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 742.06
Current children cumulated vsize (KiB) 336528

Child status: 20
Real time (s): 186.039
CPU time (s): 742.195
CPU user time (s): 741.672
CPU system time (s): 0.52292
CPU usage (%): 398.947
Max. virtual memory (cumulated for all children) (KiB): 380968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 741.672
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194359
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= 1999
involuntary context switches= 3802

runsolver used 0.482926 second user time and 1.39279 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 00:58:11
IDJOB=3369311
IDBENCH=83256
IDSOLVER=1846
FILE ID=node102/3369311-1305413891
RUNJOBID= node102-1305413891-8715
PBS_JOBID= 13324503
Free space on /tmp= 73536 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369311-1305413891/watcher-3369311-1305413891 -o /tmp/evaluation-result-3369311-1305413891/solver-3369311-1305413891 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369311-1305413891.cnf

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

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=1515406549

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11150556 kB
Buffers:        259932 kB
Cached:        2806624 kB
SwapCached:       1128 kB
Active:       19520540 kB
Inactive:      1985756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11150556 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           12940 kB
Writeback:           0 kB
AnonPages:    18438168 kB
Mapped:          25920 kB
Slab:           177040 kB
PageTables:      52792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59039220 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= 73524 MiB
End job on node102 at 2011-05-15 01:01:18