Trace number 3175339

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 2992.31 749.091

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-3175339-1304119540.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
3.17/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
3.17/0.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
3.17/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.83	c calculated reachability. Time: 0.00
3.17/0.83	c Calc default polars -  time:   0.00 s pos:     159 undec:      46 neg:     145
3.17/0.83	c =========================================================================================
3.17/0.83	c types(t): F = full restart, N = normal restart
3.17/0.83	c types(t): S = simplification begin/end, E = solution found
3.17/0.83	c restart types(rt): st = static, dy = dynamic
3.17/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.83	c  B st     0         0       342      1479         0         0      4480         0   no data   no data  --
3.17/0.83	c Decided on static restart strategy
3.17/0.83	c  N st     8      4915       342      1479         0      4787      4480     86263   no data   no data  --
3.17/0.83	c  N st    10     11297       342      1479         0      4445      4480     60097   no data   no data  --
3.17/0.83	c  N st    11     17041       342      1479         0      9994      4480    158601   no data   no data  --
3.97/1.03	c  F st    12     25001       342      1479         0     12252      4480    194789   no data   no data  --
3.97/1.03	c  N st    12     25001       342      1479         0     12252      4480    194789   no data   no data  --
4.39/1.17	c Decided on static restart strategy
4.39/1.17	c  N st    18     30000       342      1479         0     10560      4480    153128   no data   no data  --
4.39/1.17	c  S st    18     30000       342      1479         0     10560      4480    153128   no data   no data  --
4.39/1.20	c  S st    18     30503       342      1479         0     11060      4480    162118   no data   no data  --
4.39/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.79/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
4.79/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.34	c lits-rem:       194  cl-subs:      893  v-elim:      0  v-fix:    0  time:  0.55 s
5.16/1.35	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.03
5.16/1.35	c calculated reachability. Time: 0.00
5.16/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.06	c  N st    21     44013       342      1479         0     15600      4479    226478   no data   no data  --
8.36/2.17	c  S st    22     45754       342      1479         0     17303      4479    255952   no data   no data  --
8.79/2.22	c  S st    22     46258       342      1479         0      9165      4479    103888   no data   no data  --
8.79/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.79/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
8.79/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.27	c lits-rem:        28  cl-subs:      234  v-elim:      0  v-fix:    0  time:  0.19 s
8.79/2.27	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
8.79/2.27	c vivif2 --  cl tried     8931 cl shrink        0 lits rem          0 time: 0.00
8.79/2.28	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.02
8.79/2.28	c calculated reachability. Time: 0.00
8.79/2.28	c  N st    22     46258       342      1479         0      8931      4479    100507   no data   no data  --
11.96/3.08	c  N st    23     60655       342      1479         0     13232      4479    170822   no data   no data  --
14.35/3.61	c  N st    24     69387       342      1479         0     11090      4479    123006   no data   no data  --
14.35/3.61	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.76	c lits-rem:        50  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.44 s
14.75/3.76	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.04
14.75/3.77	c calculated reachability. Time: 0.00
14.75/3.77	c  N st    24     69891       342      1479         0     11463      4479    129999   no data   no data  --
19.55/4.95	c  F st    25     87502       342      1479         0     16833      4479    210097   no data   no data  --
19.55/4.95	c  N st    25     87502       342      1479         0     16833      4479    210097   no data   no data  --
21.15/5.33	c Decided on static restart strategy
21.96/5.55	c  N st    32     95550       342      1479         0     24607      4479    350714   no data   no data  --
24.34/6.19	c  N st    34    104838       342      1479         0     21040      4479    282840   no data   no data  --
24.34/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.14/6.87	c lits-rem:       259  cl-subs:     1426  v-elim:      0  v-fix:    0  time:  2.42 s
27.14/6.87	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
27.14/6.87	c vivif2 --  cl tried    20116 cl shrink        0 lits rem          0 time: 0.01
27.14/6.88	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.06
27.14/6.88	c calculated reachability. Time: 0.00
27.14/6.88	c  N st    34    105342       342      1479         0     20116      4479    268590   no data   no data  --
30.75/7.71	c  N st    35    114940       342      1479         0     15862      4479    176806   no data   no data  --
35.14/8.85	c  N st    36    129337       342      1479         0     15298      4479    156470   no data   no data  --
41.91/10.58	c  N st    37    150932       342      1479         0     20704      4479    243044   no data   no data  --
44.33/11.15	c  S st    38    158013       342      1479         0     27537      4479    372683   no data   no data  --
44.71/11.22	c  S st    38    158514       342      1479         0     28038      4479    381587   no data   no data  --
44.71/11.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.71/11.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.71/11.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
44.71/11.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.71/11.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
44.71/11.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.51/12.45	c lits-rem:       540  cl-subs:     2504  v-elim:      0  v-fix:    0  time:  4.84 s
49.51/12.45	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
49.51/12.45	c vivif2 --  cl tried    25534 cl shrink        0 lits rem          0 time: 0.02
49.51/12.47	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.08
49.51/12.47	c calculated reachability. Time: 0.00
49.51/12.47	c  N st    38    158514       342      1479         0     25534      4479    337817   no data   no data  --
67.88/17.03	c  N st    39    207104       342      1479         0     20355      4479    212393   no data   no data  --
79.49/19.99	c  N st    40    237771       342      1479         0     30539      4479    373820   no data   no data  --
79.49/19.99	c  S st    40    237771       342      1479         0     30539      4479    373820   no data   no data  --
79.86/20.07	c  S st    40    238273       342      1479         0     31041      4479    382853   no data   no data  --
79.86/20.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.86/20.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.86/20.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
79.86/20.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.86/20.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.86/20.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
79.86/20.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.66/21.23	c lits-rem:       542  cl-subs:     2812  v-elim:      0  v-fix:    0  time:  4.54 s
84.66/21.23	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
84.66/21.23	c vivif2 --  cl tried    28229 cl shrink        0 lits rem          0 time: 0.01
84.66/21.25	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.07
84.66/21.25	c calculated reachability. Time: 0.00
84.66/21.25	c  N st    40    238273       342      1479         0     28229      4479    341229   no data   no data  --
111.83/28.03	c  F st    41    306250       342      1479         0     30197      4479    336451   no data   no data  --
111.83/28.03	c  N st    41    306250       342      1479         0     30197      4479    336451   no data   no data  --
113.82/28.60	c Decided on static restart strategy
124.21/31.16	c  N st    51    334553       342      1479         0     34399      4479    407893   no data   no data  --
134.60/33.75	c  N st    53    357410       342      1479         0     32395      4479    363338   no data   no data  --
134.60/33.75	c  S st    53    357410       342      1479         0     32395      4479    363338   no data   no data  --
135.00/33.83	c  S st    53    357919       342      1479         0     32902      4479    372638   no data   no data  --
135.00/33.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
135.00/33.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
135.00/33.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
135.00/33.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.00/33.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.00/33.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
135.00/33.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.79/35.00	c lits-rem:       528  cl-subs:     1669  v-elim:      0  v-fix:    0  time:  4.60 s
139.79/35.00	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
139.79/35.01	c vivif2 --  cl tried    31233 cl shrink        0 lits rem          0 time: 0.02
139.79/35.03	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.10
139.79/35.03	c calculated reachability. Time: 0.00
139.79/35.03	c  N st    53    357919       342      1479         0     31233      4479    347524   no data   no data  --
154.97/38.86	c  N st    54    390312       342      1479         0     37429      4479    441870   no data   no data  --
180.55/45.27	c  N st    55    438900       342      1479         0     31125      4479    312238   no data   no data  --
217.68/54.60	c  N st    56    511784       342      1479         0     44357      4479    511301   no data   no data  --
232.07/58.10	c  N st    57    536879       342      1479         0     38850      4479    418553   no data   no data  --
232.07/58.10	c  S st    57    536879       342      1479         0     38850      4479    418553   no data   no data  --
232.47/58.20	c  S st    57    537381       342      1479         0     39352      4479    427596   no data   no data  --
232.47/58.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
232.47/58.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
232.47/58.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
232.47/58.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.47/58.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.47/58.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
232.47/58.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.67/59.55	c lits-rem:       470  cl-subs:     2135  v-elim:      0  v-fix:    0  time:  5.29 s
237.67/59.55	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
237.67/59.56	c vivif2 --  cl tried    37217 cl shrink        0 lits rem          0 time: 0.02
237.67/59.59	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.12
237.67/59.59	c calculated reachability. Time: 0.00
237.67/59.59	c  N st    57    537381       342      1479         0     37217      4479    392427   no data   no data  --
330.73/82.88	c  N st    58    701366       342      1479         0     65792      4479    829958   no data   no data  --
399.04/99.97	c  N st    59    806072       342      1479         0     59962      4479    721669   no data   no data  --
399.04/99.97	c  S st    59    806072       342      1479         0     59962      4479    721669   no data   no data  --
399.86/100.16	c  S st    59    806574       342      1479         0     60460      4479    730985   no data   no data  --
399.86/100.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
399.86/100.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
399.86/100.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
400.27/100.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
400.27/100.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
400.27/100.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
400.27/100.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.83/103.15	c lits-rem:      1863  cl-subs:     6298  v-elim:      0  v-fix:    0  time: 11.76 s
411.83/103.15	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
411.83/103.16	c vivif2 --  cl tried    54162 cl shrink        0 lits rem          0 time: 0.03
412.23/103.22	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.22
412.23/103.22	c calculated reachability. Time: 0.00
412.23/103.22	c  N st    59    806574       342      1479         0     54162      4479    636308   no data   no data  --
591.59/148.20	c  F st    60   1071876       342      1479         0     69774      4479    803057   no data   no data  --
591.99/148.20	c  N st    60   1071876       342      1479         0     69774      4479    803057   no data   no data  --
596.38/149.39	c Decided on static restart strategy
614.35/153.81	c  N st    70   1100183       342      1479         0     53850      4479    537251   no data   no data  --
643.11/161.04	c  N st    72   1136175       342      1479         0     44327      4479    373715   no data   no data  --
663.91/166.25	c  N st    73   1168568       342      1479         0     75597      4479    935266   no data   no data  --
693.84/173.71	c  N st    74   1209862       342      1479         0     70232      4479    830278   no data   no data  --
693.84/173.71	c  S st    74   1209862       342      1479         0     70232      4479    830278   no data   no data  --
694.67/173.96	c  S st    74   1210368       342      1479         0     70735      4479    840057   no data   no data  --
694.67/173.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
694.67/173.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
695.04/174.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
695.04/174.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
695.04/174.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
695.04/174.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
695.04/174.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
712.24/178.32	c lits-rem:      2298  cl-subs:     6234  v-elim:      0  v-fix:    0  time: 17.13 s
712.24/178.32	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
712.24/178.33	c vivif2 --  cl tried    64501 cl shrink        0 lits rem          0 time: 0.04
712.62/178.41	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.34
712.62/178.41	c calculated reachability. Time: 0.00
712.62/178.41	c  N st    74   1210368       342      1479         0     64501      4479    740006   no data   no data  --
770.53/192.91	c  N st    75   1283252       342      1479         0     88401      4479   1092023   no data   no data  --
858.82/215.03	c  N st    76   1392576       342      1479         0     49120      4479    407933   no data   no data  --
995.44/249.24	c  N st    77   1556561       342      1479         0     53895      4479    465827   no data   no data  --
1132.86/283.60	c  N st    78   1710368       342      1479         0     94687      4479   1165891   no data   no data  --
1132.86/283.60	c  S st    78   1710368       342      1479         0     94687      4479   1165891   no data   no data  --
1133.68/283.89	c  S st    78   1710873       342      1479         0     95187      4479   1175845   no data   no data  --
1133.68/283.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1133.68/283.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1134.08/283.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1134.08/283.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1134.08/283.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1134.08/283.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1134.08/283.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1161.62/290.86	c lits-rem:      2861  cl-subs:    13189  v-elim:      0  v-fix:    0  time: 27.50 s
1161.62/290.86	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
1161.62/290.88	c vivif2 --  cl tried    81998 cl shrink        0 lits rem          0 time: 0.05
1162.01/290.99	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.43
1162.01/290.99	c calculated reachability. Time: 0.00
1162.01/290.99	c  N st    78   1710873       342      1479         0     81998      4479    973928   no data   no data  --
1524.76/381.76	c  N st    79   2079838       342      1479         1     93774      4479   1039681   no data   no data  --
1653.76/414.00	c  N st    80   2210874       342      1479         1     98181      4479   1161092   no data   no data  --
1653.76/414.00	c  S st    80   2210874       342      1479         1     98181      4479   1161092   no data   no data  --
1654.96/414.33	c  S st    80   2211377       342      1479         3     98682      4479   1170497   no data   no data  --
1654.96/414.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1654.96/414.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1654.96/414.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1655.36/414.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1656.98/414.82	c subs with bin:     2370  lits-rem:       853  v-fix:    0  time:  1.60 s
1656.98/414.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1656.98/414.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1678.55/420.28	c lits-rem:      1383  cl-subs:    10572  v-elim:      0  v-fix:    0  time: 21.80 s
1678.55/420.28	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
1678.55/420.30	c vivif2 --  cl tried    85741 cl shrink        0 lits rem          0 time: 0.06
1679.32/420.41	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.46
1679.32/420.42	c calculated reachability. Time: 0.00
1679.32/420.42	c  N st    80   2211377       342      1478         5     85741      4478    979041   no data   no data  --
2221.01/556.01	c  N st    81   2711379       342      1478         6    109182      4478   1253939   no data   no data  --
2221.01/556.01	c  S st    81   2711379       342      1478         6    109182      4478   1253939   no data   no data  --
2221.01/556.01	c Finding binary XORs  T:     0.00 s  found:       0
2222.21/556.36	c  S st    81   2711881       342      1478         7    109680      4478   1263455   no data   no data  --
2222.21/556.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2222.21/556.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2222.61/556.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2222.61/556.46	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2224.60/556.97	c subs with bin:     2106  lits-rem:      1816  v-fix:    0  time:  2.05 s
2224.60/556.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
2224.60/556.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2249.37/563.20	c lits-rem:       225  cl-subs:    11409  v-elim:      0  v-fix:    0  time: 24.86 s
2249.37/563.20	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
2249.79/563.22	c vivif2 --  cl tried    96165 cl shrink        0 lits rem          0 time: 0.06
2250.19/563.36	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.58
2250.19/563.36	c calculated reachability. Time: 0.00
2250.19/563.36	c  N st    81   2711881       342      1478         5     96165      4478   1083615   no data   no data  --
2819.81/705.91	c  N st    82   3211883       342      1478         6    147452      4478   1804937   no data   no data  --
2819.81/705.91	c  S st    82   3211883       342      1478         6    147452      4478   1804937   no data   no data  --
2820.21/706.01	c Finding binary XORs  T:     0.00 s  found:       0
2822.20/706.50	c  S st    82   3212387       340      1449        23    138665      4411   1671452   no data   no data  --
2822.20/706.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2822.20/706.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2822.20/706.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2822.61/706.63	c bin-w-bin subsume rem            4 bins  time:  0.00 s
2831.79/708.98	c subs with bin:     5353  lits-rem:      7784  v-fix:    0  time:  9.41 s
2831.79/708.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
2831.79/708.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2899.30/725.86	c lits-rem:      1699  cl-subs:    31902  v-elim:      0  v-fix:    0  time: 67.41 s
2899.30/725.86	c vivif2 --  cl tried     1447 cl shrink        0 lits rem          0 time: 0.00
2899.30/725.88	c vivif2 --  cl tried   101412 cl shrink        6 lits rem          6 time: 0.08
2900.12/726.05	c asymm  cl-useful: 0/1447/1447 lits-rem:0 time: 0.66
2900.12/726.05	c calculated reachability. Time: 0.00
2900.12/726.05	c  N st    82   3212387       340      1447        19    101412      4409   1124689   no data   no data  --
2991.98/749.07	c Following stats are for *FIRST FINISHED THREAD ONLY*
2991.98/749.07	c num threads              : 4          
2991.98/749.07	c restarts                 : 82         
2991.98/749.07	c dynamic restarts         : 0          
2991.98/749.07	c static restarts          : 82         
2991.98/749.07	c full restarts            : 4          
2991.98/749.07	c total simplify time      : 2.22       
2991.98/749.07	c learnts DL2              : 0          
2991.98/749.07	c learnts size 2           : 234        
2991.98/749.07	c learnts size 1           : 106         (30.29     % of vars)
2991.98/749.07	c filedLit time            : 1.16        (0.04      % time)
2991.98/749.07	c v-elim SatELite          : 8           (2.29      % vars)
2991.98/749.07	c SatELite time            : 145.30      (4.86      % time)
2991.98/749.07	c v-elim xor               : 0           (0.00      % vars)
2991.98/749.07	c xor elim time            : 0.14        (0.00      % time)
2991.98/749.07	c num binary xor trees     : 0          
2991.98/749.07	c binxor trees' crown      : 0           (nan       leafs/tree)
2991.98/749.07	c bin xor find time        : 0.01       
2991.98/749.07	c OTF clause improved      : 139616      (0.04      clauses/conflict)
2991.98/749.07	c OTF impr. size diff      : 145946      (1.05       lits/clause)
2991.98/749.07	c OTF cl watch-shrink      : 773681      (0.24      clauses/conflict)
2991.98/749.07	c OTF cl watch-sh-lit      : 972414      (1.26       lits/clause)
2991.98/749.07	c tried to recurMin cls    : 456930      (13.91      % of conflicts)
2991.98/749.07	c updated cache            : 7434        (0.02       lits/tried recurMin)
2991.98/749.07	c unit cls received        : 3           (2.83      % of units)
2991.98/749.07	c unit cls sent            : 2           (1.89      % of units)
2991.98/749.07	c bin cls received         : 47         
2991.98/749.07	c bin cls sent             : 55         
2991.98/749.07	c clauses over max glue    : 0           (0.00      % of all clauses)
2991.98/749.07	c conflicts                : 3285093     (1098.43   / sec)
2991.98/749.07	c decisions                : 3793653     (0.50      % random)
2991.98/749.07	c bogo-props               : 91719710593 (30668161.55 / sec)
2991.98/749.07	c conflict literals        : 55595130    (29.94     % deleted)
2991.98/749.07	c Memory used              : 503.95      MB
2991.98/749.07	c single-thread CPU time   : 2990.71     s
2991.98/749.07	c all-threads sum CPU time : 2990.71     s
2991.98/749.07	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-3175339-1304119540/watcher-3175339-1304119540 -o /tmp/evaluation-result-3175339-1304119540/solver-3175339-1304119540 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175339-1304119540.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: 0.97 1.20 2.95 3/180 5486
/proc/meminfo: memFree=30981816/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 413 0 0 0 1 0 0 0 18 0 4 0 523551854 52465664 352 33554432000 4194304 4650419 140737318941344 18446744073709551615 46990896056242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 12809 352 303 112 0 7774 0
[pid=5486/tid=5488] ppid=5482 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 523551855 52465664 352 33554432000 4194304 4650419 140737318941344 18446744073709551615 46990896056242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 523551855 52465664 352 33554432000 4194304 4650419 140737318941344 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 523551855 52465664 352 33554432000 4194304 4650419 140737318941344 18446744073709551615 46990896056242 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.160444 s]
/proc/loadavg: 0.97 1.20 2.95 3/180 5486
/proc/meminfo: memFree=30981816/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=283108 CPUtime=0.61 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 2006 0 0 0 61 0 0 0 18 0 4 0 523551854 289902592 1454 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 70777 1454 393 112 0 65742 0
[pid=5486/tid=5488] ppid=5482 vsize=283108 CPUtime=0.15 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 420 0 0 0 15 0 0 0 18 0 4 0 523551855 289902592 1455 33554432000 4194304 4650419 140737318941344 18446744073709551615 4304233 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=283108 CPUtime=0.14 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 431 0 0 0 14 0 0 0 21 0 4 0 523551855 289902592 1455 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=283108 CPUtime=0.15 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 338 0 0 0 15 0 0 0 18 0 4 0 523551855 289902592 1455 33554432000 4194304 4650419 140737318941344 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 283108

[startup+0.200436 s]
/proc/loadavg: 0.97 1.20 2.95 3/180 5486
/proc/meminfo: memFree=30981816/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=283268 CPUtime=0.77 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 2138 0 0 0 77 0 0 0 18 0 4 0 523551854 290066432 1586 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 70817 1586 393 112 0 65782 0
[pid=5486/tid=5488] ppid=5482 vsize=283268 CPUtime=0.19 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 451 0 0 0 19 0 0 0 18 0 4 0 523551855 290066432 1586 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=283268 CPUtime=0.18 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 464 0 0 0 18 0 0 0 21 0 4 0 523551855 290066432 1586 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=283268 CPUtime=0.19 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 364 0 0 0 19 0 0 0 18 0 4 0 523551855 290066432 1586 33554432000 4194304 4650419 140737318941344 18446744073709551615 4332006 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283268

[startup+0.300419 s]
/proc/loadavg: 0.97 1.20 2.95 3/180 5486
/proc/meminfo: memFree=30981816/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=283268 CPUtime=1.17 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 2458 0 0 0 117 0 0 0 18 0 4 0 523551854 290066432 1906 33554432000 4194304 4650419 140737318941344 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 70817 1906 393 112 0 65782 0
[pid=5486/tid=5488] ppid=5482 vsize=283268 CPUtime=0.29 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 513 0 0 0 29 0 0 0 18 0 4 0 523551855 290066432 1906 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=283268 CPUtime=0.28 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 545 0 0 0 28 0 0 0 21 0 4 0 523551855 290066432 1906 33554432000 4194304 4650419 140737318941344 18446744073709551615 4334008 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=283268 CPUtime=0.29 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 440 0 0 0 29 0 0 0 18 0 4 0 523551855 290066432 1906 33554432000 4194304 4650419 140737318941344 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283268

[startup+0.700348 s]
/proc/loadavg: 0.97 1.20 2.95 3/180 5486
/proc/meminfo: memFree=30981816/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=284724 CPUtime=2.77 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 4258 0 0 0 276 1 0 0 18 0 4 0 523551854 291557376 2203 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 71181 2203 393 112 0 66146 0
[pid=5486/tid=5488] ppid=5482 vsize=284724 CPUtime=0.69 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 993 0 0 0 69 0 0 0 18 0 4 0 523551855 291557376 2203 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=284724 CPUtime=0.68 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 964 0 0 0 68 0 0 0 22 0 4 0 523551855 291557376 2203 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=284724 CPUtime=0.69 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 873 0 0 0 69 0 0 0 18 0 4 0 523551855 291557376 2203 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364400 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) 284724

[startup+1.5002 s]
/proc/loadavg: 0.97 1.20 2.95 10/188 5495
/proc/meminfo: memFree=30959184/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=278868 CPUtime=5.96 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 7678 0 0 0 595 1 0 0 20 0 4 0 523551854 285560832 4026 33554432000 4194304 4650419 140737318941344 18446744073709551615 4367388 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 69717 4026 395 112 0 64682 0
[pid=5486/tid=5488] ppid=5482 vsize=278868 CPUtime=1.48 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 1662 0 0 0 148 0 0 0 19 0 4 0 523551855 285560832 4026 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=278868 CPUtime=1.47 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 1599 0 0 0 147 0 0 0 25 0 4 0 523551855 285560832 4026 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=278868 CPUtime=1.49 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 1466 0 0 0 149 0 0 0 20 0 4 0 523551855 285560832 4026 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 278868

[startup+3.10091 s]
/proc/loadavg: 0.97 1.20 2.95 10/188 5495
/proc/meminfo: memFree=30931928/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=279360 CPUtime=12.36 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 14085 0 0 0 1233 3 0 0 25 0 4 0 523551854 286064640 7757 33554432000 4194304 4650419 140737318941344 18446744073709551615 4329380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 69840 7757 395 112 0 64805 0
[pid=5486/tid=5488] ppid=5482 vsize=279360 CPUtime=3.09 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 3460 0 0 0 308 1 0 0 25 0 4 0 523551855 286064640 7757 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=279360 CPUtime=3.07 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 3353 0 0 0 307 0 0 0 25 0 4 0 523551855 286064640 7757 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=279360 CPUtime=3.08 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 3248 0 0 0 308 0 0 0 25 0 4 0 523551855 286064640 7757 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364788 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) 279360

[startup+6.30033 s]
/proc/loadavg: 1.53 1.32 2.98 10/188 5495
/proc/meminfo: memFree=30884192/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=282000 CPUtime=25.14 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 21745 0 0 0 2510 4 0 0 25 0 4 0 523551854 288768000 11255 33554432000 4194304 4650419 140737318941344 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 70500 11255 395 112 0 65465 0
[pid=5486/tid=5488] ppid=5482 vsize=282000 CPUtime=6.28 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 5700 0 0 0 627 1 0 0 25 0 4 0 523551855 288768000 11255 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=282000 CPUtime=6.25 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 5035 0 0 0 625 0 0 0 25 0 4 0 523551855 288768000 11255 33554432000 4194304 4650419 140737318941344 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=282000 CPUtime=6.28 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 4542 0 0 0 628 0 0 0 25 0 4 0 523551855 288768000 11255 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366931 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) 282000

[startup+12.7012 s]
/proc/loadavg: 2.05 1.43 3.01 10/188 5495
/proc/meminfo: memFree=30845792/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=286364 CPUtime=50.71 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 32469 0 0 0 5064 7 0 0 25 0 4 0 523551854 293236736 15281 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 71591 15281 395 112 0 66556 0
[pid=5486/tid=5488] ppid=5482 vsize=286364 CPUtime=12.69 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 8455 0 0 0 1267 2 0 0 25 0 4 0 523551855 293236736 15281 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=286364 CPUtime=12.61 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 7887 0 0 0 1260 1 0 0 25 0 4 0 523551855 293236736 15281 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=286364 CPUtime=12.69 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 7139 0 0 0 1268 1 0 0 25 0 4 0 523551855 293236736 15281 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366839 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) 286364

[startup+25.5008 s]
/proc/loadavg: 3.51 1.78 3.10 10/188 5495
/proc/meminfo: memFree=30797660/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=288508 CPUtime=101.84 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 48688 0 0 0 10173 11 0 0 25 0 4 0 523551854 295432192 19062 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366857 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 72127 19062 395 112 0 67092 0
[pid=5486/tid=5488] ppid=5482 vsize=288508 CPUtime=25.48 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 13796 0 0 0 2546 2 0 0 25 0 4 0 523551855 295432192 19062 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=288508 CPUtime=25.34 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 11785 0 0 0 2532 2 0 0 25 0 4 0 523551855 295432192 19062 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=288508 CPUtime=25.49 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 9459 0 0 0 2547 2 0 0 25 0 4 0 523551855 295432192 19062 33554432000 4194304 4650419 140737318941344 18446744073709551615 4520364 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) 288508

[startup+51.1012 s]
/proc/loadavg: 5.17 2.31 3.24 10/188 5496
/proc/meminfo: memFree=30759256/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=292072 CPUtime=204.1 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 76408 0 0 0 20391 19 0 0 25 0 4 0 523551854 299081728 24042 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 73018 24042 395 112 0 67983 0
[pid=5486/tid=5488] ppid=5482 vsize=292072 CPUtime=51.09 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 22495 0 0 0 5105 4 0 0 25 0 4 0 523551855 299081728 24042 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=292072 CPUtime=50.81 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 18884 0 0 0 5077 4 0 0 25 0 4 0 523551855 299081728 24042 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=292072 CPUtime=51.09 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 14387 0 0 0 5104 5 0 0 25 0 4 0 523551855 299081728 24042 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365192 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) 292072

[startup+102.301 s]
/proc/loadavg: 6.94 3.23 3.50 10/188 5497
/proc/meminfo: memFree=30701796/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=300396 CPUtime=408.64 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 119345 0 0 0 40830 34 0 0 25 0 4 0 523551854 307605504 29463 33554432000 4194304 4650419 140737318941344 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 75099 29463 395 112 0 70064 0
[pid=5486/tid=5488] ppid=5482 vsize=300396 CPUtime=102.3 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 35029 0 0 0 10222 8 0 0 25 0 4 0 523551855 307605504 29463 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=300396 CPUtime=101.73 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 29792 0 0 0 10165 8 0 0 25 0 4 0 523551855 307605504 29463 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=300396 CPUtime=102.29 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 21441 0 0 0 10222 7 0 0 25 0 4 0 523551855 307605504 29463 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366904 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) 300396

[startup+162.301 s]

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

/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 55587 0 0 0 52207 22 0 0 25 0 4 0 523551855 403230720 61689 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2086.38
Current children cumulated vsize (KiB) 393780

[startup+582.301 s]
/proc/loadavg: 8.32 7.24 5.40 10/188 5510
/proc/meminfo: memFree=30332744/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=457704 CPUtime=2326.06 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 357963 0 0 0 232475 131 0 0 25 0 4 0 523551854 468688896 62350 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 114426 62350 395 112 0 109391 0
[pid=5486/tid=5488] ppid=5482 vsize=457704 CPUtime=582.3 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 106581 0 0 0 58195 35 0 0 25 0 4 0 523551855 468688896 62350 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=457704 CPUtime=579.13 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 91666 0 0 0 57877 36 0 0 25 0 4 0 523551855 468688896 62350 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=457704 CPUtime=582.29 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 58165 0 0 0 58206 23 0 0 25 0 4 0 523551855 468688896 62350 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2326.06
Current children cumulated vsize (KiB) 457704

[startup+642.301 s]
/proc/loadavg: 8.29 7.43 5.58 10/188 5512
/proc/meminfo: memFree=30345608/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=469224 CPUtime=2565.75 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 379270 0 0 0 256433 142 0 0 25 0 4 0 523551854 480485376 66422 33554432000 4194304 4650419 140737318941344 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 117306 66422 395 112 0 112271 0
[pid=5486/tid=5488] ppid=5482 vsize=469224 CPUtime=642.3 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 113046 0 0 0 64191 39 0 0 25 0 4 0 523551855 480485376 66422 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=469224 CPUtime=638.81 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 97172 0 0 0 63842 39 0 0 25 0 4 0 523551855 480485376 66422 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=469224 CPUtime=642.3 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 61771 0 0 0 64205 25 0 0 25 0 4 0 523551855 480485376 66422 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.75
Current children cumulated vsize (KiB) 469224

[startup+702.301 s]
/proc/loadavg: 8.30 7.58 5.75 10/188 5513
/proc/meminfo: memFree=30341844/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=501664 CPUtime=2805.42 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 399017 0 0 0 280390 152 0 0 25 0 4 0 523551854 513703936 68352 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 125416 68352 395 112 0 120381 0
[pid=5486/tid=5488] ppid=5482 vsize=501664 CPUtime=702.3 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 119210 0 0 0 70188 42 0 0 25 0 4 0 523551855 513703936 68352 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=501664 CPUtime=698.48 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 101517 0 0 0 69807 41 0 0 25 0 4 0 523551855 513703936 68352 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=501664 CPUtime=702.29 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 65247 0 0 0 70203 26 0 0 25 0 4 0 523551855 513703936 68352 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 501664

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

[startup+716.8 s]
/proc/loadavg: 8.23 7.60 5.78 10/188 5514
/proc/meminfo: memFree=30330172/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=522456 CPUtime=2863.35 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 404503 0 0 0 286181 154 0 0 25 0 4 0 523551854 534994944 70115 33554432000 4194304 4650419 140737318941344 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 130614 70115 395 112 0 125579 0
[pid=5486/tid=5488] ppid=5482 vsize=522456 CPUtime=716.81 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 120469 0 0 0 71638 43 0 0 25 0 4 0 523551855 534994944 70115 33554432000 4194304 4650419 140737318941344 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=522456 CPUtime=712.9 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 103069 0 0 0 71248 42 0 0 25 0 4 0 523551855 534994944 70115 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=522456 CPUtime=716.8 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 65544 0 0 0 71653 27 0 0 25 0 4 0 523551855 534994944 70115 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2863.35
Current children cumulated vsize (KiB) 522456

[startup+729.601 s]
/proc/loadavg: 8.18 7.62 5.82 10/188 5514
/proc/meminfo: memFree=30317396/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=525336 CPUtime=2914.48 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 406825 0 0 0 291293 155 0 0 25 0 4 0 523551854 537944064 72297 33554432000 4194304 4650419 140737318941344 18446744073709551615 4315137 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 131334 72297 395 112 0 126299 0
[pid=5486/tid=5488] ppid=5482 vsize=525336 CPUtime=729.61 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 121341 0 0 0 72918 43 0 0 25 0 4 0 523551855 537944064 72297 33554432000 4194304 4650419 140737318941344 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=525336 CPUtime=725.63 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 103656 0 0 0 72521 42 0 0 25 0 4 0 523551855 537944064 72297 33554432000 4194304 4650419 140737318941344 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=525336 CPUtime=729.6 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 65544 0 0 0 72933 27 0 0 25 0 4 0 523551855 537944064 72297 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2914.48
Current children cumulated vsize (KiB) 525336

[startup+742.401 s]
/proc/loadavg: 8.15 7.63 5.84 10/188 5514
/proc/meminfo: memFree=30300652/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=516036 CPUtime=2965.62 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 411272 0 0 0 296405 157 0 0 25 0 4 0 523551854 528420864 72063 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 129009 72063 395 112 0 123974 0
[pid=5486/tid=5488] ppid=5482 vsize=516036 CPUtime=742.41 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 122834 0 0 0 74197 44 0 0 25 0 4 0 523551855 528420864 72063 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=516036 CPUtime=738.37 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 104137 0 0 0 73794 43 0 0 25 0 4 0 523551855 528420864 72063 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=516036 CPUtime=742.4 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 66240 0 0 0 74213 27 0 0 25 0 4 0 523551855 528420864 72063 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2965.62
Current children cumulated vsize (KiB) 516036

[startup+745.601 s]
/proc/loadavg: 8.14 7.64 5.85 10/188 5514
/proc/meminfo: memFree=30294820/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=516036 CPUtime=2978.4 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 411910 0 0 0 297683 157 0 0 25 0 4 0 523551854 528420864 72611 33554432000 4194304 4650419 140737318941344 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 129009 72611 395 112 0 123974 0
[pid=5486/tid=5488] ppid=5482 vsize=516036 CPUtime=745.61 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 122966 0 0 0 74517 44 0 0 25 0 4 0 523551855 528420864 72611 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=516036 CPUtime=741.55 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 104227 0 0 0 74112 43 0 0 25 0 4 0 523551855 528420864 72611 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=516036 CPUtime=745.6 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 66411 0 0 0 74533 27 0 0 25 0 4 0 523551855 528420864 72611 33554432000 4194304 4650419 140737318941344 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2978.4
Current children cumulated vsize (KiB) 516036

[startup+747.201 s]
/proc/loadavg: 8.14 7.64 5.85 10/188 5514
/proc/meminfo: memFree=30301268/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=516036 CPUtime=2984.78 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 412065 0 0 0 298321 157 0 0 25 0 4 0 523551854 528420864 72766 33554432000 4194304 4650419 140737318941344 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 129009 72766 395 112 0 123974 0
[pid=5486/tid=5488] ppid=5482 vsize=516036 CPUtime=747.21 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 123037 0 0 0 74677 44 0 0 25 0 4 0 523551855 528420864 72766 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=516036 CPUtime=743.14 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 104227 0 0 0 74271 43 0 0 25 0 4 0 523551855 528420864 72766 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=516036 CPUtime=747.2 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 66411 0 0 0 74693 27 0 0 25 0 4 0 523551855 528420864 72766 33554432000 4194304 4650419 140737318941344 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2984.78
Current children cumulated vsize (KiB) 516036

[startup+748.001 s]
/proc/loadavg: 8.14 7.64 5.85 10/188 5514
/proc/meminfo: memFree=30299656/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=516036 CPUtime=2988 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 412233 0 0 0 298643 157 0 0 25 0 4 0 523551854 528420864 72934 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 129009 72934 395 112 0 123974 0
[pid=5486/tid=5488] ppid=5482 vsize=516036 CPUtime=748.01 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 123068 0 0 0 74757 44 0 0 25 0 4 0 523551855 528420864 72934 33554432000 4194304 4650419 140737318941344 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=516036 CPUtime=743.94 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 104227 0 0 0 74351 43 0 0 25 0 4 0 523551855 528420864 72934 33554432000 4194304 4650419 140737318941344 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=516036 CPUtime=748 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 66504 0 0 0 74773 27 0 0 25 0 4 0 523551855 528420864 72934 33554432000 4194304 4650419 140737318941344 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2988
Current children cumulated vsize (KiB) 516036

[startup+748.801 s]
/proc/loadavg: 8.14 7.64 5.85 10/188 5514
/proc/meminfo: memFree=30299656/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=516036 CPUtime=2991.17 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 412359 0 0 0 298960 157 0 0 25 0 4 0 523551854 528420864 73060 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 129009 73060 395 112 0 123974 0
[pid=5486/tid=5488] ppid=5482 vsize=516036 CPUtime=748.81 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 123101 0 0 0 74837 44 0 0 25 0 4 0 523551855 528420864 73060 33554432000 4194304 4650419 140737318941344 18446744073709551615 4516030 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=516036 CPUtime=744.73 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 104227 0 0 0 74430 43 0 0 25 0 4 0 523551855 528420864 73060 33554432000 4194304 4650419 140737318941344 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=516036 CPUtime=748.79 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 66552 0 0 0 74852 27 0 0 25 0 4 0 523551855 528420864 73060 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2991.17
Current children cumulated vsize (KiB) 516036

[startup+749 s]
/proc/loadavg: 8.14 7.64 5.85 10/188 5514
/proc/meminfo: memFree=30299656/32951124 swapFree=67111336/67111528
[pid=5486] ppid=5482 vsize=516036 CPUtime=2991.98 cores=1,3,5,7
/proc/5486/stat : 5486 (strangenight1-m) R 5482 5486 4943 0 -1 4202496 412784 0 0 0 299040 158 0 0 25 0 4 0 523551854 528420864 73485 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5486/statm: 129009 73485 395 112 0 123974 0
[pid=5486/tid=5488] ppid=5482 vsize=516036 CPUtime=749.01 cores=1,3,5,7
/proc/5486/task/5488/stat : 5488 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 123504 0 0 0 74857 44 0 0 25 0 4 0 523551855 528420864 73485 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5486/tid=5489] ppid=5482 vsize=516036 CPUtime=744.93 cores=1,3,5,7
/proc/5486/task/5489/stat : 5489 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 104227 0 0 0 74450 43 0 0 25 0 4 0 523551855 528420864 73485 33554432000 4194304 4650419 140737318941344 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5486/tid=5491] ppid=5482 vsize=516036 CPUtime=748.99 cores=1,3,5,7
/proc/5486/task/5491/stat : 5491 (strangenight1-m) R 5482 5486 4943 0 -1 4202560 66563 0 0 0 74872 27 0 0 25 0 4 0 523551855 528420864 73485 33554432000 4194304 4650419 140737318941344 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2991.98
Current children cumulated vsize (KiB) 516036

Child status: 20
Real time (s): 749.091
CPU time (s): 2992.31
CPU user time (s): 2990.71
CPU system time (s): 1.59376
CPU usage (%): 399.459
Max. virtual memory (cumulated for all children) (KiB): 528164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2990.71
system time used= 1.59376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412803
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= 322
involuntary context switches= 18289

runsolver used 1.09483 second user time and 2.99654 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 01:25:40
IDJOB=3175339
IDBENCH=82957
IDSOLVER=1588
FILE ID=node133/3175339-1304119540
RUNJOBID= node133-1304119540-5468
PBS_JOBID= 13170705
Free space on /tmp= 71896 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175339-1304119540/watcher-3175339-1304119540 -o /tmp/evaluation-result-3175339-1304119540/solver-3175339-1304119540 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175339-1304119540.cnf

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

MD5SUM BENCH= 2e059a7f69d15193cd88ec6d57d9e297
RANDOM SEED=1225127057

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30982120 kB
Buffers:        503980 kB
Cached:        1058044 kB
SwapCached:        124 kB
Active:         133352 kB
Inactive:      1491992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30982120 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           12500 kB
Writeback:           0 kB
AnonPages:       63148 kB
Mapped:          14500 kB
Slab:           279900 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-30 01:38:09