Trace number 3175195

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? (TO) 4800.44 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark827.068
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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-3175195-1304097610.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  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:     203 undec:      60 neg:     237
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       486      2108         0         0      6395         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.39/0.15	c  N st     8      4917       486      2108         0      4828      6395    111045   no data   no data  --
1.58/0.41	c  N st    10     11301       486      2108         0      4484      6395     75310   no data   no data  --
2.37/0.67	c  N st    11     17045       486      2108         0     10079      6395    207871   no data   no data  --
3.97/1.10	c  F st    12     25001       486      2108         0     12354      6395    251335   no data   no data  --
3.97/1.10	c  N st    12     25001       486      2108         0     12354      6395    251335   no data   no data  --
5.17/1.34	c Decided on static restart strategy
5.17/1.34	c  N st    18     30000       486      2108         0     10635      6395    189637   no data   no data  --
5.17/1.34	c  S st    18     30000       486      2108         0     10635      6395    189637   no data   no data  --
5.17/1.37	c  S st    18     30505       486      2108         0     11140      6395    200314   no data   no data  --
5.17/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
5.17/1.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.56	c lits-rem:       190  cl-subs:      735  v-elim:      0  v-fix:    0  time:  0.71 s
5.97/1.56	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.03
5.97/1.56	c calculated reachability. Time: 0.00
5.97/1.56	c  N st    18     30505       486      2108         0     10405      6395    183442   no data   no data  --
7.57/1.96	c  N st    20     37619       486      2108         0      9673      6395    156378   no data   no data  --
9.20/2.36	c  N st    21     44018       486      2108         0     15945      6395    305719   no data   no data  --
9.97/2.50	c  S st    22     45757       486      2108         0      8911      6395    120697   no data   no data  --
9.97/2.53	c  S st    22     46263       486      2108         0      9416      6395    131997   no data   no data  --
9.97/2.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.97/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.97/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.37/2.61	c lits-rem:        15  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.30 s
10.37/2.61	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
10.37/2.61	c vivif2 --  cl tried     9382 cl shrink        0 lits rem          0 time: 0.01
10.37/2.62	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.03
10.37/2.62	c calculated reachability. Time: 0.00
10.37/2.62	c  N st    22     46263       486      2108         0      9382      6395    131119   no data   no data  --
13.96/3.52	c  N st    23     60660       486      2108         0     13705      6395    225693   no data   no data  --
15.96/4.08	c  N st    24     69394       486      2108         0     11552      6395    165206   no data   no data  --
15.96/4.08	c  S st    24     69394       486      2108         0     11552      6395    165206   no data   no data  --
16.36/4.12	c  S st    24     69897       486      2108         0     12054      6395    177450   no data   no data  --
16.36/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.36/4.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
16.36/4.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.30	c lits-rem:       105  cl-subs:      108  v-elim:      0  v-fix:    0  time:  0.68 s
17.16/4.30	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
17.16/4.30	c vivif2 --  cl tried    11946 cl shrink        0 lits rem          0 time: 0.01
17.16/4.31	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.04
17.16/4.31	c calculated reachability. Time: 0.00
17.16/4.31	c  N st    24     69897       486      2108         0     11946      6395    174710   no data   no data  --
21.55/5.48	c  F st    25     87500       486      2108         0     17442      6395    296362   no data   no data  --
21.55/5.48	c  N st    25     87500       486      2108         0     17442      6395    296362   no data   no data  --
23.14/5.89	c Decided on static restart strategy
24.34/6.13	c  N st    32     95541       486      2108         0     25352      6395    488533   no data   no data  --
26.76/6.79	c  N st    34    104849       486      2108         0     21727      6395    380265   no data   no data  --
26.76/6.79	c  S st    34    104849       486      2108         0     21727      6395    380265   no data   no data  --
27.14/6.85	c  S st    34    105352       486      2108         0     22228      6395    392173   no data   no data  --
27.14/6.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.14/6.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
27.14/6.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.76/7.76	c lits-rem:       204  cl-subs:      814  v-elim:      0  v-fix:    0  time:  3.56 s
30.76/7.76	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
30.76/7.77	c vivif2 --  cl tried    21414 cl shrink        0 lits rem          0 time: 0.02
30.76/7.78	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.06
30.76/7.78	c calculated reachability. Time: 0.00
30.76/7.78	c  N st    34    105352       486      2108         0     21414      6395    371499   no data   no data  --
34.34/8.67	c  N st    35    114951       486      2108         0     17090      6395    241652   no data   no data  --
39.13/9.90	c  N st    36    129348       486      2108         0     16507      6395    214402   no data   no data  --
46.32/11.69	c  N st    37    150943       486      2108         0     21917      6395    324392   no data   no data  --
49.11/12.30	c  S st    38    158028       486      2108         0     28805      6395    481857   no data   no data  --
49.11/12.37	c  S st    38    158532       486      2108         0     29309      6395    493095   no data   no data  --
49.11/12.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.11/12.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.11/12.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.11/12.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.11/12.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.11/12.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
49.11/12.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.51/13.91	c lits-rem:       523  cl-subs:     2097  v-elim:      0  v-fix:    0  time:  6.05 s
55.51/13.91	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
55.51/13.91	c vivif2 --  cl tried    27212 cl shrink        0 lits rem          0 time: 0.02
55.51/13.93	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.08
55.51/13.93	c calculated reachability. Time: 0.00
55.51/13.93	c  N st    38    158532       486      2108         0     27212      6395    447624   no data   no data  --
75.11/18.86	c  N st    39    207121       486      2108         0     21959      6395    290666   no data   no data  --
88.29/22.13	c  N st    40    237799       486      2108         0     32329      6395    506286   no data   no data  --
88.29/22.13	c  S st    40    237799       486      2108         0     32329      6395    506286   no data   no data  --
88.66/22.21	c  S st    40    238303       486      2108         0     32832      6395    517898   no data   no data  --
88.66/22.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.66/22.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.66/22.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
88.66/22.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.66/22.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.66/22.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
88.66/22.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.45/23.90	c lits-rem:       321  cl-subs:     2261  v-elim:      0  v-fix:    0  time:  6.67 s
95.45/23.90	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
95.45/23.91	c vivif2 --  cl tried    30571 cl shrink        0 lits rem          0 time: 0.02
95.45/23.94	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.11
95.45/23.94	c calculated reachability. Time: 0.00
95.45/23.94	c  N st    40    238303       486      2108         0     30571      6395    467925   no data   no data  --
125.41/31.44	c  F st    41    306250       486      2108         0     32496      6395    482977   no data   no data  --
125.41/31.44	c  N st    41    306250       486      2108         0     32496      6395    482977   no data   no data  --
128.20/32.10	c Decided on static restart strategy
138.60/34.73	c  N st    51    334555       486      2108         0     36796      6395    590326   no data   no data  --
149.40/37.42	c  N st    53    357454       486      2108         0     34744      6395    511096   no data   no data  --
149.40/37.42	c  S st    53    357454       486      2108         0     34744      6395    511096   no data   no data  --
149.80/37.50	c  S st    53    357955       486      2108         0     35245      6395    523035   no data   no data  --
149.80/37.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
149.80/37.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
149.80/37.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
149.80/37.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.80/37.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.80/37.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
149.80/37.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
155.77/39.08	c lits-rem:       751  cl-subs:     1186  v-elim:      0  v-fix:    0  time:  6.17 s
155.77/39.08	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
155.77/39.08	c vivif2 --  cl tried    34059 cl shrink        0 lits rem          0 time: 0.02
156.17/39.11	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.13
156.17/39.11	c calculated reachability. Time: 0.00
156.17/39.11	c  N st    53    357955       486      2108         0     34059      6395    492980   no data   no data  --
172.94/43.37	c  N st    54    390347       486      2108         0     40280      6395    613658   no data   no data  --
200.51/50.27	c  N st    55    438935       486      2108         0     34022      6395    446382   no data   no data  --
241.67/60.54	c  N st    56    511817       486      2108         0     47553      6395    749896   no data   no data  --
256.84/64.37	c  N st    57    536932       486      2108         0     41815      6395    592783   no data   no data  --
256.84/64.37	c  S st    57    536932       486      2108         0     41815      6395    592783   no data   no data  --
257.23/64.48	c  S st    57    537434       486      2108         0     42315      6395    604265   no data   no data  --
257.23/64.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
257.23/64.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
257.23/64.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
257.63/64.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.63/64.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.63/64.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
257.63/64.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
264.82/66.34	c lits-rem:       735  cl-subs:     1402  v-elim:      0  v-fix:    0  time:  7.28 s
264.82/66.34	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
264.82/66.34	c vivif2 --  cl tried    40913 cl shrink        0 lits rem          0 time: 0.03
264.82/66.38	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.15
264.82/66.38	c calculated reachability. Time: 0.00
264.82/66.38	c  N st    57    537434       486      2108         0     40913      6395    568182   no data   no data  --
371.08/92.97	c  N st    58    701419       486      2108         0     70038      6395   1245067   no data   no data  --
444.98/111.41	c  N st    59    806152       486      2108         0     63884      6395   1032854   no data   no data  --
444.98/111.41	c  S st    59    806152       486      2108         0     63884      6395   1032854   no data   no data  --
445.78/111.60	c  S st    59    806656       486      2108         0     64387      6395   1044262   no data   no data  --
445.78/111.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.78/111.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.78/111.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
445.78/111.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.78/111.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.78/111.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
445.78/111.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
459.76/115.11	c lits-rem:       275  cl-subs:     4104  v-elim:      0  v-fix:    0  time: 13.73 s
459.76/115.11	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
459.76/115.12	c vivif2 --  cl tried    60283 cl shrink        0 lits rem          0 time: 0.05
459.76/115.19	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.29
459.76/115.19	c calculated reachability. Time: 0.00
459.76/115.19	c  N st    59    806656       486      2108         0     60283      6395    951052   no data   no data  --
665.09/166.54	c  F st    60   1071875       486      2108         0     76193      6395   1213315   no data   no data  --
665.09/166.54	c  N st    60   1071875       486      2108         0     76193      6395   1213315   no data   no data  --
671.08/168.05	c Decided on static restart strategy
690.28/172.86	c  N st    70   1100178       486      2108         0     60104      6395    810042   no data   no data  --
721.81/180.72	c  N st    72   1136171       486      2108         0     50337      6395    564140   no data   no data  --
753.37/188.61	c  N st    73   1168567       486      2108         0     81927      6395   1347694   no data   no data  --
789.73/197.76	c  N st    74   1209984       486      2108         0     76456      6395   1171947   no data   no data  --
789.73/197.76	c  S st    74   1209984       486      2108         0     76456      6395   1171947   no data   no data  --
790.94/198.02	c  S st    74   1210486       486      2108         0     76958      6395   1183499   no data   no data  --
790.94/198.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
790.94/198.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
790.94/198.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
790.94/198.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
790.94/198.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
790.94/198.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
790.94/198.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
806.50/201.92	c lits-rem:       178  cl-subs:     3914  v-elim:      0  v-fix:    0  time: 15.25 s
806.50/201.92	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
806.50/201.93	c vivif2 --  cl tried    73044 cl shrink        0 lits rem          0 time: 0.05
806.90/202.03	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.39
806.90/202.03	c calculated reachability. Time: 0.00
806.90/202.03	c  N st    74   1210486       486      2108         0     73044      6395   1092997   no data   no data  --
877.21/219.66	c  N st    75   1283368       486      2108         0     49558      6395    488849   no data   no data  --
989.85/247.88	c  N st    76   1392691       486      2108         0     57638      6395    653752   no data   no data  --
1156.83/289.69	c  N st    77   1556679       486      2108         0     62031      6395    700418   no data   no data  --
1310.22/328.09	c  N st    78   1710486       486      2108         0    103965      6395   1716578   no data   no data  --
1310.22/328.09	c  S st    78   1710486       486      2108         0    103965      6395   1716578   no data   no data  --
1311.82/328.44	c  S st    78   1710987       486      2108         0    104465      6395   1728545   no data   no data  --
1311.82/328.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1311.82/328.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1312.22/328.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1312.22/328.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1312.22/328.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1312.22/328.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1312.22/328.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1360.96/340.79	c lits-rem:       298  cl-subs:     7198  v-elim:      0  v-fix:    0  time: 48.85 s
1360.96/340.79	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
1361.36/340.81	c vivif2 --  cl tried    97267 cl shrink        0 lits rem          0 time: 0.08
1361.76/340.96	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.58
1361.76/340.96	c calculated reachability. Time: 0.00
1361.76/340.96	c  N st    78   1710987       486      2108         0     97267      6395   1562264   no data   no data  --
1783.20/446.40	c  N st    79   2079952       486      2108         0    109373      6395   1749372   no data   no data  --
1934.99/484.43	c  N st    80   2210987       486      2108         0    112959      6395   1725634   no data   no data  --
1934.99/484.43	c  S st    80   2210987       486      2108         0    112959      6395   1725634   no data   no data  --
1936.59/484.85	c  S st    80   2211491       486      2108         0    113463      6395   1737587   no data   no data  --
1936.59/484.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1936.59/484.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1936.99/484.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1936.99/484.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1936.99/484.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1936.99/484.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1936.99/484.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1993.71/499.16	c lits-rem:       310  cl-subs:    10925  v-elim:      0  v-fix:    0  time: 56.69 s
1993.71/499.17	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
1993.71/499.19	c vivif2 --  cl tried   102538 cl shrink        0 lits rem          0 time: 0.08
1994.51/499.33	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.59
1994.51/499.34	c calculated reachability. Time: 0.00
1994.51/499.34	c  N st    80   2211491       486      2108         0    102538      6395   1520185   no data   no data  --
2620.88/656.16	c  N st    81   2711492       486      2108         0    125559      6395   1928009   no data   no data  --
2620.88/656.16	c  S st    81   2711492       486      2108         0    125559      6395   1928009   no data   no data  --
2622.88/656.63	c  S st    81   2711992       486      2108         0    126058      6395   1939853   no data   no data  --
2622.88/656.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2622.88/656.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2623.29/656.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2623.29/656.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2623.29/656.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2623.29/656.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2623.29/656.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2711.96/678.97	c lits-rem:       392  cl-subs:    15186  v-elim:      0  v-fix:    0  time: 88.67 s
2711.96/678.97	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
2712.36/679.00	c vivif2 --  cl tried   110872 cl shrink        0 lits rem          0 time: 0.09
2712.76/679.18	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.73
2712.76/679.18	c calculated reachability. Time: 0.00
2712.76/679.18	c  N st    81   2711992       486      2108         0    110872      6395   1628072   no data   no data  --
3428.60/858.37	c  N st    82   3211992       486      2108         0     87568      6395    950378   no data   no data  --
3428.60/858.37	c  S st    82   3211992       486      2108         0     87568      6395    950378   no data   no data  --
3429.80/858.64	c  S st    82   3212496       486      2108         0     88071      6395    962574   no data   no data  --
3429.80/858.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3429.80/858.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3429.80/858.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3430.20/858.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3430.20/858.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3430.20/858.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3430.20/858.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3442.58/861.86	c lits-rem:       453  cl-subs:     2122  v-elim:      0  v-fix:    0  time: 12.52 s
3442.58/861.86	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
3442.58/861.87	c vivif2 --  cl tried    85949 cl shrink        0 lits rem          0 time: 0.05
3442.98/861.98	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.46
3442.98/861.99	c calculated reachability. Time: 0.00
3442.98/861.99	c  N st    82   3212496       486      2108         0     85949      6395    922713   no data   no data  --
4209.98/1053.98	c  N st    83   3712496       486      2108         0     96295      6395   1081404   no data   no data  --
4209.98/1053.98	c  S st    83   3712496       486      2108         0     96295      6395   1081404   no data   no data  --
4211.16/1054.27	c  S st    83   3712996       486      2108         0     96794      6395   1092897   no data   no data  --
4211.16/1054.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4211.16/1054.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4211.56/1054.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
4211.56/1054.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4211.56/1054.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4211.56/1054.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
4211.56/1054.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4223.17/1057.27	c lits-rem:        97  cl-subs:     3511  v-elim:      0  v-fix:    0  time: 11.62 s
4223.17/1057.27	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
4223.17/1057.29	c vivif2 --  cl tried    93283 cl shrink        0 lits rem          0 time: 0.06
4223.94/1057.42	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.53
4223.94/1057.42	c calculated reachability. Time: 0.00
4223.94/1057.42	c  N st    83   3712996       486      2108         0     93283      6395   1016513   no data   no data  --
4283.46/1072.38	c  F st    84   3751563       486      2108         0    130728      6395   1924732   no data   no data  --
4283.46/1072.38	c  N st    84   3751563       486      2108         0    130728      6395   1924732   no data   no data  --
4294.65/1075.12	c Decided on static restart strategy
4341.81/1086.96	c  N st    94   3779870       486      2108         0    158495      6395   2603772   no data   no data  --
4394.92/1100.20	c  N st    96   3815864       486      2108         0    111086      6395   1402316   no data   no data  --
4446.87/1113.27	c  N st    97   3848256       486      2108         0    142664      6395   2165440   no data   no data  --
4524.35/1132.63	c  N st    98   3896846       486      2108         0    106213      6395   1266427   no data   no data  --
4647.79/1163.58	c  N st    99   3969728       486      2108         0     92384      6395    930691   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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175195-1304097610/watcher-3175195-1304097610 -o /tmp/evaluation-result-3175195-1304097610/solver-3175195-1304097610 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175195-1304097610.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: 6.84 7.82 7.93 2/174 17840
/proc/meminfo: memFree=26291740/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 521360643 52465664 352 33554432000 4194304 4650419 140737093735040 18446744073709551615 47239536261042 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 12809 352 303 112 0 7774 0
[pid=17840/tid=17843] ppid=17837 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 521360643 52465664 352 33554432000 4194304 4650419 140737093735040 18446744073709551615 47239536261042 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 521360644 52465664 352 33554432000 4194304 4650419 140737093735040 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 521360644 52465664 352 33554432000 4194304 4650419 140737093735040 18446744073709551615 47239536261042 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.103676 s]
/proc/loadavg: 6.84 7.82 7.93 2/174 17840
/proc/meminfo: memFree=26291740/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=282544 CPUtime=0.39 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 1735 0 0 0 39 0 0 0 24 0 4 0 521360643 289325056 1598 33554432000 4194304 4650419 140737093735040 18446744073709551615 4333924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 70636 1598 391 112 0 65601 0
[pid=17840/tid=17843] ppid=17837 vsize=282544 CPUtime=0.09 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 349 0 0 0 9 0 0 0 24 0 4 0 521360643 289325056 1599 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=282544 CPUtime=0.09 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 367 0 0 0 9 0 0 0 25 0 4 0 521360644 289325056 1599 33554432000 4194304 4650419 140737093735040 18446744073709551615 4315153 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=282544 CPUtime=0.09 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 256 0 0 0 9 0 0 0 25 0 4 0 521360644 289325056 1599 33554432000 4194304 4650419 140737093735040 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 282544

[startup+0.200659 s]
/proc/loadavg: 6.84 7.82 7.93 2/174 17840
/proc/meminfo: memFree=26291740/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=283636 CPUtime=0.78 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 2442 0 0 0 78 0 0 0 24 0 4 0 521360643 290443264 1741 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 70909 1741 393 112 0 65874 0
[pid=17840/tid=17843] ppid=17837 vsize=283636 CPUtime=0.19 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 522 0 0 0 19 0 0 0 24 0 4 0 521360643 290443264 1741 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=283636 CPUtime=0.19 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 551 0 0 0 19 0 0 0 25 0 4 0 521360644 290443264 1741 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=283636 CPUtime=0.19 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 430 0 0 0 19 0 0 0 25 0 4 0 521360644 290443264 1741 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283636

[startup+0.300639 s]
/proc/loadavg: 6.84 7.82 7.93 2/174 17840
/proc/meminfo: memFree=26291740/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=283804 CPUtime=1.18 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 2816 0 0 0 118 0 0 0 25 0 4 0 521360643 290615296 2115 33554432000 4194304 4650419 140737093735040 18446744073709551615 4328325 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 70951 2115 393 112 0 65916 0
[pid=17840/tid=17843] ppid=17837 vsize=283804 CPUtime=0.29 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 615 0 0 0 29 0 0 0 25 0 4 0 521360643 290615296 2115 33554432000 4194304 4650419 140737093735040 18446744073709551615 4331993 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=283804 CPUtime=0.29 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 646 0 0 0 29 0 0 0 25 0 4 0 521360644 290615296 2115 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=283804 CPUtime=0.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 526 0 0 0 29 0 0 0 25 0 4 0 521360644 290615296 2115 33554432000 4194304 4650419 140737093735040 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283804

[startup+0.700563 s]
/proc/loadavg: 6.84 7.82 7.93 2/174 17840
/proc/meminfo: memFree=26291740/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=285044 CPUtime=2.77 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 4648 0 0 0 277 0 0 0 25 0 4 0 521360643 291885056 2594 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 71261 2594 393 112 0 66226 0
[pid=17840/tid=17843] ppid=17837 vsize=285044 CPUtime=0.69 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1013 0 0 0 69 0 0 0 25 0 4 0 521360643 291885056 2594 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=285044 CPUtime=0.69 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1186 0 0 0 69 0 0 0 25 0 4 0 521360644 291885056 2594 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=285044 CPUtime=0.69 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1030 0 0 0 69 0 0 0 25 0 4 0 521360644 291885056 2594 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285044

[startup+1.50042 s]
/proc/loadavg: 6.84 7.82 7.93 9/184 17850
/proc/meminfo: memFree=26263388/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=286016 CPUtime=5.97 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 8505 0 0 0 596 1 0 0 25 0 4 0 521360643 292880384 4634 33554432000 4194304 4650419 140737093735040 18446744073709551615 4439636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 71504 4634 395 112 0 66469 0
[pid=17840/tid=17843] ppid=17837 vsize=286016 CPUtime=1.49 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1799 0 0 0 149 0 0 0 25 0 4 0 521360643 292880384 4634 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=286016 CPUtime=1.48 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1815 0 0 0 148 0 0 0 25 0 4 0 521360644 292880384 4634 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=286016 CPUtime=1.49 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 1587 0 0 0 149 0 0 0 25 0 4 0 521360644 292880384 4634 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286016

[startup+3.10111 s]
/proc/loadavg: 6.84 7.82 7.93 9/184 17850
/proc/meminfo: memFree=26232016/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=276784 CPUtime=12.37 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 16530 0 0 0 1235 2 0 0 25 0 4 0 521360643 283426816 10146 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 69196 10146 395 112 0 64161 0
[pid=17840/tid=17843] ppid=17837 vsize=276784 CPUtime=3.09 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 3786 0 0 0 309 0 0 0 25 0 4 0 521360643 283426816 10146 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=276784 CPUtime=3.07 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 4529 0 0 0 307 0 0 0 25 0 4 0 521360644 283426816 10146 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=276784 CPUtime=3.09 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 3722 0 0 0 309 0 0 0 25 0 4 0 521360644 283426816 10146 33554432000 4194304 4650419 140737093735040 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 276784

[startup+6.3005 s]
/proc/loadavg: 6.93 7.82 7.93 9/184 17850
/proc/meminfo: memFree=26183784/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=282516 CPUtime=25.15 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 24844 0 0 0 2511 4 0 0 25 0 4 0 521360643 289296384 13087 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 70629 13087 395 112 0 65594 0
[pid=17840/tid=17843] ppid=17837 vsize=282516 CPUtime=6.28 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 5529 0 0 0 628 0 0 0 25 0 4 0 521360643 289296384 13087 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363538 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=282516 CPUtime=6.26 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 7393 0 0 0 625 1 0 0 25 0 4 0 521360644 289296384 13087 33554432000 4194304 4650419 140737093735040 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=282516 CPUtime=6.28 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 4945 0 0 0 628 0 0 0 25 0 4 0 521360644 289296384 13087 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 282516

[startup+12.7003 s]
/proc/loadavg: 7.02 7.83 7.93 9/184 17850
/proc/meminfo: memFree=26148964/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=283036 CPUtime=50.71 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 36388 0 0 0 5065 6 0 0 25 0 4 0 521360643 289828864 18123 33554432000 4194304 4650419 140737093735040 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 70759 18123 395 112 0 65724 0
[pid=17840/tid=17843] ppid=17837 vsize=283036 CPUtime=12.69 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 7681 0 0 0 1268 1 0 0 25 0 4 0 521360643 289828864 18123 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=283036 CPUtime=12.62 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 9997 0 0 0 1260 2 0 0 25 0 4 0 521360644 289828864 18123 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=283036 CPUtime=12.69 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 7028 0 0 0 1268 1 0 0 25 0 4 0 521360644 289828864 18123 33554432000 4194304 4650419 140737093735040 18446744073709551615 4328305 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 283036

[startup+25.5008 s]
/proc/loadavg: 7.23 7.83 7.93 10/184 17851
/proc/meminfo: memFree=26101956/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=282216 CPUtime=101.84 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 54251 0 0 0 10173 11 0 0 25 0 4 0 521360643 288989184 23256 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 70554 23256 395 112 0 65519 0
[pid=17840/tid=17843] ppid=17837 vsize=282216 CPUtime=25.49 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 11369 0 0 0 2547 2 0 0 25 0 4 0 521360643 288989184 23256 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=282216 CPUtime=25.34 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 16020 0 0 0 2531 3 0 0 25 0 4 0 521360644 288989184 23256 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=282216 CPUtime=25.49 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 9853 0 0 0 2547 2 0 0 25 0 4 0 521360644 288989184 23256 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 282216

[startup+51.101 s]
/proc/loadavg: 7.56 7.86 7.93 10/184 17851
/proc/meminfo: memFree=26045304/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=292424 CPUtime=204.11 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 82792 0 0 0 20390 21 0 0 25 0 4 0 521360643 299442176 30550 33554432000 4194304 4650419 140737093735040 18446744073709551615 4315004 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 73106 30550 395 112 0 68071 0
[pid=17840/tid=17843] ppid=17837 vsize=292424 CPUtime=51.09 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 18747 0 0 0 5105 4 0 0 25 0 4 0 521360643 299442176 30550 33554432000 4194304 4650419 140737093735040 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=292424 CPUtime=50.81 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 23802 0 0 0 5075 6 0 0 25 0 4 0 521360644 299442176 30550 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=292424 CPUtime=51.08 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 14223 0 0 0 5105 3 0 0 25 0 4 0 521360644 299442176 30550 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 292424

[startup+102.301 s]
/proc/loadavg: 7.87 7.90 7.94 10/184 17853
/proc/meminfo: memFree=25956864/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=323776 CPUtime=408.65 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 119289 0 0 0 40832 33 0 0 25 0 4 0 521360643 331546624 42550 33554432000 4194304 4650419 140737093735040 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 80944 42550 395 112 0 75909 0
[pid=17840/tid=17843] ppid=17837 vsize=323776 CPUtime=102.29 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 33995 0 0 0 10220 9 0 0 25 0 4 0 521360643 331546624 42550 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=323776 CPUtime=101.73 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 26971 0 0 0 10167 6 0 0 25 0 4 0 521360644 331546624 42551 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=323776 CPUtime=102.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 22764 0 0 0 10223 6 0 0 25 0 4 0 521360644 331546624 42551 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 323776

[startup+162.301 s]

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

[pid=17840] ppid=17837 vsize=549160 CPUtime=2565.76 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 324441 0 0 0 256447 129 0 0 25 0 4 0 521360643 562339840 77725 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 137290 77725 395 112 0 132255 0
[pid=17840/tid=17843] ppid=17837 vsize=549160 CPUtime=642.31 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 84261 0 0 0 64198 33 0 0 25 0 4 0 521360643 562339840 77725 33554432000 4194304 4650419 140737093735040 18446744073709551615 4328061 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=549160 CPUtime=638.82 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 65366 0 0 0 63856 26 0 0 25 0 4 0 521360644 562339840 77725 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=549160 CPUtime=642.28 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 65022 0 0 0 64201 27 0 0 25 0 4 0 521360644 562339840 77725 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.76
Current children cumulated vsize (KiB) 549160

[startup+702.301 s]
/proc/loadavg: 8.05 8.04 7.99 10/184 17869
/proc/meminfo: memFree=25596056/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=549188 CPUtime=2805.44 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 343334 0 0 0 280407 137 0 0 25 0 4 0 521360643 562368512 89154 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 137297 89154 395 112 0 132262 0
[pid=17840/tid=17843] ppid=17837 vsize=549188 CPUtime=702.32 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 88462 0 0 0 70197 35 0 0 25 0 4 0 521360643 562368512 89154 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=549188 CPUtime=698.48 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 68362 0 0 0 69821 27 0 0 25 0 4 0 521360644 562368512 89154 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=549188 CPUtime=702.28 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 68786 0 0 0 70199 29 0 0 25 0 4 0 521360644 562368512 89154 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 549188

[startup+762.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 17870
/proc/meminfo: memFree=25635596/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=561708 CPUtime=3045.13 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 358693 0 0 0 304369 144 0 0 25 0 4 0 521360643 575188992 86671 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 140427 86671 395 112 0 135392 0
[pid=17840/tid=17843] ppid=17837 vsize=561708 CPUtime=762.32 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 90922 0 0 0 76196 36 0 0 25 0 4 0 521360643 575188992 86671 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=561708 CPUtime=758.16 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 72541 0 0 0 75787 29 0 0 25 0 4 0 521360644 575188992 86671 33554432000 4194304 4650419 140737093735040 18446744073709551615 4349683 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=561708 CPUtime=762.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 71171 0 0 0 76198 31 0 0 25 0 4 0 521360644 575188992 86671 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.13
Current children cumulated vsize (KiB) 561708

[startup+822.301 s]
/proc/loadavg: 8.03 8.04 8.00 10/184 17872
/proc/meminfo: memFree=25612632/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=561916 CPUtime=3284.8 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 379068 0 0 0 328325 155 0 0 25 0 4 0 521360643 575401984 90605 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 140479 90605 395 112 0 135444 0
[pid=17840/tid=17843] ppid=17837 vsize=561916 CPUtime=822.32 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 94414 0 0 0 82194 38 0 0 25 0 4 0 521360643 575401984 90605 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=561916 CPUtime=817.84 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 78537 0 0 0 81753 31 0 0 25 0 4 0 521360644 575401984 90605 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=561916 CPUtime=822.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 75505 0 0 0 82194 35 0 0 25 0 4 0 521360644 575401984 90605 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 561916

[startup+882.307 s]
/proc/loadavg: 8.01 8.03 8.00 9/184 17874
/proc/meminfo: memFree=25620796/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=562132 CPUtime=3524.5 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 397118 0 0 0 352286 164 0 0 25 0 4 0 521360643 575623168 90551 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 140533 90551 395 112 0 135498 0
[pid=17840/tid=17843] ppid=17837 vsize=562132 CPUtime=882.33 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 97012 0 0 0 88193 40 0 0 25 0 4 0 521360643 575623168 90551 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=562132 CPUtime=877.52 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 84143 0 0 0 87718 34 0 0 25 0 4 0 521360644 575623168 90551 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=562132 CPUtime=882.3 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 77789 0 0 0 88194 36 0 0 25 0 4 0 521360644 575623168 90551 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.5
Current children cumulated vsize (KiB) 562132

[startup+942.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 17875
/proc/meminfo: memFree=25585440/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=565504 CPUtime=3764.16 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 415552 0 0 0 376242 174 0 0 25 0 4 0 521360643 579076096 86040 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 141376 86040 395 112 0 136341 0
[pid=17840/tid=17843] ppid=17837 vsize=565504 CPUtime=942.32 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 99733 0 0 0 94191 41 0 0 25 0 4 0 521360643 579076096 86040 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=565504 CPUtime=937.19 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 90167 0 0 0 93682 37 0 0 25 0 4 0 521360644 579076096 86040 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=565504 CPUtime=942.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 80971 0 0 0 94191 38 0 0 25 0 4 0 521360644 579076096 86040 33554432000 4194304 4650419 140737093735040 18446744073709551615 4334509 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 565504

[startup+1002.3 s]
/proc/loadavg: 8.07 8.03 8.00 10/184 17877
/proc/meminfo: memFree=25552300/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=565736 CPUtime=4003.84 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 434743 0 0 0 400198 186 0 0 25 0 4 0 521360643 579313664 92416 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366882 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 141434 92416 395 112 0 136399 0
[pid=17840/tid=17843] ppid=17837 vsize=565736 CPUtime=1002.32 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 103738 0 0 0 100189 43 0 0 25 0 4 0 521360643 579313664 92416 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=565736 CPUtime=996.86 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 96078 0 0 0 99646 40 0 0 25 0 4 0 521360644 579313664 92416 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=565736 CPUtime=1002.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 83581 0 0 0 100189 40 0 0 25 0 4 0 521360644 579313664 92416 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.84
Current children cumulated vsize (KiB) 565736

[startup+1062.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/184 17878
/proc/meminfo: memFree=25562196/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=565904 CPUtime=4243.52 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 454051 0 0 0 424154 198 0 0 25 0 4 0 521360643 579485696 90593 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 141476 90593 395 112 0 136441 0
[pid=17840/tid=17843] ppid=17837 vsize=565904 CPUtime=1062.32 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 106282 0 0 0 106187 45 0 0 25 0 4 0 521360643 579485696 90593 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=565904 CPUtime=1056.54 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 100942 0 0 0 105610 44 0 0 25 0 4 0 521360644 579485696 90593 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=565904 CPUtime=1062.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 87304 0 0 0 106187 42 0 0 25 0 4 0 521360644 579485696 90593 33554432000 4194304 4650419 140737093735040 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 565904

[startup+1122.3 s]
/proc/loadavg: 8.09 8.05 8.00 10/184 17880
/proc/meminfo: memFree=25541088/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=572808 CPUtime=4483.19 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 471479 0 0 0 448111 208 0 0 25 0 4 0 521360643 586555392 97534 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 143202 97534 395 112 0 138167 0
[pid=17840/tid=17843] ppid=17837 vsize=572808 CPUtime=1122.33 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 109119 0 0 0 112186 47 0 0 25 0 4 0 521360643 586555392 97534 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=572808 CPUtime=1116.22 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 108038 0 0 0 111574 48 0 0 25 0 4 0 521360644 586555392 97534 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=572808 CPUtime=1122.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 89719 0 0 0 112185 44 0 0 25 0 4 0 521360644 586555392 97534 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.19
Current children cumulated vsize (KiB) 572808

[startup+1182.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 17882
/proc/meminfo: memFree=25519620/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=572960 CPUtime=4722.88 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 488983 0 0 0 472071 217 0 0 25 0 4 0 521360643 586711040 93561 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 143240 93561 395 112 0 138205 0
[pid=17840/tid=17843] ppid=17837 vsize=572960 CPUtime=1182.33 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 112226 0 0 0 118185 48 0 0 25 0 4 0 521360643 586711040 93561 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=572960 CPUtime=1175.9 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 112495 0 0 0 117540 50 0 0 25 0 4 0 521360644 586711040 93561 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=572960 CPUtime=1182.29 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 93148 0 0 0 118183 46 0 0 25 0 4 0 521360644 586711040 93561 33554432000 4194304 4650419 140737093735040 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 572960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.05 8.00 10/184 17882
/proc/meminfo: memFree=25549624/32950928 swapFree=67111364/67111528
[pid=17840] ppid=17837 vsize=573044 CPUtime=4800.4 cores=1,3,5,7
/proc/17840/stat : 17840 (strangenight1-m) R 17837 17840 17388 0 -1 4202496 493636 0 0 0 479821 219 0 0 25 0 4 0 521360643 586797056 91404 33554432000 4194304 4650419 140737093735040 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17840/statm: 143261 91404 395 112 0 138226 0
[pid=17840/tid=17843] ppid=17837 vsize=573044 CPUtime=1201.73 cores=1,3,5,7
/proc/17840/task/17843/stat : 17843 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 112226 0 0 0 120125 48 0 0 25 0 4 0 521360643 586797056 91404 33554432000 4194304 4650419 140737093735040 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17840/tid=17846] ppid=17837 vsize=573044 CPUtime=1195.19 cores=1,3,5,7
/proc/17840/task/17846/stat : 17846 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 114793 0 0 0 119468 51 0 0 25 0 4 0 521360644 586797056 91404 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17840/tid=17848] ppid=17837 vsize=573044 CPUtime=1201.7 cores=1,3,5,7
/proc/17840/task/17848/stat : 17848 (strangenight1-m) R 17837 17840 17388 0 -1 4202560 93148 0 0 0 120124 46 0 0 25 0 4 0 521360644 586797056 91404 33554432000 4194304 4650419 140737093735040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 573044

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): 1201.73
CPU time (s): 4800.44
CPU user time (s): 4798.23
CPU system time (s): 2.20566
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 638216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 2.20566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493636
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= 178
involuntary context switches= 38192

runsolver used 1.78173 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 19:20:10
IDJOB=3175195
IDBENCH=82813
IDSOLVER=1588
FILE ID=node127/3175195-1304097610
RUNJOBID= node127-1304097610-17824
PBS_JOBID= 13170587
Free space on /tmp= 71820 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175195-1304097610/watcher-3175195-1304097610 -o /tmp/evaluation-result-3175195-1304097610/solver-3175195-1304097610 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175195-1304097610.cnf

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=639482787

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:      26292036 kB
Buffers:       1401088 kB
Cached:        4718912 kB
SwapCached:          0 kB
Active:        1797184 kB
Inactive:      4386296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26292036 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12568 kB
Writeback:          16 kB
AnonPages:       63344 kB
Mapped:          14424 kB
Slab:           410772 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185804 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= 71808 MiB
End job on node127 at 2011-04-29 19:40:14