Trace number 3366664

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-2-mt (fixed)UNSAT 1539.14 385.942

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1090604743-089.UNKNOWN.cnf
MD5SUMdb8052d689d68a5a8af12c3049f9d9c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.20921
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366664-1305411306.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     163 undec:      44 neg:     143
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       336      1476         0         0      4506         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.40/0.13	c  N st     8      4918       336      1476         0      4801      4506     84373   no data   no data
1.17/0.38	c  N st    10     11301       336      1476         0      4410      4506     57798   no data   no data
2.36/0.60	c  N st    11     17044       336      1476         0      9943      4506    151117   no data   no data
3.98/1.01	c  F st    12     25001       336      1476         0     12166      4506    188906   no data   no data
3.98/1.01	c  N st    12     25001       336      1476         0     12166      4506    188906   no data   no data
4.76/1.24	c Decided on static restart strategy
4.76/1.24	c  N st    18     30000       336      1476         0     10496      4506    146002   no data   no data
4.76/1.24	c  S st    18     30000       336      1476         0     10496      4506    146002   no data   no data
4.76/1.27	c  S st    18     30504       336      1476         0     10999      4506    155237   no data   no data
4.76/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.27	c blocked clauses removed:        0 vars:      0 tried:         336 T: 0.00 s
4.76/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
4.76/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.34	c lits-rem:       146  cl-subs:     1166  v-elim:      0  v-fix:    0  time:  0.05 s
5.16/1.34	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.00
5.16/1.34	c calculated reachability. Time: 0.00
5.16/1.34	c  N st    18     30504       336      1476         0      9833      4506    137176   no data   no data
6.75/1.73	c  N st    20     37617       336      1476         0      9116      4506    111109   no data   no data
7.95/2.08	c  N st    21     44016       336      1476         0     15264      4506    213726   no data   no data
8.37/2.21	c  S st    22     45756       336      1476         0     16942      4506    242621   no data   no data
8.79/2.26	c  S st    22     46258       336      1476         0      8841      4506     96528   no data   no data
8.79/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
8.79/2.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.27	c lits-rem:        34  cl-subs:      296  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.27	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
8.79/2.28	c vivif2 --  cl tried     8545 cl shrink        0 lits rem          0 time: 0.00
8.79/2.28	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.01
8.79/2.28	c calculated reachability. Time: 0.00
8.79/2.28	c  N st    22     46258       336      1476         0      8545      4506     92467   no data   no data
12.34/3.13	c  N st    23     60657       336      1476         0     12843      4506    158273   no data   no data
14.73/3.70	c  N st    24     69388       336      1476         0     21248      4506    299149   no data   no data
14.73/3.70	c  S st    24     69388       336      1476         0     21248      4506    299149   no data   no data
14.73/3.75	c  S st    24     69893       336      1476         0     11176      4506    123786   no data   no data
14.73/3.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.73/3.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.73/3.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
14.73/3.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.73/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.77	c lits-rem:        41  cl-subs:      256  v-elim:      0  v-fix:    0  time:  0.01 s
14.73/3.77	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
14.73/3.77	c vivif2 --  cl tried    10920 cl shrink        0 lits rem          0 time: 0.00
14.73/3.78	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.00
14.73/3.78	c calculated reachability. Time: 0.00
14.73/3.78	c  N st    24     69893       336      1476         0     10920      4506    120125   no data   no data
19.52/4.94	c  F st    25     87500       336      1476         0     16364      4506    210170   no data   no data
19.52/4.94	c  N st    25     87500       336      1476         0     16364      4506    210170   no data   no data
21.12/5.31	c Decided on static restart strategy
21.96/5.57	c  N st    32     95538       336      1476         0     24179      4506    349768   no data   no data
24.70/6.24	c  N st    34    104839       336      1476         0     20645      4506    278319   no data   no data
24.70/6.24	c  S st    34    104839       336      1476         0     20645      4506    278319   no data   no data
24.70/6.29	c  S st    34    105342       336      1476         0     21146      4506    286886   no data   no data
24.70/6.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.10/6.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.10/6.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.10/6.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.10/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.10/6.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
25.10/6.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.10/6.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.10/6.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.50/6.42	c lits-rem:       162  cl-subs:     1066  v-elim:      0  v-fix:    0  time:  0.11 s
25.50/6.42	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
25.50/6.43	c vivif2 --  cl tried    20080 cl shrink        0 lits rem          0 time: 0.00
25.50/6.44	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.01
25.50/6.44	c calculated reachability. Time: 0.00
25.50/6.44	c  N st    34    105342       336      1476         0     20080      4506    268475   no data   no data
28.69/7.22	c  N st    35    114940       336      1476         0     15863      4506    177067   no data   no data
33.48/8.41	c  N st    36    129339       336      1476         0     15230      4506    153353   no data   no data
40.65/10.26	c  N st    37    150935       336      1476         0     20528      4506    234393   no data   no data
43.04/10.85	c  S st    38    158015       336      1476         0     27328      4506    349079   no data   no data
43.46/10.93	c  S st    38    158521       336      1476         0     27830      4506    358041   no data   no data
43.46/10.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.46/10.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.46/10.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.46/10.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.46/10.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.46/10.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
43.46/10.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.46/10.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.46/10.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.04/11.33	c lits-rem:       251  cl-subs:     2877  v-elim:      0  v-fix:    0  time:  0.37 s
45.04/11.33	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
45.04/11.33	c vivif2 --  cl tried    24953 cl shrink        0 lits rem          0 time: 0.00
45.04/11.35	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.01
45.04/11.35	c calculated reachability. Time: 0.00
45.04/11.35	c  N st    38    158521       336      1476         0     24953      4506    314208   no data   no data
63.78/16.03	c  N st    39    207110       336      1476         0     19848      4506    203249   no data   no data
76.15/19.12	c  N st    40    237781       336      1476         0     29941      4506    352954   no data   no data
76.15/19.12	c  S st    40    237781       336      1476         0     29941      4506    352954   no data   no data
76.15/19.19	c  S st    40    238285       336      1476         0     30444      4506    361948   no data   no data
76.15/19.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.55/19.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.55/19.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.55/19.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.55/19.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.55/19.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
76.55/19.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.55/19.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
76.55/19.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.56/19.72	c lits-rem:       447  cl-subs:     4432  v-elim:      0  v-fix:    0  time:  0.49 s
78.56/19.72	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
78.56/19.72	c vivif2 --  cl tried    26012 cl shrink        0 lits rem          0 time: 0.00
78.56/19.74	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.01
78.56/19.74	c calculated reachability. Time: 0.00
78.56/19.74	c  N st    40    238285       336      1476         0     26012      4506    297057   no data   no data
106.06/26.63	c  F st    41    306250       336      1476         0     28024      4506    299261   no data   no data
106.06/26.63	c  N st    41    306250       336      1476         0     28024      4506    299261   no data   no data
108.45/27.20	c Decided on static restart strategy
118.47/29.76	c  N st    51    334555       336      1476         0     32228      4506    360375   no data   no data
129.19/32.46	c  N st    53    357427       336      1476         0     30201      4506    319886   no data   no data
129.19/32.46	c  S st    53    357427       336      1476         0     30201      4506    319886   no data   no data
129.59/32.53	c  S st    53    357928       336      1476         0     30699      4506    329029   no data   no data
129.59/32.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
129.59/32.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
129.59/32.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.59/32.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.59/32.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.59/32.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
129.59/32.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
129.59/32.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
129.59/32.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.39/32.74	c lits-rem:       243  cl-subs:     1780  v-elim:      0  v-fix:    0  time:  0.19 s
130.39/32.74	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
130.39/32.74	c vivif2 --  cl tried    28919 cl shrink        0 lits rem          0 time: 0.00
130.39/32.76	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.01
130.39/32.76	c calculated reachability. Time: 0.00
130.39/32.76	c  N st    53    357928       336      1476         0     28919      4506    303947   no data   no data
144.37/36.28	c  N st    54    390321       336      1476         0     35055      4506    387697   no data   no data
171.11/42.94	c  N st    55    438909       336      1476         0     29018      4506    275828   no data   no data
208.96/52.46	c  N st    56    511791       336      1476         0     42129      4506    462761   no data   no data
222.52/55.84	c  N st    57    536897       336      1476         0     36557      4506    376243   no data   no data
222.52/55.84	c  S st    57    536897       336      1476         0     36557      4506    376243   no data   no data
222.92/55.94	c  S st    57    537399       336      1476         0     37059      4506    385608   no data   no data
222.92/55.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
222.92/55.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
222.92/55.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
222.92/55.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.92/55.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.92/55.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
222.92/55.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.92/55.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
222.92/55.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.10/56.21	c lits-rem:       263  cl-subs:     2015  v-elim:      0  v-fix:    0  time:  0.23 s
224.10/56.21	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
224.10/56.22	c vivif2 --  cl tried    35044 cl shrink        0 lits rem          0 time: 0.00
224.10/56.24	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.02
224.10/56.24	c calculated reachability. Time: 0.00
224.10/56.24	c  N st    57    537399       336      1476         0     35044      4506    356432   no data   no data
318.64/79.94	c  N st    58    701383       336      1476         0     64122      4506    863554   no data   no data
386.83/97.07	c  N st    59    806098       336      1476         0     57755      4506    661397   no data   no data
386.83/97.07	c  S st    59    806098       336      1476         0     57755      4506    661397   no data   no data
387.63/97.23	c  S st    59    806601       336      1476         0     58258      4506    670743   no data   no data
387.63/97.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
387.63/97.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
387.63/97.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
387.63/97.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.63/97.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.63/97.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
387.63/97.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
387.63/97.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
387.63/97.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
394.02/98.81	c lits-rem:       387  cl-subs:     7092  v-elim:      0  v-fix:    0  time:  1.51 s
394.02/98.81	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
394.02/98.82	c vivif2 --  cl tried    51166 cl shrink        0 lits rem          0 time: 0.01
394.02/98.85	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.04
394.02/98.86	c calculated reachability. Time: 0.00
394.02/98.86	c  N st    59    806601       336      1476         0     51166      4506    571691   no data   no data
581.06/145.72	c  F st    60   1071875       336      1476         1     66560      4506    720743   no data   no data
581.06/145.72	c  N st    60   1071875       336      1476         1     66560      4506    720743   no data   no data
585.05/146.74	c Decided on static restart strategy
603.40/151.30	c  N st    70   1100182       336      1476         1     51030      4506    516363   no data   no data
630.12/158.09	c  N st    72   1136174       336      1476         1     85356      4506   1072256   no data   no data
652.05/163.54	c  N st    73   1168566       336      1476         1     72311      4506    861455   no data   no data
682.76/171.24	c  N st    74   1209902       336      1476         1     67017      4506    782550   no data   no data
682.76/171.24	c  S st    74   1209902       336      1476         1     67017      4506    782550   no data   no data
683.98/171.53	c  S st    74   1210407       336      1476         1     67521      4506    792179   no data   no data
683.98/171.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
683.98/171.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
683.98/171.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
683.98/171.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
683.98/171.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
683.98/171.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
683.98/171.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
683.98/171.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
685.54/171.94	c subs with bin:     1816  lits-rem:       251  v-fix:    0  time:  0.32 s
692.75/173.72	c lits-rem:       951  cl-subs:     5624  v-elim:      0  v-fix:    0  time:  1.76 s
692.75/173.72	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
692.75/173.73	c vivif2 --  cl tried    60081 cl shrink        0 lits rem          0 time: 0.01
692.75/173.80	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.06
692.75/173.80	c calculated reachability. Time: 0.00
692.75/173.80	c  N st    74   1210407       336      1476         1     60081      4506    690069   no data   no data
750.20/188.16	c  N st    75   1283289       336      1476         1     84091      4506   1062745   no data   no data
840.69/210.87	c  N st    76   1392613       336      1476         1     93639      4506   1145556   no data   no data
980.68/245.90	c  N st    77   1556600       336      1476         1    101052      4506   1239173   no data   no data
1108.28/277.90	c  N st    78   1710407       336      1476         1     90134      4506    986220   no data   no data
1108.28/277.90	c  S st    78   1710407       336      1476         1     90134      4506    986220   no data   no data
1109.08/278.19	c  S st    78   1710910       336      1476         1     90636      4506    996405   no data   no data
1109.08/278.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1109.49/278.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1109.49/278.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1109.49/278.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1109.49/278.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1109.49/278.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1109.49/278.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1109.49/278.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1109.49/278.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1136.98/285.18	c lits-rem:      2446  cl-subs:    22646  v-elim:      0  v-fix:    0  time:  6.90 s
1136.98/285.18	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
1136.98/285.19	c vivif2 --  cl tried    67990 cl shrink        0 lits rem          0 time: 0.01
1137.38/285.27	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.08
1137.38/285.27	c calculated reachability. Time: 0.00
1137.38/285.27	c  N st    78   1710910       336      1476         1     67990      4506    689461   no data   no data
1460.04/366.17	c  N st    79   2079874       336      1476         2     80845      4506    832431   no data   no data
1527.03/382.95	c Finding binary XORs  T:     0.00 s  found:       0
1538.20/385.77	c Finding binary XORs  T:     0.00 s  found:       0
1539.00/385.92	c Following stats are for *FIRST FINISHED THREAD ONLY*
1539.00/385.93	c num threads              : 4          
1539.00/385.93	c restarts                 : 79         
1539.00/385.93	c dynamic restarts         : 0          
1539.00/385.93	c static restarts          : 79         
1539.00/385.93	c full restarts            : 4          
1539.00/385.93	c total simplify time      : 0.33       
1539.00/385.93	c learnts DL2              : 0          
1539.00/385.93	c learnts size 2           : 221        
1539.00/385.93	c learnts size 1           : 68          (19.43     % of vars)
1539.00/385.93	c filedLit time            : 0.11        (0.03      % time)
1539.00/385.93	c v-elim SatELite          : 14          (4.00      % vars)
1539.00/385.93	c SatELite time            : 8.52        (2.21      % time)
1539.00/385.93	c v-elim xor               : 0           (0.00      % vars)
1539.00/385.93	c xor elim time            : 0.02        (0.00      % time)
1539.00/385.93	c num binary xor trees     : 0          
1539.00/385.93	c binxor trees' crown      : 0           (nan       leafs/tree)
1539.00/385.93	c bin xor find time        : 0.00       
1539.00/385.93	c OTF clause improved      : 96959       (0.04      clauses/conflict)
1539.00/385.93	c OTF impr. size diff      : 101653      (1.05       lits/clause)
1539.00/385.93	c OTF cl watch-shrink      : 538695      (0.25      clauses/conflict)
1539.00/385.93	c OTF cl watch-sh-lit      : 685813      (1.27       lits/clause)
1539.00/385.93	c tried to recurMin cls    : 218192      (10.08      % of conflicts)
1539.00/385.93	c updated cache            : 5157        (0.02       lits/tried recurMin)
1539.00/385.93	c unit cls recevied        : 4           (5.88      % of units)
1539.00/385.93	c unit cls sent            : 3           (4.41      % of units)
1539.00/385.93	c bin cls recevied         : 21         
1539.00/385.93	c bin cls sent             : 42         
1539.00/385.93	c clauses over max glue    : 0           (0.00      % of all clauses)
1539.00/385.93	c conflicts                : 2164264     (5611.69   / sec)
1539.00/385.93	c decisions                : 2484942     (0.73      % random)
1539.00/385.93	c bogo-props               : 52884336858 (137123152.59 / sec)
1539.00/385.93	c conflict literals        : 36237355    (30.35     % deleted)
1539.00/385.93	c Memory used              : 398.46      MB
1539.00/385.93	c single-thread CPU time   : 385.67      s
1539.00/385.93	c all-threads sum CPU time : 1538.07     s
1539.00/385.93	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-3366664-1305411306/watcher-3366664-1305411306 -o /tmp/evaluation-result-3366664-1305411306/solver-3366664-1305411306 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366664-1305411306.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.14 8.09 7.68 5/373 18086
/proc/meminfo: memFree=22555540/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=207968 CPUtime=0 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 627 0 0 0 0 0 0 0 24 0 4 0 652728295 212959232 555 33554432000 4194304 4580107 140736759919824 18446744073709551615 212687780383 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 51992 557 336 95 0 46974 0
[pid=18086/tid=18087] ppid=18084 vsize=216456 CPUtime=0 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 155 0 0 0 0 0 0 0 25 0 4 0 652728296 221650944 900 33554432000 4194304 4580107 140736759919824 18446744073709551615 4306112 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=216456 CPUtime=0 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 186 0 0 0 0 0 0 0 25 0 4 0 652728296 221650944 900 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=216456 CPUtime=0 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 55 0 0 0 0 0 0 0 24 0 4 0 652728296 221650944 900 33554432000 4194304 4580107 140736759919824 18446744073709551615 4316654 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0819131 s]
/proc/loadavg: 8.14 8.09 7.68 5/373 18086
/proc/meminfo: memFree=22555540/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=216588 CPUtime=0.29 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 1338 0 0 0 29 0 0 0 24 0 4 0 652728295 221786112 1266 33554432000 4194304 4580107 140736759919824 18446744073709551615 212687780334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 54147 1266 377 95 0 49129 0
[pid=18086/tid=18087] ppid=18084 vsize=216588 CPUtime=0.07 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 248 0 0 0 7 0 0 0 25 0 4 0 652728296 221786112 1266 33554432000 4194304 4580107 140736759919824 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=216588 CPUtime=0.07 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 264 0 0 0 7 0 0 0 25 0 4 0 652728296 221786112 1266 33554432000 4194304 4580107 140736759919824 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=216588 CPUtime=0.07 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 158 0 0 0 7 0 0 0 25 0 4 0 652728296 221786112 1266 33554432000 4194304 4580107 140736759919824 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 216588

[startup+0.10958 s]
/proc/loadavg: 8.14 8.09 7.68 5/373 18086
/proc/meminfo: memFree=22555540/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=216748 CPUtime=0.4 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 1492 0 0 0 40 0 0 0 24 0 4 0 652728295 221949952 1420 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 54187 1420 377 95 0 49169 0
[pid=18086/tid=18087] ppid=18084 vsize=216748 CPUtime=0.1 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 291 0 0 0 10 0 0 0 25 0 4 0 652728296 221949952 1420 33554432000 4194304 4580107 140736759919824 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=216748 CPUtime=0.1 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 294 0 0 0 10 0 0 0 25 0 4 0 652728296 221949952 1420 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=216748 CPUtime=0.1 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 200 0 0 0 10 0 0 0 25 0 4 0 652728296 221949952 1420 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 216748

[startup+0.300546 s]
/proc/loadavg: 8.14 8.09 7.68 5/373 18086
/proc/meminfo: memFree=22555540/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=217796 CPUtime=1.17 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 2324 0 0 0 117 0 0 0 25 0 4 0 652728295 223023104 1827 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 54449 1827 377 95 0 49431 0
[pid=18086/tid=18087] ppid=18084 vsize=217796 CPUtime=0.29 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 510 0 0 0 29 0 0 0 25 0 4 0 652728296 223023104 1827 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=217796 CPUtime=0.29 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 491 0 0 0 29 0 0 0 25 0 4 0 652728296 223023104 1827 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=217796 CPUtime=0.29 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 414 0 0 0 29 0 0 0 25 0 4 0 652728296 223023104 1827 33554432000 4194304 4580107 140736759919824 18446744073709551615 4292947 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 217796

[startup+0.700474 s]
/proc/loadavg: 8.14 8.09 7.68 5/373 18086
/proc/meminfo: memFree=22555540/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=219172 CPUtime=2.76 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 4053 0 0 0 276 0 0 0 25 0 4 0 652728295 224432128 2068 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 54793 2068 377 95 0 49775 0
[pid=18086/tid=18087] ppid=18084 vsize=219172 CPUtime=0.69 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 972 0 0 0 69 0 0 0 25 0 4 0 652728296 224432128 2068 33554432000 4194304 4580107 140736759919824 18446744073709551615 4296120 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=219172 CPUtime=0.69 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 909 0 0 0 69 0 0 0 25 0 4 0 652728296 224432128 2069 33554432000 4194304 4580107 140736759919824 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=219172 CPUtime=0.69 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 861 0 0 0 69 0 0 0 25 0 4 0 652728296 224432128 2069 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 219172

[startup+1.50033 s]
/proc/loadavg: 8.13 8.09 7.69 9/377 18090
/proc/meminfo: memFree=22544348/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=219920 CPUtime=5.96 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 7349 0 0 0 595 1 0 0 25 0 4 0 652728295 225198080 3732 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 54980 3732 379 95 0 49962 0
[pid=18086/tid=18087] ppid=18084 vsize=219920 CPUtime=1.49 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 1517 0 0 0 149 0 0 0 25 0 4 0 652728296 225198080 3732 33554432000 4194304 4580107 140736759919824 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=219920 CPUtime=1.49 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 1531 0 0 0 149 0 0 0 25 0 4 0 652728296 225198080 3732 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=219920 CPUtime=1.49 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 1492 0 0 0 149 0 0 0 25 0 4 0 652728296 225198080 3732 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 219920

[startup+3.10104 s]
/proc/loadavg: 8.13 8.09 7.69 9/377 18090
/proc/meminfo: memFree=22518184/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=224380 CPUtime=12.34 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 14701 0 0 0 1232 2 0 0 25 0 4 0 652728295 229765120 7381 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 56095 7381 379 95 0 51077 0
[pid=18086/tid=18087] ppid=18084 vsize=224380 CPUtime=3.08 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 3403 0 0 0 308 0 0 0 25 0 4 0 652728296 229765120 7381 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=224380 CPUtime=3.09 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 3897 0 0 0 309 0 0 0 25 0 4 0 652728296 229765120 7381 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=224380 CPUtime=3.08 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 3519 0 0 0 308 0 0 0 25 0 4 0 652728296 229765120 7381 33554432000 4194304 4580107 140736759919824 18446744073709551615 4316502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 224380

[startup+6.30046 s]
/proc/loadavg: 8.13 8.09 7.69 9/377 18090
/proc/meminfo: memFree=22494456/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=230672 CPUtime=25.1 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 22650 0 0 0 2507 3 0 0 25 0 4 0 652728295 236208128 9990 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 57668 9990 379 95 0 52650 0
[pid=18086/tid=18087] ppid=18084 vsize=230672 CPUtime=6.29 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 5992 0 0 0 628 1 0 0 25 0 4 0 652728296 236208128 9990 33554432000 4194304 4580107 140736759919824 18446744073709551615 4316658 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=230672 CPUtime=6.29 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 6151 0 0 0 629 0 0 0 25 0 4 0 652728296 236208128 9990 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=230672 CPUtime=6.28 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 4988 0 0 0 628 0 0 0 25 0 4 0 652728296 236208128 9990 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 230672

[startup+12.7003 s]
/proc/loadavg: 8.18 8.10 7.69 9/377 18090
/proc/meminfo: memFree=22467228/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=234428 CPUtime=50.62 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 35765 0 0 0 5056 6 0 0 25 0 4 0 652728295 240054272 14152 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 58607 14152 379 95 0 53589 0
[pid=18086/tid=18087] ppid=18084 vsize=234428 CPUtime=12.68 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 8989 0 0 0 1267 1 0 0 25 0 4 0 652728296 240054272 14152 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=234428 CPUtime=12.69 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 8532 0 0 0 1268 1 0 0 25 0 4 0 652728296 240054272 14152 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=234428 CPUtime=12.68 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 8460 0 0 0 1267 1 0 0 25 0 4 0 652728296 240054272 14152 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 234428

[startup+25.501 s]
/proc/loadavg: 8.32 8.13 7.71 9/377 18091
/proc/meminfo: memFree=22449368/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=239320 CPUtime=101.67 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 53466 0 0 0 10156 11 0 0 25 0 4 0 652728295 245063680 18096 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 59830 18096 379 95 0 54812 0
[pid=18086/tid=18087] ppid=18084 vsize=239320 CPUtime=25.48 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 12807 0 0 0 2546 2 0 0 25 0 4 0 652728296 245063680 18096 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=239320 CPUtime=25.49 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 13805 0 0 0 2547 2 0 0 25 0 4 0 652728296 245063680 18096 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=239320 CPUtime=25.48 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 12661 0 0 0 2546 2 0 0 25 0 4 0 652728296 245063680 18096 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 239320

[startup+51.1003 s]
/proc/loadavg: 8.19 8.12 7.72 9/377 18091
/proc/meminfo: memFree=22405008/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=259352 CPUtime=203.77 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 80198 0 0 0 20358 19 0 0 25 0 4 0 652728295 265576448 22635 33554432000 4194304 4580107 140736759919824 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 64838 22635 379 95 0 59820 0
[pid=18086/tid=18087] ppid=18084 vsize=259352 CPUtime=51.09 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 19532 0 0 0 5105 4 0 0 25 0 4 0 652728296 265576448 22635 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=259352 CPUtime=51.09 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 21216 0 0 0 5105 4 0 0 25 0 4 0 652728296 265576448 22635 33554432000 4194304 4580107 140736759919824 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=259352 CPUtime=51.08 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 18745 0 0 0 5104 4 0 0 25 0 4 0 652728296 265576448 22635 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 259352

[startup+102.314 s]
/proc/loadavg: 8.17 8.13 7.74 9/377 18093
/proc/meminfo: memFree=22350548/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=261124 CPUtime=408.01 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 126317 0 0 0 40767 34 0 0 25 0 4 0 652728295 267390976 29026 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 65281 29026 379 95 0 60263 0
[pid=18086/tid=18087] ppid=18084 vsize=261124 CPUtime=102.3 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 30777 0 0 0 10223 7 0 0 25 0 4 0 652728296 267390976 29026 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=261124 CPUtime=102.3 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 32114 0 0 0 10221 9 0 0 25 0 4 0 652728296 267390976 29026 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=261124 CPUtime=102.3 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 30540 0 0 0 10221 9 0 0 25 0 4 0 652728296 267390976 29026 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 261124

[startup+162.301 s]

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

/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 41076 0 0 0 16215 13 0 0 25 0 4 0 652728296 269033472 29207 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.26
Current children cumulated vsize (KiB) 262728

[startup+222.301 s]
/proc/loadavg: 8.09 8.12 7.78 9/377 18096
/proc/meminfo: memFree=22216836/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=336760 CPUtime=886.55 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 211652 0 0 0 88590 65 0 0 25 0 4 0 652728295 344842240 42825 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 84190 42825 379 95 0 79172 0
[pid=18086/tid=18087] ppid=18084 vsize=336760 CPUtime=222.29 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 51086 0 0 0 22216 13 0 0 25 0 4 0 652728296 344842240 42825 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=336760 CPUtime=222.29 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 55482 0 0 0 22213 16 0 0 25 0 4 0 652728296 344842240 42825 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=336760 CPUtime=222.29 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 52219 0 0 0 22211 18 0 0 25 0 4 0 652728296 344842240 42825 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.55
Current children cumulated vsize (KiB) 336760

[startup+282.301 s]
/proc/loadavg: 8.19 8.14 7.81 9/377 18097
/proc/meminfo: memFree=22157548/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=337664 CPUtime=1125.83 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 247210 0 0 0 112498 85 0 0 25 0 4 0 652728295 345767936 48415 33554432000 4194304 4580107 140736759919824 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 84416 48415 379 95 0 79398 0
[pid=18086/tid=18087] ppid=18084 vsize=337664 CPUtime=282.29 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 58923 0 0 0 28212 17 0 0 25 0 4 0 652728296 345767936 48415 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=337664 CPUtime=282.29 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 63601 0 0 0 28208 21 0 0 25 0 4 0 652728296 345767936 48415 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=337664 CPUtime=281.83 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 61742 0 0 0 28160 23 0 0 25 0 4 0 652728296 345767936 48415 33554432000 4194304 4580107 140736759919824 18446744073709551615 4406388 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1125.83
Current children cumulated vsize (KiB) 337664

[startup+342.3 s]
/proc/loadavg: 8.22 8.14 7.83 9/377 18099
/proc/meminfo: memFree=22156412/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=354832 CPUtime=1365.11 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 274809 0 0 0 136413 98 0 0 25 0 4 0 652728295 363347968 49774 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 88708 49774 379 95 0 83690 0
[pid=18086/tid=18087] ppid=18084 vsize=354832 CPUtime=342.29 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 66599 0 0 0 34209 20 0 0 25 0 4 0 652728296 363347968 49774 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=354832 CPUtime=342.29 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71376 0 0 0 34205 24 0 0 25 0 4 0 652728296 363347968 49774 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=354832 CPUtime=341.11 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 66820 0 0 0 34085 26 0 0 25 0 4 0 652728296 363347968 49774 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1365.11
Current children cumulated vsize (KiB) 354832

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

[startup+358.3 s]
/proc/loadavg: 8.17 8.14 7.83 9/377 18099
/proc/meminfo: memFree=22156780/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=355008 CPUtime=1428.93 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 282293 0 0 0 142792 101 0 0 25 0 4 0 652728295 363528192 50477 33554432000 4194304 4580107 140736759919824 18446744073709551615 4306354 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 88752 50477 379 95 0 83734 0
[pid=18086/tid=18087] ppid=18084 vsize=355008 CPUtime=358.29 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 68333 0 0 0 35808 21 0 0 25 0 4 0 652728296 363528192 50477 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=355008 CPUtime=358.29 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 73258 0 0 0 35804 25 0 0 25 0 4 0 652728296 363528192 50477 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293076 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=355008 CPUtime=356.93 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 68717 0 0 0 35666 27 0 0 25 0 4 0 652728296 363528192 50477 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1428.93
Current children cumulated vsize (KiB) 355008

[startup+371.101 s]
/proc/loadavg: 8.20 8.15 7.84 9/377 18100
/proc/meminfo: memFree=22159136/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=342716 CPUtime=1479.98 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 288712 0 0 0 147895 103 0 0 25 0 4 0 652728295 350941184 49962 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 85679 49962 379 95 0 80661 0
[pid=18086/tid=18087] ppid=18084 vsize=342716 CPUtime=371.09 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 69812 0 0 0 37087 22 0 0 25 0 4 0 652728296 350941184 49962 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=342716 CPUtime=371.1 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 74891 0 0 0 37084 26 0 0 25 0 4 0 652728296 350941184 49962 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=342716 CPUtime=369.58 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 70343 0 0 0 36930 28 0 0 25 0 4 0 652728296 350941184 49962 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1479.98
Current children cumulated vsize (KiB) 342716

[startup+377.501 s]
/proc/loadavg: 8.18 8.14 7.84 9/377 18100
/proc/meminfo: memFree=22147852/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=408304 CPUtime=1505.5 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 291881 0 0 0 150446 104 0 0 25 0 4 0 652728295 418103296 51357 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 102076 51357 379 95 0 97058 0
[pid=18086/tid=18087] ppid=18084 vsize=408304 CPUtime=377.49 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 70293 0 0 0 37727 22 0 0 25 0 4 0 652728296 418103296 51357 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=408304 CPUtime=377.5 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 76004 0 0 0 37724 26 0 0 25 0 4 0 652728296 418103296 51357 33554432000 4194304 4580107 140736759919824 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=408304 CPUtime=375.9 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 70824 0 0 0 37562 28 0 0 25 0 4 0 652728296 418103296 51357 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1505.5
Current children cumulated vsize (KiB) 408304

[startup+380.7 s]
/proc/loadavg: 8.17 8.14 7.84 9/377 18100
/proc/meminfo: memFree=22146484/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=396892 CPUtime=1518.26 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 293224 0 0 0 151721 105 0 0 25 0 4 0 652728295 406417408 50978 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 99223 50978 379 95 0 94205 0
[pid=18086/tid=18087] ppid=18084 vsize=396892 CPUtime=380.69 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 70468 0 0 0 38047 22 0 0 25 0 4 0 652728296 406417408 50978 33554432000 4194304 4580107 140736759919824 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=396892 CPUtime=380.7 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 76246 0 0 0 38044 26 0 0 25 0 4 0 652728296 406417408 50978 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=396892 CPUtime=379.06 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71502 0 0 0 37878 28 0 0 25 0 4 0 652728296 406417408 50978 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1518.26
Current children cumulated vsize (KiB) 396892

[startup+383.914 s]
/proc/loadavg: 8.17 8.14 7.84 9/377 18100
/proc/meminfo: memFree=22134084/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=408016 CPUtime=1531.07 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 294885 0 0 0 153002 105 0 0 25 0 4 0 652728295 417808384 52639 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 102004 52639 379 95 0 96986 0
[pid=18086/tid=18087] ppid=18084 vsize=408016 CPUtime=383.91 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71333 0 0 0 38368 23 0 0 25 0 4 0 652728296 417808384 52639 33554432000 4194304 4580107 140736759919824 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=408016 CPUtime=383.91 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 76524 0 0 0 38365 26 0 0 25 0 4 0 652728296 417808384 52639 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=408016 CPUtime=382.24 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71785 0 0 0 38195 29 0 0 25 0 4 0 652728296 417808384 52639 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1531.07
Current children cumulated vsize (KiB) 408016

[startup+384.701 s]
/proc/loadavg: 8.17 8.14 7.84 9/377 18100
/proc/meminfo: memFree=22134084/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=408016 CPUtime=1534.21 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 295128 0 0 0 153316 105 0 0 25 0 4 0 652728295 417808384 52882 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 102004 52882 379 95 0 96986 0
[pid=18086/tid=18087] ppid=18084 vsize=408016 CPUtime=384.69 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71392 0 0 0 38446 23 0 0 25 0 4 0 652728296 417808384 52882 33554432000 4194304 4580107 140736759919824 18446744073709551615 4295946 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=408016 CPUtime=384.7 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 76584 0 0 0 38444 26 0 0 25 0 4 0 652728296 417808384 52882 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=408016 CPUtime=383.03 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71847 0 0 0 38274 29 0 0 25 0 4 0 652728296 417808384 52882 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1534.21
Current children cumulated vsize (KiB) 408016

[startup+385.5 s]
/proc/loadavg: 8.17 8.14 7.84 9/377 18100
/proc/meminfo: memFree=22136564/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=408016 CPUtime=1537.4 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 295351 0 0 0 153635 105 0 0 25 0 4 0 652728295 417808384 53105 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 102004 53105 379 95 0 96986 0
[pid=18086/tid=18087] ppid=18084 vsize=408016 CPUtime=385.49 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71448 0 0 0 38526 23 0 0 25 0 4 0 652728296 417808384 53105 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=408016 CPUtime=385.5 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 76630 0 0 0 38524 26 0 0 25 0 4 0 652728296 417808384 53105 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=408016 CPUtime=383.81 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71909 0 0 0 38352 29 0 0 25 0 4 0 652728296 417808384 53105 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1537.4
Current children cumulated vsize (KiB) 408016

[startup+385.9 s]
/proc/loadavg: 8.17 8.14 7.84 9/377 18100
/proc/meminfo: memFree=22136564/32951124 swapFree=67111348/67111528
[pid=18086] ppid=18084 vsize=408016 CPUtime=1539 cores=1,3,5,7
/proc/18086/stat : 18086 (strangenight2-m) R 18084 18086 17510 0 -1 4202496 295467 0 0 0 153795 105 0 0 25 0 4 0 652728295 417808384 53221 33554432000 4194304 4580107 140736759919824 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18086/statm: 102004 53221 379 95 0 96986 0
[pid=18086/tid=18087] ppid=18084 vsize=408016 CPUtime=385.89 cores=1,3,5,7
/proc/18086/task/18087/stat : 18087 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71486 0 0 0 38566 23 0 0 25 0 4 0 652728296 417808384 53221 33554432000 4194304 4580107 140736759919824 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18086/tid=18088] ppid=18084 vsize=408016 CPUtime=385.9 cores=1,3,5,7
/proc/18086/task/18088/stat : 18088 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 76657 0 0 0 38564 26 0 0 25 0 4 0 652728296 417808384 53221 33554432000 4194304 4580107 140736759919824 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=408016 CPUtime=384.21 cores=1,3,5,7
/proc/18086/task/18089/stat : 18089 (strangenight2-m) R 18084 18086 17510 0 -1 4202560 71942 0 0 0 38392 29 0 0 25 0 4 0 652728296 417808384 53221 33554432000 4194304 4580107 140736759919824 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1539
Current children cumulated vsize (KiB) 408016

Child status: 20
Real time (s): 385.942
CPU time (s): 1539.14
CPU user time (s): 1538.07
CPU system time (s): 1.06884
CPU usage (%): 398.801
Max. virtual memory (cumulated for all children) (KiB): 408304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1538.07
system time used= 1.06884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295480
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= 138
involuntary context switches= 10176

runsolver used 1.23781 second user time and 3.39448 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 00:15:06
IDJOB=3366664
IDBENCH=83073
IDSOLVER=1844
FILE ID=node139/3366664-1305411306
RUNJOBID= node139-1305410095-17928
PBS_JOBID= 13324507
Free space on /tmp= 73352 MiB

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

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

MD5SUM BENCH= db8052d689d68a5a8af12c3049f9d9c2
RANDOM SEED=1086536620

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22556192 kB
Buffers:        300052 kB
Cached:        2895352 kB
SwapCached:          0 kB
Active:        8030692 kB
Inactive:      2058964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22556192 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11192 kB
Writeback:           0 kB
AnonPages:     6893232 kB
Mapped:          29348 kB
Slab:           203584 kB
PageTables:      38376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76906916 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= 73348 MiB
End job on node139 at 2011-05-15 00:21:32