Trace number 3369082

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)? (TO) 4800.22 1202.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1959079526-027.UNKNOWN.cnf
MD5SUMf44a4cf4fe89dcbd323f749ee3ba0f10
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.379
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369082-1305412016.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 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 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:    450 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:     18  v-fix:    0  time:  0.01 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:     214 undec:      57 neg:     179
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       432      1882         0         0      5735         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.37/0.14	c  N st     8      4919       432      1882         0      4809      5735     97203   no data   no data  --
1.17/0.38	c  N st    10     11301       432      1882         0      4450      5735     68027   no data   no data  --
2.37/0.64	c  N st    11     17044       432      1882         0     10061      5735    191654   no data   no data  --
3.98/1.04	c  F st    12     25001       432      1882         0     12365      5735    233350   no data   no data  --
3.98/1.04	c  N st    12     25001       432      1882         0     12365      5735    233350   no data   no data  --
5.16/1.31	c Decided on static restart strategy
5.16/1.31	c  N st    18     30002       432      1882         0     10630      5735    178330   no data   no data  --
5.16/1.31	c  S st    18     30002       432      1882         0     10630      5735    178330   no data   no data  --
5.16/1.34	c  S st    18     30504       432      1882         0     11130      5735    188896   no data   no data  --
5.16/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.16/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
5.16/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.52	c lits-rem:       208  cl-subs:      747  v-elim:      0  v-fix:    0  time:  0.68 s
5.96/1.53	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.03
5.96/1.53	c calculated reachability. Time: 0.00
5.96/1.53	c  N st    18     30504       432      1882         0     10383      5735    172626   no data   no data  --
7.56/1.93	c  N st    20     37616       432      1882         0      9647      5735    142689   no data   no data  --
8.78/2.28	c  N st    21     44015       432      1882         0     15886      5735    274253   no data   no data  --
9.55/2.42	c  S st    22     45756       432      1882         0      8862      5735    112644   no data   no data  --
9.55/2.45	c  S st    22     46257       432      1882         0      9363      5735    123086   no data   no data  --
9.55/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.95/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
9.95/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.53	c lits-rem:        51  cl-subs:       81  v-elim:      0  v-fix:    0  time:  0.27 s
9.95/2.53	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
9.95/2.53	c vivif2 --  cl tried     9282 cl shrink        0 lits rem          0 time: 0.00
9.95/2.53	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.03
9.95/2.53	c calculated reachability. Time: 0.00
9.95/2.53	c  N st    22     46257       432      1882         0      9282      5735    121535   no data   no data  --
13.16/3.39	c  N st    23     60654       432      1882         0     13574      5735    202669   no data   no data  --
15.54/3.98	c  N st    24     69388       432      1882         0     11390      5735    145673   no data   no data  --
15.54/3.98	c  S st    24     69388       432      1882         0     11390      5735    145673   no data   no data  --
15.94/4.00	c  S st    24     69892       432      1882         0     11894      5735    156004   no data   no data  --
15.94/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.94/4.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
15.94/4.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.34/4.15	c lits-rem:        54  cl-subs:      124  v-elim:      0  v-fix:    0  time:  0.56 s
16.34/4.15	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
16.34/4.16	c vivif2 --  cl tried    11770 cl shrink        0 lits rem          0 time: 0.00
16.34/4.16	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.03
16.34/4.17	c calculated reachability. Time: 0.00
16.34/4.17	c  N st    24     69892       432      1882         0     11770      5735    153574   no data   no data  --
21.13/5.33	c  F st    25     87500       432      1882         0     17232      5735    271213   no data   no data  --
21.13/5.33	c  N st    25     87500       432      1882         0     17232      5735    271213   no data   no data  --
22.73/5.71	c Decided on static restart strategy
23.53/5.97	c  N st    32     95538       432      1882         0     25082      5735    437520   no data   no data  --
26.33/6.63	c  N st    34    104838       432      1882         0     21495      5735    347269   no data   no data  --
26.33/6.63	c  S st    34    104838       432      1882         0     21495      5735    347269   no data   no data  --
26.33/6.68	c  S st    34    105343       432      1882         0     21999      5735    357751   no data   no data  --
26.33/6.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.33/6.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.33/6.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
26.33/6.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.33/6.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.33/6.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
26.33/6.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.51/7.46	c lits-rem:       400  cl-subs:      760  v-elim:      0  v-fix:    0  time:  3.02 s
29.51/7.46	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
29.51/7.46	c vivif2 --  cl tried    21239 cl shrink        0 lits rem          0 time: 0.02
29.51/7.48	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.06
29.51/7.48	c calculated reachability. Time: 0.00
29.51/7.48	c  N st    34    105343       432      1882         0     21239      5735    339930   no data   no data  --
32.70/8.23	c  N st    35    114941       432      1882         0     16971      5735    230692   no data   no data  --
37.49/9.46	c  N st    36    129338       432      1882         0     16375      5735    202477   no data   no data  --
44.67/11.23	c  N st    37    150933       432      1882         0     21762      5735    300267   no data   no data  --
47.47/11.91	c  S st    38    158017       432      1882         0     28605      5735    447493   no data   no data  --
47.47/11.98	c  S st    38    158519       432      1882         0     29105      5735    458237   no data   no data  --
47.47/11.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.47/11.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.47/11.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
47.87/12.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.87/12.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.87/12.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
47.87/12.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.45/13.42	c lits-rem:      1104  cl-subs:     2390  v-elim:      0  v-fix:    0  time:  5.62 s
53.45/13.42	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
53.45/13.42	c vivif2 --  cl tried    26715 cl shrink        0 lits rem          0 time: 0.02
53.45/13.44	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.08
53.45/13.44	c calculated reachability. Time: 0.00
53.45/13.44	c  N st    38    158519       432      1882         0     26715      5735    408014   no data   no data  --
72.21/18.11	c  N st    39    207108       432      1882         0     21530      5735    268101   no data   no data  --
84.99/21.39	c  N st    40    237778       432      1882         0     31835      5735    462240   no data   no data  --
84.99/21.39	c  S st    40    237778       432      1882         0     31835      5735    462240   no data   no data  --
85.39/21.49	c  S st    40    238283       432      1882         0     32334      5735    473524   no data   no data  --
85.39/21.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
85.39/21.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.79/21.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
85.79/21.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.79/21.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.79/21.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
85.79/21.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.77/23.07	c lits-rem:       686  cl-subs:     2642  v-elim:      0  v-fix:    0  time:  6.22 s
91.77/23.07	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
91.77/23.08	c vivif2 --  cl tried    29692 cl shrink        0 lits rem          0 time: 0.02
91.77/23.10	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.08
91.77/23.10	c calculated reachability. Time: 0.00
91.77/23.10	c  N st    40    238283       432      1882         0     29692      5735    424110   no data   no data  --
121.70/30.55	c  F st    41    306251       432      1882         0     31751      5735    435975   no data   no data  --
121.70/30.55	c  N st    41    306251       432      1882         0     31751      5735    435975   no data   no data  --
124.09/31.14	c Decided on static restart strategy
135.27/33.92	c  N st    51    334555       432      1882         0     36009      5735    509981   no data   no data  --
146.04/36.66	c  N st    53    357424       432      1882         0     33967      5735    475130   no data   no data  --
146.04/36.66	c  S st    53    357424       432      1882         0     33967      5735    475130   no data   no data  --
146.44/36.75	c  S st    53    357932       432      1882         0     34474      5735    485993   no data   no data  --
146.44/36.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.44/36.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.44/36.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
146.44/36.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.44/36.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.44/36.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
146.44/36.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.43/38.21	c lits-rem:       635  cl-subs:     1022  v-elim:      0  v-fix:    0  time:  5.73 s
152.43/38.21	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
152.43/38.21	c vivif2 --  cl tried    33452 cl shrink        0 lits rem          0 time: 0.02
152.43/38.24	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.11
152.43/38.24	c calculated reachability. Time: 0.00
152.43/38.24	c  N st    53    357932       432      1882         0     33452      5735    461853   no data   no data  --
169.59/42.54	c  N st    54    390324       432      1882         0     39459      5735    564199   no data   no data  --
197.54/49.55	c  N st    55    438914       432      1882         0     33100      5735    398692   no data   no data  --
237.06/59.47	c  N st    56    511796       432      1882         0     46934      5735    703063   no data   no data  --
251.00/62.93	c  N st    57    536898       432      1882         0     41164      5735    556893   no data   no data  --
251.00/62.93	c  S st    57    536898       432      1882         0     41164      5735    556893   no data   no data  --
251.40/63.04	c  S st    57    537402       432      1882         0     41666      5735    566947   no data   no data  --
251.40/63.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.40/63.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.40/63.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
251.40/63.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.40/63.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.40/63.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
251.40/63.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
258.59/64.85	c lits-rem:       910  cl-subs:     1553  v-elim:      0  v-fix:    0  time:  7.06 s
258.59/64.85	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
258.59/64.85	c vivif2 --  cl tried    40113 cl shrink        0 lits rem          0 time: 0.03
258.59/64.89	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.14
258.59/64.89	c calculated reachability. Time: 0.00
258.59/64.89	c  N st    57    537402       432      1882         0     40113      5735    530001   no data   no data  --
365.14/91.59	c  N st    58    701387       432      1882         0     68901      5735   1063896   no data   no data  --
446.96/112.05	c  N st    59    806104       432      1882         0     63007      5735    912688   no data   no data  --
446.96/112.05	c  S st    59    806104       432      1882         0     63007      5735    912688   no data   no data  --
447.78/112.23	c  S st    59    806605       432      1882         0     63507      5735    923345   no data   no data  --
447.78/112.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
447.78/112.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
447.78/112.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
447.78/112.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
447.78/112.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.78/112.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
447.78/112.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
460.52/115.50	c lits-rem:      1029  cl-subs:     4156  v-elim:      0  v-fix:    0  time: 12.80 s
460.52/115.50	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
460.93/115.51	c vivif2 --  cl tried    59351 cl shrink        0 lits rem          0 time: 0.03
460.93/115.58	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.28
460.93/115.58	c calculated reachability. Time: 0.00
460.93/115.58	c  N st    59    806605       432      1882         0     59351      5735    842741   no data   no data  --
661.67/165.86	c  F st    60   1071875       432      1882         0     75290      5735   1148475   no data   no data  --
661.67/165.86	c  N st    60   1071875       432      1882         0     75290      5735   1148475   no data   no data  --
668.04/167.42	c Decided on static restart strategy
688.00/172.46	c  N st    70   1100181       432      1882         0     59082      5735    741310   no data   no data  --
723.53/181.36	c  N st    72   1136178       432      1882         0     49325      5735    516899   no data   no data  --
751.46/188.39	c  N st    73   1168570       432      1882         0     80629      5735   1158020   no data   no data  --
788.58/197.61	c  N st    74   1209907       432      1882         0     75142      5735   1104522   no data   no data  --
788.58/197.61	c  S st    74   1209907       432      1882         0     75142      5735   1104522   no data   no data  --
789.38/197.83	c  S st    74   1210410       432      1882         0     75644      5735   1115607   no data   no data  --
789.38/197.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
789.38/197.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
789.38/197.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
789.77/197.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
789.77/197.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
789.77/197.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
789.77/197.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
804.53/201.69	c lits-rem:       507  cl-subs:     4402  v-elim:      0  v-fix:    0  time: 15.09 s
804.53/201.69	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
804.93/201.70	c vivif2 --  cl tried    71242 cl shrink        0 lits rem          0 time: 0.05
804.93/201.79	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.36
804.93/201.79	c calculated reachability. Time: 0.00
804.93/201.79	c  N st    74   1210410       432      1882         0     71242      5735   1020091   no data   no data  --
877.15/219.86	c  N st    75   1283292       432      1882         0     47861      5735    442411   no data   no data  --
982.11/246.17	c  N st    76   1392615       432      1882         0     55892      5735    585446   no data   no data  --
1140.95/285.96	c  N st    77   1556599       432      1882         0     60931      5735    654481   no data   no data  --
1285.40/322.19	c  N st    78   1710413       432      1882         0    102455      5735   1518635   no data   no data  --
1285.40/322.19	c  S st    78   1710413       432      1882         0    102455      5735   1518635   no data   no data  --
1286.99/322.54	c  S st    78   1710919       432      1882         0    102961      5735   1530233   no data   no data  --
1286.99/322.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1286.99/322.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1286.99/322.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
1287.39/322.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1287.39/322.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1287.39/322.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1287.39/322.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1322.12/331.32	c lits-rem:       181  cl-subs:    10300  v-elim:      0  v-fix:    0  time: 34.58 s
1322.12/331.32	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
1322.12/331.33	c vivif2 --  cl tried    92661 cl shrink        0 lits rem          0 time: 0.07
1322.52/331.46	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.51
1322.52/331.46	c calculated reachability. Time: 0.00
1322.52/331.46	c  N st    78   1710919       432      1882         0     92661      5735   1351857   no data   no data  --
1716.37/430.11	c  N st    79   2079884       432      1882         0    104593      5735   1571404   no data   no data  --
1863.19/466.99	c  N st    80   2210920       432      1882         0    108417      5735   1544527   no data   no data  --
1863.19/466.99	c  S st    80   2210920       432      1882         0    108417      5735   1544527   no data   no data  --
1864.79/467.38	c  S st    80   2211422       432      1882         0    108918      5735   1556048   no data   no data  --
1864.79/467.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1864.79/467.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1865.19/467.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1865.19/467.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1865.19/467.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1865.19/467.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
1865.19/467.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1904.69/477.38	c lits-rem:       331  cl-subs:     9116  v-elim:      0  v-fix:    0  time: 39.44 s
1904.69/477.38	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
1904.69/477.39	c vivif2 --  cl tried    99802 cl shrink        0 lits rem          0 time: 0.08
1905.53/477.53	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.54
1905.53/477.54	c calculated reachability. Time: 0.00
1905.53/477.54	c  N st    80   2211422       432      1882         0     99802      5735   1392525   no data   no data  --
2513.27/629.87	c  N st    81   2711424       432      1882         0    122727      5735   1847340   no data   no data  --
2513.27/629.87	c  S st    81   2711424       432      1882         0    122727      5735   1847340   no data   no data  --
2514.87/630.25	c  S st    81   2711928       432      1882         0    123231      5735   1859358   no data   no data  --
2514.87/630.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2514.87/630.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2515.28/630.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.23
2515.28/630.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2515.28/630.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2515.28/630.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
2515.28/630.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2591.07/649.36	c lits-rem:       194  cl-subs:    13135  v-elim:      0  v-fix:    0  time: 75.72 s
2591.07/649.36	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
2591.07/649.38	c vivif2 --  cl tried   110096 cl shrink        0 lits rem          0 time: 0.08
2591.87/649.54	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.63
2591.87/649.54	c calculated reachability. Time: 0.00
2591.87/649.54	c  N st    81   2711928       432      1882         0    110096      5735   1597431   no data   no data  --
3258.26/816.54	c  N st    82   3211930       432      1882         0     86444      5735    929519   no data   no data  --
3258.26/816.54	c  S st    82   3211930       432      1882         0     86444      5735    929519   no data   no data  --
3259.46/816.86	c  S st    82   3212434       432      1882         0     86947      5735    940867   no data   no data  --
3259.46/816.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3259.46/816.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3259.85/816.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3259.85/816.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3259.85/816.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3259.85/816.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
3259.85/816.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3273.03/820.28	c lits-rem:       770  cl-subs:     1564  v-elim:      0  v-fix:    0  time: 13.31 s
3273.03/820.28	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
3273.03/820.29	c vivif2 --  cl tried    85383 cl shrink        0 lits rem          0 time: 0.06
3273.83/820.40	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.41
3273.83/820.40	c calculated reachability. Time: 0.00
3273.83/820.40	c  N st    82   3212434       432      1882         0     85383      5735    909327   no data   no data  --
4010.84/1005.15	c  N st    83   3712435       432      1882         0     95830      5735   1026042   no data   no data  --
4010.84/1005.15	c  S st    83   3712435       432      1882         0     95830      5735   1026042   no data   no data  --
4012.06/1005.44	c  S st    83   3712939       432      1882         0     96333      5735   1037314   no data   no data  --
4012.06/1005.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4012.06/1005.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4012.06/1005.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4012.48/1005.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4012.48/1005.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4012.48/1005.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    432 time:  0.00 s
4012.48/1005.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4024.42/1008.56	c lits-rem:       271  cl-subs:     3939  v-elim:      0  v-fix:    0  time: 12.10 s
4024.42/1008.56	c vivif2 --  cl tried     1882 cl shrink        0 lits rem          0 time: 0.00
4024.42/1008.58	c vivif2 --  cl tried    92394 cl shrink        0 lits rem          0 time: 0.06
4024.82/1008.70	c asymm  cl-useful: 0/1882/1882 lits-rem:0 time: 0.50
4024.82/1008.71	c calculated reachability. Time: 0.00
4024.82/1008.71	c  N st    83   3712939       432      1882         0     92394      5735    962489   no data   no data  --
4073.93/1020.94	c  F st    84   3751563       432      1882         0    129926      5735   1815219   no data   no data  --
4073.93/1020.94	c  N st    84   3751563       432      1882         0    129926      5735   1815219   no data   no data  --
4085.86/1023.96	c Decided on static restart strategy
4124.56/1033.63	c  N st    94   3779867       432      1882         0    157342      5735   2428220   no data   no data  --
4173.25/1045.85	c  N st    96   3815861       432      1882         0    110298      5735   1396808   no data   no data  --
4233.50/1060.91	c  N st    97   3848254       432      1882         0    141405      5735   2029099   no data   no data  --
4319.72/1082.53	c  N st    98   3896842       432      1882         0    105342      5735   1196890   no data   no data  --
4437.40/1112.09	c  N st    99   3969724       432      1882         0     91738      5735    904336   no data   no data  --
4602.59/1153.43	c  N st   100   4079047       432      1882         0    111920      5735   1334054   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3369082-1305412016/watcher-3369082-1305412016 -o /tmp/evaluation-result-3369082-1305412016/solver-3369082-1305412016 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369082-1305412016.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.18 7.90 7.96 6/298 3058
/proc/meminfo: memFree=13119708/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 417 0 0 0 0 0 0 0 23 0 4 0 652801273 52465664 357 33554432000 4194304 4650419 140733541263680 18446744073709551615 208080232379 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 12809 357 306 112 0 7774 0
[pid=3058/tid=3060] ppid=3056 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 211 0 0 0 0 0 0 0 25 0 4 0 652801273 288841728 1009 33554432000 4194304 4650419 140733541263680 18446744073709551615 4439056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 155 0 0 0 0 0 0 0 25 0 4 0 652801273 288841728 1011 33554432000 4194304 4650419 140733541263680 18446744073709551615 208079881061 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 102 0 0 0 0 0 0 0 25 0 4 0 652801273 288841728 1016 33554432000 4194304 4650419 140733541263680 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.101186 s]
/proc/loadavg: 7.18 7.90 7.96 6/298 3058
/proc/meminfo: memFree=13119708/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=282340 CPUtime=0.37 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 1630 0 0 0 37 0 0 0 24 0 4 0 652801273 289116160 1516 33554432000 4194304 4650419 140733541263680 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 70585 1516 391 112 0 65550 0
[pid=3058/tid=3060] ppid=3056 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 341 0 0 0 9 0 0 0 25 0 4 0 652801273 289116160 1516 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365158 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 304 0 0 0 9 0 0 0 25 0 4 0 652801273 289116160 1516 33554432000 4194304 4650419 140733541263680 18446744073709551615 4364461 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 218 0 0 0 9 0 0 0 25 0 4 0 652801273 289116160 1516 33554432000 4194304 4650419 140733541263680 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) 282340

[startup+0.201167 s]
/proc/loadavg: 7.18 7.90 7.96 6/298 3058
/proc/meminfo: memFree=13119708/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=283532 CPUtime=0.77 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 2318 0 0 0 77 0 0 0 25 0 4 0 652801273 290336768 1702 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 70883 1702 393 112 0 65848 0
[pid=3058/tid=3060] ppid=3056 vsize=283532 CPUtime=0.19 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 510 0 0 0 19 0 0 0 25 0 4 0 652801273 290336768 1702 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=283532 CPUtime=0.19 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 471 0 0 0 19 0 0 0 25 0 4 0 652801273 290336768 1702 33554432000 4194304 4650419 140733541263680 18446744073709551615 4314730 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=283532 CPUtime=0.19 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 391 0 0 0 19 0 0 0 25 0 4 0 652801273 290336768 1702 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283532

[startup+0.301148 s]
/proc/loadavg: 7.18 7.90 7.96 6/298 3058
/proc/meminfo: memFree=13119708/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=283836 CPUtime=1.17 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 2679 0 0 0 117 0 0 0 25 0 4 0 652801273 290648064 2063 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 70959 2063 393 112 0 65924 0
[pid=3058/tid=3060] ppid=3056 vsize=283836 CPUtime=0.29 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 596 0 0 0 29 0 0 0 25 0 4 0 652801273 290648064 2063 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=283836 CPUtime=0.29 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 566 0 0 0 29 0 0 0 25 0 4 0 652801273 290648064 2064 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=283836 CPUtime=0.29 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 472 0 0 0 29 0 0 0 25 0 4 0 652801273 290648064 2064 33554432000 4194304 4650419 140733541263680 18446744073709551615 4328209 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) 283836

[startup+0.701073 s]
/proc/loadavg: 7.18 7.90 7.96 6/298 3058
/proc/meminfo: memFree=13119708/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=285312 CPUtime=2.78 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 4645 0 0 0 277 1 0 0 25 0 4 0 652801273 292159488 2262 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366130 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 71328 2263 393 112 0 66293 0
[pid=3058/tid=3060] ppid=3056 vsize=285312 CPUtime=0.69 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 1120 0 0 0 69 0 0 0 25 0 4 0 652801273 292159488 2263 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=285312 CPUtime=0.69 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 1093 0 0 0 69 0 0 0 25 0 4 0 652801273 292159488 2263 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=285312 CPUtime=0.69 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 904 0 0 0 69 0 0 0 25 0 4 0 652801273 292159488 2263 33554432000 4194304 4650419 140733541263680 18446744073709551615 4334658 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285312

[startup+1.50092 s]
/proc/loadavg: 7.18 7.90 7.96 9/302 3063
/proc/meminfo: memFree=13095528/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=277228 CPUtime=5.96 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 8044 0 0 0 595 1 0 0 25 0 4 0 652801273 283881472 4485 33554432000 4194304 4650419 140733541263680 18446744073709551615 4438383 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 69307 4485 395 112 0 64272 0
[pid=3058/tid=3060] ppid=3056 vsize=277228 CPUtime=1.49 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 1723 0 0 0 149 0 0 0 25 0 4 0 652801273 283881472 4485 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=277228 CPUtime=1.49 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 1683 0 0 0 149 0 0 0 25 0 4 0 652801273 283881472 4485 33554432000 4194304 4650419 140733541263680 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=277228 CPUtime=1.47 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 1433 0 0 0 147 0 0 0 25 0 4 0 652801273 283881472 4485 33554432000 4194304 4650419 140733541263680 18446744073709551615 4349712 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) 277228

[startup+3.10062 s]
/proc/loadavg: 7.32 7.91 7.97 10/302 3063
/proc/meminfo: memFree=13061180/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=295708 CPUtime=12.35 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 15524 0 0 0 1233 2 0 0 25 0 4 0 652801273 302804992 9073 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 73927 9073 395 112 0 68892 0
[pid=3058/tid=3060] ppid=3056 vsize=295708 CPUtime=3.09 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 3799 0 0 0 309 0 0 0 25 0 4 0 652801273 302804992 9073 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=295708 CPUtime=3.09 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 3821 0 0 0 309 0 0 0 25 0 4 0 652801273 302804992 9073 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=295708 CPUtime=3.06 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 3573 0 0 0 306 0 0 0 25 0 4 0 652801273 302804992 9073 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 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) 295708

[startup+6.30101 s]
/proc/loadavg: 7.32 7.91 7.97 10/302 3063
/proc/meminfo: memFree=13028196/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=296152 CPUtime=25.12 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 22602 0 0 0 2509 3 0 0 25 0 4 0 652801273 303259648 12774 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 74038 12774 395 112 0 69003 0
[pid=3058/tid=3060] ppid=3056 vsize=296152 CPUtime=6.29 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 6052 0 0 0 628 1 0 0 25 0 4 0 652801273 303259648 12774 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=296152 CPUtime=6.28 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 5908 0 0 0 628 0 0 0 25 0 4 0 652801273 303259648 12774 33554432000 4194304 4650419 140733541263680 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=296152 CPUtime=6.23 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 4211 0 0 0 623 0 0 0 25 0 4 0 652801273 303259648 12774 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 296152

[startup+12.7008 s]
/proc/loadavg: 7.38 7.92 7.97 9/302 3063
/proc/meminfo: memFree=12983108/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=287324 CPUtime=50.66 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 34591 0 0 0 5060 6 0 0 25 0 4 0 652801273 294219776 18372 33554432000 4194304 4650419 140733541263680 18446744073709551615 4476356 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 71831 18372 395 112 0 66796 0
[pid=3058/tid=3060] ppid=3056 vsize=287324 CPUtime=12.69 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 9133 0 0 0 1268 1 0 0 25 0 4 0 652801273 294219776 18372 33554432000 4194304 4650419 140733541263680 18446744073709551615 4355019 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=287324 CPUtime=12.69 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 8027 0 0 0 1268 1 0 0 25 0 4 0 652801273 294219776 18372 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=287324 CPUtime=12.58 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 6504 0 0 0 1257 1 0 0 25 0 4 0 652801273 294219776 18372 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 287324

[startup+25.5004 s]
/proc/loadavg: 7.51 7.92 7.97 10/302 3064
/proc/meminfo: memFree=12933364/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=297272 CPUtime=101.73 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 50435 0 0 0 10163 10 0 0 25 0 4 0 652801273 304406528 24895 33554432000 4194304 4650419 140733541263680 18446744073709551615 4331989 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 74318 24895 395 112 0 69283 0
[pid=3058/tid=3060] ppid=3056 vsize=297272 CPUtime=25.49 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 13902 0 0 0 2546 3 0 0 25 0 4 0 652801273 304406528 24895 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=297272 CPUtime=25.48 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 12820 0 0 0 2546 2 0 0 25 0 4 0 652801273 304406528 24895 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=297272 CPUtime=25.25 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 8063 0 0 0 2524 1 0 0 25 0 4 0 652801273 304406528 24895 33554432000 4194304 4650419 140733541263680 18446744073709551615 4329860 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 297272

[startup+51.1005 s]
/proc/loadavg: 7.68 7.92 7.97 10/302 3064
/proc/meminfo: memFree=12898204/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=308364 CPUtime=203.91 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 74431 0 0 0 20372 19 0 0 25 0 4 0 652801273 315764736 29744 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 77091 29744 395 112 0 72056 0
[pid=3058/tid=3060] ppid=3056 vsize=308364 CPUtime=51.09 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 23258 0 0 0 5103 6 0 0 25 0 4 0 652801273 315764736 29744 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=308364 CPUtime=51.08 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 18939 0 0 0 5104 4 0 0 25 0 4 0 652801273 315764736 29744 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=308364 CPUtime=50.62 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 10342 0 0 0 5060 2 0 0 25 0 4 0 652801273 315764736 29744 33554432000 4194304 4650419 140733541263680 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 308364

[startup+102.301 s]
/proc/loadavg: 7.95 7.96 7.98 9/302 3066
/proc/meminfo: memFree=12835320/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=365480 CPUtime=408.26 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 111910 0 0 0 40793 33 0 0 25 0 4 0 652801273 374251520 36175 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 91370 36175 395 112 0 86335 0
[pid=3058/tid=3060] ppid=3056 vsize=365480 CPUtime=102.3 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 33353 0 0 0 10220 10 0 0 25 0 4 0 652801273 374251520 36177 33554432000 4194304 4650419 140733541263680 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=365480 CPUtime=102.3 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 30677 0 0 0 10221 9 0 0 25 0 4 0 652801273 374251520 36177 33554432000 4194304 4650419 140733541263680 18446744073709551615 4334293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=365480 CPUtime=101.36 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 14738 0 0 0 10132 4 0 0 25 0 4 0 652801273 374251520 36177 33554432000 4194304 4650419 140733541263680 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 365480

[startup+162.3 s]

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

[pid=3058] ppid=3056 vsize=468368 CPUtime=2563.14 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 367799 0 0 0 256163 151 0 0 25 0 4 0 652801273 479608832 76782 33554432000 4194304 4650419 140733541263680 18446744073709551615 4433084 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 117092 76782 395 112 0 112057 0
[pid=3058/tid=3060] ppid=3056 vsize=468368 CPUtime=642.31 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 99715 0 0 0 64190 41 0 0 25 0 4 0 652801273 479608832 76782 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=468368 CPUtime=642.31 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 105588 0 0 0 64185 46 0 0 25 0 4 0 652801273 479608832 76782 33554432000 4194304 4650419 140733541263680 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=468368 CPUtime=636.19 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 50455 0 0 0 63599 20 0 0 25 0 4 0 652801273 479608832 76782 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2563.14
Current children cumulated vsize (KiB) 468368

[startup+702.3 s]
/proc/loadavg: 8.07 8.07 8.01 10/302 3082
/proc/meminfo: memFree=12554020/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=469300 CPUtime=2802.55 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 386989 0 0 0 280092 163 0 0 25 0 4 0 652801273 480563200 74644 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 117325 74644 395 112 0 112290 0
[pid=3058/tid=3060] ppid=3056 vsize=469300 CPUtime=702.31 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 105505 0 0 0 70186 45 0 0 25 0 4 0 652801273 480563200 74644 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=469300 CPUtime=702.31 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 113097 0 0 0 70181 50 0 0 25 0 4 0 652801273 480563200 74644 33554432000 4194304 4650419 140733541263680 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=469300 CPUtime=695.58 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 51139 0 0 0 69538 20 0 0 25 0 4 0 652801273 480563200 74644 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.55
Current children cumulated vsize (KiB) 469300

[startup+762.301 s]
/proc/loadavg: 8.08 8.07 8.01 10/302 3084
/proc/meminfo: memFree=12518656/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=536208 CPUtime=3041.99 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 408677 0 0 0 304025 174 0 0 25 0 4 0 652801273 549076992 80046 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 134052 80046 395 112 0 129017 0
[pid=3058/tid=3060] ppid=3056 vsize=536208 CPUtime=762.33 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 116484 0 0 0 76184 49 0 0 25 0 4 0 652801273 549076992 80047 33554432000 4194304 4650419 140733541263680 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=536208 CPUtime=762.33 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 117528 0 0 0 76180 53 0 0 25 0 4 0 652801273 549076992 80047 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=536208 CPUtime=755 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 53434 0 0 0 75478 22 0 0 25 0 4 0 652801273 549076992 80047 33554432000 4194304 4650419 140733541263680 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.99
Current children cumulated vsize (KiB) 536208

[startup+822.301 s]
/proc/loadavg: 8.08 8.07 8.01 10/302 3086
/proc/meminfo: memFree=12508956/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=589776 CPUtime=3281.4 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 431524 0 0 0 327956 184 0 0 25 0 4 0 652801273 603930624 80696 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 147444 80697 395 112 0 142409 0
[pid=3058/tid=3060] ppid=3056 vsize=589776 CPUtime=822.32 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 123126 0 0 0 82180 52 0 0 25 0 4 0 652801273 603930624 80697 33554432000 4194304 4650419 140733541263680 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=589776 CPUtime=822.32 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 122756 0 0 0 82176 56 0 0 25 0 4 0 652801273 603930624 80697 33554432000 4194304 4650419 140733541263680 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=589776 CPUtime=814.43 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 57601 0 0 0 81420 23 0 0 25 0 4 0 652801273 603930624 80697 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.4
Current children cumulated vsize (KiB) 589776

[startup+882.311 s]
/proc/loadavg: 8.11 8.08 8.02 9/302 3087
/proc/meminfo: memFree=12477188/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=577456 CPUtime=3520.87 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 449505 0 0 0 351892 195 0 0 25 0 4 0 652801273 591314944 84451 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 144364 84451 395 112 0 139329 0
[pid=3058/tid=3060] ppid=3056 vsize=577456 CPUtime=882.34 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 129349 0 0 0 88178 56 0 0 25 0 4 0 652801273 591314944 84451 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=577456 CPUtime=882.33 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 127500 0 0 0 88174 59 0 0 25 0 4 0 652801273 591314944 84451 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=577456 CPUtime=873.86 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 58749 0 0 0 87363 23 0 0 25 0 4 0 652801273 591314944 84451 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.87
Current children cumulated vsize (KiB) 577456

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 8.02 10/302 3089
/proc/meminfo: memFree=12448896/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=577636 CPUtime=3760.26 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 471182 0 0 0 375820 206 0 0 25 0 4 0 652801273 591499264 88548 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 144409 88548 395 112 0 139374 0
[pid=3058/tid=3060] ppid=3056 vsize=577636 CPUtime=942.32 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 135197 0 0 0 94174 58 0 0 25 0 4 0 652801273 591499264 88548 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=577636 CPUtime=942.32 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 133241 0 0 0 94170 62 0 0 25 0 4 0 652801273 591499264 88548 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=577636 CPUtime=933.27 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 63124 0 0 0 93302 25 0 0 25 0 4 0 652801273 591499264 88548 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.26
Current children cumulated vsize (KiB) 577636

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.03 10/302 3091
/proc/meminfo: memFree=12433756/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=603216 CPUtime=3999.68 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 488959 0 0 0 399751 217 0 0 25 0 4 0 652801273 617693184 92809 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 150804 92809 395 112 0 145769 0
[pid=3058/tid=3060] ppid=3056 vsize=603216 CPUtime=1002.32 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 142872 0 0 0 100170 62 0 0 25 0 4 0 652801273 617693184 92809 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=603216 CPUtime=1002.33 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 135907 0 0 0 100170 63 0 0 25 0 4 0 652801273 617693184 92809 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=603216 CPUtime=992.67 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 64866 0 0 0 99240 27 0 0 25 0 4 0 652801273 617693184 92809 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.68
Current children cumulated vsize (KiB) 603216

[startup+1062.3 s]
/proc/loadavg: 8.08 8.10 8.03 9/302 3092
/proc/meminfo: memFree=12415740/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=590628 CPUtime=4239.09 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 507741 0 0 0 423680 229 0 0 25 0 4 0 652801273 604803072 95084 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 147657 95084 395 112 0 142622 0
[pid=3058/tid=3060] ppid=3056 vsize=590628 CPUtime=1062.33 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 148587 0 0 0 106167 66 0 0 25 0 4 0 652801273 604803072 95084 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=590628 CPUtime=1062.32 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 139519 0 0 0 106167 65 0 0 25 0 4 0 652801273 604803072 95084 33554432000 4194304 4650419 140733541263680 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=590628 CPUtime=1052.08 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 68376 0 0 0 105179 29 0 0 25 0 4 0 652801273 604803072 95084 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.09
Current children cumulated vsize (KiB) 590628

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.03 9/302 3094
/proc/meminfo: memFree=12363264/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=590772 CPUtime=4478.49 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 523994 0 0 0 447610 239 0 0 25 0 4 0 652801273 604950528 102265 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 147693 102265 395 112 0 142658 0
[pid=3058/tid=3060] ppid=3056 vsize=590772 CPUtime=1122.33 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 152618 0 0 0 112164 69 0 0 25 0 4 0 652801273 604950528 102265 33554432000 4194304 4650419 140733541263680 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=590772 CPUtime=1122.33 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 142676 0 0 0 112165 68 0 0 25 0 4 0 652801273 604950528 102265 33554432000 4194304 4650419 140733541263680 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=590772 CPUtime=1111.48 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 72085 0 0 0 111117 31 0 0 25 0 4 0 652801273 604950528 102265 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.49
Current children cumulated vsize (KiB) 590772

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 8.03 10/302 3095
/proc/meminfo: memFree=12394376/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=603920 CPUtime=4717.93 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 537007 0 0 0 471547 246 0 0 25 0 4 0 652801273 618414080 96718 33554432000 4194304 4650419 140733541263680 18446744073709551615 4313711 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 150980 96718 395 112 0 145945 0
[pid=3058/tid=3060] ppid=3056 vsize=603920 CPUtime=1182.34 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 155443 0 0 0 118163 71 0 0 25 0 4 0 652801273 618414080 96718 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=603920 CPUtime=1182.33 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 148113 0 0 0 118162 71 0 0 25 0 4 0 652801273 618414080 96718 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=603920 CPUtime=1170.91 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 72446 0 0 0 117060 31 0 0 25 0 4 0 652801273 618414080 96718 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.93
Current children cumulated vsize (KiB) 603920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.11 8.11 8.03 6/300 3098
/proc/meminfo: memFree=12644112/32950928 swapFree=67083212/67111528
[pid=3058] ppid=3056 vsize=604016 CPUtime=4800.15 cores=1,3,5,7
/proc/3058/stat : 3058 (strangenight1-m) R 3056 3058 2430 0 -1 4202496 542966 0 0 0 479766 249 0 0 25 0 4 0 652801273 618512384 96345 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3058/statm: 151004 96345 395 112 0 145969 0
[pid=3058/tid=3060] ppid=3056 vsize=604016 CPUtime=1202.94 cores=1,3,5,7
/proc/3058/task/3060/stat : 3060 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 157755 0 0 0 120222 72 0 0 25 0 4 0 652801273 618512384 96346 33554432000 4194304 4650419 140733541263680 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3058/tid=3061] ppid=3056 vsize=604016 CPUtime=1202.94 cores=1,3,5,7
/proc/3058/task/3061/stat : 3061 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 149236 0 0 0 120223 71 0 0 25 0 4 0 652801273 618512384 96346 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3058/tid=3062] ppid=3056 vsize=604016 CPUtime=1191.32 cores=1,3,5,7
/proc/3058/task/3062/stat : 3062 (strangenight1-m) R 3056 3058 2430 0 -1 4202560 72446 0 0 0 119101 31 0 0 25 0 4 0 652801273 618512384 96346 33554432000 4194304 4650419 140733541263680 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 604016

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.94
CPU time (s): 4800.22
CPU user time (s): 4797.7
CPU system time (s): 2.51762
CPU usage (%): 399.042
Max. virtual memory (cumulated for all children) (KiB): 654224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.7
system time used= 2.51762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 542968
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= 337
involuntary context switches= 31209

runsolver used 3.08853 second user time and 8.5507 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 00:26:56
IDJOB=3369082
IDBENCH=83091
IDSOLVER=1846
FILE ID=node127/3369082-1305412016
RUNJOBID= node127-1305412016-3036
PBS_JOBID= 13324505
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= f44a4cf4fe89dcbd323f749ee3ba0f10
RANDOM SEED=517022895

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13119988 kB
Buffers:        290772 kB
Cached:        3366772 kB
SwapCached:       1620 kB
Active:       16829732 kB
Inactive:      2665276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13119988 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           12556 kB
Writeback:           0 kB
AnonPages:    15836032 kB
Mapped:          26504 kB
Slab:           226408 kB
PageTables:      46752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44406984 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= 73468 MiB
End job on node127 at 2011-05-15 00:47:01