Trace number 3368733

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)SAT 1477.5 371.102

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1366648725-024.SATISFIABLE.cnf
MD5SUM3c71b3b41fde0929f53293966a8ce206
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
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-3368733-1305401876.cnf'
0.00/0.02	c -- header says num vars:             75
0.00/0.02	c -- header says num clauses:        1597
0.00/0.02	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.02	c -- vars added         75
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.56/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.90	c calculated reachability. Time: 0.00
3.56/0.90	c Calc default polars -  time:   0.00 s pos:      39 undec:       5 neg:      31
3.56/0.90	c =========================================================================================
3.56/0.90	c types(t): F = full restart, N = normal restart
3.56/0.90	c types(t): S = simplification begin/end, E = solution found
3.56/0.90	c restart types(rt): st = static, dy = dynamic
3.56/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.90	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st     8      4916        75      1597         0      4449      7985     77662   no data   no data  --
3.56/0.90	c  N st    10     11300        75      1597         0      4115      7985     58146   no data   no data  --
3.56/0.90	c  N st    11     17043        75      1597         0      9364      7985    148913   no data   no data  --
3.56/0.90	c  F st    12     25000        75      1597         0     11362      7985    177580   no data   no data  --
3.56/0.90	c  N st    12     25000        75      1597         0     11362      7985    177580   no data   no data  --
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st    18     30000        75      1597         0      9780      7985    142405   no data   no data  --
3.56/0.90	c  S st    18     30000        75      1597         0      9780      7985    142405   no data   no data  --
3.56/1.00	c  S st    18     30502        75      1597         0     10259      7985    150879   no data   no data  --
3.56/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.56/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.56/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.20	c lits-rem:      1474  cl-subs:     2668  v-elim:      0  v-fix:    0  time:  0.82 s
4.75/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.13
4.75/1.20	c calculated reachability. Time: 0.00
4.75/1.20	c  N st    18     30502        75      1597         0      7591      7985    108737   no data   no data  --
5.55/1.46	c  N st    20     37613        75      1597         0     14055      7985    217178   no data   no data  --
6.76/1.70	c  N st    21     44012        75      1597         0     12853      7985    194304   no data   no data  --
6.76/1.79	c  S st    22     45753        75      1597         0     14435      7985    221458   no data   no data  --
7.16/1.83	c  S st    22     46255        75      1597         0     14912      7985    230124   no data   no data  --
7.16/1.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.16/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.16/1.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.77	c lits-rem:      2698  cl-subs:     2210  v-elim:      0  v-fix:    0  time:  3.71 s
10.75/2.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.75/2.77	c vivif2 --  cl tried    12702 cl shrink        0 lits rem          0 time: 0.00
11.15/2.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
11.15/2.83	c calculated reachability. Time: 0.00
11.15/2.83	c  N st    22     46255        75      1597         0     12702      7985    190750   no data   no data  --
13.93/3.55	c  N st    23     60653        75      1597         0     17629      7985    258048   no data   no data  --
15.53/3.96	c  N st    24     69382        75      1597         0     16531      7985    232546   no data   no data  --
15.53/3.96	c  S st    24     69382        75      1597         0     16531      7985    232546   no data   no data  --
15.93/4.01	c  S st    24     69887        75      1597         0     17000      7985    240930   no data   no data  --
15.93/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.93/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.93/4.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.93/4.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.92/5.08	c lits-rem:      2127  cl-subs:     3360  v-elim:      0  v-fix:    0  time:  4.26 s
19.92/5.08	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.92/5.09	c vivif2 --  cl tried    13640 cl shrink        0 lits rem          0 time: 0.00
20.32/5.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.23
20.32/5.14	c calculated reachability. Time: 0.00
20.32/5.14	c  N st    24     69887        75      1597         0     13640      7985    188648   no data   no data  --
23.91/6.04	c  F st    25     87501        75      1597         0     19805      7985    276751   no data   no data  --
23.91/6.04	c  N st    25     87501        75      1597         0     19805      7985    276751   no data   no data  --
25.10/6.34	c Decided on static restart strategy
25.51/6.50	c  N st    32     95541        75      1597         0     16403      7985    223249   no data   no data  --
28.30/7.12	c  N st    34    104831        75      1597         0     13046      7985    161286   no data   no data  --
28.30/7.12	c  S st    34    104831        75      1597         0     13046      7985    161286   no data   no data  --
28.30/7.15	c  S st    34    105337        75      1597         0     13524      7985    170069   no data   no data  --
28.30/7.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.30/7.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.30/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.30/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.30/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.30/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.30/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.09/7.80	c lits-rem:       805  cl-subs:     1266  v-elim:      0  v-fix:    0  time:  2.54 s
31.09/7.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.09/7.80	c vivif2 --  cl tried    12258 cl shrink        0 lits rem          0 time: 0.01
31.09/7.85	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
31.09/7.85	c calculated reachability. Time: 0.00
31.09/7.85	c  N st    34    105337        75      1597         0     12258      7985    150797   no data   no data  --
33.48/8.43	c  N st    35    114936        75      1597         0     20953      7985    296333   no data   no data  --
37.07/9.32	c  N st    36    129333        75      1597         0     21491      7985    299818   no data   no data  --
42.66/10.76	c  N st    37    150928        75      1597         0     27344      7985    377682   no data   no data  --
44.65/11.20	c  S st    38    158005        75      1597         0     19299      7985    241577   no data   no data  --
44.65/11.25	c  S st    38    158510        75      1597         0     19769      7985    250234   no data   no data  --
44.65/11.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.65/11.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.65/11.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
44.65/11.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.65/11.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.65/11.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
44.65/11.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.64/12.29	c lits-rem:      1858  cl-subs:     2634  v-elim:      0  v-fix:    0  time:  4.10 s
48.64/12.29	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
48.64/12.29	c vivif2 --  cl tried    17135 cl shrink        0 lits rem          0 time: 0.01
49.04/12.36	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.27
49.04/12.36	c calculated reachability. Time: 0.00
49.04/12.36	c  N st    38    158510        75      1597         0     17135      7985    210323   no data   no data  --
63.01/15.88	c  N st    39    207098        75      1597         0     29302      7985    388885   no data   no data  --
71.38/17.99	c  N st    40    237766        75      1597         0     21942      7985    260605   no data   no data  --
71.38/17.99	c  S st    40    237766        75      1597         0     21942      7985    260605   no data   no data  --
71.78/18.03	c  S st    40    238271        75      1597         0     22414      7985    269377   no data   no data  --
71.78/18.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.78/18.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.78/18.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
71.78/18.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.78/18.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.78/18.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
71.78/18.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.77/19.07	c lits-rem:      1721  cl-subs:     2587  v-elim:      0  v-fix:    0  time:  4.06 s
75.77/19.07	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.77/19.07	c vivif2 --  cl tried    19827 cl shrink        0 lits rem          0 time: 0.01
76.17/19.15	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.32
76.17/19.15	c calculated reachability. Time: 0.00
76.17/19.15	c  N st    40    238271        75      1597         0     19827      7985    231602   no data   no data  --
97.72/24.54	c  F st    41    306253        75      1597         0     21764      7985    238819   no data   no data  --
97.72/24.54	c  N st    41    306253        75      1597         0     21764      7985    238819   no data   no data  --
99.31/24.95	c Decided on static restart strategy
108.09/27.12	c  N st    51    334553        75      1597         0     25679      7985    290626   no data   no data  --
116.07/29.17	c  N st    53    357409        75      1597         0     23761      7985    255757   no data   no data  --
116.07/29.17	c  S st    53    357409        75      1597         0     23761      7985    255757   no data   no data  --
116.47/29.24	c  S st    53    357915        75      1597         0     24231      7985    264516   no data   no data  --
116.47/29.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.47/29.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.47/29.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
116.47/29.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.47/29.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.47/29.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
116.47/29.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
120.85/30.30	c lits-rem:       951  cl-subs:     1619  v-elim:      0  v-fix:    0  time:  4.20 s
120.85/30.30	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
120.85/30.31	c vivif2 --  cl tried    22612 cl shrink        0 lits rem          0 time: 0.01
121.25/30.40	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.36
121.25/30.40	c calculated reachability. Time: 0.00
121.25/30.40	c  N st    53    357915        75      1597         0     22612      7985    242706   no data   no data  --
133.62/33.58	c  N st    54    390308        75      1597         0     28392      7985    325619   no data   no data  --
152.37/38.25	c  N st    55    438896        75      1597         0     47364      7985    609100   no data   no data  --
179.55/45.05	c  N st    56    511779        75      1597         0     35054      7985    406723   no data   no data  --
189.87/47.66	c  N st    57    536873        75      1597         0     29685      7985    315723   no data   no data  --
189.87/47.66	c  S st    57    536873        75      1597         0     29685      7985    315723   no data   no data  --
190.27/47.74	c  S st    57    537374        75      1597         0     30149      7985    324155   no data   no data  --
190.27/47.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.27/47.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
190.27/47.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
190.27/47.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.27/47.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.27/47.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
190.27/47.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
195.46/49.00	c lits-rem:       945  cl-subs:     2078  v-elim:      0  v-fix:    0  time:  4.99 s
195.46/49.00	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
195.46/49.01	c vivif2 --  cl tried    28071 cl shrink        0 lits rem          0 time: 0.01
195.86/49.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.48
195.86/49.13	c calculated reachability. Time: 0.00
195.86/49.13	c  N st    57    537374        75      1597         0     28071      7985    297286   no data   no data  --
264.48/66.39	c  N st    58    701358        75      1597         0     55039      7985    698125   no data   no data  --
315.15/79.06	c  N st    59    806062        75      1597         0     49253      7985    590606   no data   no data  --
315.15/79.06	c  S st    59    806062        75      1597         0     49253      7985    590606   no data   no data  --
315.58/79.19	c  S st    59    806566        75      1597         0     49729      7985    599367   no data   no data  --
315.58/79.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
315.58/79.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
315.99/79.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
315.99/79.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
315.99/79.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
315.99/79.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
315.99/79.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
328.32/82.34	c lits-rem:      2760  cl-subs:     7123  v-elim:      0  v-fix:    0  time: 12.42 s
328.32/82.34	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
328.32/82.35	c vivif2 --  cl tried    42606 cl shrink        0 lits rem          0 time: 0.02
329.15/82.54	c asymm  cl-useful: 0/1473/1597 lits-rem:0 time: 0.77
329.15/82.54	c calculated reachability. Time: 0.00
329.15/82.54	c  N st    59    806566        75      1597         0     42606      7985    500345   no data   no data  --
465.19/116.65	c  F st    60   1071876        75      1597         0     57551      7985    683055   no data   no data  --
465.19/116.65	c  N st    60   1071876        75      1597         0     57551      7985    683055   no data   no data  --
467.94/117.36	c Decided on static restart strategy
483.50/121.29	c  N st    70   1100179        75      1597         0     43063      7985    446800   no data   no data  --
503.85/126.40	c  N st    72   1136173        75      1597         0     75190      7985    990771   no data   no data  --
523.00/131.10	c  N st    73   1168565        75      1597         0     62948      7985    767560   no data   no data  --
550.93/138.10	c  N st    74   1209849        75      1597         0     57787      7985    669774   no data   no data  --
550.93/138.10	c  S st    74   1209849        75      1597         0     57787      7985    669774   no data   no data  --
551.73/138.31	c  S st    74   1210351        75      1597         0     58260      7985    678596   no data   no data  --
551.73/138.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
551.73/138.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
551.73/138.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
551.73/138.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
551.73/138.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
551.73/138.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
551.73/138.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
570.52/143.03	c lits-rem:      3463  cl-subs:     8302  v-elim:      0  v-fix:    0  time: 18.61 s
570.52/143.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
570.52/143.04	c vivif2 --  cl tried    49958 cl shrink        0 lits rem          0 time: 0.03
571.27/143.27	c asymm  cl-useful: 0/1257/1597 lits-rem:0 time: 0.92
571.27/143.27	c calculated reachability. Time: 0.00
571.27/143.27	c  N st    74   1210351        75      1597         0     49958      7985    564624   no data   no data  --
612.76/153.63	c  N st    75   1283234        75      1597         0     72458      7985    900464   no data   no data  --
680.97/170.71	c  N st    76   1392559        75      1597         0     82133      7985   1048966   no data   no data  --
780.74/195.80	c  N st    77   1556543        75      1597         0     88405      7985   1068307   no data   no data  --
884.83/221.86	c  N st    78   1710351        75      1597         0     78710      7985    925338   no data   no data  --
884.83/221.86	c  S st    78   1710351        75      1597         0     78710      7985    925338   no data   no data  --
886.07/222.14	c  S st    78   1710855        75      1597         0     79185      7985    934201   no data   no data  --
886.07/222.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
886.07/222.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
886.07/222.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
886.07/222.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
886.07/222.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
886.07/222.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
886.07/222.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
929.94/233.20	c lits-rem:      1664  cl-subs:    16177  v-elim:      0  v-fix:    0  time: 43.84 s
929.94/233.20	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
930.34/233.21	c vivif2 --  cl tried    63008 cl shrink        0 lits rem          0 time: 0.04
931.49/233.54	c asymm  cl-useful: 0/990/1597 lits-rem:0 time: 1.31
931.49/233.54	c calculated reachability. Time: 0.00
931.49/233.54	c  N st    78   1710855        75      1597         0     63008      7985    726927   no data   no data  --
1183.22/296.67	c  N st    79   2079819        75      1597         1     75363      7985    849520   no data   no data  --
1277.76/320.39	c  N st    80   2210857        75      1597         1     79119      7985    857674   no data   no data  --
1277.76/320.39	c  S st    80   2210857        75      1597         1     79119      7985    857674   no data   no data  --
1277.76/320.39	c Finding binary XORs  T:     0.00 s  found:       0
1278.97/320.60	c  S st    80   2211360        75      1597         2     79587      7985    865825   no data   no data  --
1278.97/320.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1278.97/320.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1278.97/320.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
1278.97/320.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1282.95/321.67	c subs with bin:     3909  lits-rem:      5144  v-fix:    0  time:  4.03 s
1282.95/321.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1282.95/321.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1315.67/329.90	c lits-rem:      1758  cl-subs:    14442  v-elim:      0  v-fix:    0  time: 32.82 s
1315.67/329.90	c vivif2 --  cl tried     1593 cl shrink        0 lits rem          0 time: 0.00
1316.11/329.91	c vivif2 --  cl tried    61240 cl shrink        0 lits rem          0 time: 0.03
1316.86/330.12	c asymm  cl-useful: 0/603/1593 lits-rem:0 time: 0.84
1316.86/330.12	c calculated reachability. Time: 0.00
1316.86/330.12	c  N st    80   2211360        75      1593         2     61240      7959    642473   no data   no data  --
1477.30/371.09	c Following stats are for *FIRST FINISHED THREAD ONLY*
1477.30/371.09	c num threads              : 4          
1477.30/371.09	c restarts                 : 80         
1477.30/371.09	c dynamic restarts         : 0          
1477.30/371.09	c static restarts          : 80         
1477.30/371.09	c full restarts            : 4          
1477.30/371.09	c total simplify time      : 0.00       
1477.30/371.09	c learnts DL2              : 0          
1477.30/371.09	c learnts size 2           : 7          
1477.30/371.09	c learnts size 1           : 0           (0.00      % of vars)
1477.30/371.09	c filedLit time            : 0.52        (0.04      % time)
1477.30/371.09	c v-elim SatELite          : 0           (0.00      % vars)
1477.30/371.09	c SatELite time            : 160.34      (10.86     % time)
1477.30/371.09	c v-elim xor               : 0           (0.00      % vars)
1477.30/371.09	c xor elim time            : 0.07        (0.00      % time)
1477.30/371.09	c num binary xor trees     : 0          
1477.30/371.09	c binxor trees' crown      : 0           (nan       leafs/tree)
1477.30/371.09	c bin xor find time        : 0.00       
1477.30/371.09	c OTF clause improved      : 278010      (0.12      clauses/conflict)
1477.30/371.09	c OTF impr. size diff      : 284994      (1.03       lits/clause)
1477.30/371.09	c OTF cl watch-shrink      : 47914       (0.02      clauses/conflict)
1477.30/371.09	c OTF cl watch-sh-lit      : 49734       (1.04       lits/clause)
1477.30/371.09	c tried to recurMin cls    : 188423      (7.87       % of conflicts)
1477.30/371.09	c updated cache            : 1321        (0.01       lits/tried recurMin)
1477.30/371.09	c unit cls received        : 0           (nan       % of units)
1477.30/371.09	c unit cls sent            : 0           (nan       % of units)
1477.30/371.09	c bin cls received         : 4          
1477.30/371.09	c bin cls sent             : 1          
1477.30/371.09	c clauses over max glue    : 0           (0.00      % of all clauses)
1477.30/371.09	c conflicts                : 2393727     (1621.10   / sec)
1477.30/371.09	c decisions                : 2613330     (0.53      % random)
1477.30/371.09	c bogo-props               : 67950189278 (46017928.50 / sec)
1477.30/371.09	c conflict literals        : 36575703    (24.44     % deleted)
1477.30/371.09	c Memory used              : 394.75      MB
1477.30/371.09	c single-thread CPU time   : 1476.60     s
1477.30/371.09	c all-threads sum CPU time : 1476.60     s
1477.30/371.09	s SATISFIABLE
1477.30/371.09	v 1 -2 -3 -4 5 6 7 -8 9 10 11 12 13 14 -15 16 -17 18 19 -20 -21 22 -23 24 -25 -26 27 28 29 30 -31 -32 33 34 35 36 -37 38 39 40 41 42 -43 44 -45 -46 -47 48 -49 -50 51 52 -53 -54 -55 56 -57 58 -59 -60 61 -62 63 64 65 66 -67 -68 69 70 71 72 73 74 75 0

Verifier Data

OK

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

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

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


[startup+0 s]
/proc/loadavg: 7.43 7.98 7.94 3/323 24011
/proc/meminfo: memFree=25303132/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=51236 CPUtime=0.03 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 411 0 0 0 3 0 0 0 18 0 4 0 651788013 52465664 352 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397465000 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 12809 352 303 112 0 7774 0
[pid=24011/tid=24014] ppid=24009 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 0 0 0 0 1 0 0 0 19 0 4 0 651788013 52465664 352 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397465008 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 1 0 0 0 1 0 0 0 19 0 4 0 651788013 52465664 352 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397465008 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651788013 52465664 352 33554432000 4194304 4650419 140736019795088 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0644861 s]
/proc/loadavg: 7.43 7.98 7.94 3/323 24011
/proc/meminfo: memFree=25303132/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=282212 CPUtime=0.22 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 1329 0 0 0 22 0 0 0 18 0 4 0 651788013 288985088 1185 33554432000 4194304 4650419 140736019795088 18446744073709551615 4315110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 70553 1186 389 112 0 65518 0
[pid=24011/tid=24014] ppid=24009 vsize=282212 CPUtime=0.05 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 238 0 0 0 5 0 0 0 18 0 4 0 651788013 288985088 1186 33554432000 4194304 4650419 140736019795088 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=282212 CPUtime=0.05 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 249 0 0 0 5 0 0 0 18 0 4 0 651788013 288985088 1186 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=282212 CPUtime=0.04 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 182 0 0 0 4 0 0 0 21 0 4 0 651788013 288985088 1186 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 282212

[startup+0.100479 s]
/proc/loadavg: 7.43 7.98 7.94 3/323 24011
/proc/meminfo: memFree=25303132/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=282364 CPUtime=0.37 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 1564 0 0 0 37 0 0 0 18 0 4 0 651788013 289140736 1420 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 70591 1420 389 112 0 65556 0
[pid=24011/tid=24014] ppid=24009 vsize=282364 CPUtime=0.09 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 299 0 0 0 9 0 0 0 18 0 4 0 651788013 289140736 1420 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=282364 CPUtime=0.09 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 310 0 0 0 9 0 0 0 18 0 4 0 651788013 289140736 1420 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=282364 CPUtime=0.08 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 241 0 0 0 8 0 0 0 21 0 4 0 651788013 289140736 1420 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282364

[startup+0.300442 s]
/proc/loadavg: 7.43 7.98 7.94 3/323 24011
/proc/meminfo: memFree=25303132/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=284168 CPUtime=1.17 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 3021 0 0 0 117 0 0 0 18 0 4 0 651788013 290988032 1821 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 71042 1821 391 112 0 66007 0
[pid=24011/tid=24014] ppid=24009 vsize=284168 CPUtime=0.29 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 664 0 0 0 29 0 0 0 18 0 4 0 651788013 290988032 1821 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=284168 CPUtime=0.29 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 669 0 0 0 29 0 0 0 18 0 4 0 651788013 290988032 1821 33554432000 4194304 4650419 140736019795088 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=284168 CPUtime=0.28 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 607 0 0 0 28 0 0 0 21 0 4 0 651788013 290988032 1821 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284168

[startup+0.700367 s]
/proc/loadavg: 7.43 7.98 7.94 3/323 24011
/proc/meminfo: memFree=25303132/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=284720 CPUtime=2.76 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 4516 0 0 0 276 0 0 0 18 0 4 0 651788013 291553280 2504 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 71180 2504 392 112 0 66145 0
[pid=24011/tid=24014] ppid=24009 vsize=284720 CPUtime=0.69 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 1044 0 0 0 69 0 0 0 18 0 4 0 651788013 291553280 2504 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=284720 CPUtime=0.69 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 1055 0 0 0 69 0 0 0 18 0 4 0 651788013 291553280 2505 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=284720 CPUtime=0.68 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 953 0 0 0 68 0 0 0 22 0 4 0 651788013 291553280 2505 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284720

[startup+1.50022 s]
/proc/loadavg: 7.43 7.98 7.94 11/331 24019
/proc/meminfo: memFree=25274432/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=285932 CPUtime=5.96 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 8891 0 0 0 594 2 0 0 20 0 4 0 651788013 292794368 4704 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 71483 4704 393 112 0 66448 0
[pid=24011/tid=24014] ppid=24009 vsize=285932 CPUtime=1.48 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 2480 0 0 0 148 0 0 0 19 0 4 0 651788013 292794368 4704 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=285932 CPUtime=1.49 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 1754 0 0 0 149 0 0 0 19 0 4 0 651788013 292794368 4704 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=285932 CPUtime=1.46 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 1624 0 0 0 146 0 0 0 25 0 4 0 651788013 292794368 4704 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285932

[startup+3.10092 s]
/proc/loadavg: 7.48 7.98 7.94 10/331 24019
/proc/meminfo: memFree=25233072/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=283420 CPUtime=12.35 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 15560 0 0 0 1232 3 0 0 25 0 4 0 651788013 290222080 9184 33554432000 4194304 4650419 140736019795088 18446744073709551615 4333707 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 70855 9184 393 112 0 65820 0
[pid=24011/tid=24014] ppid=24009 vsize=283420 CPUtime=3.09 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 4294 0 0 0 308 1 0 0 25 0 4 0 651788013 290222080 9184 33554432000 4194304 4650419 140736019795088 18446744073709551615 4432855 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=283420 CPUtime=3.09 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 3557 0 0 0 309 0 0 0 25 0 4 0 651788013 290222080 9184 33554432000 4194304 4650419 140736019795088 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=283420 CPUtime=3.05 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 3642 0 0 0 305 0 0 0 25 0 4 0 651788013 290222080 9184 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283420

[startup+6.30032 s]
/proc/loadavg: 7.48 7.98 7.94 10/331 24019
/proc/meminfo: memFree=25205408/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=286836 CPUtime=25.1 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 21470 0 0 0 2506 4 0 0 25 0 4 0 651788013 293720064 11225 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 71709 11225 393 112 0 66674 0
[pid=24011/tid=24014] ppid=24009 vsize=286836 CPUtime=6.28 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 5544 0 0 0 627 1 0 0 25 0 4 0 651788013 293720064 11225 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=286836 CPUtime=6.28 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 5408 0 0 0 628 0 0 0 25 0 4 0 651788013 293720064 11225 33554432000 4194304 4650419 140736019795088 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=286836 CPUtime=6.21 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 4951 0 0 0 621 0 0 0 25 0 4 0 651788013 293720064 11225 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 286836

[startup+12.7011 s]
/proc/loadavg: 7.56 7.98 7.94 10/331 24019
/proc/meminfo: memFree=25161096/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=287728 CPUtime=50.64 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 33125 0 0 0 5058 6 0 0 25 0 4 0 651788013 294633472 14589 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 71932 14589 393 112 0 66897 0
[pid=24011/tid=24014] ppid=24009 vsize=287728 CPUtime=12.69 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 8757 0 0 0 1267 2 0 0 25 0 4 0 651788013 294633472 14589 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=287728 CPUtime=12.69 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 8482 0 0 0 1268 1 0 0 25 0 4 0 651788013 294633472 14589 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=287728 CPUtime=12.55 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 7978 0 0 0 1254 1 0 0 25 0 4 0 651788013 294633472 14589 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 287728

[startup+25.5007 s]
/proc/loadavg: 7.79 8.01 7.95 10/331 24019
/proc/meminfo: memFree=25120032/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=282844 CPUtime=101.7 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 50467 0 0 0 10160 10 0 0 25 0 4 0 651788013 289632256 17280 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 70711 17280 393 112 0 65676 0
[pid=24011/tid=24014] ppid=24009 vsize=282844 CPUtime=25.49 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 14162 0 0 0 2546 3 0 0 25 0 4 0 651788013 289632256 17280 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=282844 CPUtime=25.48 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 13453 0 0 0 2547 1 0 0 25 0 4 0 651788013 289632256 17280 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=282844 CPUtime=25.21 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 10186 0 0 0 2519 2 0 0 25 0 4 0 651788013 289632256 17281 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 282844

[startup+51.101 s]
/proc/loadavg: 7.86 8.01 7.95 10/331 24020
/proc/meminfo: memFree=25065532/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=297612 CPUtime=203.84 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 77384 0 0 0 20367 17 0 0 25 0 4 0 651788013 304754688 21945 33554432000 4194304 4650419 140736019795088 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 74403 21945 393 112 0 69368 0
[pid=24011/tid=24014] ppid=24009 vsize=297612 CPUtime=51.09 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 22673 0 0 0 5104 5 0 0 25 0 4 0 651788013 304754688 21945 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=297612 CPUtime=51.09 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 21126 0 0 0 5106 3 0 0 25 0 4 0 651788013 304754688 21945 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=297612 CPUtime=50.55 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 14236 0 0 0 5052 3 0 0 25 0 4 0 651788013 304754688 21945 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 297612

[startup+102.312 s]
/proc/loadavg: 8.05 8.03 7.96 10/331 24022
/proc/meminfo: memFree=25008216/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=294448 CPUtime=408.14 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 123439 0 0 0 40782 32 0 0 25 0 4 0 651788013 301514752 29860 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 73612 29860 393 112 0 68577 0
[pid=24011/tid=24014] ppid=24009 vsize=294448 CPUtime=102.3 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 35871 0 0 0 10221 9 0 0 25 0 4 0 651788013 301514752 29860 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=294448 CPUtime=102.29 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 34048 0 0 0 10223 6 0 0 25 0 4 0 651788013 301514752 29860 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=294448 CPUtime=101.21 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 21053 0 0 0 10115 6 0 0 25 0 4 0 651788013 301514752 29860 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 294448

[startup+162.3 s]
/proc/loadavg: 8.07 8.04 7.97 10/331 24023
/proc/meminfo: memFree=24937628/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=298840 CPUtime=647.46 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 163900 0 0 0 64701 45 0 0 25 0 4 0 651788013 306012160 40247 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 74710 40247 393 112 0 69675 0
[pid=24011/tid=24014] ppid=24009 vsize=298840 CPUtime=162.29 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 49112 0 0 0 16215 14 0 0 25 0 4 0 651788013 306012160 40247 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=298840 CPUtime=162.29 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 47239 0 0 0 16219 10 0 0 25 0 4 0 651788013 306012160 40247 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=298840 CPUtime=160.56 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 25969 0 0 0 16048 8 0 0 25 0 4 0 651788013 306012160 40247 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.46
Current children cumulated vsize (KiB) 298840

[startup+222.301 s]
/proc/loadavg: 8.07 8.04 7.97 10/331 24025
/proc/meminfo: memFree=24868652/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=321964 CPUtime=886.82 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 202122 0 0 0 88624 58 0 0 25 0 4 0 651788013 329691136 43146 33554432000 4194304 4650419 140736019795088 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 80491 43146 394 112 0 75456 0
[pid=24011/tid=24014] ppid=24009 vsize=321964 CPUtime=222.29 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 60855 0 0 0 22213 16 0 0 25 0 4 0 651788013 329691136 43146 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=321964 CPUtime=222.29 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 57679 0 0 0 22215 14 0 0 25 0 4 0 651788013 329691136 43146 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=321964 CPUtime=219.9 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 32501 0 0 0 21981 9 0 0 25 0 4 0 651788013 329691136 43146 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.82
Current children cumulated vsize (KiB) 321964

[startup+282.301 s]
/proc/loadavg: 8.07 8.05 7.98 10/331 24026
/proc/meminfo: memFree=24790248/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=322844 CPUtime=1126.17 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 228126 0 0 0 112547 70 0 0 25 0 4 0 651788013 330592256 46319 33554432000 4194304 4650419 140736019795088 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 80711 46319 394 112 0 75676 0
[pid=24011/tid=24014] ppid=24009 vsize=322844 CPUtime=282.29 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 66898 0 0 0 28211 18 0 0 25 0 4 0 651788013 330592256 46319 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=322844 CPUtime=282.29 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 66182 0 0 0 28211 18 0 0 25 0 4 0 651788013 330592256 46319 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=322844 CPUtime=279.25 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 36385 0 0 0 27914 11 0 0 25 0 4 0 651788013 330592256 46319 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1126.17
Current children cumulated vsize (KiB) 322844

[startup+342.301 s]
/proc/loadavg: 8.06 8.05 7.98 10/331 24028
/proc/meminfo: memFree=24755512/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=367416 CPUtime=1365.52 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 258297 0 0 0 136469 83 0 0 25 0 4 0 651788013 376233984 48875 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 91854 48875 394 112 0 86819 0
[pid=24011/tid=24014] ppid=24009 vsize=367416 CPUtime=342.29 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 74560 0 0 0 34208 21 0 0 25 0 4 0 651788013 376233984 48875 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=367416 CPUtime=342.3 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 73595 0 0 0 34207 23 0 0 25 0 4 0 651788013 376233984 48875 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=367416 CPUtime=338.6 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 42294 0 0 0 33846 14 0 0 25 0 4 0 651788013 376233984 48875 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1365.52
Current children cumulated vsize (KiB) 367416

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

[startup+358.301 s]
/proc/loadavg: 8.19 8.08 8.00 10/331 24029
/proc/meminfo: memFree=24740132/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=392516 CPUtime=1429.37 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 265944 0 0 0 142850 87 0 0 25 0 4 0 651788013 401936384 56154 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 98129 56154 394 112 0 93094 0
[pid=24011/tid=24014] ppid=24009 vsize=392516 CPUtime=358.29 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 76438 0 0 0 35807 22 0 0 25 0 4 0 651788013 401936384 56154 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=392516 CPUtime=358.3 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 76687 0 0 0 35806 24 0 0 25 0 4 0 651788013 401936384 56154 33554432000 4194304 4650419 140736019795088 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=392516 CPUtime=354.43 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 43038 0 0 0 35429 14 0 0 25 0 4 0 651788013 401936384 56154 33554432000 4194304 4650419 140736019795088 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1429.37
Current children cumulated vsize (KiB) 392516

[startup+364.7 s]
/proc/loadavg: 8.18 8.08 8.00 10/331 24029
/proc/meminfo: memFree=24721160/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=404224 CPUtime=1454.89 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 267482 0 0 0 145402 87 0 0 25 0 4 0 651788013 413925376 57691 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 101056 57691 394 112 0 96021 0
[pid=24011/tid=24014] ppid=24009 vsize=404224 CPUtime=364.7 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 77532 0 0 0 36447 23 0 0 25 0 4 0 651788013 413925376 57691 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=404224 CPUtime=364.7 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 76737 0 0 0 36446 24 0 0 25 0 4 0 651788013 413925376 57691 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=404224 CPUtime=360.76 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 43038 0 0 0 36062 14 0 0 25 0 4 0 651788013 413925376 57691 33554432000 4194304 4650419 140736019795088 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1454.89
Current children cumulated vsize (KiB) 404224

[startup+367.901 s]
/proc/loadavg: 8.16 8.08 8.00 10/331 24029
/proc/meminfo: memFree=24721284/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=404224 CPUtime=1467.66 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 268142 0 0 0 146678 88 0 0 25 0 4 0 651788013 413925376 58351 33554432000 4194304 4650419 140736019795088 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 101056 58351 394 112 0 96021 0
[pid=24011/tid=24014] ppid=24009 vsize=404224 CPUtime=367.9 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 77762 0 0 0 36767 23 0 0 25 0 4 0 651788013 413925376 58351 33554432000 4194304 4650419 140736019795088 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=404224 CPUtime=367.9 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 76985 0 0 0 36766 24 0 0 25 0 4 0 651788013 413925376 58351 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=404224 CPUtime=363.93 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 43038 0 0 0 36379 14 0 0 25 0 4 0 651788013 413925376 58351 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1467.66
Current children cumulated vsize (KiB) 404224

[startup+369.501 s]
/proc/loadavg: 8.16 8.08 8.00 10/331 24029
/proc/meminfo: memFree=24717436/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=404224 CPUtime=1474.08 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) R 24009 24011 23677 0 -1 4202496 268446 0 0 0 147320 88 0 0 25 0 4 0 651788013 413925376 58655 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 101056 58655 394 112 0 96021 0
[pid=24011/tid=24014] ppid=24009 vsize=404224 CPUtime=369.51 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 77871 0 0 0 36928 23 0 0 25 0 4 0 651788013 413925376 58655 33554432000 4194304 4650419 140736019795088 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=404224 CPUtime=369.51 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 77097 0 0 0 36927 24 0 0 25 0 4 0 651788013 413925376 58655 33554432000 4194304 4650419 140736019795088 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=404224 CPUtime=365.51 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 43038 0 0 0 36537 14 0 0 25 0 4 0 651788013 413925376 58655 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1474.08
Current children cumulated vsize (KiB) 404224

[startup+370.3 s]
/proc/loadavg: 8.16 8.08 8.00 10/331 24029
/proc/meminfo: memFree=24717436/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=404224 CPUtime=1475.9 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) S 24009 24011 23677 0 -1 4202496 268449 0 0 0 147502 88 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397464628 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 101056 58658 394 112 0 96021 0
[pid=24011/tid=24014] ppid=24009 vsize=404224 CPUtime=369.63 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) S 24009 24011 23677 0 -1 4202560 77872 0 0 0 36940 23 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397464628 0 0 4096 2 18446604468434003072 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=404224 CPUtime=370.3 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 77098 0 0 0 37006 24 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397440196 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=404224 CPUtime=366.3 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 43038 0 0 0 36616 14 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1475.9
Current children cumulated vsize (KiB) 404224

[startup+370.713 s]
/proc/loadavg: 8.16 8.08 8.00 8/331 24029
/proc/meminfo: memFree=24716568/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=404224 CPUtime=1476.72 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) S 24009 24011 23677 0 -1 4202496 268449 0 0 0 147584 88 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397464628 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 101056 58658 394 112 0 96021 0
[pid=24011/tid=24014] ppid=24009 vsize=404224 CPUtime=369.63 cores=1,3,5,7
/proc/24011/task/24014/stat : 24014 (strangenight1-m) S 24009 24011 23677 0 -1 4202560 77872 0 0 0 36940 23 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 47765397464628 0 0 4096 2 18446604468434003072 0 0 -1 3 0 0 0
[pid=24011/tid=24015] ppid=24009 vsize=404224 CPUtime=370.71 cores=1,3,5,7
/proc/24011/task/24015/stat : 24015 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 77098 0 0 0 37047 24 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 4220618 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=404224 CPUtime=366.71 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4202560 43038 0 0 0 36657 14 0 0 25 0 4 0 651788013 413925376 58658 33554432000 4194304 4650419 140736019795088 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1476.72
Current children cumulated vsize (KiB) 404224

[startup+371.1 s]
/proc/loadavg: 8.16 8.08 8.00 8/331 24029
/proc/meminfo: memFree=24716568/32951124 swapFree=44485764/67111528
[pid=24011] ppid=24009 vsize=0 CPUtime=1477.49 cores=1,3,5,7
/proc/24011/stat : 24011 (strangenight1-m) Z 24009 24011 23677 0 -1 4203548 268457 0 0 0 147660 89 0 0 18 0 2 0 651788013 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24011/statm: 0 0 0 0 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=0 CPUtime=367.1 cores=1,3,5,7
/proc/24011/task/24016/stat : 24016 (strangenight1-m) R 24009 24011 23677 0 -1 4203588 43038 0 0 0 36695 15 0 0 25 0 2 0 651788013 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1477.49
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 371.102
CPU time (s): 1477.5
CPU user time (s): 1476.6
CPU system time (s): 0.894863
CPU usage (%): 398.139
Max. virtual memory (cumulated for all children) (KiB): 458052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1476.6
system time used= 0.894863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268457
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= 183
involuntary context switches= 7715

runsolver used 1.11383 second user time and 2.89656 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 21:37:56
IDJOB=3368733
IDBENCH=82742
IDSOLVER=1846
FILE ID=node105/3368733-1305401876
RUNJOBID= node105-1305401876-23993
PBS_JOBID= 13324484
Free space on /tmp= 73588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1366648725-024.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368733-1305401876/watcher-3368733-1305401876 -o /tmp/evaluation-result-3368733-1305401876/solver-3368733-1305401876 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368733-1305401876.cnf

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

MD5SUM BENCH= 3c71b3b41fde0929f53293966a8ce206
RANDOM SEED=1660689084

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      25303660 kB
Buffers:        272040 kB
Cached:        5907932 kB
SwapCached:      39656 kB
Active:         568740 kB
Inactive:      6819884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25303660 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           12456 kB
Writeback:           0 kB
AnonPages:     1177008 kB
Mapped:          10348 kB
Slab:           128172 kB
PageTables:      66024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65340448 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= 73580 MiB
End job on node105 at 2011-05-14 21:44:07