Trace number 3368889

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 166.937 41.8201

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
MD5SUM9e24719e5efd9c5e96f374a33a1fed5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.43478
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368889-1305405468.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1278/1278 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 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:    300 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:      8  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:     123 undec:      38 neg:     139
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       292      1270         0         0      3861         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.37/0.13	c  N st     8      4922       292      1270         0      4747      3861     74107   no data   no data  --
1.17/0.35	c  N st    10     11307       292      1270         0      4408      3861     53876   no data   no data  --
1.97/0.58	c  N st    11     17050       292      1270         0      9915      3861    135117   no data   no data  --
3.17/0.89	c  F st    12     25001       292      1270         0     12187      3861    171280   no data   no data  --
3.17/0.89	c  N st    12     25001       292      1270         0     12187      3861    171280   no data   no data  --
4.40/1.12	c Decided on static restart strategy
4.40/1.12	c  N st    18     30003       292      1270         0     10488      3861    126190   no data   no data  --
4.40/1.12	c  S st    18     30003       292      1270         0     10488      3861    126190   no data   no data  --
4.40/1.15	c  S st    18     30507       292      1270         0     10990      3861    134206   no data   no data  --
4.40/1.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.40/1.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
4.40/1.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.27	c lits-rem:       238  cl-subs:     1758  v-elim:      0  v-fix:    0  time:  0.44 s
4.76/1.28	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.03
4.76/1.28	c calculated reachability. Time: 0.00
4.76/1.28	c  N st    18     30507       292      1270         0      9232      3861    112382   no data   no data  --
6.36/1.66	c  N st    20     37618       292      1270         0      8517      3861     91818   no data   no data  --
7.57/1.96	c  N st    21     44017       292      1270         0     14721      3861    194153   no data   no data  --
7.97/2.07	c  S st    22     45761       292      1270         0     16382      3861    219886   no data   no data  --
8.38/2.12	c  S st    22     46262       292      1270         0     16874      3861    227971   no data   no data  --
8.38/2.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/2.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.38/2.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
8.38/2.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.55	c lits-rem:       470  cl-subs:     1842  v-elim:      0  v-fix:    0  time:  1.68 s
9.96/2.55	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
9.96/2.55	c vivif2 --  cl tried    15032 cl shrink        0 lits rem          0 time: 0.01
9.96/2.56	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.04
9.96/2.56	c calculated reachability. Time: 0.00
9.96/2.56	c  N st    22     46262       292      1270         0     15032      3861    202091   no data   no data  --
13.18/3.38	c  N st    23     60662       292      1270         0     10763      3861    113736   no data   no data  --
15.15/3.87	c  N st    24     69396       292      1270         0     19165      3861    251382   no data   no data  --
15.15/3.87	c  S st    24     69396       292      1270         0     19165      3861    251382   no data   no data  --
15.55/3.92	c  S st    24     69899       292      1270         0     19668      3861    260191   no data   no data  --
15.55/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.55/3.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.55/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
15.55/3.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.58/4.48	c lits-rem:       552  cl-subs:     2042  v-elim:      0  v-fix:    0  time:  2.19 s
17.58/4.48	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
17.58/4.49	c vivif2 --  cl tried    17626 cl shrink        0 lits rem          0 time: 0.01
17.94/4.50	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.05
17.94/4.50	c calculated reachability. Time: 0.00
17.94/4.50	c  N st    24     69899       292      1270         0     17626      3861    231918   no data   no data  --
22.33/5.65	c  F st    25     87500       292      1270         0     12537      3861    132305   no data   no data  --
22.33/5.65	c  N st    25     87500       292      1270         0     12537      3861    132305   no data   no data  --
23.53/5.97	c Decided on static restart strategy
24.33/6.18	c  N st    32     95539       292      1270         0     20246      3861    248462   no data   no data  --
26.72/6.79	c  N st    34    104849       292      1270         0     16699      3861    181400   no data   no data  --
26.72/6.79	c  S st    34    104849       292      1270         0     16699      3861    181400   no data   no data  --
27.12/6.84	c  S st    34    105351       292      1270         0     17197      3861    189675   no data   no data  --
27.12/6.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.12/6.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.12/6.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
27.12/6.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.12/6.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.12/6.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
27.12/6.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.32/7.13	c lits-rem:       320  cl-subs:     1539  v-elim:      0  v-fix:    0  time:  1.14 s
28.32/7.13	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
28.32/7.13	c vivif2 --  cl tried    15658 cl shrink        0 lits rem          0 time: 0.01
28.32/7.14	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.04
28.32/7.15	c calculated reachability. Time: 0.00
28.32/7.15	c  N st    34    105351       292      1270         0     15658      3861    169673   no data   no data  --
31.12/7.83	c  N st    35    114949       292      1270         0     24806      3861    289633   no data   no data  --
34.73/8.77	c  N st    36    129347       292      1270         1     25192      3861    288507   no data   no data  --
41.50/10.42	c  N st    37    150942       292      1270         1     16222      3861    152173   no data   no data  --
43.10/10.88	c  S st    38    158026       292      1270         1     23002      3861    261803   no data   no data  --
43.51/10.94	c  S st    38    158528       292      1270         1     23502      3861    269747   no data   no data  --
43.51/10.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.51/10.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.51/10.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.51/10.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.51/10.97	c subs with bin:      121  lits-rem:       773  v-fix:    0  time:  0.04 s
43.51/10.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
43.51/10.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.29/11.61	c lits-rem:       977  cl-subs:     2471  v-elim:      0  v-fix:    0  time:  2.54 s
46.29/11.61	c vivif2 --  cl tried     1269 cl shrink        0 lits rem          0 time: 0.00
46.29/11.61	c vivif2 --  cl tried    20911 cl shrink        0 lits rem          0 time: 0.01
46.29/11.62	c asymm  cl-useful: 0/1269/1269 lits-rem:0 time: 0.05
46.29/11.62	c calculated reachability. Time: 0.00
46.29/11.62	c  N st    38    158528       292      1269         1     20911      3860    234778   no data   no data  --
62.66/15.71	c  N st    39    207118       292      1269         1     33938      3860    406943   no data   no data  --
73.44/18.42	c  N st    40    237794       292      1269         1     26042      3860    284100   no data   no data  --
73.44/18.42	c  S st    40    237794       292      1269         1     26042      3860    284100   no data   no data  --
73.44/18.49	c  S st    40    238295       292      1269         1     26537      3860    292255   no data   no data  --
73.44/18.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.44/18.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.84/18.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
73.84/18.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.84/18.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.84/18.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
73.84/18.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.64/19.27	c lits-rem:       586  cl-subs:     2263  v-elim:      0  v-fix:    0  time:  3.05 s
76.64/19.27	c vivif2 --  cl tried     1269 cl shrink        0 lits rem          0 time: 0.00
76.64/19.27	c vivif2 --  cl tried    24274 cl shrink        0 lits rem          0 time: 0.01
76.64/19.29	c asymm  cl-useful: 0/1269/1269 lits-rem:0 time: 0.07
76.64/19.29	c calculated reachability. Time: 0.00
76.64/19.29	c  N st    40    238295       292      1269         1     24274      3860    259618   no data   no data  --
101.79/25.59	c  F st    41    306252       292      1269         1     26211      3860    255538   no data   no data  --
101.79/25.59	c  N st    41    306252       292      1269         1     26211      3860    255538   no data   no data  --
101.79/25.59	c Finding binary XORs  T:     0.00 s  found:       0
103.79/26.04	c Decided on static restart strategy
113.37/28.46	c  N st    51    334552       291      1247        25     29509      3810    306227   no data   no data  --
123.75/31.01	c  N st    53    357442       291      1247        25     27929      3810    265366   no data   no data  --
123.75/31.01	c  S st    53    357442       291      1247        25     27929      3810    265366   no data   no data  --
123.75/31.09	c  S st    53    357945       291      1247        25     28430      3810    273616   no data   no data  --
123.75/31.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.75/31.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.75/31.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      4 BRemN:      0 P:  0.3M T:  0.03
124.15/31.10	c bin-w-bin subsume rem           10 bins  time:  0.00 s
124.15/31.13	c subs with bin:      488  lits-rem:       887  v-fix:    0  time:  0.10 s
124.15/31.13	c Subs w/ non-existent bins:      4 l-rem:     17 v-fix:     0 done:    291 time:  0.00 s
124.15/31.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
126.55/31.78	c lits-rem:       660  cl-subs:     2113  v-elim:      0  v-fix:    0  time:  2.63 s
126.55/31.78	c vivif2 --  cl tried     1246 cl shrink        0 lits rem          0 time: 0.00
126.55/31.79	c vivif2 --  cl tried    25826 cl shrink        0 lits rem          0 time: 0.01
126.96/31.80	c asymm  cl-useful: 0/1246/1246 lits-rem:0 time: 0.06
126.96/31.81	c calculated reachability. Time: 0.00
126.96/31.81	c  N st    53    357945       291      1246        12     25826      3809    241599   no data   no data  --
139.72/35.09	c  N st    54    390339       291      1246        12     32224      3809    335188   no data   no data  --
163.67/41.07	c  N st    55    438928       291      1246        13     52846      3809    609273   no data   no data  --
163.67/41.09	c Finding binary XORs  T:     0.00 s  found:       0
166.89/41.81	c Following stats are for *FIRST FINISHED THREAD ONLY*
166.89/41.81	c num threads              : 4          
166.89/41.81	c restarts                 : 55         
166.89/41.81	c dynamic restarts         : 0          
166.89/41.81	c static restarts          : 55         
166.89/41.81	c full restarts            : 3          
166.89/41.81	c total simplify time      : 0.36       
166.89/41.81	c learnts DL2              : 0          
166.89/41.81	c learnts size 2           : 133        
166.89/41.81	c learnts size 1           : 167         (55.67     % of vars)
166.89/41.81	c filedLit time            : 0.09        (0.05      % time)
166.89/41.81	c v-elim SatELite          : 9           (3.00      % vars)
166.89/41.81	c SatELite time            : 11.25       (6.75      % time)
166.89/41.81	c v-elim xor               : 0           (0.00      % vars)
166.89/41.81	c xor elim time            : 0.01        (0.00      % time)
166.89/41.81	c num binary xor trees     : 0          
166.89/41.81	c binxor trees' crown      : 0           (nan       leafs/tree)
166.89/41.81	c bin xor find time        : 0.00       
166.89/41.81	c OTF clause improved      : 18193       (0.04      clauses/conflict)
166.89/41.81	c OTF impr. size diff      : 20448       (1.12       lits/clause)
166.89/41.81	c OTF cl watch-shrink      : 142719      (0.32      clauses/conflict)
166.89/41.81	c OTF cl watch-sh-lit      : 195346      (1.37       lits/clause)
166.89/41.81	c tried to recurMin cls    : 64265       (14.63      % of conflicts)
166.89/41.81	c updated cache            : 517         (0.01       lits/tried recurMin)
166.89/41.81	c unit cls received        : 1           (0.60      % of units)
166.89/41.81	c unit cls sent            : 2           (1.20      % of units)
166.89/41.81	c bin cls received         : 18         
166.89/41.81	c bin cls sent             : 36         
166.89/41.81	c clauses over max glue    : 0           (0.00      % of all clauses)
166.89/41.81	c conflicts                : 439173      (2632.73   / sec)
166.89/41.81	c decisions                : 512361      (1.96      % random)
166.89/41.81	c bogo-props               : 5265356917  (31564496.05 / sec)
166.89/41.81	c conflict literals        : 6836121     (28.89     % deleted)
166.89/41.81	c Memory used              : 296.00      MB
166.89/41.81	c single-thread CPU time   : 166.81      s
166.89/41.81	c all-threads sum CPU time : 166.81      s
166.89/41.81	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-3368889-1305405468/watcher-3368889-1305405468 -o /tmp/evaluation-result-3368889-1305405468/solver-3368889-1305405468 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368889-1305405468.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.44 7.94 7.98 7/232 3638
/proc/meminfo: memFree=19326324/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 416 0 0 0 0 0 0 0 23 0 4 0 652146643 52465664 357 33554432000 4194304 4650419 140735131095520 18446744073709551615 47819564775425 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 12809 357 306 112 0 7774 0
[pid=3638/tid=3639] ppid=3636 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 652146643 52465664 357 33554432000 4194304 4650419 140735131095520 18446744073709551615 47819564774937 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652146643 52465664 357 33554432000 4194304 4650419 140735131095520 18446744073709551615 47819564774937 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652146643 52465664 357 33554432000 4194304 4650419 140735131095520 18446744073709551615 47819564775340 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.096455 s]
/proc/loadavg: 7.44 7.94 7.98 7/232 3638
/proc/meminfo: memFree=19326324/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=282296 CPUtime=0.36 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 1418 0 0 0 36 0 0 0 24 0 4 0 652146643 289071104 1300 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 70574 1308 391 112 0 65539 0
[pid=3638/tid=3639] ppid=3636 vsize=282296 CPUtime=0.09 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 270 0 0 0 9 0 0 0 25 0 4 0 652146643 289071104 1308 33554432000 4194304 4650419 140735131095520 18446744073709551615 4331067 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=282296 CPUtime=0.09 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 292 0 0 0 9 0 0 0 25 0 4 0 652146643 289071104 1308 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=282296 CPUtime=0.08 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 187 0 0 0 8 0 0 0 25 0 4 0 652146643 289071104 1308 33554432000 4194304 4650419 140735131095520 18446744073709551615 4363432 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) 282296

[startup+0.100454 s]
/proc/loadavg: 7.44 7.94 7.98 7/232 3638
/proc/meminfo: memFree=19326324/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=282296 CPUtime=0.37 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 1446 0 0 0 37 0 0 0 24 0 4 0 652146643 289071104 1328 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 70574 1328 391 112 0 65539 0
[pid=3638/tid=3639] ppid=3636 vsize=282296 CPUtime=0.09 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 272 0 0 0 9 0 0 0 25 0 4 0 652146643 289071104 1328 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=282296 CPUtime=0.09 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 295 0 0 0 9 0 0 0 25 0 4 0 652146643 289071104 1328 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=282296 CPUtime=0.09 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 198 0 0 0 9 0 0 0 25 0 4 0 652146643 289071104 1328 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282296

[startup+0.300418 s]
/proc/loadavg: 7.44 7.94 7.98 7/232 3638
/proc/meminfo: memFree=19326324/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=283336 CPUtime=1.17 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 2342 0 0 0 117 0 0 0 25 0 4 0 652146643 290136064 1827 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 70834 1827 393 112 0 65799 0
[pid=3638/tid=3639] ppid=3636 vsize=283336 CPUtime=0.29 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 489 0 0 0 29 0 0 0 25 0 4 0 652146643 290136064 1827 33554432000 4194304 4650419 140735131095520 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=283336 CPUtime=0.29 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 526 0 0 0 29 0 0 0 25 0 4 0 652146643 290136064 1827 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=283336 CPUtime=0.29 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 422 0 0 0 29 0 0 0 25 0 4 0 652146643 290136064 1827 33554432000 4194304 4650419 140735131095520 18446744073709551615 4363506 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) 283336

[startup+0.700349 s]
/proc/loadavg: 7.44 7.94 7.98 7/232 3638
/proc/meminfo: memFree=19326324/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=284648 CPUtime=2.77 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 4016 0 0 0 277 0 0 0 25 0 4 0 652146643 291479552 2134 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 71162 2134 393 112 0 66127 0
[pid=3638/tid=3639] ppid=3636 vsize=284648 CPUtime=0.69 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 934 0 0 0 69 0 0 0 25 0 4 0 652146643 291479552 2134 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366882 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=284648 CPUtime=0.69 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 967 0 0 0 69 0 0 0 25 0 4 0 652146643 291479552 2134 33554432000 4194304 4650419 140735131095520 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=284648 CPUtime=0.69 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 809 0 0 0 69 0 0 0 25 0 4 0 652146643 291479552 2135 33554432000 4194304 4650419 140735131095520 18446744073709551615 4363506 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) 284648

[startup+1.50021 s]
/proc/loadavg: 7.48 7.94 7.98 10/236 3642
/proc/meminfo: memFree=19308560/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=285376 CPUtime=5.96 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 7636 0 0 0 596 0 0 0 25 0 4 0 652146643 292225024 4236 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 71344 4237 395 112 0 66309 0
[pid=3638/tid=3639] ppid=3636 vsize=285376 CPUtime=1.49 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 2031 0 0 0 149 0 0 0 25 0 4 0 652146643 292225024 4237 33554432000 4194304 4650419 140735131095520 18446744073709551615 4476111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=285376 CPUtime=1.49 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 1607 0 0 0 149 0 0 0 25 0 4 0 652146643 292225024 4237 33554432000 4194304 4650419 140735131095520 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=285376 CPUtime=1.48 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 1372 0 0 0 148 0 0 0 25 0 4 0 652146643 292225024 4237 33554432000 4194304 4650419 140735131095520 18446744073709551615 4303919 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285376

[startup+3.10093 s]
/proc/loadavg: 7.48 7.94 7.98 10/236 3642
/proc/meminfo: memFree=19279432/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=288312 CPUtime=12.36 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 13284 0 0 0 1234 2 0 0 25 0 4 0 652146643 295231488 7772 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 72078 7772 395 112 0 67043 0
[pid=3638/tid=3639] ppid=3636 vsize=288312 CPUtime=3.09 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 2939 0 0 0 309 0 0 0 25 0 4 0 652146643 295231488 7772 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=288312 CPUtime=3.09 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 3515 0 0 0 309 0 0 0 25 0 4 0 652146643 295231488 7772 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=288312 CPUtime=3.07 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 2819 0 0 0 307 0 0 0 25 0 4 0 652146643 295231488 7772 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 288312

[startup+6.30036 s]
/proc/loadavg: 7.48 7.94 7.98 10/236 3643
/proc/meminfo: memFree=19251088/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=293068 CPUtime=25.13 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 20472 0 0 0 2510 3 0 0 25 0 4 0 652146643 300101632 10886 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 73267 10886 395 112 0 68232 0
[pid=3638/tid=3639] ppid=3636 vsize=293068 CPUtime=6.28 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 5113 0 0 0 628 0 0 0 25 0 4 0 652146643 300101632 10886 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=293068 CPUtime=6.28 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 5549 0 0 0 628 0 0 0 25 0 4 0 652146643 300101632 10886 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=293068 CPUtime=6.24 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 3963 0 0 0 624 0 0 0 25 0 4 0 652146643 300101632 10886 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 293068

[startup+12.7002 s]
/proc/loadavg: 7.56 7.94 7.98 10/236 3643
/proc/meminfo: memFree=19217124/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=302280 CPUtime=50.68 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 31030 0 0 0 5063 5 0 0 25 0 4 0 652146643 309534720 12850 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 75570 12850 395 112 0 70535 0
[pid=3638/tid=3639] ppid=3636 vsize=302280 CPUtime=12.69 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 7832 0 0 0 1268 1 0 0 25 0 4 0 652146643 309534720 12850 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=302280 CPUtime=12.69 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 8326 0 0 0 1268 1 0 0 25 0 4 0 652146643 309534720 12850 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=302280 CPUtime=12.6 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 6142 0 0 0 1259 1 0 0 25 0 4 0 652146643 309534720 12850 33554432000 4194304 4650419 140735131095520 18446744073709551615 4333257 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 302280

[startup+25.501 s]
/proc/loadavg: 7.71 7.96 7.99 9/236 3643
/proc/meminfo: memFree=19191580/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=303348 CPUtime=101.79 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 47156 0 0 0 10170 9 0 0 25 0 4 0 652146643 310628352 16733 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 75837 16733 395 112 0 70802 0
[pid=3638/tid=3639] ppid=3636 vsize=303348 CPUtime=25.49 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 12661 0 0 0 2547 2 0 0 25 0 4 0 652146643 310628352 16733 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=303348 CPUtime=25.48 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 12971 0 0 0 2546 2 0 0 25 0 4 0 652146643 310628352 16733 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=303348 CPUtime=25.3 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 8017 0 0 0 2529 1 0 0 25 0 4 0 652146643 310628352 16733 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 303348

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

[startup+31.9088 s]
/proc/loadavg: 7.75 7.96 7.99 10/236 3643
/proc/meminfo: memFree=19175212/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=322080 CPUtime=127.37 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 54376 0 0 0 12727 10 0 0 25 0 4 0 652146643 329809920 19418 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 80520 19418 395 112 0 75485 0
[pid=3638/tid=3639] ppid=3636 vsize=322080 CPUtime=31.89 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 14586 0 0 0 3187 2 0 0 25 0 4 0 652146643 329809920 19418 33554432000 4194304 4650419 140735131095520 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=322080 CPUtime=31.89 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 14965 0 0 0 3187 2 0 0 25 0 4 0 652146643 329809920 19419 33554432000 4194304 4650419 140735131095520 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=322080 CPUtime=31.66 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 9300 0 0 0 3164 2 0 0 25 0 4 0 652146643 329809920 19419 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 127.37
Current children cumulated vsize (KiB) 322080

[startup+38.3007 s]
/proc/loadavg: 7.77 7.96 7.99 9/236 3643
/proc/meminfo: memFree=19165964/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=312720 CPUtime=152.89 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 59281 0 0 0 15278 11 0 0 25 0 4 0 652146643 320225280 20894 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 78180 20894 395 112 0 73145 0
[pid=3638/tid=3639] ppid=3636 vsize=312720 CPUtime=38.28 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 15742 0 0 0 3826 2 0 0 25 0 4 0 652146643 320225280 20894 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=312720 CPUtime=38.29 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 16550 0 0 0 3826 3 0 0 25 0 4 0 652146643 320225280 20894 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=312720 CPUtime=38.01 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 10351 0 0 0 3799 2 0 0 25 0 4 0 652146643 320225280 20894 33554432000 4194304 4650419 140735131095520 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 152.89
Current children cumulated vsize (KiB) 312720

[startup+39.9004 s]
/proc/loadavg: 7.77 7.96 7.99 9/236 3643
/proc/meminfo: memFree=19160756/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=312720 CPUtime=159.28 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 60518 0 0 0 15917 11 0 0 25 0 4 0 652146643 320225280 22105 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 78180 22105 395 112 0 73145 0
[pid=3638/tid=3639] ppid=3636 vsize=312720 CPUtime=39.88 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 16064 0 0 0 3986 2 0 0 25 0 4 0 652146643 320225280 22105 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=312720 CPUtime=39.89 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 17011 0 0 0 3986 3 0 0 25 0 4 0 652146643 320225280 22105 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=312720 CPUtime=39.6 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 10569 0 0 0 3958 2 0 0 25 0 4 0 652146643 320225280 22105 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 159.28
Current children cumulated vsize (KiB) 312720

[startup+40.7083 s]
/proc/loadavg: 7.77 7.96 7.99 10/236 3643
/proc/meminfo: memFree=19156912/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=312720 CPUtime=162.5 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 60952 0 0 0 16239 11 0 0 25 0 4 0 652146643 320225280 22539 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 78180 22539 395 112 0 73145 0
[pid=3638/tid=3639] ppid=3636 vsize=312720 CPUtime=40.69 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 16186 0 0 0 4067 2 0 0 25 0 4 0 652146643 320225280 22539 33554432000 4194304 4650419 140735131095520 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=312720 CPUtime=40.69 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 17142 0 0 0 4066 3 0 0 25 0 4 0 652146643 320225280 22539 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=312720 CPUtime=40.4 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 10655 0 0 0 4038 2 0 0 25 0 4 0 652146643 320225280 22539 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.5
Current children cumulated vsize (KiB) 312720

[startup+41.5011 s]
/proc/loadavg: 7.77 7.96 7.99 10/236 3643
/proc/meminfo: memFree=19156912/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=303096 CPUtime=165.67 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 61932 0 0 0 16556 11 0 0 25 0 4 0 652146643 310370304 21797 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 75774 21797 395 112 0 70739 0
[pid=3638/tid=3639] ppid=3636 vsize=303096 CPUtime=41.48 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 16629 0 0 0 4146 2 0 0 25 0 4 0 652146643 310370304 21797 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=303096 CPUtime=41.49 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 17241 0 0 0 4146 3 0 0 25 0 4 0 652146643 310370304 21797 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=303096 CPUtime=41.19 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 10725 0 0 0 4117 2 0 0 25 0 4 0 652146643 310370304 21797 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 165.67
Current children cumulated vsize (KiB) 303096

[startup+41.7011 s]
/proc/loadavg: 7.79 7.96 7.99 10/236 3644
/proc/meminfo: memFree=19148480/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=303096 CPUtime=166.49 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 62036 0 0 0 16638 11 0 0 25 0 4 0 652146643 310370304 21901 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 75774 21901 395 112 0 70739 0
[pid=3638/tid=3639] ppid=3636 vsize=303096 CPUtime=41.69 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 16659 0 0 0 4167 2 0 0 25 0 4 0 652146643 310370304 21901 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=303096 CPUtime=41.69 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 17263 0 0 0 4166 3 0 0 25 0 4 0 652146643 310370304 21901 33554432000 4194304 4650419 140735131095520 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=303096 CPUtime=41.39 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 10740 0 0 0 4137 2 0 0 25 0 4 0 652146643 310370304 21901 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 166.49
Current children cumulated vsize (KiB) 303096

[startup+41.8081 s]
/proc/loadavg: 7.79 7.96 7.99 10/236 3644
/proc/meminfo: memFree=19148480/32950928 swapFree=64721848/67111528
[pid=3638] ppid=3636 vsize=303096 CPUtime=166.89 cores=0,2,4,6
/proc/3638/stat : 3638 (strangenight1-m) R 3636 3638 2957 0 -1 4202496 62275 0 0 0 16678 11 0 0 25 0 4 0 652146643 310370304 22136 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3638/statm: 75774 22136 395 112 0 70739 0
[pid=3638/tid=3639] ppid=3636 vsize=303096 CPUtime=41.79 cores=0,2,4,6
/proc/3638/task/3639/stat : 3639 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 16676 0 0 0 4177 2 0 0 25 0 4 0 652146643 310370304 22136 33554432000 4194304 4650419 140735131095520 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3638/tid=3640] ppid=3636 vsize=303096 CPUtime=41.79 cores=0,2,4,6
/proc/3638/task/3640/stat : 3640 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 17453 0 0 0 4176 3 0 0 25 0 4 0 652146643 310370304 22136 33554432000 4194304 4650419 140735131095520 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3638/tid=3641] ppid=3636 vsize=303096 CPUtime=41.49 cores=0,2,4,6
/proc/3638/task/3641/stat : 3641 (strangenight1-m) R 3636 3638 2957 0 -1 4202560 10754 0 0 0 4147 2 0 0 25 0 4 0 652146643 310370304 22136 33554432000 4194304 4650419 140735131095520 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 166.89
Current children cumulated vsize (KiB) 303096

Child status: 20
Real time (s): 41.8201
CPU time (s): 166.937
CPU user time (s): 166.813
CPU system time (s): 0.123981
CPU usage (%): 399.178
Max. virtual memory (cumulated for all children) (KiB): 322420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.813
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62282
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= 233
involuntary context switches= 1310

runsolver used 0.098984 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-14 22:37:48
IDJOB=3368889
IDBENCH=82898
IDSOLVER=1846
FILE ID=node123/3368889-1305405468
RUNJOBID= node123-1305405468-3615
PBS_JOBID= 13324482
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368889-1305405468/watcher-3368889-1305405468 -o /tmp/evaluation-result-3368889-1305405468/solver-3368889-1305405468 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368889-1305405468.cnf

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=1234594036

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19326852 kB
Buffers:        297656 kB
Cached:        3991312 kB
SwapCached:      10528 kB
Active:       10619320 kB
Inactive:      2737340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19326852 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           12564 kB
Writeback:           0 kB
AnonPages:     9064924 kB
Mapped:          15788 kB
Slab:           176144 kB
PageTables:      31752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13110396 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= 73352 MiB
End job on node123 at 2011-05-14 22:38:30