Trace number 3175279

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-mtUNSAT 1697.97 425.22

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
MD5SUM4c16bc52ec8b88c947f571c625ddf62f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03423
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
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-3175279-1304106578.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 1/1491/1491 lits-rem:3 time: 0.00
0.00/0.00	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:        1  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:    350 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:         1  cl-subs:        0  v-elim:     15  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:     162 undec:      36 neg:     152
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       335      1469         1         0      4513         0   no data   no data  --
0.11/0.05	c Decided on static restart strategy
0.38/0.13	c  N st     8      4919       335      1469         1      4792      4513     81434   no data   no data  --
1.18/0.36	c  N st    10     11311       335      1469         1      4415      4513     58293   no data   no data  --
1.98/0.57	c  N st    11     17054       335      1469         1      9999      4513    156478   no data   no data  --
3.57/0.94	c  F st    12     25000       335      1469         1     12225      4513    193053   no data   no data  --
3.57/0.94	c  N st    12     25000       335      1469         1     12225      4513    193053   no data   no data  --
4.39/1.17	c Decided on static restart strategy
4.39/1.17	c  N st    18     30000       335      1469         1     10534      4513    145484   no data   no data  --
4.39/1.17	c  S st    18     30000       335      1469         1     10534      4513    145484   no data   no data  --
4.77/1.21	c  S st    18     30504       335      1469         1     11031      4513    154425   no data   no data  --
4.77/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
4.77/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.35	c lits-rem:       221  cl-subs:     1108  v-elim:      0  v-fix:    0  time:  0.53 s
5.17/1.35	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.03
5.17/1.35	c calculated reachability. Time: 0.00
5.17/1.35	c  N st    18     30504       335      1469         1      9923      4513    136798   no data   no data  --
6.77/1.73	c  N st    20     37614       335      1469         1      9203      4513    113298   no data   no data  --
7.97/2.06	c  N st    21     44013       335      1469         1     15350      4513    212180   no data   no data  --
8.39/2.18	c  S st    22     45756       335      1469         1     17018      4513    240115   no data   no data  --
8.79/2.23	c  S st    22     46259       335      1469         1      8916      4513     97891   no data   no data  --
8.79/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.79/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
8.79/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.27	c lits-rem:        65  cl-subs:      321  v-elim:      0  v-fix:    0  time:  0.15 s
8.79/2.27	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
8.79/2.27	c vivif2 --  cl tried     8595 cl shrink        0 lits rem          0 time: 0.00
8.79/2.28	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.02
8.79/2.28	c calculated reachability. Time: 0.00
8.79/2.28	c  N st    22     46259       335      1469         1      8595      4513     93683   no data   no data  --
12.36/3.12	c  N st    23     60657       335      1469         1     12904      4513    159199   no data   no data  --
14.75/3.75	c  N st    24     69389       335      1469         1     21291      4513    302728   no data   no data  --
14.75/3.75	c  S st    24     69389       335      1469         1     21291      4513    302728   no data   no data  --
14.75/3.79	c  S st    24     69890       335      1469         1     11208      4513    123302   no data   no data  --
14.75/3.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.75/3.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.15/3.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
15.15/3.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.90	c lits-rem:        65  cl-subs:      182  v-elim:      0  v-fix:    0  time:  0.39 s
15.55/3.90	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
15.55/3.90	c vivif2 --  cl tried    11026 cl shrink        0 lits rem          0 time: 0.00
15.55/3.90	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.03
15.55/3.90	c calculated reachability. Time: 0.00
15.55/3.90	c  N st    24     69890       335      1469         1     11026      4513    120621   no data   no data  --
19.95/5.07	c  F st    25     87500       335      1469         1     16466      4513    212649   no data   no data  --
19.95/5.07	c  N st    25     87500       335      1469         1     16466      4513    212649   no data   no data  --
21.56/5.44	c Decided on static restart strategy
22.34/5.68	c  N st    32     95541       335      1469         1     24302      4513    350558   no data   no data  --
25.14/6.34	c  N st    34    104836       335      1469         1     20703      4513    276816   no data   no data  --
25.14/6.34	c  S st    34    104836       335      1469         1     20703      4513    276816   no data   no data  --
25.54/6.40	c  S st    34    105341       335      1469         1     21204      4513    286168   no data   no data  --
25.54/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.54/6.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.54/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
25.54/6.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.94/7.02	c lits-rem:       453  cl-subs:     1182  v-elim:      0  v-fix:    0  time:  2.41 s
27.94/7.02	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
27.94/7.03	c vivif2 --  cl tried    20022 cl shrink        0 lits rem          0 time: 0.01
27.94/7.04	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.06
27.94/7.04	c calculated reachability. Time: 0.00
27.94/7.04	c  N st    34    105341       335      1469         1     20022      4513    265806   no data   no data  --
31.13/7.90	c  N st    35    114939       335      1469         1     15779      4513    177138   no data   no data  --
36.73/9.20	c  N st    36    129336       335      1469         1     15162      4513    151801   no data   no data  --
43.93/11.01	c  N st    37    150931       335      1469         1     20500      4513    231506   no data   no data  --
46.31/11.66	c  S st    38    158011       335      1469         1     27338      4513    351307   no data   no data  --
46.72/11.73	c  S st    38    158512       335      1469         1     27833      4513    360047   no data   no data  --
46.72/11.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.72/11.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.72/11.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
46.72/11.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.72/11.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.72/11.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
46.72/11.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.71/12.77	c lits-rem:       840  cl-subs:     2528  v-elim:      0  v-fix:    0  time:  4.06 s
50.71/12.77	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
50.71/12.77	c vivif2 --  cl tried    25305 cl shrink        0 lits rem          0 time: 0.01
50.71/12.79	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.07
50.71/12.79	c calculated reachability. Time: 0.00
50.71/12.79	c  N st    38    158512       335      1469         1     25305      4513    321876   no data   no data  --
67.88/17.08	c  N st    39    207103       335      1469         1     20282      4513    212467   no data   no data  --
80.27/20.15	c  N st    40    237768       335      1469         1     30486      4513    375317   no data   no data  --
80.27/20.15	c  S st    40    237768       335      1469         1     30486      4513    375317   no data   no data  --
80.67/20.23	c  S st    40    238270       335      1469         1     30983      4513    384338   no data   no data  --
80.67/20.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.67/20.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.67/20.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
80.67/20.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.67/20.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.67/20.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
80.67/20.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.86/21.51	c lits-rem:       825  cl-subs:     3007  v-elim:      0  v-fix:    0  time:  5.02 s
85.86/21.51	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
85.86/21.51	c vivif2 --  cl tried    27976 cl shrink        0 lits rem          0 time: 0.02
85.86/21.53	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.08
85.86/21.53	c calculated reachability. Time: 0.00
85.86/21.53	c  N st    40    238270       335      1469         1     27976      4513    336761   no data   no data  --
114.24/28.67	c  F st    41    306251       335      1469         1     29802      4513    329274   no data   no data  --
114.24/28.67	c  N st    41    306251       335      1469         1     29802      4513    329274   no data   no data  --
116.62/29.25	c Decided on static restart strategy
127.02/31.85	c  N st    51    334553       335      1469         1     34027      4513    407512   no data   no data  --
137.38/34.47	c  N st    53    357405       335      1469         1     31954      4513    360132   no data   no data  --
137.38/34.47	c  S st    53    357405       335      1469         1     31954      4513    360132   no data   no data  --
137.78/34.55	c  S st    53    357907       335      1469         1     32454      4513    369600   no data   no data  --
137.78/34.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.78/34.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
137.78/34.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
137.78/34.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.78/34.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.78/34.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
137.78/34.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.58/35.74	c lits-rem:       790  cl-subs:     2015  v-elim:      0  v-fix:    0  time:  4.67 s
142.58/35.74	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
142.58/35.74	c vivif2 --  cl tried    30439 cl shrink        0 lits rem          0 time: 0.02
142.58/35.76	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.08
142.58/35.77	c calculated reachability. Time: 0.00
142.58/35.77	c  N st    53    357907       335      1469         1     30439      4513    335416   no data   no data  --
157.78/39.59	c  N st    54    390300       335      1469         1     36566      4513    422731   no data   no data  --
183.33/45.91	c  N st    55    438888       335      1469         1     30499      4513    297239   no data   no data  --
220.07/55.17	c  N st    56    511770       335      1469         1     43797      4513    512321   no data   no data  --
234.45/58.79	c  N st    57    536860       335      1469         1     38088      4513    392629   no data   no data  --
234.45/58.79	c  S st    57    536860       335      1469         1     38088      4513    392629   no data   no data  --
234.85/58.90	c  S st    57    537364       335      1469         1     38589      4513    401608   no data   no data  --
235.25/58.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
235.25/58.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
235.25/58.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
235.25/58.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.25/58.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.25/58.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
235.25/58.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.04/60.18	c lits-rem:       915  cl-subs:     2496  v-elim:      0  v-fix:    0  time:  5.03 s
240.04/60.18	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
240.04/60.18	c vivif2 --  cl tried    36093 cl shrink        0 lits rem          0 time: 0.02
240.45/60.21	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.11
240.45/60.21	c calculated reachability. Time: 0.00
240.45/60.21	c  N st    57    537364       335      1469         1     36093      4513    367717   no data   no data  --
334.72/83.89	c  N st    58    701349       335      1469         1     64875      4513    849559   no data   no data  --
397.44/99.56	c  N st    59    806047       335      1469         1     58797      4513    678347   no data   no data  --
397.44/99.56	c  S st    59    806047       335      1469         1     58797      4513    678347   no data   no data  --
398.24/99.74	c  S st    59    806550       335      1469         1     59297      4513    688057   no data   no data  --
398.24/99.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
398.24/99.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
398.24/99.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
398.24/99.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
398.24/99.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
398.24/99.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
398.24/99.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
410.22/102.71	c lits-rem:      2292  cl-subs:     8060  v-elim:      0  v-fix:    0  time: 11.69 s
410.22/102.71	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
410.22/102.72	c vivif2 --  cl tried    51237 cl shrink        0 lits rem          0 time: 0.03
410.22/102.77	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.19
410.22/102.77	c calculated reachability. Time: 0.00
410.22/102.77	c  N st    59    806550       335      1469         1     51237      4513    574016   no data   no data  --
585.58/146.67	c  F st    60   1071875       335      1469         1     67201      4513    784773   no data   no data  --
585.58/146.67	c  N st    60   1071875       335      1469         1     67201      4513    784773   no data   no data  --
589.97/147.79	c Decided on static restart strategy
609.55/152.65	c  N st    70   1100178       335      1469         1     51241      4513    498900   no data   no data  --
639.91/160.20	c  N st    72   1136170       335      1469         1     85656      4513   1079400   no data   no data  --
665.08/166.57	c  N st    73   1168562       335      1469         1     72735      4513    873851   no data   no data  --
698.25/174.84	c  N st    74   1209826       335      1469         1     67278      4513    778476   no data   no data  --
698.25/174.84	c  S st    74   1209826       335      1469         1     67278      4513    778476   no data   no data  --
699.02/175.06	c  S st    74   1210328       335      1469         1     67779      4513    788235   no data   no data  --
699.02/175.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
699.02/175.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
699.02/175.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
699.42/175.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
699.42/175.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
699.42/175.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
699.42/175.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
712.21/178.34	c lits-rem:      2754  cl-subs:     5398  v-elim:      0  v-fix:    0  time: 12.86 s
712.21/178.34	c vivif2 --  cl tried     1469 cl shrink        0 lits rem          0 time: 0.00
712.21/178.35	c vivif2 --  cl tried    62381 cl shrink        0 lits rem          0 time: 0.04
712.61/178.41	c asymm  cl-useful: 0/1469/1469 lits-rem:0 time: 0.25
712.61/178.41	c calculated reachability. Time: 0.00
712.61/178.41	c  N st    74   1210328       335      1469         1     62381      4513    703825   no data   no data  --
777.75/194.78	c  N st    75   1283210       335      1469         1     86070      4513   1067466   no data   no data  --
869.20/217.62	c  N st    76   1392533       335      1469         1     95665      4513   1191222   no data   no data  --
1004.22/251.47	c  N st    77   1556518       335      1469         1     52094      4513    439261   no data   no data  --
1134.85/284.19	c  N st    78   1710329       335      1469         2     92671      4513   1038025   no data   no data  --
1134.85/284.19	c  S st    78   1710329       335      1469         2     92671      4513   1038025   no data   no data  --
1136.05/284.48	c  S st    78   1710832       335      1469         3     93171      4513   1047684   no data   no data  --
1136.05/284.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1136.05/284.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1136.45/284.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
1136.45/284.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1152.82/288.69	c subs with bin:    18939  lits-rem:      3148  v-fix:    0  time: 16.49 s
1152.82/288.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
1152.82/288.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1159.22/290.21	c lits-rem:       448  cl-subs:      823  v-elim:      0  v-fix:    0  time:  6.06 s
1159.22/290.21	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
1159.22/290.22	c vivif2 --  cl tried    73411 cl shrink        0 lits rem          0 time: 0.05
1159.63/290.30	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.33
1159.63/290.31	c calculated reachability. Time: 0.00
1159.63/290.31	c  N st    78   1710832       335      1467         3     73411      4511    791300   no data   no data  --
1509.15/377.84	c  N st    79   2079796       335      1467         4     85730      4511    952159   no data   no data  --
1646.57/412.20	c  N st    80   2210832       335      1467         5     89739      4511    978581   no data   no data  --
1646.57/412.20	c  S st    80   2210832       335      1467         5     89739      4511    978581   no data   no data  --
1646.57/412.28	c Finding binary XORs  T:     0.00 s  found:       0
1647.38/412.49	c  S st    80   2211337       332      1411        56     73132      4396    741235   no data   no data  --
1647.38/412.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1647.38/412.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1647.78/412.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
1647.78/412.55	c bin-w-bin subsume rem           20 bins  time:  0.00 s
1653.75/414.01	c subs with bin:    10346  lits-rem:      8609  v-fix:    0  time:  5.85 s
1653.75/414.02	c Subs w/ non-existent bins:     38 l-rem:    238 v-fix:     0 done:    332 time:  0.02 s
1653.75/414.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1662.54/416.22	c lits-rem:      1801  cl-subs:     6387  v-elim:      1  v-fix:    0  time:  8.82 s
1662.54/416.22	c vivif2 --  cl tried     1411 cl shrink        0 lits rem          0 time: 0.00
1662.54/416.25	c vivif2 --  cl tried    56362 cl shrink     3453 lits rem       3577 time: 0.09
1662.94/416.31	c asymm  cl-useful: 0/1411/1411 lits-rem:0 time: 0.26
1662.94/416.31	c calculated reachability. Time: 0.00
1662.94/416.31	c  N st    80   2211337       331      1411        37     56362      4404    502756   no data   no data  --
1675.72/419.57	c Finding binary XORs  T:     0.00 s  found:       0
1697.93/425.21	c Following stats are for *FIRST FINISHED THREAD ONLY*
1697.93/425.21	c num threads              : 4          
1697.93/425.21	c restarts                 : 79         
1697.93/425.21	c dynamic restarts         : 0          
1697.93/425.21	c static restarts          : 79         
1697.93/425.21	c full restarts            : 4          
1697.93/425.21	c total simplify time      : 2.35       
1697.93/425.21	c learnts DL2              : 0          
1697.93/425.21	c learnts size 2           : 322        
1697.93/425.21	c learnts size 1           : 74          (21.14     % of vars)
1697.93/425.21	c filedLit time            : 0.47        (0.03      % time)
1697.93/425.21	c v-elim SatELite          : 15          (4.29      % vars)
1697.93/425.21	c SatELite time            : 62.37       (3.68      % time)
1697.93/425.21	c v-elim xor               : 0           (0.00      % vars)
1697.93/425.21	c xor elim time            : 0.07        (0.00      % time)
1697.93/425.21	c num binary xor trees     : 0          
1697.93/425.21	c binxor trees' crown      : 0           (nan       leafs/tree)
1697.93/425.21	c bin xor find time        : 0.01       
1697.93/425.21	c OTF clause improved      : 100671      (0.04      clauses/conflict)
1697.93/425.21	c OTF impr. size diff      : 106984      (1.06       lits/clause)
1697.93/425.21	c OTF cl watch-shrink      : 672625      (0.29      clauses/conflict)
1697.93/425.21	c OTF cl watch-sh-lit      : 893303      (1.33       lits/clause)
1697.93/425.21	c tried to recurMin cls    : 339038      (14.67      % of conflicts)
1697.93/425.21	c updated cache            : 5784        (0.02       lits/tried recurMin)
1697.93/425.21	c unit cls received        : 3           (4.05      % of units)
1697.93/425.21	c unit cls sent            : 8           (10.81     % of units)
1697.93/425.21	c bin cls received         : 6          
1697.93/425.21	c bin cls sent             : 150        
1697.93/425.21	c clauses over max glue    : 0           (0.00      % of all clauses)
1697.93/425.21	c conflicts                : 2311344     (1362.05   / sec)
1697.93/425.21	c decisions                : 2657253     (0.68      % random)
1697.93/425.21	c bogo-props               : 57261249892 (33743369.27 / sec)
1697.93/425.21	c conflict literals        : 38208121    (31.49     % deleted)
1697.93/425.21	c Memory used              : 447.18      MB
1697.93/425.21	c single-thread CPU time   : 1696.96     s
1697.93/425.21	c all-threads sum CPU time : 1696.96     s
1697.93/425.21	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: 935)

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-3175279-1304106578/watcher-3175279-1304106578 -o /tmp/evaluation-result-3175279-1304106578/solver-3175279-1304106578 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175279-1304106578.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.49 7.92 7.87 4/176 21107
/proc/meminfo: memFree=30329824/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 417 0 0 0 0 0 0 0 19 0 4 0 522258204 52465664 356 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894625196 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 12809 356 306 112 0 7774 0
[pid=21107/tid=21110] ppid=21103 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 4 0 522258204 52465664 356 33554432000 4194304 4650419 140733564537088 18446744073709551615 253640859579 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 522258204 52465664 356 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894625200 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 522258204 52465664 356 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894624787 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0343111 s]
/proc/loadavg: 7.49 7.92 7.87 4/176 21107
/proc/meminfo: memFree=30329824/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=282196 CPUtime=0.11 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 1162 0 0 0 11 0 0 0 21 0 4 0 522258204 288968704 1043 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 70549 1043 390 112 0 65514 0
[pid=21107/tid=21110] ppid=21103 vsize=282196 CPUtime=0.02 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 207 0 0 0 2 0 0 0 21 0 4 0 522258204 288968704 1043 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=282196 CPUtime=0.02 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 214 0 0 0 2 0 0 0 21 0 4 0 522258204 288968704 1043 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=282196 CPUtime=0.02 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 132 0 0 0 2 0 0 0 22 0 4 0 522258204 288968704 1043 33554432000 4194304 4650419 140733564537088 18446744073709551615 4329878 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 282196

[startup+0.100299 s]
/proc/loadavg: 7.49 7.92 7.87 4/176 21107
/proc/meminfo: memFree=30329824/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=282344 CPUtime=0.38 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 1518 0 0 0 38 0 0 0 21 0 4 0 522258204 289120256 1399 33554432000 4194304 4650419 140733564537088 18446744073709551615 4330720 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 70586 1399 391 112 0 65551 0
[pid=21107/tid=21110] ppid=21103 vsize=282344 CPUtime=0.09 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 297 0 0 0 9 0 0 0 21 0 4 0 522258204 289120256 1399 33554432000 4194304 4650419 140733564537088 18446744073709551615 4334889 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=282344 CPUtime=0.09 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 305 0 0 0 9 0 0 0 21 0 4 0 522258204 289120256 1399 33554432000 4194304 4650419 140733564537088 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=282344 CPUtime=0.09 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 219 0 0 0 9 0 0 0 22 0 4 0 522258204 289120256 1399 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282344

[startup+0.300262 s]
/proc/loadavg: 7.49 7.92 7.87 4/176 21107
/proc/meminfo: memFree=30329824/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=283388 CPUtime=1.18 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 2414 0 0 0 118 0 0 0 21 0 4 0 522258204 290189312 1876 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365998 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 70847 1876 393 112 0 65812 0
[pid=21107/tid=21110] ppid=21103 vsize=283388 CPUtime=0.29 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 516 0 0 0 29 0 0 0 21 0 4 0 522258204 290189312 1876 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=283388 CPUtime=0.29 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 537 0 0 0 29 0 0 0 21 0 4 0 522258204 290189312 1876 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=283388 CPUtime=0.29 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 440 0 0 0 29 0 0 0 22 0 4 0 522258204 290189312 1876 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283388

[startup+0.700192 s]
/proc/loadavg: 7.49 7.92 7.87 4/176 21107
/proc/meminfo: memFree=30329824/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=284780 CPUtime=2.77 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 4251 0 0 0 277 0 0 0 22 0 4 0 522258204 291614720 2235 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 71195 2235 393 112 0 66160 0
[pid=21107/tid=21110] ppid=21103 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 973 0 0 0 69 0 0 0 22 0 4 0 522258204 291614720 2235 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 1007 0 0 0 69 0 0 0 22 0 4 0 522258204 291614720 2235 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 881 0 0 0 69 0 0 0 24 0 4 0 522258204 291614720 2235 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284780

[startup+1.50104 s]
/proc/loadavg: 7.49 7.92 7.87 9/184 21115
/proc/meminfo: memFree=30310284/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=276920 CPUtime=5.97 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 7434 0 0 0 597 0 0 0 25 0 4 0 522258204 283566080 4076 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363350 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 69230 4076 395 112 0 64195 0
[pid=21107/tid=21110] ppid=21103 vsize=276920 CPUtime=1.49 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 1458 0 0 0 149 0 0 0 25 0 4 0 522258204 283566080 4076 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=276920 CPUtime=1.48 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 1672 0 0 0 148 0 0 0 25 0 4 0 522258204 283566080 4076 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=276920 CPUtime=1.49 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 1466 0 0 0 149 0 0 0 25 0 4 0 522258204 283566080 4077 33554432000 4194304 4650419 140733564537088 18446744073709551615 4328184 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 276920

[startup+3.10075 s]
/proc/loadavg: 7.49 7.92 7.87 10/184 21115
/proc/meminfo: memFree=30277176/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=283300 CPUtime=12.36 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 14312 0 0 0 1235 1 0 0 25 0 4 0 522258204 290099200 7546 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 70825 7546 395 112 0 65790 0
[pid=21107/tid=21110] ppid=21103 vsize=283300 CPUtime=3.09 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 3263 0 0 0 309 0 0 0 25 0 4 0 522258204 290099200 7546 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=283300 CPUtime=3.07 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 3663 0 0 0 307 0 0 0 25 0 4 0 522258204 290099200 7546 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=283300 CPUtime=3.09 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 3468 0 0 0 309 0 0 0 25 0 4 0 522258204 290099200 7546 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 283300

[startup+6.30117 s]
/proc/loadavg: 7.53 7.92 7.87 10/184 21115
/proc/meminfo: memFree=30241140/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=287248 CPUtime=25.14 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 21160 0 0 0 2512 2 0 0 25 0 4 0 522258204 294141952 10385 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 71812 10385 395 112 0 66777 0
[pid=21107/tid=21110] ppid=21103 vsize=287248 CPUtime=6.28 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 5444 0 0 0 628 0 0 0 25 0 4 0 522258204 294141952 10385 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=287248 CPUtime=6.25 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 5644 0 0 0 625 0 0 0 25 0 4 0 522258204 294141952 10385 33554432000 4194304 4650419 140733564537088 18446744073709551615 4439413 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=287248 CPUtime=6.28 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 4444 0 0 0 628 0 0 0 25 0 4 0 522258204 294141952 10385 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287248

[startup+12.701 s]
/proc/loadavg: 7.57 7.92 7.87 9/184 21115
/proc/meminfo: memFree=30204692/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=288252 CPUtime=50.71 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 32375 0 0 0 5066 5 0 0 25 0 4 0 522258204 295170048 14533 33554432000 4194304 4650419 140733564537088 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 72063 14533 395 112 0 67028 0
[pid=21107/tid=21110] ppid=21103 vsize=288252 CPUtime=12.69 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 8319 0 0 0 1268 1 0 0 25 0 4 0 522258204 295170048 14533 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=288252 CPUtime=12.62 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 8232 0 0 0 1261 1 0 0 25 0 4 0 522258204 295170048 14533 33554432000 4194304 4650419 140733564537088 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=288252 CPUtime=12.69 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 6583 0 0 0 1268 1 0 0 25 0 4 0 522258204 295170048 14533 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 288252

[startup+25.5007 s]
/proc/loadavg: 7.67 7.92 7.87 10/184 21115
/proc/meminfo: memFree=30161804/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=293548 CPUtime=101.84 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 48653 0 0 0 10175 9 0 0 25 0 4 0 522258204 300593152 19297 33554432000 4194304 4650419 140733564537088 18446744073709551615 4229517 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 73387 19297 395 112 0 68352 0
[pid=21107/tid=21110] ppid=21103 vsize=293548 CPUtime=25.48 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 13360 0 0 0 2546 2 0 0 25 0 4 0 522258204 300593152 19297 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=293548 CPUtime=25.35 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 12713 0 0 0 2533 2 0 0 25 0 4 0 522258204 300593152 19297 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=293548 CPUtime=25.48 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 8458 0 0 0 2547 1 0 0 25 0 4 0 522258204 300593152 19297 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 293548

[startup+51.101 s]
/proc/loadavg: 7.85 7.94 7.88 10/184 21116
/proc/meminfo: memFree=30119380/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=289780 CPUtime=204.1 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 73970 0 0 0 20394 16 0 0 25 0 4 0 522258204 296734720 25083 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 72445 25083 395 112 0 67410 0
[pid=21107/tid=21110] ppid=21103 vsize=289780 CPUtime=51.09 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 21037 0 0 0 5104 5 0 0 25 0 4 0 522258204 296734720 25083 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=289780 CPUtime=50.81 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 19839 0 0 0 5077 4 0 0 25 0 4 0 522258204 296734720 25083 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=289780 CPUtime=51.08 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 11790 0 0 0 5107 1 0 0 25 0 4 0 522258204 296734720 25083 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 289780

[startup+102.307 s]
/proc/loadavg: 7.93 7.95 7.89 10/184 21117
/proc/meminfo: memFree=30070864/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=302644 CPUtime=408.64 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 113563 0 0 0 40834 30 0 0 25 0 4 0 522258204 309907456 30429 33554432000 4194304 4650419 140733564537088 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 75661 30429 395 112 0 70626 0
[pid=21107/tid=21110] ppid=21103 vsize=302644 CPUtime=102.29 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 31206 0 0 0 10221 8 0 0 25 0 4 0 522258204 309907456 30429 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=302644 CPUtime=101.73 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 30081 0 0 0 10164 9 0 0 25 0 4 0 522258204 309907456 30429 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=302644 CPUtime=102.29 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 18130 0 0 0 10226 3 0 0 25 0 4 0 522258204 309907456 30429 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 302644

[startup+162.301 s]

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

/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 27526 0 0 0 22221 8 0 0 25 0 4 0 522258204 335826944 43299 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.98
Current children cumulated vsize (KiB) 327956

[startup+282.301 s]
/proc/loadavg: 8.08 8.00 7.91 10/184 21122
/proc/meminfo: memFree=29889236/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=448736 CPUtime=1127.66 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 220350 0 0 0 112691 75 0 0 25 0 4 0 522258204 459505664 54163 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 112184 54163 395 112 0 107149 0
[pid=21107/tid=21110] ppid=21103 vsize=448736 CPUtime=282.29 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 61488 0 0 0 28209 20 0 0 25 0 4 0 522258204 459505664 54163 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=448736 CPUtime=280.75 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 61232 0 0 0 28052 23 0 0 25 0 4 0 522258204 459505664 54163 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=448736 CPUtime=282.29 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 34554 0 0 0 28218 11 0 0 25 0 4 0 522258204 459505664 54163 33554432000 4194304 4650419 140733564537088 18446744073709551615 4315651 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1127.66
Current children cumulated vsize (KiB) 448736

[startup+342.301 s]
/proc/loadavg: 8.08 8.01 7.92 10/184 21123
/proc/meminfo: memFree=29841584/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=453704 CPUtime=1367.34 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 245610 0 0 0 136649 85 0 0 25 0 4 0 522258204 464592896 61518 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 113426 61518 395 112 0 108391 0
[pid=21107/tid=21110] ppid=21103 vsize=453704 CPUtime=342.29 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 66824 0 0 0 34207 22 0 0 25 0 4 0 522258204 464592896 61518 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=453704 CPUtime=340.43 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 68176 0 0 0 34017 26 0 0 25 0 4 0 522258204 464592896 61518 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=453704 CPUtime=342.28 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 38699 0 0 0 34216 12 0 0 25 0 4 0 522258204 464592896 61518 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1367.34
Current children cumulated vsize (KiB) 453704

[startup+402.301 s]
/proc/loadavg: 8.12 8.04 7.93 10/184 21125
/proc/meminfo: memFree=29838456/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=448412 CPUtime=1607.02 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 268924 0 0 0 160606 96 0 0 25 0 4 0 522258204 459173888 58174 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 112103 58181 395 112 0 107068 0
[pid=21107/tid=21110] ppid=21103 vsize=448412 CPUtime=402.29 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 70738 0 0 0 40205 24 0 0 25 0 4 0 522258204 459173888 58185 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=448412 CPUtime=400.1 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 75538 0 0 0 39981 29 0 0 25 0 4 0 522258204 459173888 58189 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=448412 CPUtime=402.29 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 42574 0 0 0 40215 14 0 0 25 0 4 0 522258204 459173888 58192 33554432000 4194304 4650419 140733564537088 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1607.02
Current children cumulated vsize (KiB) 448412

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

[startup+409.5 s]
/proc/loadavg: 8.11 8.04 7.93 10/184 21125
/proc/meminfo: memFree=29825188/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=448464 CPUtime=1635.78 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 271633 0 0 0 163481 97 0 0 25 0 4 0 522258204 459227136 59039 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 112116 59039 395 112 0 107081 0
[pid=21107/tid=21110] ppid=21103 vsize=448464 CPUtime=409.49 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 70740 0 0 0 40925 24 0 0 25 0 4 0 522258204 459227136 59039 33554432000 4194304 4650419 140733564537088 18446744073709551615 4514400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=448464 CPUtime=407.26 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 75874 0 0 0 40697 29 0 0 25 0 4 0 522258204 459227136 59039 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=448464 CPUtime=409.5 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 43418 0 0 0 40935 15 0 0 25 0 4 0 522258204 459227136 59039 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1635.78
Current children cumulated vsize (KiB) 448464

[startup+415.9 s]
/proc/loadavg: 8.09 8.04 7.93 10/184 21125
/proc/meminfo: memFree=29814768/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1661.34 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 274633 0 0 0 166036 98 0 0 25 0 4 0 522258204 468893696 62025 33554432000 4194304 4650419 140733564537088 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 62025 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=415.89 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 71890 0 0 0 41565 24 0 0 25 0 4 0 522258204 468893696 62025 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=413.63 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 76643 0 0 0 41333 30 0 0 25 0 4 0 522258204 468893696 62025 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=415.89 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 43812 0 0 0 41574 15 0 0 25 0 4 0 522258204 468893696 62025 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1661.34
Current children cumulated vsize (KiB) 457904

[startup+419.107 s]
/proc/loadavg: 8.09 8.04 7.93 10/184 21126
/proc/meminfo: memFree=29833732/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1674.15 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 276049 0 0 0 167316 99 0 0 25 0 4 0 522258204 468893696 57560 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 57560 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=419.09 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 72125 0 0 0 41885 24 0 0 25 0 4 0 522258204 468893696 57560 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=416.81 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 76957 0 0 0 41651 30 0 0 25 0 4 0 522258204 468893696 57560 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=419.1 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 43905 0 0 0 41895 15 0 0 25 0 4 0 522258204 468893696 57560 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1674.15
Current children cumulated vsize (KiB) 457904

[startup+422.301 s]
/proc/loadavg: 8.08 8.03 7.93 9/184 21126
/proc/meminfo: memFree=29826540/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1686.93 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 276747 0 0 0 168594 99 0 0 25 0 4 0 522258204 468893696 58258 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 58258 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=422.3 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 72336 0 0 0 42205 25 0 0 25 0 4 0 522258204 468893696 58258 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=419.99 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 77213 0 0 0 41969 30 0 0 25 0 4 0 522258204 468893696 58258 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=422.3 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 43905 0 0 0 42215 15 0 0 25 0 4 0 522258204 468893696 58258 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1686.93
Current children cumulated vsize (KiB) 457904

[startup+423.901 s]
/proc/loadavg: 8.08 8.03 7.93 10/184 21126
/proc/meminfo: memFree=29824308/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1693.3 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 277087 0 0 0 169231 99 0 0 25 0 4 0 522258204 468893696 58598 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 58598 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=423.89 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 72423 0 0 0 42364 25 0 0 25 0 4 0 522258204 468893696 58598 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=421.58 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 77341 0 0 0 42128 30 0 0 25 0 4 0 522258204 468893696 58598 33554432000 4194304 4650419 140733564537088 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=423.89 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 43905 0 0 0 42374 15 0 0 25 0 4 0 522258204 468893696 58598 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1693.3
Current children cumulated vsize (KiB) 457904

[startup+424.701 s]
/proc/loadavg: 8.08 8.03 7.93 10/184 21126
/proc/meminfo: memFree=29822076/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1696.49 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) R 21103 21107 20975 0 -1 4202496 277285 0 0 0 169550 99 0 0 25 0 4 0 522258204 468893696 58796 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 58796 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=424.69 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 72465 0 0 0 42444 25 0 0 25 0 4 0 522258204 468893696 58796 33554432000 4194304 4650419 140733564537088 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=422.37 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 77441 0 0 0 42207 30 0 0 25 0 4 0 522258204 468893696 58796 33554432000 4194304 4650419 140733564537088 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=424.69 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 43905 0 0 0 42454 15 0 0 25 0 4 0 522258204 468893696 58796 33554432000 4194304 4650419 140733564537088 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1696.49
Current children cumulated vsize (KiB) 457904

[startup+425.101 s]
/proc/loadavg: 8.08 8.03 7.93 10/184 21126
/proc/meminfo: memFree=29822076/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1697.73 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) S 21103 21107 20975 0 -1 4202496 277295 0 0 0 169674 99 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894624820 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 58806 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=425.09 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 72466 0 0 0 42484 25 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 4313058 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=422.77 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 77441 0 0 0 42247 30 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894600388 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=424.91 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) S 21103 21107 20975 0 -1 4202560 43905 0 0 0 42476 15 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894624820 0 0 4096 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1697.73
Current children cumulated vsize (KiB) 457904

[startup+425.201 s]
/proc/loadavg: 8.08 8.03 7.93 10/184 21126
/proc/meminfo: memFree=29822076/32951124 swapFree=67111364/67111528
[pid=21107] ppid=21103 vsize=457904 CPUtime=1697.93 cores=1,3,5,7
/proc/21107/stat : 21107 (strangenight1-m) S 21103 21107 20975 0 -1 4202496 277295 0 0 0 169694 99 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894624820 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21107/statm: 114476 58806 395 112 0 109441 0
[pid=21107/tid=21110] ppid=21103 vsize=457904 CPUtime=425.19 cores=1,3,5,7
/proc/21107/task/21110/stat : 21110 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 72466 0 0 0 42494 25 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21107/tid=21112] ppid=21103 vsize=457904 CPUtime=422.87 cores=1,3,5,7
/proc/21107/task/21112/stat : 21112 (strangenight1-m) R 21103 21107 20975 0 -1 4202560 77441 0 0 0 42257 30 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894600388 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21107/tid=21113] ppid=21103 vsize=457904 CPUtime=424.91 cores=1,3,5,7
/proc/21107/task/21113/stat : 21113 (strangenight1-m) S 21103 21107 20975 0 -1 4202560 43905 0 0 0 42476 15 0 0 25 0 4 0 522258204 468893696 58806 33554432000 4194304 4650419 140733564537088 18446744073709551615 47861894624820 0 0 4096 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1697.93
Current children cumulated vsize (KiB) 457904

Child status: 20
Real time (s): 425.22
CPU time (s): 1697.97
CPU user time (s): 1696.96
CPU system time (s): 1.00985
CPU usage (%): 399.316
Max. virtual memory (cumulated for all children) (KiB): 465480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1696.96
system time used= 1.00985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277964
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= 174
involuntary context switches= 9038

runsolver used 0.712891 second user time and 1.61675 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 21:49:38
IDJOB=3175279
IDBENCH=82897
IDSOLVER=1588
FILE ID=node106/3175279-1304106578
RUNJOBID= node106-1304105374-20994
PBS_JOBID= 13170655
Free space on /tmp= 72160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175279-1304106578/watcher-3175279-1304106578 -o /tmp/evaluation-result-3175279-1304106578/solver-3175279-1304106578 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175279-1304106578.cnf

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=1565761113

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951124 kB
MemFree:      30330012 kB
Buffers:        256140 kB
Cached:        2089516 kB
SwapCached:         88 kB
Active:         803888 kB
Inactive:      1605280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30330012 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:       64032 kB
Mapped:          14292 kB
Slab:           146452 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188612 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= 72148 MiB
End job on node106 at 2011-04-29 21:56:43