Trace number 3368948

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 2991.82 750.334

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1404138730-025.UNKNOWN.cnf
MD5SUM2e059a7f69d15193cd88ec6d57d9e297
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9311
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368948-1305407174.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1491/1491 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:    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.10	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     159 undec:      46 neg:     145
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       342      1479         0         0      4480         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.00/0.20	c  N st     8      4915       342      1479         0      4787      4480     86263   no data   no data  --
0.00/0.36	c  N st    10     11297       342      1479         0      4445      4480     60097   no data   no data  --
0.00/0.59	c  N st    11     17041       342      1479         0      9994      4480    158601   no data   no data  --
2.59/0.94	c  F st    12     25001       342      1479         0     12252      4480    194789   no data   no data  --
2.59/0.94	c  N st    12     25001       342      1479         0     12252      4480    194789   no data   no data  --
4.63/1.17	c Decided on static restart strategy
4.63/1.17	c  N st    18     30000       342      1479         0     10560      4480    153128   no data   no data  --
4.63/1.17	c  S st    18     30000       342      1479         0     10560      4480    153128   no data   no data  --
4.63/1.20	c  S st    18     30503       342      1479         0     11060      4480    162118   no data   no data  --
4.63/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.63/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.63/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.63/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.63/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.63/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
4.63/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.03/1.35	c lits-rem:       194  cl-subs:      893  v-elim:      0  v-fix:    0  time:  0.55 s
5.03/1.35	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.03
5.03/1.35	c calculated reachability. Time: 0.00
5.03/1.35	c  N st    18     30503       342      1479         0     10167      4479    146480   no data   no data  --
6.76/1.72	c  N st    20     37614       342      1479         0      9442      4479    118857   no data   no data  --
7.96/2.07	c  N st    21     44013       342      1479         0     15600      4479    226478   no data   no data  --
8.36/2.18	c  S st    22     45754       342      1479         0     17303      4479    255952   no data   no data  --
8.75/2.22	c  S st    22     46258       342      1479         0      9165      4479    103888   no data   no data  --
8.75/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.75/2.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.75/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.75/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.75/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
8.75/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.75/2.27	c lits-rem:        28  cl-subs:      234  v-elim:      0  v-fix:    0  time:  0.19 s
8.75/2.27	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
8.75/2.27	c vivif2 --  cl tried     8931 cl shrink        0 lits rem          0 time: 0.00
8.75/2.28	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.02
8.75/2.28	c calculated reachability. Time: 0.00
8.75/2.28	c  N st    22     46258       342      1479         0      8931      4479    100507   no data   no data  --
11.99/3.08	c  N st    23     60655       342      1479         0     13232      4479    170822   no data   no data  --
14.35/3.60	c  N st    24     69387       342      1479         0     11090      4479    123006   no data   no data  --
14.35/3.60	c  S st    24     69387       342      1479         0     11090      4479    123006   no data   no data  --
14.35/3.64	c  S st    24     69891       342      1479         0     11590      4479    132132   no data   no data  --
14.35/3.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.35/3.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.35/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.35/3.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.35/3.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.35/3.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
14.35/3.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.75	c lits-rem:        50  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.44 s
14.75/3.75	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
14.75/3.76	c vivif2 --  cl tried    11463 cl shrink        0 lits rem          0 time: 0.00
14.75/3.76	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.03
14.75/3.76	c calculated reachability. Time: 0.00
14.75/3.76	c  N st    24     69891       342      1479         0     11463      4479    129999   no data   no data  --
19.53/4.95	c  F st    25     87502       342      1479         0     16833      4479    210097   no data   no data  --
19.53/4.95	c  N st    25     87502       342      1479         0     16833      4479    210097   no data   no data  --
21.12/5.33	c Decided on static restart strategy
21.92/5.55	c  N st    32     95550       342      1479         0     24607      4479    350714   no data   no data  --
24.31/6.19	c  N st    34    104838       342      1479         0     21040      4479    282840   no data   no data  --
24.31/6.19	c  S st    34    104838       342      1479         0     21040      4479    282840   no data   no data  --
24.74/6.24	c  S st    34    105342       342      1479         0     21542      4479    292025   no data   no data  --
24.74/6.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.74/6.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
24.74/6.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.74/6.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.74/6.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
24.74/6.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.10/6.86	c lits-rem:       259  cl-subs:     1426  v-elim:      0  v-fix:    0  time:  2.42 s
27.10/6.86	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
27.10/6.87	c vivif2 --  cl tried    20116 cl shrink        0 lits rem          0 time: 0.01
27.10/6.88	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.06
27.10/6.88	c calculated reachability. Time: 0.00
27.10/6.88	c  N st    34    105342       342      1479         0     20116      4479    268590   no data   no data  --
30.69/7.71	c  N st    35    114940       342      1479         0     15862      4479    176806   no data   no data  --
35.08/8.84	c  N st    36    129337       342      1479         0     15298      4479    156470   no data   no data  --
41.86/10.58	c  N st    37    150932       342      1479         0     20704      4479    243044   no data   no data  --
44.25/11.14	c  S st    38    158013       342      1479         0     27537      4479    372683   no data   no data  --
44.65/11.22	c  S st    38    158514       342      1479         0     28038      4479    381587   no data   no data  --
44.65/11.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.65/11.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.65/11.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
44.65/11.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.65/11.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.65/11.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
44.65/11.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.43/12.44	c lits-rem:       540  cl-subs:     2504  v-elim:      0  v-fix:    0  time:  4.83 s
49.43/12.44	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
49.43/12.45	c vivif2 --  cl tried    25534 cl shrink        0 lits rem          0 time: 0.01
49.43/12.47	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.08
49.43/12.47	c calculated reachability. Time: 0.00
49.43/12.47	c  N st    38    158514       342      1479         0     25534      4479    337817   no data   no data  --
67.78/17.03	c  N st    39    207104       342      1479         0     20355      4479    212393   no data   no data  --
79.34/19.98	c  N st    40    237771       342      1479         0     30539      4479    373820   no data   no data  --
79.34/19.98	c  S st    40    237771       342      1479         0     30539      4479    373820   no data   no data  --
79.74/20.06	c  S st    40    238273       342      1479         0     31041      4479    382853   no data   no data  --
79.74/20.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.74/20.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.74/20.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
79.74/20.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.74/20.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.74/20.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
79.74/20.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.52/21.22	c lits-rem:       542  cl-subs:     2812  v-elim:      0  v-fix:    0  time:  4.54 s
84.52/21.22	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
84.52/21.22	c vivif2 --  cl tried    28229 cl shrink        0 lits rem          0 time: 0.01
84.52/21.24	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.08
84.52/21.24	c calculated reachability. Time: 0.00
84.52/21.24	c  N st    40    238273       342      1479         0     28229      4479    341229   no data   no data  --
111.65/28.02	c  F st    41    306250       342      1479         0     30197      4479    336451   no data   no data  --
111.65/28.02	c  N st    41    306250       342      1479         0     30197      4479    336451   no data   no data  --
113.63/28.59	c Decided on static restart strategy
124.00/31.15	c  N st    51    334553       342      1479         0     34399      4479    407893   no data   no data  --
134.40/33.73	c  N st    53    357410       342      1479         0     32395      4479    363338   no data   no data  --
134.40/33.73	c  S st    53    357410       342      1479         0     32395      4479    363338   no data   no data  --
134.82/33.81	c  S st    53    357919       342      1479         0     32902      4479    372638   no data   no data  --
134.82/33.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
134.82/33.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.82/33.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
134.82/33.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.82/33.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.82/33.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
134.82/33.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.20/34.99	c lits-rem:       528  cl-subs:     1669  v-elim:      0  v-fix:    0  time:  4.62 s
139.20/34.99	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
139.55/35.00	c vivif2 --  cl tried    31233 cl shrink        0 lits rem          0 time: 0.02
139.55/35.02	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.10
139.55/35.02	c calculated reachability. Time: 0.00
139.55/35.02	c  N st    53    357919       342      1479         0     31233      4479    347524   no data   no data  --
154.71/38.85	c  N st    54    390312       342      1479         0     37429      4479    441870   no data   no data  --
180.22/45.29	c  N st    55    438900       342      1479         0     31125      4479    312238   no data   no data  --
217.33/54.60	c  N st    56    511784       342      1479         0     44357      4479    511301   no data   no data  --
231.32/58.09	c  N st    57    536879       342      1479         0     38850      4479    418553   no data   no data  --
231.32/58.09	c  S st    57    536879       342      1479         0     38850      4479    418553   no data   no data  --
231.66/58.19	c  S st    57    537381       342      1479         0     39352      4479    427596   no data   no data  --
231.66/58.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
231.66/58.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
232.06/58.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
232.06/58.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.06/58.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.06/58.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
232.06/58.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.25/59.58	c lits-rem:       470  cl-subs:     2135  v-elim:      0  v-fix:    0  time:  5.42 s
237.25/59.58	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
237.25/59.58	c vivif2 --  cl tried    37217 cl shrink        0 lits rem          0 time: 0.02
237.64/59.61	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.12
237.64/59.61	c calculated reachability. Time: 0.00
237.64/59.61	c  N st    57    537381       342      1479         0     37217      4479    392427   no data   no data  --
330.16/82.85	c  N st    58    701366       342      1479         0     65792      4479    829958   no data   no data  --
398.34/99.93	c  N st    59    806072       342      1479         0     59962      4479    721669   no data   no data  --
398.34/99.93	c  S st    59    806072       342      1479         0     59962      4479    721669   no data   no data  --
399.14/100.12	c  S st    59    806574       342      1479         0     60460      4479    730985   no data   no data  --
399.14/100.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
399.14/100.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
399.14/100.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
399.14/100.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
399.14/100.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.14/100.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
399.14/100.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.16/103.14	c lits-rem:      1863  cl-subs:     6298  v-elim:      0  v-fix:    0  time: 11.85 s
411.16/103.14	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
411.16/103.15	c vivif2 --  cl tried    54162 cl shrink        0 lits rem          0 time: 0.04
411.50/103.21	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.26
411.50/103.22	c calculated reachability. Time: 0.00
411.50/103.22	c  N st    59    806574       342      1479         0     54162      4479    636308   no data   no data  --
590.14/148.10	c  F st    60   1071876       342      1479         0     69774      4479    803057   no data   no data  --
590.14/148.10	c  N st    60   1071876       342      1479         0     69774      4479    803057   no data   no data  --
594.95/149.24	c Decided on static restart strategy
612.50/153.63	c  N st    70   1100183       342      1479         0     53850      4479    537251   no data   no data  --
641.18/160.84	c  N st    72   1136175       342      1479         0     44327      4479    373715   no data   no data  --
661.91/166.01	c  N st    73   1168568       342      1479         0     75597      4479    935266   no data   no data  --
691.45/173.46	c  N st    74   1209862       342      1479         0     70232      4479    830278   no data   no data  --
691.45/173.46	c  S st    74   1209862       342      1479         0     70232      4479    830278   no data   no data  --
692.62/173.71	c  S st    74   1210368       342      1479         0     70735      4479    840057   no data   no data  --
692.62/173.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
692.62/173.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
692.62/173.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
692.62/173.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.62/173.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.62/173.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
692.62/173.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
709.76/178.03	c lits-rem:      2298  cl-subs:     6234  v-elim:      0  v-fix:    0  time: 16.96 s
709.76/178.03	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
709.76/178.04	c vivif2 --  cl tried    64501 cl shrink        0 lits rem          0 time: 0.04
710.16/178.13	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.34
710.16/178.13	c calculated reachability. Time: 0.00
710.16/178.13	c  N st    74   1210368       342      1479         0     64501      4479    740006   no data   no data  --
767.98/192.63	c  N st    75   1283252       342      1479         0     88401      4479   1092023   no data   no data  --
855.70/214.64	c  N st    76   1392576       342      1479         0     49120      4479    407933   no data   no data  --
991.67/248.73	c  N st    77   1556561       342      1479         0     53895      4479    465827   no data   no data  --
1128.44/283.02	c  N st    78   1710368       342      1479         0     94687      4479   1165891   no data   no data  --
1128.44/283.02	c  S st    78   1710368       342      1479         0     94687      4479   1165891   no data   no data  --
1129.64/283.32	c  S st    78   1710873       342      1479         0     95187      4479   1175845   no data   no data  --
1129.64/283.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1129.64/283.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1129.64/283.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1129.64/283.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1129.64/283.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1129.64/283.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1129.64/283.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1157.14/290.27	c lits-rem:      2861  cl-subs:    13189  v-elim:      0  v-fix:    0  time: 27.33 s
1157.14/290.27	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
1157.14/290.28	c vivif2 --  cl tried    81998 cl shrink        0 lits rem          0 time: 0.06
1157.54/290.38	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.41
1157.54/290.39	c calculated reachability. Time: 0.00
1157.54/290.39	c  N st    78   1710873       342      1479         0     81998      4479    973928   no data   no data  --
1518.81/380.90	c  N st    79   2079838       342      1479         1     93774      4479   1039681   no data   no data  --
1647.20/413.14	c  N st    80   2210874       342      1479         1     98181      4479   1161092   no data   no data  --
1647.20/413.14	c  S st    80   2210874       342      1479         1     98181      4479   1161092   no data   no data  --
1648.38/413.48	c  S st    80   2211377       342      1479         3     98682      4479   1170497   no data   no data  --
1648.38/413.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1648.38/413.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1648.78/413.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1648.78/413.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1650.38/413.97	c subs with bin:     2370  lits-rem:       853  v-fix:    0  time:  1.61 s
1650.38/413.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1650.38/413.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1672.32/419.45	c lits-rem:      1383  cl-subs:    10572  v-elim:      0  v-fix:    0  time: 21.86 s
1672.32/419.46	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
1672.32/419.47	c vivif2 --  cl tried    85741 cl shrink        0 lits rem          0 time: 0.06
1672.72/419.58	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.45
1672.72/419.58	c calculated reachability. Time: 0.00
1672.72/419.59	c  N st    80   2211377       342      1478         5     85741      4478    979041   no data   no data  --
2212.61/554.93	c  N st    81   2711379       342      1478         6    109182      4478   1253939   no data   no data  --
2212.61/554.93	c  S st    81   2711379       342      1478         6    109182      4478   1253939   no data   no data  --
2212.61/554.93	c Finding binary XORs  T:     0.00 s  found:       0
2213.85/555.28	c  S st    81   2711885       342      1478         6    109686      4478   1263856   no data   no data  --
2213.85/555.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2213.85/555.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2214.20/555.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2214.20/555.38	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2216.19/555.83	c subs with bin:     1946  lits-rem:       934  v-fix:    0  time:  1.84 s
2216.19/555.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
2216.19/555.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2242.11/562.31	c lits-rem:       238  cl-subs:    11416  v-elim:      0  v-fix:    0  time: 25.80 s
2242.11/562.31	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
2242.11/562.33	c vivif2 --  cl tried    96324 cl shrink        0 lits rem          0 time: 0.06
2242.51/562.47	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.58
2242.51/562.47	c calculated reachability. Time: 0.00
2242.51/562.47	c  N st    81   2711885       342      1478         4     96324      4478   1086523   no data   no data  --
2815.09/706.05	c  N st    82   3211885       342      1478         6    147704      4478   1882437   no data   no data  --
2815.09/706.05	c  S st    82   3211885       342      1478         6    147704      4478   1882437   no data   no data  --
2815.49/706.17	c Finding binary XORs  T:     0.00 s  found:       0
2817.89/706.75	c  S st    82   3212386       341      1464        15    141088      4444   1772851   no data   no data  --
2817.89/706.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2817.89/706.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2818.29/706.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.8M T:  0.29
2818.29/706.89	c bin-w-bin subsume rem            4 bins  time:  0.00 s
2825.06/708.56	c subs with bin:     3919  lits-rem:      6439  v-fix:    0  time:  6.68 s
2825.06/708.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
2825.06/708.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2898.07/726.85	c lits-rem:       974  cl-subs:    23201  v-elim:      0  v-fix:    0  time: 72.90 s
2898.07/726.85	c vivif2 --  cl tried     1461 cl shrink        0 lits rem          0 time: 0.00
2898.07/726.88	c vivif2 --  cl tried   113971 cl shrink        0 lits rem          0 time: 0.09
2898.82/727.09	c asymm  cl-useful: 0/1461/1461 lits-rem:0 time: 0.84
2898.82/727.09	c calculated reachability. Time: 0.00
2898.82/727.09	c  N st    82   3212386       341      1461        12    113971      4441   1375298   no data   no data  --
2991.73/750.31	c Following stats are for *FIRST FINISHED THREAD ONLY*
2991.73/750.31	c num threads              : 4          
2991.73/750.31	c restarts                 : 82         
2991.73/750.31	c dynamic restarts         : 0          
2991.73/750.31	c static restarts          : 82         
2991.73/750.31	c full restarts            : 4          
2991.73/750.31	c total simplify time      : 3.39       
2991.73/750.31	c learnts DL2              : 0          
2991.73/750.31	c learnts size 2           : 332        
2991.73/750.31	c learnts size 1           : 74          (21.14     % of vars)
2991.73/750.31	c filedLit time            : 0.78        (0.03      % time)
2991.73/750.31	c v-elim SatELite          : 10          (2.86      % vars)
2991.73/750.31	c SatELite time            : 85.57       (2.86      % time)
2991.73/750.31	c v-elim xor               : 0           (0.00      % vars)
2991.73/750.31	c xor elim time            : 0.12        (0.00      % time)
2991.73/750.31	c num binary xor trees     : 0          
2991.73/750.31	c binxor trees' crown      : 0           (nan       leafs/tree)
2991.73/750.31	c bin xor find time        : 0.00       
2991.73/750.31	c OTF clause improved      : 151115      (0.04      clauses/conflict)
2991.73/750.31	c OTF impr. size diff      : 160729      (1.06       lits/clause)
2991.73/750.31	c OTF cl watch-shrink      : 887858      (0.26      clauses/conflict)
2991.73/750.31	c OTF cl watch-sh-lit      : 1122025     (1.26       lits/clause)
2991.73/750.31	c tried to recurMin cls    : 475146      (13.80      % of conflicts)
2991.73/750.31	c updated cache            : 8772        (0.02       lits/tried recurMin)
2991.73/750.31	c unit cls received        : 6           (8.11      % of units)
2991.73/750.31	c unit cls sent            : 11          (14.86     % of units)
2991.73/750.31	c bin cls received         : 17         
2991.73/750.31	c bin cls sent             : 182        
2991.73/750.31	c clauses over max glue    : 0           (0.00      % of all clauses)
2991.73/750.31	c conflicts                : 3441906     (1151.06   / sec)
2991.73/750.31	c decisions                : 3972493     (0.65      % random)
2991.73/750.31	c bogo-props               : 96108208028 (32140897.76 / sec)
2991.73/750.31	c conflict literals        : 57434499    (30.33     % deleted)
2991.73/750.31	c Memory used              : 534.99      MB
2991.73/750.31	c single-thread CPU time   : 2990.22     s
2991.73/750.31	c all-threads sum CPU time : 2990.22     s
2991.73/750.31	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-3368948-1305407174/watcher-3368948-1305407174 -o /tmp/evaluation-result-3368948-1305407174/solver-3368948-1305407174 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368948-1305407174.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: 8.28 8.18 8.06 6/385 12007
/proc/meminfo: memFree=14893824/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 412 0 0 0 2 0 0 0 25 0 4 0 730948063 52465664 353 33554432000 4194304 4650419 140737340485376 18446744073709551615 47250546444210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 12809 353 303 112 0 7774 0
[pid=12007/tid=12008] ppid=12005 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 730948063 52465664 353 33554432000 4194304 4650419 140737340485376 18446744073709551615 47250546444204 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 4 0 730948063 52465664 353 33554432000 4194304 4650419 140737340485376 18446744073709551615 47250546444208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730948063 52465664 353 33554432000 4194304 4650419 140737340485376 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.138364 s]
/proc/loadavg: 8.28 8.18 8.06 6/385 12007
/proc/meminfo: memFree=14893824/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=293336 CPUtime=2.59 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 4180 0 0 0 259 0 0 0 25 0 4 0 730948063 300376064 2116 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 71193 2492 393 112 0 66158 0
[pid=12007/tid=12008] ppid=12005 vsize=284772 CPUtime=0.86 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1078 0 0 0 86 0 0 0 25 0 4 0 730948063 291606528 2492 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=284772 CPUtime=0.85 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1058 0 0 0 85 0 0 0 25 0 4 0 730948063 291606528 2492 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=284772 CPUtime=0.84 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 947 0 0 0 84 0 0 0 19 0 4 0 730948063 291606528 2492 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 293336

[startup+0.965447 s]
/proc/loadavg: 8.28 8.18 8.06 6/385 12007
/proc/meminfo: memFree=14893824/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=284920 CPUtime=3.83 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 4824 0 0 0 382 1 0 0 25 0 4 0 730948063 291758080 2760 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 71230 2760 394 112 0 66195 0
[pid=12007/tid=12008] ppid=12005 vsize=284920 CPUtime=0.96 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1148 0 0 0 96 0 0 0 25 0 4 0 730948063 291758080 2760 33554432000 4194304 4650419 140737340485376 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=284920 CPUtime=0.95 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1123 0 0 0 95 0 0 0 25 0 4 0 730948063 291758080 2760 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=284920 CPUtime=0.94 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1006 0 0 0 94 0 0 0 19 0 4 0 730948063 291758080 2760 33554432000 4194304 4650419 140737340485376 18446744073709551615 4258328 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 284920

[startup+1.06543 s]
/proc/loadavg: 8.28 8.18 8.06 6/385 12007
/proc/meminfo: memFree=14893824/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=276648 CPUtime=4.23 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 5532 0 0 0 422 1 0 0 25 0 4 0 730948063 283287552 2462 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 69162 2462 394 112 0 64127 0
[pid=12007/tid=12008] ppid=12005 vsize=276648 CPUtime=1.06 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1339 0 0 0 106 0 0 0 25 0 4 0 730948063 283287552 2462 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=276648 CPUtime=1.05 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1302 0 0 0 105 0 0 0 25 0 4 0 730948063 283287552 2462 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=276648 CPUtime=1.04 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1159 0 0 0 104 0 0 0 19 0 4 0 730948063 283287552 2462 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 276648

[startup+1.16541 s]
/proc/loadavg: 8.28 8.18 8.06 6/385 12007
/proc/meminfo: memFree=14893824/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=276648 CPUtime=4.63 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 5715 0 0 0 462 1 0 0 25 0 4 0 730948063 283287552 2645 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 69162 2645 394 112 0 64127 0
[pid=12007/tid=12008] ppid=12005 vsize=276648 CPUtime=1.16 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1386 0 0 0 116 0 0 0 25 0 4 0 730948063 283287552 2645 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=276648 CPUtime=1.15 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1346 0 0 0 115 0 0 0 25 0 4 0 730948063 283287552 2645 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=276648 CPUtime=1.14 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1205 0 0 0 114 0 0 0 19 0 4 0 730948063 283287552 2645 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 276648

[startup+1.50035 s]
/proc/loadavg: 8.28 8.18 8.06 6/385 12007
/proc/meminfo: memFree=14893824/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=276960 CPUtime=5.97 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 7743 0 0 0 596 1 0 0 25 0 4 0 730948063 283607040 4011 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 69240 4011 395 112 0 64205 0
[pid=12007/tid=12008] ppid=12005 vsize=276960 CPUtime=1.49 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1690 0 0 0 149 0 0 0 25 0 4 0 730948063 283607040 4011 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=276960 CPUtime=1.49 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1652 0 0 0 149 0 0 0 25 0 4 0 730948063 283607040 4011 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=276960 CPUtime=1.48 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 1487 0 0 0 148 0 0 0 20 0 4 0 730948063 283607040 4011 33554432000 4194304 4650419 140737340485376 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 276960

[startup+3.10107 s]
/proc/loadavg: 8.26 8.17 8.06 9/390 12012
/proc/meminfo: memFree=14819580/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=280832 CPUtime=12.34 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 14339 0 0 0 1232 2 0 0 25 0 4 0 730948063 287571968 7746 33554432000 4194304 4650419 140737340485376 18446744073709551615 4367249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 70208 7746 395 112 0 65173 0
[pid=12007/tid=12008] ppid=12005 vsize=280832 CPUtime=3.09 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 3359 0 0 0 309 0 0 0 25 0 4 0 730948063 287571968 7746 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=280832 CPUtime=3.09 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 3690 0 0 0 309 0 0 0 25 0 4 0 730948063 287571968 7746 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=280832 CPUtime=3.05 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 3223 0 0 0 305 0 0 0 25 0 4 0 730948063 287571968 7746 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 280832

[startup+6.31452 s]
/proc/loadavg: 8.26 8.17 8.06 9/390 12012
/proc/meminfo: memFree=14791584/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=285908 CPUtime=25.15 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 22223 0 0 0 2511 4 0 0 25 0 4 0 730948063 292769792 11306 33554432000 4194304 4650419 140737340485376 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 71477 11306 395 112 0 66442 0
[pid=12007/tid=12008] ppid=12005 vsize=285908 CPUtime=6.3 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 5472 0 0 0 629 1 0 0 25 0 4 0 730948063 292769792 11306 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=285908 CPUtime=6.3 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 5941 0 0 0 629 1 0 0 25 0 4 0 730948063 292769792 11306 33554432000 4194304 4650419 140737340485376 18446744073709551615 4542353 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=285908 CPUtime=6.22 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 4177 0 0 0 622 0 0 0 25 0 4 0 730948063 292769792 11306 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 285908

[startup+12.7004 s]
/proc/loadavg: 8.24 8.17 8.06 9/390 12012
/proc/meminfo: memFree=14754516/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=288900 CPUtime=50.63 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 32776 0 0 0 5057 6 0 0 25 0 4 0 730948063 295833600 14659 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 72225 14659 395 112 0 67190 0
[pid=12007/tid=12008] ppid=12005 vsize=288900 CPUtime=12.69 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 8122 0 0 0 1267 2 0 0 25 0 4 0 730948063 295833600 14659 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=288900 CPUtime=12.68 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 8911 0 0 0 1267 1 0 0 25 0 4 0 730948063 295833600 14659 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=288900 CPUtime=12.54 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 6133 0 0 0 1254 0 0 0 25 0 4 0 730948063 295833600 14659 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 288900

[startup+25.5012 s]
/proc/loadavg: 8.18 8.16 8.06 9/390 12012
/proc/meminfo: memFree=14692636/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=295412 CPUtime=101.67 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 49561 0 0 0 10157 10 0 0 25 0 4 0 730948063 302501888 18740 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 73853 18740 395 112 0 68818 0
[pid=12007/tid=12008] ppid=12005 vsize=295412 CPUtime=25.49 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 13106 0 0 0 2546 3 0 0 25 0 4 0 730948063 302501888 18740 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=295412 CPUtime=25.49 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 13755 0 0 0 2547 2 0 0 25 0 4 0 730948063 302501888 18740 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=295412 CPUtime=25.18 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 8310 0 0 0 2517 1 0 0 25 0 4 0 730948063 302501888 18740 33554432000 4194304 4650419 140737340485376 18446744073709551615 4333974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 295412

[startup+51.1007 s]
/proc/loadavg: 8.25 8.18 8.07 9/390 12013
/proc/meminfo: memFree=14647456/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=305560 CPUtime=203.76 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 75471 0 0 0 20359 17 0 0 25 0 4 0 730948063 312893440 24827 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 76390 24827 395 112 0 71355 0
[pid=12007/tid=12008] ppid=12005 vsize=305560 CPUtime=51.09 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 21252 0 0 0 5104 5 0 0 25 0 4 0 730948063 312893440 24827 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=305560 CPUtime=51.09 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 21168 0 0 0 5105 4 0 0 25 0 4 0 730948063 312893440 24827 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=305560 CPUtime=50.47 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 11624 0 0 0 5045 2 0 0 25 0 4 0 730948063 312893440 24827 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 305560

[startup+102.301 s]
/proc/loadavg: 8.30 8.20 8.08 9/390 12014
/proc/meminfo: memFree=14589024/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=312144 CPUtime=407.91 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 118375 0 0 0 40757 34 0 0 25 0 4 0 730948063 319635456 31116 33554432000 4194304 4650419 140737340485376 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 78036 31116 395 112 0 73001 0
[pid=12007/tid=12008] ppid=12005 vsize=312144 CPUtime=102.28 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 33010 0 0 0 10219 9 0 0 25 0 4 0 730948063 319635456 31116 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=312144 CPUtime=102.28 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 32629 0 0 0 10220 8 0 0 25 0 4 0 730948063 319635456 31116 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=312144 CPUtime=101.02 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 17941 0 0 0 10096 6 0 0 25 0 4 0 730948063 319635456 31116 33554432000 4194304 4650419 140737340485376 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.91
Current children cumulated vsize (KiB) 312144

[startup+162.3 s]

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

/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 49906 0 0 0 51550 20 0 0 25 0 4 0 730948063 421429248 63769 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2082.61
Current children cumulated vsize (KiB) 411552

[startup+582.301 s]
/proc/loadavg: 8.08 8.11 8.09 9/390 12027
/proc/meminfo: memFree=14255884/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=464436 CPUtime=2321.86 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 349731 0 0 0 232053 133 0 0 25 0 4 0 730948063 475582464 66930 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 116109 66930 395 112 0 111074 0
[pid=12007/tid=12008] ppid=12005 vsize=464436 CPUtime=582.29 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 86983 0 0 0 58196 33 0 0 25 0 4 0 730948063 475582464 66930 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=464436 CPUtime=582.29 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 103053 0 0 0 58194 35 0 0 25 0 4 0 730948063 475582464 66930 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=464436 CPUtime=574.95 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 52943 0 0 0 57473 22 0 0 25 0 4 0 730948063 475582464 66930 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2321.86
Current children cumulated vsize (KiB) 464436

[startup+642.301 s]
/proc/loadavg: 8.10 8.12 8.09 9/390 12029
/proc/meminfo: memFree=14242484/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=488464 CPUtime=2561.09 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 368736 0 0 0 255966 143 0 0 25 0 4 0 730948063 500187136 69741 33554432000 4194304 4650419 140737340485376 18446744073709551615 4313304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 122116 69741 395 112 0 117081 0
[pid=12007/tid=12008] ppid=12005 vsize=488464 CPUtime=642.29 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 91201 0 0 0 64194 35 0 0 25 0 4 0 730948063 500187136 69741 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=488464 CPUtime=642.29 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 109647 0 0 0 64190 39 0 0 25 0 4 0 730948063 500187136 69741 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=488464 CPUtime=634.18 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 55341 0 0 0 63395 23 0 0 25 0 4 0 730948063 500187136 69741 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.09
Current children cumulated vsize (KiB) 488464

[startup+702.301 s]
/proc/loadavg: 8.19 8.14 8.09 9/390 12030
/proc/meminfo: memFree=14233164/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=482792 CPUtime=2800.35 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 388411 0 0 0 279883 152 0 0 25 0 4 0 730948063 494379008 70356 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 120698 70356 395 112 0 115663 0
[pid=12007/tid=12008] ppid=12005 vsize=482792 CPUtime=702.29 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 95845 0 0 0 70192 37 0 0 25 0 4 0 730948063 494379008 70356 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=482792 CPUtime=702.29 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 115352 0 0 0 70188 41 0 0 25 0 4 0 730948063 494379008 70356 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=482792 CPUtime=693.42 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 58280 0 0 0 69318 24 0 0 25 0 4 0 730948063 494379008 70356 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.35
Current children cumulated vsize (KiB) 482792

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

[startup+717.5 s]
/proc/loadavg: 8.29 8.16 8.10 9/390 12031
/proc/meminfo: memFree=14216912/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=482792 CPUtime=2860.94 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 392906 0 0 0 285941 153 0 0 25 0 4 0 730948063 494379008 72379 33554432000 4194304 4650419 140737340485376 18446744073709551615 4433093 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 120698 72379 395 112 0 115663 0
[pid=12007/tid=12008] ppid=12005 vsize=482792 CPUtime=717.49 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 96399 0 0 0 71712 37 0 0 25 0 4 0 730948063 494379008 72379 33554432000 4194304 4650419 140737340485376 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=482792 CPUtime=717.49 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 117298 0 0 0 71707 42 0 0 25 0 4 0 730948063 494379008 72379 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=482792 CPUtime=708.43 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 58989 0 0 0 70818 25 0 0 25 0 4 0 730948063 494379008 72379 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2860.94
Current children cumulated vsize (KiB) 482792

[startup+730.3 s]
/proc/loadavg: 8.23 8.16 8.10 9/390 12031
/proc/meminfo: memFree=14210836/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=540396 CPUtime=2911.98 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 397444 0 0 0 291043 155 0 0 25 0 4 0 730948063 553365504 73148 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 135099 73148 395 112 0 130064 0
[pid=12007/tid=12008] ppid=12005 vsize=540396 CPUtime=730.29 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 97671 0 0 0 72992 37 0 0 25 0 4 0 730948063 553365504 73148 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=540396 CPUtime=730.3 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 118541 0 0 0 72987 43 0 0 25 0 4 0 730948063 553365504 73148 33554432000 4194304 4650419 140737340485376 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=540396 CPUtime=721.06 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59419 0 0 0 72081 25 0 0 25 0 4 0 730948063 553365504 73148 33554432000 4194304 4650419 140737340485376 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2911.98
Current children cumulated vsize (KiB) 540396

[startup+743.101 s]
/proc/loadavg: 8.18 8.15 8.10 9/390 12032
/proc/meminfo: memFree=14197184/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=547828 CPUtime=2963.03 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 401522 0 0 0 296146 157 0 0 25 0 4 0 730948063 560975872 74328 33554432000 4194304 4650419 140737340485376 18446744073709551615 4315049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 136957 74328 395 112 0 131922 0
[pid=12007/tid=12008] ppid=12005 vsize=547828 CPUtime=743.09 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 98425 0 0 0 74272 37 0 0 25 0 4 0 730948063 560975872 74328 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=547828 CPUtime=743.09 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 120291 0 0 0 74266 43 0 0 25 0 4 0 730948063 560975872 74328 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=547828 CPUtime=733.71 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59483 0 0 0 73346 25 0 0 25 0 4 0 730948063 560975872 74328 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2963.03
Current children cumulated vsize (KiB) 547828

[startup+746.3 s]
/proc/loadavg: 8.18 8.15 8.10 9/390 12032
/proc/meminfo: memFree=14201024/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=547828 CPUtime=2975.78 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 402237 0 0 0 297421 157 0 0 25 0 4 0 730948063 560975872 75043 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 136957 75043 395 112 0 131922 0
[pid=12007/tid=12008] ppid=12005 vsize=547828 CPUtime=746.28 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 98653 0 0 0 74591 37 0 0 25 0 4 0 730948063 560975872 75043 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=547828 CPUtime=746.3 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 120551 0 0 0 74586 44 0 0 25 0 4 0 730948063 560975872 75043 33554432000 4194304 4650419 140737340485376 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=547828 CPUtime=736.87 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59483 0 0 0 73662 25 0 0 25 0 4 0 730948063 560975872 75043 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2975.78
Current children cumulated vsize (KiB) 547828

[startup+747.901 s]
/proc/loadavg: 8.16 8.14 8.10 9/390 12032
/proc/meminfo: memFree=14195068/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=547828 CPUtime=2982.16 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 402578 0 0 0 298058 158 0 0 25 0 4 0 730948063 560975872 75384 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 136957 75384 395 112 0 131922 0
[pid=12007/tid=12008] ppid=12005 vsize=547828 CPUtime=747.88 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 98758 0 0 0 74751 37 0 0 25 0 4 0 730948063 560975872 75384 33554432000 4194304 4650419 140737340485376 18446744073709551615 4315153 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=547828 CPUtime=747.9 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 120674 0 0 0 74746 44 0 0 25 0 4 0 730948063 560975872 75384 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=547828 CPUtime=738.44 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59483 0 0 0 73819 25 0 0 25 0 4 0 730948063 560975872 75384 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2982.16
Current children cumulated vsize (KiB) 547828

[startup+749.501 s]
/proc/loadavg: 8.16 8.14 8.10 9/390 12032
/proc/meminfo: memFree=14193332/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=547828 CPUtime=2988.54 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 402896 0 0 0 298696 158 0 0 25 0 4 0 730948063 560975872 75702 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 136957 75702 395 112 0 131922 0
[pid=12007/tid=12008] ppid=12005 vsize=547828 CPUtime=749.49 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 98866 0 0 0 74911 38 0 0 25 0 4 0 730948063 560975872 75702 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=547828 CPUtime=749.5 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 120783 0 0 0 74906 44 0 0 25 0 4 0 730948063 560975872 75702 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=547828 CPUtime=740.02 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59483 0 0 0 73977 25 0 0 25 0 4 0 730948063 560975872 75702 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2988.54
Current children cumulated vsize (KiB) 547828

[startup+749.915 s]
/proc/loadavg: 8.16 8.14 8.10 9/390 12032
/proc/meminfo: memFree=14191720/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=547828 CPUtime=2990.19 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 402965 0 0 0 298861 158 0 0 25 0 4 0 730948063 560975872 75771 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 136957 75771 395 112 0 131922 0
[pid=12007/tid=12008] ppid=12005 vsize=547828 CPUtime=749.91 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 98888 0 0 0 74953 38 0 0 25 0 4 0 730948063 560975872 75771 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=547828 CPUtime=749.91 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 120804 0 0 0 74947 44 0 0 25 0 4 0 730948063 560975872 75771 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=547828 CPUtime=740.42 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59483 0 0 0 74017 25 0 0 25 0 4 0 730948063 560975872 75771 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2990.19
Current children cumulated vsize (KiB) 547828

[startup+750.301 s]
/proc/loadavg: 8.16 8.14 8.10 9/390 12032
/proc/meminfo: memFree=14191720/32951124 swapFree=65586204/67111528
[pid=12007] ppid=12005 vsize=547828 CPUtime=2991.73 cores=1,3,5,7
/proc/12007/stat : 12007 (strangenight1-m) R 12005 12007 11857 0 -1 4202496 403039 0 0 0 299015 158 0 0 25 0 4 0 730948063 560975872 75844 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12007/statm: 136957 75844 395 112 0 131922 0
[pid=12007/tid=12008] ppid=12005 vsize=547828 CPUtime=750.29 cores=1,3,5,7
/proc/12007/task/12008/stat : 12008 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 98913 0 0 0 74991 38 0 0 25 0 4 0 730948063 560975872 75844 33554432000 4194304 4650419 140737340485376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12007/tid=12009] ppid=12005 vsize=547828 CPUtime=750.3 cores=1,3,5,7
/proc/12007/task/12009/stat : 12009 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 120827 0 0 0 74986 44 0 0 25 0 4 0 730948063 560975872 75844 33554432000 4194304 4650419 140737340485376 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12007/tid=12010] ppid=12005 vsize=547828 CPUtime=740.81 cores=1,3,5,7
/proc/12007/task/12010/stat : 12010 (strangenight1-m) R 12005 12007 11857 0 -1 4202560 59483 0 0 0 74056 25 0 0 25 0 4 0 730948063 560975872 75844 33554432000 4194304 4650419 140737340485376 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2991.73
Current children cumulated vsize (KiB) 547828

Child status: 20
Real time (s): 750.334
CPU time (s): 2991.82
CPU user time (s): 2990.22
CPU system time (s): 1.59976
CPU usage (%): 398.731
Max. virtual memory (cumulated for all children) (KiB): 553800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2990.22
system time used= 1.59976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403045
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= 203
involuntary context switches= 20408

runsolver used 2.65759 second user time and 6.84596 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 23:06:14
IDJOB=3368948
IDBENCH=82957
IDSOLVER=1846
FILE ID=node119/3368948-1305407174
RUNJOBID= node119-1305405968-11879
PBS_JOBID= 13324506
Free space on /tmp= 73192 MiB

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

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

MD5SUM BENCH= 2e059a7f69d15193cd88ec6d57d9e297
RANDOM SEED=71572728

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.83
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.815
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.67
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.815
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.83
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.815
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.815
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:      14894228 kB
Buffers:        284608 kB
Cached:        4559808 kB
SwapCached:       4756 kB
Active:       14707508 kB
Inactive:      3017888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14894228 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           12488 kB
Writeback:          32 kB
AnonPages:    12879768 kB
Mapped:          30040 kB
Slab:           210480 kB
PageTables:      56324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102500504 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= 73184 MiB
End job on node119 at 2011-05-14 23:18:44