Trace number 3291820

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.3 1201.74

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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-3291820-1304179958.cnf'
0.00/0.00	c -- header says num vars:            570
0.00/0.00	c -- header says num clauses:        4625
0.00/0.01	c -- clauses added:            0 learnts,         4625 normals,            0 xors
0.00/0.01	c -- vars added        570
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       570        93      4483         0      9518         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/92/92 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.01
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:    497 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:    107  v-fix:    0  time:  0.01 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:       0 undec:     180 neg:     390
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       390       866      2366         0      9872         0   no data   no data  --
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4919       390       866      2366      4880      9872    159003   no data   no data  --
3.58/0.90	c  N st    10     11302       390       866      2366      4503      9872    108623   no data   no data  --
3.58/0.90	c  N st    11     17046       390       866      2366     10078      9872    240543   no data   no data  --
3.58/0.90	c  F st    12     25001       390       866      2366     12383      9872    311730   no data   no data  --
3.58/0.90	c  N st    12     25001       390       866      2366     12383      9872    311730   no data   no data  --
3.98/1.07	c  N dy    18     30001       390       866      2366     10618      9872    244694   no data   no data  --
3.98/1.07	c  S st    18     30001       390       866      2366     10618      9872    244694   no data   no data  --
3.98/1.07	c  S st    18     30505       390       866      2366     11117      9872    258684   no data   no data  --
3.98/1.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.98/1.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
4.37/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.31 s
4.77/1.20	c Subs w/ non-existent bins:      0 l-rem:    282 v-fix:     0 done:    390 time:  0.00 s
4.77/1.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.57/1.40	c lits-rem:       509  cl-subs:      215  v-elim:      0  v-fix:    0  time:  0.98 s
5.98/1.50	c asymm  cl-useful: 0/774/866 lits-rem:0 time: 0.04
5.98/1.50	c calculated reachability. Time: 0.00
5.98/1.50	c  N dy    18     30505       390       866      2366     10902      9872    252372   no data   no data  --
6.38/1.60	c  N dy    37     34616       390       866      2366     14979      9872    348717      9.69     10.22  --
6.77/1.76	c  N dy    46     38862       390       866      2366     11386      9872    214639      9.54     10.07  --
7.59/1.95	c  N dy    71     42877       390       866      2366     15368      9872    313422      9.82     11.51  --
8.37/2.12	c  S st    81     45758       390       866      2366      9396      9872    147996      9.80      9.35  --
8.37/2.14	c  S st    81     46261       390       866      2366      9899      9872    161906      9.80   no data  --
8.37/2.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
8.37/2.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
8.37/2.19	c Subs w/ non-existent bins:      0 l-rem:     80 v-fix:     0 done:    390 time:  0.00 s
8.37/2.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.77/2.27	c lits-rem:       105  cl-subs:      129  v-elim:      0  v-fix:    0  time:  0.31 s
8.77/2.27	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
8.77/2.27	c vivif2 --  cl tried     9770 cl shrink       40 lits rem         74 time: 0.01
8.77/2.29	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.04
8.77/2.29	c calculated reachability. Time: 0.00
8.77/2.29	c  N dy    81     46261       390       866      2366      9770      9872    160171      9.80   no data  --
9.56/2.45	c  N dy    90     50518       390       866      2366     13948      9872    261815      9.74     10.35  --
10.37/2.67	c  N dy   109     54580       390       866      2366     17959      9872    354267      9.80     10.36  --
11.57/2.91	c  N dy   127     58728       390       866      2366     12199      9872    196144      9.78     10.40  --
12.35/3.13	c  N dy   143     62857       390       866      2366     16258      9872    284061      9.78     10.30  --
13.16/3.38	c  N dy   162     66952       390       866      2366     20287      9872    372186      9.79     11.05  --
13.96/3.54	c  S st   176     69394       390       866      2366     11875      9872    173078      9.81   no data  --
13.96/3.56	c  S st   176     69901       390       866      2366     12381      9872    186449      9.81   no data  --
13.96/3.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.96/3.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.96/3.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.05
13.96/3.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.36/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
14.36/3.62	c Subs w/ non-existent bins:      0 l-rem:    114 v-fix:     0 done:    390 time:  0.00 s
14.36/3.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
14.76/3.78	c lits-rem:       120  cl-subs:      347  v-elim:      0  v-fix:    0  time:  0.63 s
14.76/3.78	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
14.76/3.78	c vivif2 --  cl tried    12034 cl shrink       47 lits rem         69 time: 0.01
14.76/3.79	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.04
14.76/3.79	c calculated reachability. Time: 0.00
14.76/3.79	c  N dy   176     69901       390       866      2366     12034      9872    182852      9.81   no data  --
15.97/4.05	c  N dy   204     74856       390       866      2366     16931      9872    294198      9.86     10.40  --
17.15/4.39	c  N dy   227     80209       390       866      2366     22182      9872    403828      9.88     10.51  --
18.75/4.76	c  N dy   256     86661       390       866      2366     16726      9872    268112      9.89     10.45  --
19.15/4.80	c  F st   261     87501       390       866      2366     17555      9872    287200      9.90   no data  --
19.95/5.06	c Decided on static restart strategy
19.95/5.06	c  N st   267     92695       390       866      2366     22677      9872    424775      9.90   no data  --
21.54/5.47	c  N st   269     99808       390       866      2366     16865      9872    382753      9.90   no data  --
22.75/5.75	c  S st   270    104851       390       866      2366     21829      9872    510122      9.90   no data  --
22.75/5.80	c  S st   270    105357       390       866      2366     22335      9872    523401      9.90   no data  --
23.15/5.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.15/5.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.15/5.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
23.15/5.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.95/6.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.66 s
23.95/6.01	c Subs w/ non-existent bins:      0 l-rem:    954 v-fix:     0 done:    390 time:  0.02 s
23.95/6.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.56/7.41	c lits-rem:      1425  cl-subs:      445  v-elim:      0  v-fix:    0  time:  5.58 s
29.56/7.41	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
29.56/7.42	c vivif2 --  cl tried    21890 cl shrink      648 lits rem       2110 time: 0.04
29.56/7.44	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.10
29.56/7.45	c calculated reachability. Time: 0.00
29.56/7.45	c  N st   270    105357       390       866      2366     21890      9872    506210      9.90   no data  --
31.53/7.93	c  N st   271    114955       390       866      2366     17523      9872    385356      9.90   no data  --
35.53/8.92	c  N st   272    129352       390       866      2366     16807      9872    308862      9.90   no data  --
41.12/10.39	c  N st   273    150948       390       866      2366     22110      9872    406829      9.90   no data  --
43.52/10.94	c  S st   274    158035       390       866      2366     29076      9872    576342      9.90   no data  --
43.52/10.99	c  S st   274    158536       390       866      2366     29575      9872    591186      9.90   no data  --
43.92/11.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.92/11.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.92/11.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
43.92/11.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.32/11.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.54 s
44.32/11.18	c Subs w/ non-existent bins:      0 l-rem:    536 v-fix:     0 done:    390 time:  0.01 s
44.32/11.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.71/12.73	c lits-rem:      1523  cl-subs:     1998  v-elim:      0  v-fix:    0  time:  6.17 s
50.71/12.73	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
50.71/12.74	c vivif2 --  cl tried    27577 cl shrink      251 lits rem        429 time: 0.05
50.71/12.77	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.11
50.71/12.77	c calculated reachability. Time: 0.00
50.71/12.77	c  N st   274    158536       390       866      2366     27577      9872    552164      9.90   no data  --
66.68/16.77	c  N st   275    207124       390       866      2366     22303      9872    376776      9.90   no data  --
78.27/19.64	c  N st   276    237807       390       866      2366     32494      9872    576045      9.90   no data  --
78.27/19.64	c  S st   276    237807       390       866      2366     32494      9872    576045      9.90   no data  --
78.27/19.69	c  S st   276    238313       390       866      2366     32994      9872    590196      9.90   no data  --
78.27/19.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
78.27/19.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.67/19.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.14
78.67/19.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.07/19.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.45 s
79.07/19.87	c Subs w/ non-existent bins:      0 l-rem:   2839 v-fix:     0 done:    390 time:  0.04 s
79.07/19.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
85.86/21.53	c lits-rem:      1567  cl-subs:     3319  v-elim:      0  v-fix:    0  time:  6.62 s
85.86/21.53	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
85.86/21.55	c vivif2 --  cl tried    29675 cl shrink     2105 lits rem       7286 time: 0.08
85.86/21.58	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.14
85.86/21.58	c calculated reachability. Time: 0.00
85.86/21.58	c  N st   276    238313       390       866      2366     29675      9872    524616      9.90   no data  --
112.64/28.25	c  F st   277    306252       390       866      2366     31839      9872    551019      9.90   no data  --
112.64/28.25	c  N st   277    306252       390       866      2366     31839      9872    551019      9.90   no data  --
115.03/28.83	c Decided on static restart strategy
124.61/31.21	c  N st   287    334558       390       866      2366     36129      9872    709472      9.90   no data  --
132.20/33.11	c  N st   289    357471       390       866      2366     34060      9872    584200      9.90   no data  --
132.20/33.11	c  S st   289    357471       390       866      2366     34060      9872    584200      9.90   no data  --
132.20/33.17	c  S st   289    357974       390       866      2366     34560      9872    598325      9.90   no data  --
132.20/33.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
132.20/33.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.60/33.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.16
132.60/33.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.00/33.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.49 s
133.00/33.35	c Subs w/ non-existent bins:      0 l-rem:    595 v-fix:     0 done:    390 time:  0.01 s
133.00/33.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
138.99/34.86	c lits-rem:      1429  cl-subs:     1529  v-elim:      0  v-fix:    0  time:  5.98 s
138.99/34.86	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
138.99/34.87	c vivif2 --  cl tried    33031 cl shrink      237 lits rem        482 time: 0.05
139.40/34.91	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.16
139.40/34.91	c calculated reachability. Time: 0.00
139.40/34.91	c  N st   289    357974       390       866      2366     33031      9872    570408      9.90   no data  --
151.76/38.07	c  N st   290    390366       390       866      2366     39189      9872    786573      9.90   no data  --
170.12/42.68	c  N st   291    438956       390       866      2366     33097      9872    563337      9.90   no data  --
197.27/49.44	c  N st   292    511838       390       866      2366     46523      9872    964180      9.90   no data  --
208.85/52.39	c  N st   293    536963       390       866      2367     40852      9872    732580      9.90   no data  --
208.85/52.39	c  S st   293    536963       390       866      2367     40852      9872    732580      9.90   no data  --
209.26/52.46	c  S st   293    537464       390       866      2368     41349      9872    746850      9.90   no data  --
209.26/52.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
209.26/52.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
209.67/52.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.22
209.67/52.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
210.44/52.74	c subs with bin:      260  lits-rem:      1355  v-fix:    0  time:  0.83 s
210.44/52.75	c Subs w/ non-existent bins:      0 l-rem:    848 v-fix:     0 done:    390 time:  0.02 s
210.44/52.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
216.84/54.37	c lits-rem:      1364  cl-subs:      748  v-elim:      0  v-fix:    0  time:  6.47 s
216.84/54.37	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
216.84/54.38	c vivif2 --  cl tried    40341 cl shrink      524 lits rem       1422 time: 0.06
217.24/54.45	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.27
217.24/54.45	c calculated reachability. Time: 0.00
217.24/54.45	c  N st   293    537464       390       866      2368     40341      9872    722474      9.90   no data  --
298.32/74.77	c  N st   294    701448       390       866      2368     68999      9872   1397467      9.90   no data  --
350.28/87.77	c  N st   295    806196       390       866      2369     62848      9872   1299607      9.90   no data  --
350.28/87.77	c  S st   295    806196       390       866      2369     62848      9872   1299607      9.90   no data  --
351.05/87.91	c  S st   295    806700       390       866      2370     63352      9872   1313411      9.90   no data  --
351.05/87.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
351.05/87.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
351.45/88.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.44
351.45/88.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
353.46/88.54	c subs with bin:      307  lits-rem:      1052  v-fix:    0  time:  1.92 s
353.46/88.56	c Subs w/ non-existent bins:      0 l-rem:   1555 v-fix:     0 done:    390 time:  0.08 s
353.46/88.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
362.24/90.75	c lits-rem:       475  cl-subs:     1989  v-elim:      0  v-fix:    0  time:  8.74 s
362.24/90.75	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
362.24/90.78	c vivif2 --  cl tried    61056 cl shrink     1089 lits rem       2927 time: 0.12
363.04/90.93	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.58
363.04/90.93	c calculated reachability. Time: 0.00
363.04/90.93	c  N st   295    806700       390       866      2370     61056      9872   1256109      9.90   no data  --
506.45/126.81	c  F st   296   1071876       390       866      2371     77202      9872   1544659      9.90   no data  --
506.45/126.82	c  N st   296   1071876       390       866      2371     77202      9872   1544659      9.90   no data  --
510.44/127.85	c Decided on static restart strategy
523.62/131.10	c  N st   306   1100180       390       866      2373     60893      9872   1028694      9.90   no data  --
547.59/137.14	c  N st   308   1136173       390       866      2373     51144      9872    792340      9.90   no data  --
569.16/142.52	c  N st   309   1168565       390       866      2373     82165      9872   1415656      9.90   no data  --
600.73/150.45	c  N st   310   1210053       390       866      2373     77101      9872   1483318      9.90   no data  --
600.73/150.45	c  S st   310   1210053       390       866      2373     77101      9872   1483318      9.90   no data  --
601.51/150.64	c  S st   310   1210556       390       866      2374     77601      9872   1497520      9.90   no data  --
601.51/150.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
601.51/150.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
602.32/150.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.9M T:  0.73
602.32/150.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
604.73/151.49	c subs with bin:      508  lits-rem:      2829  v-fix:    0  time:  2.45 s
605.13/151.51	c Subs w/ non-existent bins:      0 l-rem:   1437 v-fix:     0 done:    390 time:  0.08 s
605.13/151.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
621.89/155.77	c lits-rem:       291  cl-subs:     3221  v-elim:      0  v-fix:    0  time: 17.03 s
621.89/155.77	c vivif2 --  cl tried      866 cl shrink        0 lits rem          0 time: 0.00
622.30/155.80	c vivif2 --  cl tried    73872 cl shrink      574 lits rem       1071 time: 0.12
622.71/155.99	c asymm  cl-useful: 0/866/866 lits-rem:0 time: 0.74
622.71/155.99	c calculated reachability. Time: 0.00
622.71/155.99	c  N st   310   1210556       390       866      2374     73872      9872   1412473      9.90   no data  --
683.01/171.07	c  N st   311   1283439       390       866      2374     50447      9872    769352      9.90   no data  --
768.88/192.56	c  N st   312   1392764       390       866      2374     58382      9872    947761      9.90   no data  --
907.10/227.10	c  N st   313   1556748       390       866      2374     63181      9872    999140      9.90   no data  --
1012.16/253.49	c  N st   314   1710559       389       866      2375    104724      9872   2211558      9.90   no data  --
1012.16/253.49	c  S st   314   1710559       389       866      2375    104724      9872   2211558      9.90   no data  --
1012.96/253.68	c  S st   314   1711064       389       866      2375    105225      9872   2224786      9.90   no data  --
1012.96/253.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1012.96/253.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1013.78/253.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.5M T:  0.82
1014.15/253.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1017.35/254.76	c subs with bin:       40  lits-rem:       286  v-fix:    0  time:  3.08 s
1017.76/254.89	c Subs w/ non-existent bins:      0 l-rem:   7763 v-fix:     0 done:    389 time:  0.48 s
1017.76/254.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1058.49/265.08	c lits-rem:       827  cl-subs:     8535  v-elim:      0  v-fix:    0  time: 40.70 s
1058.49/265.08	c vivif2 --  cl tried      844 cl shrink        0 lits rem          0 time: 0.00
1058.89/265.15	c vivif2 --  cl tried    89908 cl shrink     3497 lits rem       8306 time: 0.26
1060.09/265.43	c asymm  cl-useful: 0/844/844 lits-rem:0 time: 1.14
1060.09/265.44	c calculated reachability. Time: 0.00
1060.09/265.44	c  N st   314   1711064       389       844      2346     89908      9691   1925047      9.90   no data  --
1401.23/350.85	c  N st   315   2080028       389       844      2346    107926      9691   2067218      9.90   no data  --
1518.27/380.18	c  N st   316   2211064       389       844      2348    112199      9691   2246388      9.90   no data  --
1518.27/380.18	c  S st   316   2211064       389       844      2348    112199      9691   2246388      9.90   no data  --
1519.46/380.47	c  S st   316   2211566       389       844      2348    112695      9691   2260277      9.90   no data  --
1519.46/380.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1519.46/380.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1520.66/380.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.6M T:  1.24
1521.06/380.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1536.66/384.76	c subs with bin:     5853  lits-rem:        48  v-fix:    0  time: 15.56 s
1537.04/384.81	c Subs w/ non-existent bins:      0 l-rem:   2628 v-fix:     0 done:    389 time:  0.18 s
1537.04/384.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1566.60/392.20	c lits-rem:      1160  cl-subs:     2200  v-elim:      0  v-fix:    0  time: 29.52 s
1566.60/392.20	c vivif2 --  cl tried      844 cl shrink        0 lits rem          0 time: 0.00
1566.60/392.26	c vivif2 --  cl tried   104642 cl shrink     2033 lits rem       4199 time: 0.23
1567.79/392.57	c asymm  cl-useful: 0/772/844 lits-rem:0 time: 1.26
1567.79/392.58	c calculated reachability. Time: 0.00
1567.79/392.58	c  N st   316   2211566       389       844      2348    104642      9691   2116315      9.90   no data  --
2037.58/510.16	c  N st   317   2711566       389       844      2348    128329      9691   2516855      9.90   no data  --
2037.58/510.16	c  S st   317   2711566       389       844      2348    128329      9691   2516855      9.90   no data  --
2038.76/510.43	c  S st   317   2712069       389       844      2349    128828      9691   2532064      9.90   no data  --
2038.76/510.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2038.76/510.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2039.96/510.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.7M T:  1.07
2039.96/510.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2043.15/511.54	c subs with bin:        8  lits-rem:        41  v-fix:    0  time:  3.01 s
2043.15/511.59	c Subs w/ non-existent bins:      0 l-rem:   2723 v-fix:     0 done:    389 time:  0.19 s
2043.15/511.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2106.67/527.41	c lits-rem:      3544  cl-subs:    11384  v-elim:      0  v-fix:    0  time: 63.20 s
2106.67/527.41	c vivif2 --  cl tried      844 cl shrink        0 lits rem          0 time: 0.00
2106.67/527.48	c vivif2 --  cl tried   117436 cl shrink     1740 lits rem       4207 time: 0.25
2108.27/527.80	c asymm  cl-useful: 0/741/844 lits-rem:0 time: 1.30
2108.27/527.81	c calculated reachability. Time: 0.00
2108.27/527.81	c  N st   317   2712069       389       844      2349    117436      9691   2317582      9.90   no data  --
2653.93/664.46	c  N st   318   3212069       389       844      2349     93587      9691   1716308      9.90   no data  --
2653.93/664.46	c  S st   318   3212069       389       844      2349     93587      9691   1716308      9.90   no data  --
2654.73/664.68	c  S st   318   3212572       389       844      2349     94087      9691   1732172      9.90   no data  --
2654.73/664.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2654.73/664.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2655.93/664.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.7M T:  0.85
2655.93/664.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2657.92/665.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.04 s
2657.92/665.47	c Subs w/ non-existent bins:      0 l-rem:    775 v-fix:     0 done:    389 time:  0.04 s
2657.92/665.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2677.10/670.28	c lits-rem:      1048  cl-subs:     2348  v-elim:      0  v-fix:    0  time: 19.21 s
2677.10/670.28	c vivif2 --  cl tried      844 cl shrink        0 lits rem          0 time: 0.00
2677.50/670.32	c vivif2 --  cl tried    91739 cl shrink      563 lits rem       1485 time: 0.14
2678.71/670.64	c asymm  cl-useful: 0/844/844 lits-rem:0 time: 1.26
2678.71/670.64	c calculated reachability. Time: 0.00
2678.71/670.64	c  N st   318   3212572       389       844      2349     91739      9691   1678088      9.90   no data  --
3259.13/815.95	c  N st   319   3712573       389       844      2356    102440      9691   1718229      9.90   no data  --
3259.13/815.95	c  S st   319   3712573       389       844      2356    102440      9691   1718229      9.90   no data  --
3259.13/815.95	c Finding binary XORs  T:     0.00 s  found:       0
3259.90/816.18	c  S st   319   3713078       389       844      2356    102945      9691   1734490      9.90   no data  --
3259.90/816.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3259.90/816.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3261.10/816.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  6.6M T:  0.90
3261.10/816.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3270.29/818.73	c subs with bin:     6755  lits-rem:      1969  v-fix:    0  time:  9.06 s
3270.29/818.74	c Subs w/ non-existent bins:      0 l-rem:    673 v-fix:     0 done:    389 time:  0.03 s
3270.69/818.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3287.46/823.01	c lits-rem:       704  cl-subs:     1044  v-elim:      0  v-fix:    0  time: 16.53 s
3287.46/823.01	c vivif2 --  cl tried      844 cl shrink        0 lits rem          0 time: 0.00
3287.46/823.05	c vivif2 --  cl tried    94734 cl shrink     1925 lits rem       2194 time: 0.17
3288.67/823.36	c asymm  cl-useful: 0/746/844 lits-rem:0 time: 1.26
3288.67/823.37	c calculated reachability. Time: 0.00
3288.67/823.37	c  N st   319   3713078       389       844      2361     94733      9691   1595288      9.90   no data  --
3332.21/834.24	c  F st   320   3751562       389       844      2361    132021      9691   2630754      9.90   no data  --
3332.21/834.24	c  N st   320   3751562       389       844      2361    132021      9691   2630754      9.90   no data  --
3340.20/836.26	c Decided on static restart strategy
3366.17/842.78	c  N st   330   3779866       389       844      2361    159547      9691   3381848      9.90   no data  --
3403.31/852.04	c  N st   332   3815858       389       844      2361    112166      9691   1930388      9.90   no data  --
3442.86/861.97	c  N st   333   3848252       389       844      2361    143461      9691   2738649      9.90   no data  --
3509.97/878.78	c  N st   334   3896842       389       844      2361    107577      9691   1835672      9.90   no data  --
3589.06/898.53	c  N st   335   3969724       389       844      2361     94133      9691   1506631      9.90   no data  --
3738.08/935.81	c  N st   336   4079047       389       844      2361    114785      9691   2297862      9.90   no data  --
3924.21/982.40	c  N st   337   4213079       389       844      2361    158560      9691   3278066      9.90   no data  --
3924.21/982.40	c  S st   337   4213079       389       844      2361    158560      9691   3278066      9.90   no data  --
3925.41/982.76	c  S st   337   4213587       389       844      2361    159066      9691   3292584      9.90   no data  --
3925.41/982.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3925.41/982.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3927.03/983.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  1.64
3927.40/983.29	c bin-w-bin subsume rem            4 bins  time:  0.00 s
3931.80/984.39	c subs with bin:      107  lits-rem:         0  v-fix:    0  time:  4.41 s
3932.20/984.47	c Subs w/ non-existent bins:      0 l-rem:   3807 v-fix:     0 done:    389 time:  0.31 s
3932.20/984.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4226.20/1058.09	c lits-rem:      1986  cl-subs:     5387  v-elim:      0  v-fix:    0  time: 294.01 s
4226.20/1058.09	c vivif2 --  cl tried      844 cl shrink        0 lits rem          0 time: 0.00
4226.60/1058.19	c vivif2 --  cl tried   153572 cl shrink     1780 lits rem       3170 time: 0.36
4228.60/1058.63	c asymm  cl-useful: 0/447/844 lits-rem:0 time: 1.76
4228.60/1058.63	c calculated reachability. Time: 0.00
4228.60/1058.63	c  N st   337   4213587       389       844      2357    153572      9691   3155217      9.90   no data  --
4564.54/1142.79	c  N st   338   4459563       389       844      2357    126840      9691   2243617      9.90   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-3291820-1304179958/watcher-3291820-1304179958 -o /tmp/evaluation-result-3291820-1304179958/solver-3291820-1304179958 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3291820-1304179958.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.11 8.07 8.02 5/180 963
/proc/meminfo: memFree=29033384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 608226454 52465664 352 33554432000 4194304 4650419 140733397625168 18446744073709551615 256415448049 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 12809 352 303 112 0 7774 0
[pid=963/tid=964] ppid=961 vsize=116772 CPUtime=0 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 4 0 608226455 119574528 376 33554432000 4194304 4650419 140733397625168 18446744073709551615 256415496735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=116772 CPUtime=0 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 14 0 0 0 0 0 0 0 25 0 4 0 608226455 119574528 376 33554432000 4194304 4650419 140733397625168 18446744073709551615 256415434842 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=116772 CPUtime=0 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 608226455 119574528 376 33554432000 4194304 4650419 140733397625168 18446744073709551615 256415052485 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.808196 s]
/proc/loadavg: 8.11 8.07 8.02 5/180 963
/proc/meminfo: memFree=29033384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=285436 CPUtime=3.21 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 6096 0 0 0 320 1 0 0 18 0 4 0 608226454 292286464 3128 33554432000 4194304 4650419 140733397625168 18446744073709551615 4315116 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 71359 3128 393 112 0 66324 0
[pid=963/tid=964] ppid=961 vsize=285436 CPUtime=0.8 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 1300 0 0 0 80 0 0 0 19 0 4 0 608226455 292286464 3128 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=285436 CPUtime=0.79 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 1366 0 0 0 79 0 0 0 19 0 4 0 608226455 292286464 3128 33554432000 4194304 4650419 140733397625168 18446744073709551615 4315286 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=285436 CPUtime=0.79 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 1458 0 0 0 79 0 0 0 19 0 4 0 608226455 292286464 3128 33554432000 4194304 4650419 140733397625168 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 285436

[startup+0.901178 s]
/proc/loadavg: 8.11 8.07 8.02 5/180 963
/proc/meminfo: memFree=29033384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=285640 CPUtime=3.58 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 6723 0 0 0 357 1 0 0 18 0 4 0 608226454 292495360 3081 33554432000 4194304 4650419 140733397625168 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 71410 3081 394 112 0 66375 0
[pid=963/tid=964] ppid=961 vsize=285640 CPUtime=0.89 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 1384 0 0 0 89 0 0 0 19 0 4 0 608226455 292495360 3081 33554432000 4194304 4650419 140733397625168 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=285640 CPUtime=0.88 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 1583 0 0 0 88 0 0 0 19 0 4 0 608226455 292495360 3081 33554432000 4194304 4650419 140733397625168 18446744073709551615 4333886 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=285640 CPUtime=0.89 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 1531 0 0 0 89 0 0 0 19 0 4 0 608226455 292495360 3081 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 285640

[startup+1.00116 s]
/proc/loadavg: 8.11 8.07 8.02 5/180 963
/proc/meminfo: memFree=29033384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=285724 CPUtime=3.98 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 7174 0 0 0 397 1 0 0 19 0 4 0 608226454 292581376 3226 33554432000 4194304 4650419 140733397625168 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 71431 3226 394 112 0 66396 0
[pid=963/tid=964] ppid=961 vsize=285724 CPUtime=0.99 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 1609 0 0 0 99 0 0 0 19 0 4 0 608226455 292581376 3226 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=285724 CPUtime=0.98 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 1652 0 0 0 98 0 0 0 19 0 4 0 608226455 292581376 3226 33554432000 4194304 4650419 140733397625168 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=285724 CPUtime=0.99 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 1597 0 0 0 99 0 0 0 19 0 4 0 608226455 292581376 3226 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 285724

[startup+1.10114 s]
/proc/loadavg: 8.11 8.07 8.02 5/180 963
/proc/meminfo: memFree=29033384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=286044 CPUtime=4.37 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 8851 0 0 0 436 1 0 0 19 0 4 0 608226454 292909056 4903 33554432000 4194304 4650419 140733397625168 18446744073709551615 4436023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 71511 4903 395 112 0 66476 0
[pid=963/tid=964] ppid=961 vsize=286044 CPUtime=1.09 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 1663 0 0 0 109 0 0 0 19 0 4 0 608226455 292909056 4903 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=286044 CPUtime=1.08 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 1721 0 0 0 108 0 0 0 19 0 4 0 608226455 292909056 4903 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=286044 CPUtime=1.09 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 1699 0 0 0 109 0 0 0 19 0 4 0 608226455 292909056 4903 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 286044

[startup+1.50106 s]
/proc/loadavg: 8.11 8.07 8.02 5/180 963
/proc/meminfo: memFree=29033384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=286280 CPUtime=5.98 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 11539 0 0 0 596 2 0 0 20 0 4 0 608226454 293150720 6469 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 71570 6469 395 112 0 66535 0
[pid=963/tid=964] ppid=961 vsize=286280 CPUtime=1.49 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 3196 0 0 0 149 0 0 0 20 0 4 0 608226455 293150720 6469 33554432000 4194304 4650419 140733397625168 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=286280 CPUtime=1.48 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 2185 0 0 0 148 0 0 0 20 0 4 0 608226455 293150720 6469 33554432000 4194304 4650419 140733397625168 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=286280 CPUtime=1.48 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 2139 0 0 0 148 0 0 0 20 0 4 0 608226455 293150720 6469 33554432000 4194304 4650419 140733397625168 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286280

[startup+3.10077 s]
/proc/loadavg: 8.10 8.07 8.02 9/184 967
/proc/meminfo: memFree=28980028/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=296424 CPUtime=12.35 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 20941 0 0 0 1232 3 0 0 25 0 4 0 608226454 303538176 12246 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 74106 12246 395 112 0 69071 0
[pid=963/tid=964] ppid=961 vsize=296424 CPUtime=3.09 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 5948 0 0 0 308 1 0 0 25 0 4 0 608226455 303538176 12246 33554432000 4194304 4650419 140733397625168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=296424 CPUtime=3.07 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 4992 0 0 0 306 1 0 0 25 0 4 0 608226455 303538176 12246 33554432000 4194304 4650419 140733397625168 18446744073709551615 4333687 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=296424 CPUtime=3.08 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 4681 0 0 0 308 0 0 0 25 0 4 0 608226455 303538176 12246 33554432000 4194304 4650419 140733397625168 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 296424

[startup+6.30622 s]
/proc/loadavg: 8.10 8.07 8.02 5/179 968
/proc/meminfo: memFree=29638680/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=297844 CPUtime=25.17 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 31382 0 0 0 2510 7 0 0 25 0 4 0 608226454 304992256 16252 33554432000 4194304 4650419 140733397625168 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 74461 16252 395 112 0 69426 0
[pid=963/tid=964] ppid=961 vsize=297844 CPUtime=6.29 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 7733 0 0 0 628 1 0 0 25 0 4 0 608226455 304992256 16252 33554432000 4194304 4650419 140733397625168 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=297844 CPUtime=6.26 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 7370 0 0 0 625 1 0 0 25 0 4 0 608226455 304992256 16252 33554432000 4194304 4650419 140733397625168 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=297844 CPUtime=6.29 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 7095 0 0 0 628 1 0 0 25 0 4 0 608226455 304992256 16252 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 297844

[startup+12.701 s]
/proc/loadavg: 7.79 8.00 7.99 9/184 999
/proc/meminfo: memFree=29494784/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=288592 CPUtime=50.71 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 44940 0 0 0 5061 10 0 0 25 0 4 0 608226454 295518208 23402 33554432000 4194304 4650419 140733397625168 18446744073709551615 4443741 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 72148 23402 395 112 0 67113 0
[pid=963/tid=964] ppid=961 vsize=288592 CPUtime=12.68 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 11161 0 0 0 1266 2 0 0 25 0 4 0 608226455 295518208 23402 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=288592 CPUtime=12.62 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 11012 0 0 0 1260 2 0 0 25 0 4 0 608226455 295518208 23402 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=288592 CPUtime=12.68 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 10431 0 0 0 1266 2 0 0 25 0 4 0 608226455 295518208 23402 33554432000 4194304 4650419 140733397625168 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 288592

[startup+25.5005 s]
/proc/loadavg: 8.04 8.05 8.01 9/184 1029
/proc/meminfo: memFree=29424496/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=329980 CPUtime=101.84 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 66259 0 0 0 10168 16 0 0 25 0 4 0 608226454 337899520 28248 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 82495 28248 395 112 0 77460 0
[pid=963/tid=964] ppid=961 vsize=329980 CPUtime=25.48 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 16828 0 0 0 2545 3 0 0 25 0 4 0 608226455 337899520 28248 33554432000 4194304 4650419 140733397625168 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=329980 CPUtime=25.36 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 17761 0 0 0 2532 4 0 0 25 0 4 0 608226455 337899520 28248 33554432000 4194304 4650419 140733397625168 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=963/tid=966] ppid=961 vsize=329980 CPUtime=25.48 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 13937 0 0 0 2545 3 0 0 25 0 4 0 608226455 337899520 28248 33554432000 4194304 4650419 140733397625168 18446744073709551615 4439254 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 329980

[startup+51.1007 s]
/proc/loadavg: 7.83 8.00 7.99 9/184 1060
/proc/meminfo: memFree=28204944/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=313632 CPUtime=204.05 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 102300 0 0 0 20377 28 0 0 25 0 4 0 608226454 321159168 35383 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 78408 35383 395 112 0 73373 0
[pid=963/tid=964] ppid=961 vsize=313632 CPUtime=51.09 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 27323 0 0 0 5103 6 0 0 25 0 4 0 608226455 321159168 35383 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=313632 CPUtime=50.86 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 27973 0 0 0 5076 10 0 0 25 0 4 0 608226455 321159168 35383 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=313632 CPUtime=50.99 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 17910 0 0 0 5095 4 0 0 25 0 4 0 608226455 321159168 35383 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 313632

[startup+102.301 s]
/proc/loadavg: 8.05 8.04 8.00 9/184 1061
/proc/meminfo: memFree=27566628/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=450048 CPUtime=408.58 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 150556 0 0 0 40816 42 0 0 25 0 4 0 608226454 460849152 53016 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 112512 53016 395 112 0 107477 0
[pid=963/tid=964] ppid=961 vsize=450048 CPUtime=102.29 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 44124 0 0 0 10219 10 0 0 25 0 4 0 608226455 460849152 53016 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=450048 CPUtime=102.06 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 38344 0 0 0 10193 13 0 0 25 0 4 0 608226455 460849152 53016 33554432000 4194304 4650419 140733397625168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=450048 CPUtime=101.91 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 20420 0 0 0 10186 5 0 0 25 0 4 0 608226455 460849152 53016 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 450048

[startup+162.301 s]

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

[pid=963] ppid=961 vsize=652204 CPUtime=2805.33 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 466630 0 0 0 280371 162 0 0 25 0 4 0 608226454 667856896 114575 33554432000 4194304 4650419 140733397625168 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 163051 114575 403 112 0 158016 0
[pid=963/tid=964] ppid=961 vsize=652204 CPUtime=702.31 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 144353 0 0 0 70184 47 0 0 25 0 4 0 608226455 667856896 114575 33554432000 4194304 4650419 140733397625168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=652204 CPUtime=702.06 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 121086 0 0 0 70161 45 0 0 25 0 4 0 608226455 667856896 114575 33554432000 4194304 4650419 140733397625168 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=652204 CPUtime=698.63 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 51209 0 0 0 69845 18 0 0 25 0 4 0 608226455 667856896 114575 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 652204

[startup+762.301 s]
/proc/loadavg: 8.15 8.12 8.04 9/184 1079
/proc/meminfo: memFree=25238396/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=651312 CPUtime=3045 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 491584 0 0 0 304327 173 0 0 25 0 4 0 608226454 666943488 118334 33554432000 4194304 4650419 140733397625168 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 162828 118334 403 112 0 157793 0
[pid=963/tid=964] ppid=961 vsize=651312 CPUtime=762.31 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 152537 0 0 0 76180 51 0 0 25 0 4 0 608226455 666943488 118334 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=651312 CPUtime=762.05 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 125162 0 0 0 76158 47 0 0 25 0 4 0 608226455 666943488 118334 33554432000 4194304 4650419 140733397625168 18446744073709551615 4361072 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=651312 CPUtime=758.29 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 54392 0 0 0 75810 19 0 0 25 0 4 0 608226455 666943488 118334 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 651312

[startup+822.3 s]
/proc/loadavg: 8.10 8.11 8.04 9/184 1081
/proc/meminfo: memFree=25230412/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=652040 CPUtime=3284.67 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 507539 0 0 0 328287 180 0 0 25 0 4 0 608226454 667688960 119663 33554432000 4194304 4650419 140733397625168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 163010 119663 403 112 0 157975 0
[pid=963/tid=964] ppid=961 vsize=652040 CPUtime=822.31 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 157192 0 0 0 82178 53 0 0 25 0 4 0 608226455 667688960 119663 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=652040 CPUtime=822.05 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 128786 0 0 0 82157 48 0 0 25 0 4 0 608226455 667688960 119663 33554432000 4194304 4650419 140733397625168 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=652040 CPUtime=817.97 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 54680 0 0 0 81778 19 0 0 25 0 4 0 608226455 667688960 119663 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 652040

[startup+882.301 s]
/proc/loadavg: 8.08 8.10 8.04 9/184 1082
/proc/meminfo: memFree=25241656/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=612068 CPUtime=3524.35 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 536536 0 0 0 352245 190 0 0 25 0 4 0 608226454 626757632 116017 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 153017 116017 403 112 0 147982 0
[pid=963/tid=964] ppid=961 vsize=612068 CPUtime=882.32 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 162513 0 0 0 88177 55 0 0 25 0 4 0 608226455 626757632 116017 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=612068 CPUtime=882.04 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 138366 0 0 0 88153 51 0 0 25 0 4 0 608226455 626757632 116017 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=612068 CPUtime=877.65 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 60249 0 0 0 87744 21 0 0 25 0 4 0 608226455 626757632 116017 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 612068

[startup+942.301 s]
/proc/loadavg: 8.07 8.10 8.04 9/184 1084
/proc/meminfo: memFree=25201924/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=699516 CPUtime=3764.04 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 562052 0 0 0 376202 202 0 0 25 0 4 0 608226454 716304384 121452 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 174879 121452 403 112 0 169844 0
[pid=963/tid=964] ppid=961 vsize=699516 CPUtime=942.32 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 167811 0 0 0 94176 56 0 0 25 0 4 0 608226455 716304384 121452 33554432000 4194304 4650419 140733397625168 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=699516 CPUtime=942.04 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 142426 0 0 0 94150 54 0 0 25 0 4 0 608226455 716304384 121452 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=699516 CPUtime=937.32 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 67333 0 0 0 93708 24 0 0 25 0 4 0 608226455 716304384 121452 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 699516

[startup+1002.3 s]
/proc/loadavg: 8.07 8.09 8.04 9/184 1085
/proc/meminfo: memFree=25138384/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=743412 CPUtime=4003.7 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 582783 0 0 0 400158 212 0 0 25 0 4 0 608226454 761253888 123071 33554432000 4194304 4650419 140733397625168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 185853 123071 403 112 0 180818 0
[pid=963/tid=964] ppid=961 vsize=743412 CPUtime=1002.32 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 169989 0 0 0 100175 57 0 0 25 0 4 0 608226455 761253888 123071 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=743412 CPUtime=1002.04 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 149948 0 0 0 100146 58 0 0 25 0 4 0 608226455 761253888 123071 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=743412 CPUtime=997 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 73182 0 0 0 99673 27 0 0 25 0 4 0 608226455 761253888 123071 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 743412

[startup+1062.31 s]
/proc/loadavg: 8.06 8.08 8.03 9/184 1087
/proc/meminfo: memFree=25091448/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=753844 CPUtime=4243.4 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 595962 0 0 0 424120 220 0 0 25 0 4 0 608226454 771936256 128480 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 188461 128480 403 112 0 183426 0
[pid=963/tid=964] ppid=961 vsize=753844 CPUtime=1062.33 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 175236 0 0 0 106172 61 0 0 25 0 4 0 608226455 771936256 128480 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=753844 CPUtime=1062.04 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 152823 0 0 0 106145 59 0 0 25 0 4 0 608226455 771936256 128480 33554432000 4194304 4650419 140733397625168 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=753844 CPUtime=1056.68 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 77902 0 0 0 105638 30 0 0 25 0 4 0 608226455 771936256 128480 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 753844

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.04 9/184 1089
/proc/meminfo: memFree=25054088/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=781244 CPUtime=4483.05 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 621714 0 0 0 448074 231 0 0 25 0 4 0 608226454 799993856 139358 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 195311 139358 403 112 0 190276 0
[pid=963/tid=964] ppid=961 vsize=781244 CPUtime=1122.32 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 181514 0 0 0 112169 63 0 0 25 0 4 0 608226455 799993856 139358 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=781244 CPUtime=1122.02 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 157907 0 0 0 112142 60 0 0 25 0 4 0 608226455 799993856 139358 33554432000 4194304 4650419 140733397625168 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=781244 CPUtime=1116.34 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 84388 0 0 0 111602 32 0 0 25 0 4 0 608226455 799993856 139358 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 781244

[startup+1182.3 s]
/proc/loadavg: 8.26 8.14 8.06 9/184 1090
/proc/meminfo: memFree=25013368/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=785592 CPUtime=4722.72 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 638914 0 0 0 472033 239 0 0 25 0 4 0 608226454 804446208 151195 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 196398 151195 403 112 0 191363 0
[pid=963/tid=964] ppid=961 vsize=785592 CPUtime=1182.32 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 185330 0 0 0 118167 65 0 0 25 0 4 0 608226455 804446208 151195 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=785592 CPUtime=1182.02 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 166059 0 0 0 118138 64 0 0 25 0 4 0 608226455 804446208 151195 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=785592 CPUtime=1176.01 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 85605 0 0 0 117568 33 0 0 25 0 4 0 608226455 804446208 151195 33554432000 4194304 4650419 140733397625168 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 785592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.18 8.13 8.05 9/184 1091
/proc/meminfo: memFree=24940940/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=785668 CPUtime=4800.23 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 646507 0 0 0 479781 242 0 0 25 0 4 0 608226454 804524032 142352 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 196417 142352 403 112 0 191382 0
[pid=963/tid=964] ppid=961 vsize=785668 CPUtime=1201.74 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 188496 0 0 0 120107 67 0 0 25 0 4 0 608226455 804524032 142353 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=785668 CPUtime=1201.43 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 166969 0 0 0 120078 65 0 0 25 0 4 0 608226455 804524032 142353 33554432000 4194304 4650419 140733397625168 18446744073709551615 4328565 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=785668 CPUtime=1195.31 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 86063 0 0 0 119498 33 0 0 25 0 4 0 608226455 804524032 142353 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 785668

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

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

[startup+1201.7 s]
/proc/loadavg: 8.18 8.13 8.05 9/184 1091
/proc/meminfo: memFree=24940940/32950928 swapFree=67111364/67111528
[pid=963] ppid=961 vsize=785668 CPUtime=4800.23 cores=0,2,4,6
/proc/963/stat : 963 (strangenight1-m) R 961 963 802 0 -1 4202496 646507 0 0 0 479781 242 0 0 25 0 4 0 608226454 804524032 142352 33554432000 4194304 4650419 140733397625168 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/963/statm: 196417 142352 403 112 0 191382 0
[pid=963/tid=964] ppid=961 vsize=785668 CPUtime=1201.74 cores=0,2,4,6
/proc/963/task/964/stat : 964 (strangenight1-m) R 961 963 802 0 -1 4202560 188496 0 0 0 120107 67 0 0 25 0 4 0 608226455 804524032 142353 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=963/tid=965] ppid=961 vsize=785668 CPUtime=1201.43 cores=0,2,4,6
/proc/963/task/965/stat : 965 (strangenight1-m) R 961 963 802 0 -1 4202560 166969 0 0 0 120078 65 0 0 25 0 4 0 608226455 804524032 142353 33554432000 4194304 4650419 140733397625168 18446744073709551615 4328565 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=963/tid=966] ppid=961 vsize=785668 CPUtime=1195.31 cores=0,2,4,6
/proc/963/task/966/stat : 966 (strangenight1-m) R 961 963 802 0 -1 4202560 86063 0 0 0 119498 33 0 0 25 0 4 0 608226455 804524032 142353 33554432000 4194304 4650419 140733397625168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 785668

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.3
CPU user time (s): 4797.84
CPU system time (s): 2.45663
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 1032420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.84
system time used= 2.45663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646509
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= 252
involuntary context switches= 22174

runsolver used 1.83472 second user time and 4.73228 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 18:12:38
IDJOB=3291820
IDBENCH=84808
IDSOLVER=1588
FILE ID=node115/3291820-1304179958
RUNJOBID= node115-1304178754-820
PBS_JOBID= 13172447
Free space on /tmp= 72872 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291820-1304179958/watcher-3291820-1304179958 -o /tmp/evaluation-result-3291820-1304179958/solver-3291820-1304179958 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3291820-1304179958.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1546425516

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29033672 kB
Buffers:        848604 kB
Cached:        1909208 kB
SwapCached:          0 kB
Active:         906900 kB
Inactive:      2585296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29033672 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:      734252 kB
Mapped:          15540 kB
Slab:           361204 kB
PageTables:       5868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1020464 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= 72716 MiB
End job on node115 at 2011-04-30 18:32:42