Trace number 3175054

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.29 1201.98

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.183
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3175054-1304079953.cnf'
0.00/0.00	c -- header says num vars:          50000
0.00/0.00	c -- header says num clauses:      210000
0.05/0.36	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.05/0.36	c -- vars added      50000
0.05/0.36	c Parsing time:  0.67 s
0.05/0.36	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data  --
0.05/0.36	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.64
0.05/0.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.65
0.05/0.84	c bin-w-bin subsume rem            0 bins  time:  0.06 s
0.05/0.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
0.05/0.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.07 s
0.05/0.84	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s
5.39/1.38	c lits-rem:         0  cl-subs:        0  v-elim:   1429  v-fix:    0  time:  2.35 s
5.39/1.39	c Finding binary XORs  T:     0.04 s  found:       0
5.96/1.53	c Finding non-binary XORs:     0.52 s (found:       0, avg size: nan)
5.96/1.53	c calculated reachability. Time: 0.00
5.96/1.55	c Calc default polars -  time:   0.09 s pos:   22046 undec:    5631 neg:   22323
5.96/1.55	c =========================================================================================
5.96/1.55	c types(t): F = full restart, N = normal restart
5.96/1.55	c types(t): S = simplification begin/end, E = solution found
5.96/1.55	c restart types(rt): st = static, dy = dynamic
5.96/1.55	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.96/1.55	c  B st     0         0     48571    207782         0         0    631281         0   no data   no data  --
14.34/3.68	c  N dy    22      4115     48571    207782         0      4115    631281   1276890    192.18    207.31  --
22.74/5.78	c  N dy    52      8126     48571    207782         0      8126    631281   2394876    194.88    252.52  --
31.52/7.96	c  N dy    79     12303     48571    207782         0     12303    631281   3541660    192.41    211.96  --
40.72/10.24	c  N dy   110     16442     48571    207782         0     16441    631281   4769135    194.23    204.68  --
49.50/12.44	c  N dy   135     20498     48571    207782         0     10501    631281    846511    193.36    208.45  --
57.88/14.57	c  N dy   163     24590     48571    207782         0     14593    631281   2003465    193.96    242.64  --
59.08/14.81	c  F st   167     25000     48571    207782         0     15003    631281   2128554    194.15   no data  --
71.47/17.98	c  N dy   173     30000     48571    207782         0     20001    631281   4693179    194.15   no data  --
71.47/17.98	c  S st   173     30000     48571    207782         0     20001    631281   4693179    194.15   no data  --
72.68/18.26	c  S st   173     30505     48571    207782         0     20506    631281   4797907    194.15   no data  --
72.68/18.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
72.68/18.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.26/18.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.58
77.07/19.38	c bin-w-bin subsume rem            0 bins  time:  0.06 s
77.07/19.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
77.48/19.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.07 s
77.48/19.43	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
249.21/62.47	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 170.73 s
250.40/62.71	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 0.95
250.40/62.72	c calculated reachability. Time: 0.01
250.40/62.72	c  N dy   173     30505     48571    207782         0     20504    631281   4795874    194.15   no data  --
259.59/65.08	c  N dy   198     34557     48571    207782         0     24556    631281   5953930    193.91    204.35  --
269.58/67.57	c  N dy   227     38679     48571    207782         0     28678    631281   7203783    194.92    205.89  --
279.19/69.98	c  N dy   254     42699     48571    207782         0     17204    631281   1369505    195.18    208.00  --
286.35/71.75	c  S st   278     45758     48571    207782         0     20263    631281   2271390    195.71   no data  --
287.56/72.04	c  S st   278     46262     48571    207782         0     20767    631281   2383694    195.71   no data  --
287.56/72.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
287.56/72.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
289.15/72.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.58
290.35/72.77	c bin-w-bin subsume rem            0 bins  time:  0.06 s
290.35/72.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
290.75/72.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.07 s
290.75/72.83	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
317.92/79.68	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 27.26 s
318.31/79.71	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
318.31/79.75	c vivif2 --  cl tried    20765 cl shrink        0 lits rem          0 time: 0.18
319.14/79.99	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 0.96
319.52/80.01	c calculated reachability. Time: 0.01
319.52/80.01	c  N dy   278     46262     48571    207782         0     20765    631281   2383535    195.71   no data  --
329.10/82.49	c  N dy   307     50527     48571    207782         0     25029    631281   3653082    196.35    209.31  --
339.08/84.93	c  N dy   335     54646     48571    207782         0     29148    631281   4865065    196.43    218.65  --
348.68/87.37	c  N dy   363     58750     48571    207782         0     33252    631281   6039232    196.21    209.89  --
358.28/89.80	c  N dy   390     62777     48571    207782         0     37279    631281   7224827    196.34    214.92  --
368.24/92.26	c  N dy   421     66853     48571    207782         0     22605    631281   1990431    196.49    209.89  --
374.64/93.80	c  S st   439     69394     48571    207782         0     25146    631281   2761039    196.72   no data  --
375.44/94.09	c  S st   439     69897     48571    207782         0     25649    631281   2867836    196.72   no data  --
375.86/94.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
375.86/94.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
377.43/94.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.61
378.63/94.86	c bin-w-bin subsume rem            0 bins  time:  0.06 s
378.63/94.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
379.03/94.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.07 s
379.03/94.92	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
415.80/104.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 36.85 s
416.18/104.21	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
416.18/104.27	c vivif2 --  cl tried    25649 cl shrink        0 lits rem          0 time: 0.22
417.37/104.52	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.01
417.37/104.54	c calculated reachability. Time: 0.01
417.37/104.54	c  N dy   439     69897     48571    207782         0     25649    631281   2867836    196.72   no data  --
428.17/107.24	c  N dy   465     74492     48571    207782         0     30243    631281   4201715    196.47    221.78  --
440.15/110.22	c  N dy   501     79298     48571    207782         0     35049    631281   5719175    197.38    212.18  --
452.53/113.39	c  N dy   540     84472     48571    207782         0     40223    631281   7270425    197.66    218.37  --
460.12/115.27	c  F st   561     87500     48571    207782         0     22375    631281   1209707    197.70   no data  --
468.53/117.39	c  N st   566     90796     48571    207782         0     25671    631281   2653415    197.70   no data  --
482.49/120.86	c  N dy   591     96626     48571    207782         0     31501    631281   4573635    197.57    213.01  --
498.08/124.77	c  N dy   635    103112     48571    207782         0     37986    631281   6472973    197.62    211.67  --
502.47/125.85	c  S st   649    104845     48571    207782         0     39719    631281   7005639    197.70   no data  --
503.68/126.16	c  S st   649    105346     48571    207782         0     40220    631281   7104401    197.70   no data  --
503.68/126.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
503.68/126.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
505.66/126.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.69
508.46/127.35	c bin-w-bin subsume rem            0 bins  time:  0.06 s
508.46/127.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
508.46/127.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.07 s
508.85/127.41	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
918.70/230.00	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 407.97 s
918.70/230.04	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
919.10/230.17	c vivif2 --  cl tried    40218 cl shrink        0 lits rem          0 time: 0.53
920.30/230.47	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.19
920.30/230.48	c calculated reachability. Time: 0.01
920.30/230.48	c  N dy   649    105346     48571    207782         0     40218    631281   7102462    197.70   no data  --
937.48/234.77	c  N dy   697    112111     48571    207782         0     24547    631281   1374077    197.85    214.88  --
955.05/239.13	c  N dy   745    119359     48571    207782         0     31795    631281   3461322    197.78    214.52  --
973.85/243.82	c  N dy   802    127031     48571    207782         0     39466    631281   5741054    198.09    208.91  --
994.20/248.90	c  N dy   854    135326     48571    207782         0     24050    631281    775167    197.85    209.18  --
1014.57/254.00	c  N dy   913    144008     48571    207782         0     32732    631281   3298823    197.77    209.73  --
1036.54/259.54	c  N dy   975    153247     48571    207782         0     41967    631281   5980996    197.76    211.04  --
1048.55/262.53	c  S st  1009    158020     48571    207782         0     46740    631281   7401574    197.90    145.40  --
1049.73/262.86	c  S st  1009    158521     48571    207782         0     47241    631281   7510783    197.90   no data  --
1050.13/262.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
1050.13/262.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1051.72/263.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.72
1054.52/264.08	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1054.52/264.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1054.91/264.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.07 s
1054.91/264.14	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
1529.47/382.96	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 472.92 s
1529.47/382.99	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
1530.27/383.13	c vivif2 --  cl tried    47238 cl shrink        0 lits rem          0 time: 0.57
1531.48/383.45	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.24
1531.48/383.46	c calculated reachability. Time: 0.01
1531.48/383.46	c  N dy  1009    158521     48571    207782         0     47238    631281   7507566    197.90   no data  --
1556.22/389.69	c  N dy  1079    168694     48571    207782         0     32559    631281   2956780    197.97    214.39  --
1582.99/396.33	c  N dy  1153    179558     48571    207782         0     43423    631281   6143333    197.94    210.74  --
1613.35/403.90	c  N dy  1239    191108     48571    207782         0     29037    631281   1547831    198.20    213.75  --
1643.70/411.54	c  N dy  1328    203375     48571    207782         0     41304    631281   5198524    198.49    221.83  --
1678.06/420.14	c  N dy  1422    216479     48571    207782         0     27443    631281    736991    198.79    220.25  --
1712.40/428.73	c  N dy  1521    230311     48571    207782         0     41274    631281   4844289    198.84    223.65  --
1731.58/433.55	c  S st  1575    237781     48571    207782         0     48743    631281   7081659    198.90   no data  --
1732.78/433.89	c  S st  1575    238286     48571    207782         0     49248    631281   7191737    198.90   no data  --
1733.18/433.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
1733.18/433.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1734.78/434.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.73
1737.58/435.06	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1737.58/435.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1737.58/435.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.08 s
1738.00/435.12	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
2189.77/548.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 449.54 s
2189.77/548.29	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.14
2190.58/548.43	c vivif2 --  cl tried    49248 cl shrink        0 lits rem          0 time: 0.55
2191.76/548.76	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.29
2191.76/548.77	c calculated reachability. Time: 0.01
2191.76/548.77	c  N dy  1575    238286     48571    207782         0     49248    631281   7191737    198.90   no data  --
2232.11/558.87	c  N dy  1686    253791     48571    207782         0     36769    631281   3177088    199.07    215.07  --
2275.64/569.72	c  N dy  1803    269993     48571    207782         0     52971    631281   7964703    199.08    248.00  --
2319.98/580.81	c  N dy  1924    287257     48571    207782         0     41243    631281   4220519    199.12    212.12  --
2368.32/592.94	c  N dy  2057    305687     48571    207782         0     59672    631281   9636245    199.19    213.23  --
2369.93/593.36	c  F st  2061    306250     48571    207782         0     30243    631281    616655    199.16    160.32  --
2421.05/606.12	c  N dy  2166    325514     48571    207782         0     49507    631281   7151702    199.25    210.23  --
2474.98/619.65	c  N dy  2313    345633     48571    207782         0     38634    631281   2781093    199.44    214.12  --
2505.74/627.39	c  S st  2395    357430     48571    207782         0     50430    631281   6283615    199.39   no data  --
2507.36/627.73	c  S st  2395    357938     48571    207782         0     50938    631281   6400192    199.39   no data  --
2507.36/627.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
2507.36/627.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2509.34/628.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.74
2511.76/628.85	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2511.76/628.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2511.76/628.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.08 s
2512.13/628.90	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2878.03/720.56	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 365.09 s
2878.03/720.59	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
2878.84/720.72	c vivif2 --  cl tried    50935 cl shrink        0 lits rem          0 time: 0.50
2880.03/721.04	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.30
2880.03/721.06	c calculated reachability. Time: 0.01
2880.03/721.06	c  N dy  2395    357938     48571    207782         0     50935    631281   6397658    199.39   no data  --
2934.36/734.67	c  N dy  2536    378144     48571    207782         0     39141    631281   2640677    199.40    218.85  --
2988.29/748.16	c  N dy  2674    398270     48571    207782         0     59266    631281   8643195    199.48    211.03  --
3040.62/761.24	c  N dy  2818    418353     48571    207782         0     46348    631281   4560058    199.58    211.30  --
3093.74/774.51	c  N dy  2955    438419     48571    207782         0     66411    631281  10619917    199.74    218.18  --
3144.97/787.41	c  N dy  3098    458502     48571    207782         0     52493    631281   6132689    199.87    285.60  --
3197.96/800.81	c  N dy  3231    478553     48571    207782         0     37547    631281   1283074    199.78    212.70  --
3249.49/813.77	c  N dy  3368    498800     48571    207782         0     57793    631281   7314576    199.86    214.41  --
3303.82/827.31	c  N dy  3511    519086     48571    207782         0     42079    631281   2277496    199.83    214.72  --
3350.18/839.00	c  S st  3639    536908     48571    207782         0     59900    631281   7671277    199.95    177.80  --
3351.75/839.34	c  S st  3639    537411     48571    207782         0     60403    631281   7770076    199.95   no data  --
3351.75/839.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
3351.75/839.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3353.76/839.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  1.78
3356.54/840.55	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3356.54/840.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3356.54/840.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.08 s
3356.94/840.61	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
3890.63/974.25	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 532.00 s
3890.63/974.29	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
3891.41/974.44	c vivif2 --  cl tried    60402 cl shrink        0 lits rem          0 time: 0.60
3892.61/974.79	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.40
3893.01/974.81	c calculated reachability. Time: 0.01
3893.01/974.81	c  N dy  3639    537411     48571    207782         0     60402    631281   7769905    199.95   no data  --
3946.94/988.30	c  N dy  3774    557598     48571    207782         0     43588    631281   2496483    199.93    210.74  --
3999.26/1001.42	c  N dy  3903    577648     48571    207782         0     63636    631281   8416527    199.90    214.19  --
4053.20/1014.99	c  N dy  4043    597776     48571    207782         0     45767    631281   2892819    200.02    210.60  --
4106.71/1028.32	c  N dy  4180    617945     48571    207782         0     65936    631281   8911542    199.96    217.84  --
4161.43/1042.00	c  N dy  4321    638107     48571    207782         0     47108    631281   2983245    199.98    213.54  --
4214.16/1055.25	c  N dy  4455    658111     48571    207782         0     67109    631281   8942498    199.99    211.67  --
4268.88/1068.93	c  N dy  4594    678213     48571    207782         0     47211    631281   2689893    200.06    213.99  --
4321.61/1082.18	c  N dy  4733    698220     48571    207782         0     67216    631281   8622679    200.11    211.69  --
4377.12/1096.09	c  N dy  4862    718381     48571    207782         0     46377    631281   2084776    200.08    211.38  --
4431.45/1109.65	c  N dy  5001    738403     48571    207782         0     66399    631281   7987172    200.10    212.47  --
4489.37/1124.16	c  N dy  5143    758677     48571    207782         0     44670    631281   1305873    200.09    212.61  --
4543.70/1137.77	c  N dy  5284    778819     48571    207782         0     64812    631281   7224265    200.10    212.85  --
4602.44/1152.45	c  N dy  5430    798840     48571    207782         0     84832    631281  13303627    200.22    211.48  --
4622.80/1157.53	c  S st  5477    806118     48571    207782         0     49111    631281   2320512    200.21    182.44  --
4624.01/1157.88	c  S st  5477    806620     48571    207782         0     49613    631281   2435251    200.21   no data  --
4624.41/1157.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
4624.41/1157.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4625.99/1158.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.74
4627.19/1158.65	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4627.19/1158.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4627.19/1158.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48571 time:  0.08 s
4627.59/1158.71	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
4659.95/1166.81	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 32.25 s
4659.95/1166.85	c vivif2 --  cl tried   207782 cl shrink        0 lits rem          0 time: 0.13
4660.34/1166.90	c vivif2 --  cl tried    49611 cl shrink        0 lits rem          0 time: 0.20
4661.54/1167.22	c asymm  cl-useful: 0/207782/207782 lits-rem:0 time: 1.28
4661.54/1167.23	c calculated reachability. Time: 0.01
4661.54/1167.23	c  N dy  5477    806620     48571    207782         0     49611    631281   2434011    200.21   no data  --
4717.47/1181.24	c  N dy  5617    826736     48571    207782         0     69727    631281   8440547    200.21    216.41  --
4775.79/1195.87	c  N dy  5756    846779     48571    207782         0     45773    631281   1060071    200.22    214.03  --

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

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

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


[startup+0 s]
/proc/loadavg: 8.02 8.03 8.00 7/180 26810
/proc/meminfo: memFree=17433480/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 598226152 52465664 352 33554432000 4194304 4650419 140735540733360 18446744073709551615 48011101108146 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 12809 352 303 112 0 7774 0
[pid=26810/tid=26811] ppid=26808 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 598226153 52465664 352 33554432000 4194304 4650419 140735540733360 18446744073709551615 48011101108144 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 598226153 52465664 352 33554432000 4194304 4650419 140735540733360 18446744073709551615 48011101108144 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 598226153 52465664 352 33554432000 4194304 4650419 140735540733360 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.020108 s]
/proc/loadavg: 8.02 8.03 8.00 7/180 26810
/proc/meminfo: memFree=17433480/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=270912 CPUtime=0.05 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) D 26808 26810 26674 0 -1 4202496 11929 0 0 0 3 2 0 0 18 0 4 0 598226152 277413888 9762 33554432000 4194304 4650419 140735540733360 18446744073709551615 4316340 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 67728 9762 341 112 0 62693 0
[pid=26810/tid=26811] ppid=26808 vsize=270912 CPUtime=0.01 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2875 0 0 0 1 0 0 0 25 0 4 0 598226153 277413888 9762 33554432000 4194304 4650419 140735540733360 18446744073709551615 215988289714 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=270912 CPUtime=0 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2879 0 0 0 0 0 0 0 18 0 4 0 598226153 277413888 9762 33554432000 4194304 4650419 140735540733360 18446744073709551615 215988650410 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=270912 CPUtime=0 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) D 26808 26810 26674 0 -1 4202560 2909 0 0 0 0 0 0 0 18 0 4 0 598226153 277413888 9762 33554432000 4194304 4650419 140735540733360 18446744073709551615 4317116 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 270912

[startup+0.118167 s]
/proc/loadavg: 8.02 8.03 8.00 7/180 26810
/proc/meminfo: memFree=17433480/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=331352 CPUtime=0.64 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 31443 0 0 0 58 6 0 0 18 0 4 0 598226152 339304448 27130 33554432000 4194304 4650419 140735540733360 18446744073709551615 215988635831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 92249 34163 370 112 0 87214 0
[pid=26810/tid=26811] ppid=26808 vsize=368996 CPUtime=0.37 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 10826 0 0 0 35 2 0 0 18 0 4 0 598226153 377851904 34009 33554432000 4194304 4650419 140735540733360 18446744073709551615 215988635783 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=368996 CPUtime=0.37 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 10822 0 0 0 35 2 0 0 18 0 4 0 598226153 377851904 33801 33554432000 4194304 4650419 140735540733360 18446744073709551615 4230156 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=360788 CPUtime=0.84 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 9145 0 0 0 83 1 0 0 19 0 4 0 598226153 369446912 51547 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 331352

[startup+0.95982 s]
/proc/loadavg: 8.02 8.03 8.00 7/180 26810
/proc/meminfo: memFree=17433480/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=360788 CPUtime=3.79 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 60784 0 0 0 366 13 0 0 18 0 4 0 598226152 369446912 52766 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 90197 52766 385 112 0 85162 0
[pid=26810/tid=26811] ppid=26808 vsize=360788 CPUtime=0.94 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 17046 0 0 0 90 4 0 0 18 0 4 0 598226153 369446912 52766 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=360788 CPUtime=0.95 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 17050 0 0 0 92 3 0 0 19 0 4 0 598226153 369446912 52766 33554432000 4194304 4650419 140735540733360 18446744073709551615 4475954 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=360788 CPUtime=0.94 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 9191 0 0 0 93 1 0 0 19 0 4 0 598226153 369446912 52766 33554432000 4194304 4650419 140735540733360 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 360788

[startup+1.0598 s]
/proc/loadavg: 8.02 8.03 8.00 7/180 26810
/proc/meminfo: memFree=17433480/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=360788 CPUtime=4.19 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 66497 0 0 0 405 14 0 0 18 0 4 0 598226152 369446912 49940 33554432000 4194304 4650419 140735540733360 18446744073709551615 4422572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 90197 49940 385 112 0 85162 0
[pid=26810/tid=26811] ppid=26808 vsize=360788 CPUtime=1.04 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 18935 0 0 0 100 4 0 0 18 0 4 0 598226153 369446912 49940 33554432000 4194304 4650419 140735540733360 18446744073709551615 4422572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=360788 CPUtime=1.04 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 18940 0 0 0 101 3 0 0 19 0 4 0 598226153 369446912 49940 33554432000 4194304 4650419 140735540733360 18446744073709551615 4422696 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=360788 CPUtime=1.04 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 9236 0 0 0 103 1 0 0 19 0 4 0 598226153 369446912 49940 33554432000 4194304 4650419 140735540733360 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 360788

[startup+1.50073 s]
/proc/loadavg: 8.02 8.03 8.00 7/180 26810
/proc/meminfo: memFree=17433480/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=360788 CPUtime=5.96 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 72760 0 0 0 581 15 0 0 18 0 4 0 598226152 369446912 55222 33554432000 4194304 4650419 140735540733360 18446744073709551615 4385244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 90197 55222 390 112 0 85162 0
[pid=26810/tid=26811] ppid=26808 vsize=360788 CPUtime=1.49 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 20949 0 0 0 144 5 0 0 19 0 4 0 598226153 369446912 55222 33554432000 4194304 4650419 140735540733360 18446744073709551615 4385352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=360788 CPUtime=1.48 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 20952 0 0 0 145 3 0 0 19 0 4 0 598226153 369446912 55222 33554432000 4194304 4650419 140735540733360 18446744073709551615 4385309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=360788 CPUtime=1.48 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 9458 0 0 0 147 1 0 0 20 0 4 0 598226153 369446912 55222 33554432000 4194304 4650419 140735540733360 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 360788

[startup+3.10044 s]
/proc/loadavg: 8.33 8.09 8.02 9/184 26814
/proc/meminfo: memFree=17181208/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=393608 CPUtime=12.35 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 76500 0 0 0 1218 17 0 0 22 0 4 0 598226152 403054592 56624 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 98402 56624 391 112 0 93367 0
[pid=26810/tid=26811] ppid=26808 vsize=393608 CPUtime=3.08 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 21932 0 0 0 303 5 0 0 22 0 4 0 598226153 403054592 56624 33554432000 4194304 4650419 140735540733360 18446744073709551615 4328364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=393608 CPUtime=3.08 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 21938 0 0 0 305 3 0 0 24 0 4 0 598226153 403054592 56626 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=393608 CPUtime=3.07 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 10294 0 0 0 305 2 0 0 25 0 4 0 598226153 403054592 56626 33554432000 4194304 4650419 140735540733360 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 393608

[startup+6.30089 s]
/proc/loadavg: 8.31 8.09 8.02 10/184 26814
/proc/meminfo: memFree=17102220/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=565284 CPUtime=25.13 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 84023 0 0 0 2494 19 0 0 25 0 4 0 598226152 578850816 64147 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 141321 64147 391 112 0 136286 0
[pid=26810/tid=26811] ppid=26808 vsize=565284 CPUtime=6.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 23698 0 0 0 623 6 0 0 25 0 4 0 598226153 578850816 64147 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=565284 CPUtime=6.29 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 23703 0 0 0 625 4 0 0 25 0 4 0 598226153 578850816 64147 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=565284 CPUtime=6.25 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 12584 0 0 0 623 2 0 0 25 0 4 0 598226153 578850816 64147 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 565284

[startup+12.7008 s]
/proc/loadavg: 8.28 8.09 8.02 10/184 26814
/proc/meminfo: memFree=17060372/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=388852 CPUtime=50.71 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 108776 0 0 0 5046 25 0 0 25 0 4 0 598226152 398184448 59342 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 97213 59342 393 112 0 92178 0
[pid=26810/tid=26811] ppid=26808 vsize=388852 CPUtime=12.69 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 29715 0 0 0 1262 7 0 0 25 0 4 0 598226153 398184448 59342 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364497 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=388852 CPUtime=12.68 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 29816 0 0 0 1263 5 0 0 25 0 4 0 598226153 398184448 59342 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=388852 CPUtime=12.62 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 19137 0 0 0 1258 4 0 0 25 0 4 0 598226153 398184448 59342 33554432000 4194304 4650419 140735540733360 18446744073709551615 4314936 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 388852

[startup+25.5005 s]
/proc/loadavg: 8.24 8.09 8.02 10/184 26814
/proc/meminfo: memFree=16736112/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=785664 CPUtime=101.81 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 226014 0 0 0 10126 55 0 0 25 0 4 0 598226152 804519936 131245 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476748 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 196416 131245 395 112 0 191381 0
[pid=26810/tid=26811] ppid=26808 vsize=785664 CPUtime=25.48 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 70903 0 0 0 2530 18 0 0 25 0 4 0 598226153 804519936 131245 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=785664 CPUtime=25.48 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 39808 0 0 0 2539 9 0 0 25 0 4 0 598226153 804519936 131245 33554432000 4194304 4650419 140735540733360 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=785664 CPUtime=25.35 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 28431 0 0 0 2528 7 0 0 25 0 4 0 598226153 804519936 131246 33554432000 4194304 4650419 140735540733360 18446744073709551615 4329335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 785664

[startup+51.101 s]
/proc/loadavg: 8.28 8.11 8.03 10/184 26815
/proc/meminfo: memFree=16501940/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1093132 CPUtime=204.07 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 661620 0 0 0 20290 117 0 0 25 0 4 0 598226152 1119367168 175363 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476129 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 273283 175363 395 112 0 268248 0
[pid=26810/tid=26811] ppid=26808 vsize=1093132 CPUtime=51.08 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 220642 0 0 0 5071 37 0 0 25 0 4 0 598226153 1119367168 175363 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1093132 CPUtime=51.07 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 64252 0 0 0 5091 16 0 0 25 0 4 0 598226153 1119367168 175363 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1093132 CPUtime=50.81 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 61014 0 0 0 5068 13 0 0 25 0 4 0 598226153 1119367168 175363 33554432000 4194304 4650419 140735540733360 18446744073709551615 4311384 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 1093132

[startup+102.301 s]
/proc/loadavg: 8.17 8.10 8.03 10/184 26816
/proc/meminfo: memFree=16399120/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1133432 CPUtime=408.59 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 1250771 0 0 0 40643 216 0 0 25 0 4 0 598226152 1160634368 193266 33554432000 4194304 4650419 140735540733360 18446744073709551615 215988289870 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 283358 193266 395 112 0 278323 0
[pid=26810/tid=26811] ppid=26808 vsize=1133432 CPUtime=102.28 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 587601 0 0 0 10141 87 0 0 25 0 4 0 598226153 1160634368 193266 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1133432 CPUtime=102.27 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 101849 0 0 0 10197 30 0 0 25 0 4 0 598226153 1160634368 193266 33554432000 4194304 4650419 140735540733360 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1133432 CPUtime=101.72 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 82494 0 0 0 10150 22 0 0 25 0 4 0 598226153 1160634368 193266 33554432000 4194304 4650419 140735540733360 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 1133432

[startup+162.301 s]

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

[pid=26810] ppid=26808 vsize=1754740 CPUtime=2565.66 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 5942305 0 0 0 255534 1032 0 0 25 0 4 0 598226152 1796853760 348904 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 438685 348904 395 112 0 433650 0
[pid=26810/tid=26811] ppid=26808 vsize=1754740 CPUtime=642.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2210042 0 0 0 63886 343 0 0 25 0 4 0 598226153 1796853760 348904 33554432000 4194304 4650419 140735540733360 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1754740 CPUtime=642.27 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 556803 0 0 0 64062 165 0 0 25 0 4 0 598226153 1796853760 348904 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1754740 CPUtime=638.79 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 254092 0 0 0 63787 92 0 0 25 0 4 0 598226153 1796853760 348904 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 1754740

[startup+702.301 s]
/proc/loadavg: 8.14 8.11 8.04 10/184 26832
/proc/meminfo: memFree=15528952/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1754740 CPUtime=2805.34 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 6348041 0 0 0 279438 1096 0 0 25 0 4 0 598226152 1796853760 352473 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26810/statm: 438685 352473 426 112 0 433650 0
[pid=26810/tid=26811] ppid=26808 vsize=1754740 CPUtime=702.28 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2236727 0 0 0 69873 355 0 0 25 0 4 0 598226153 1796853760 352473 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1754740 CPUtime=702.27 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 935854 0 0 0 70011 216 0 0 25 0 4 0 598226153 1796853760 352473 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1754740 CPUtime=698.46 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 254092 0 0 0 69754 92 0 0 25 0 4 0 598226153 1796853760 352473 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1754740

[startup+762.301 s]
/proc/loadavg: 8.12 8.10 8.04 10/184 26834
/proc/meminfo: memFree=15558812/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1706280 CPUtime=3045.01 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 6814205 0 0 0 303325 1176 0 0 25 0 4 0 598226152 1747230720 338074 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363541 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 426570 338076 395 112 0 421535 0
[pid=26810/tid=26811] ppid=26808 vsize=1706280 CPUtime=762.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2265957 0 0 0 75861 368 0 0 25 0 4 0 598226153 1747230720 338076 33554432000 4194304 4650419 140735540733360 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1706280 CPUtime=762.28 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1349134 0 0 0 75956 272 0 0 25 0 4 0 598226153 1747230720 338076 33554432000 4194304 4650419 140735540733360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1706280 CPUtime=758.16 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 260083 0 0 0 75721 95 0 0 25 0 4 0 598226153 1747230720 338076 33554432000 4194304 4650419 140735540733360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1706280

[startup+822.301 s]
/proc/loadavg: 8.45 8.20 8.08 9/184 26838
/proc/meminfo: memFree=15446760/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1788980 CPUtime=3283.87 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 6922646 0 0 0 327168 1219 0 0 25 0 4 0 598226152 1831915520 366326 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 447245 366326 395 112 0 442210 0
[pid=26810/tid=26811] ppid=26808 vsize=1788980 CPUtime=822.3 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2293733 0 0 0 81852 378 0 0 25 0 4 0 598226153 1831915520 366326 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1788980 CPUtime=821.46 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1376202 0 0 0 81863 283 0 0 25 0 4 0 598226153 1831915520 366326 33554432000 4194304 4650419 140735540733360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1788980 CPUtime=818.15 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 285920 0 0 0 81709 106 0 0 25 0 4 0 598226153 1831915520 366326 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.87
Current children cumulated vsize (KiB) 1788980

[startup+882.301 s]
/proc/loadavg: 8.24 8.18 8.08 10/184 26840
/proc/meminfo: memFree=15447000/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1789120 CPUtime=3523.52 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 7201320 0 0 0 351072 1280 0 0 25 0 4 0 598226152 1832058880 369257 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 447280 369258 395 112 0 442245 0
[pid=26810/tid=26811] ppid=26808 vsize=1789120 CPUtime=882.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2316716 0 0 0 87842 387 0 0 25 0 4 0 598226153 1832058880 369258 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1789120 CPUtime=881.46 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1401496 0 0 0 87851 295 0 0 25 0 4 0 598226153 1832058880 369258 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1789120 CPUtime=878.14 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 306879 0 0 0 87700 114 0 0 25 0 4 0 598226153 1832058880 369258 33554432000 4194304 4650419 140735540733360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.52
Current children cumulated vsize (KiB) 1789120

[startup+942.307 s]
/proc/loadavg: 8.22 8.17 8.09 10/184 26842
/proc/meminfo: memFree=15328064/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1789328 CPUtime=3763.21 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 7611679 0 0 0 374956 1365 0 0 25 0 4 0 598226152 1832271872 369123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 447332 369123 395 112 0 442297 0
[pid=26810/tid=26811] ppid=26808 vsize=1789328 CPUtime=942.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2346098 0 0 0 93829 400 0 0 25 0 4 0 598226153 1832271872 369123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1789328 CPUtime=941.46 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1426839 0 0 0 93837 309 0 0 25 0 4 0 598226153 1832271872 369123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4331032 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1789328 CPUtime=938.15 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 327520 0 0 0 93692 123 0 0 25 0 4 0 598226153 1832271872 369123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4333646 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.21
Current children cumulated vsize (KiB) 1789328

[startup+1002.3 s]
/proc/loadavg: 8.20 8.17 8.09 10/184 26843
/proc/meminfo: memFree=15255972/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1854872 CPUtime=4002.85 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 7926966 0 0 0 398853 1432 0 0 25 0 4 0 598226152 1899388928 394275 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 463718 394275 395 112 0 458683 0
[pid=26810/tid=26811] ppid=26808 vsize=1854872 CPUtime=1002.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2371188 0 0 0 99816 413 0 0 25 0 4 0 598226153 1899388928 394275 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1854872 CPUtime=1001.45 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1454407 0 0 0 99825 320 0 0 25 0 4 0 598226153 1899388928 394275 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1854872 CPUtime=998.14 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 351595 0 0 0 99681 133 0 0 25 0 4 0 598226153 1899388928 394275 33554432000 4194304 4650419 140735540733360 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.85
Current children cumulated vsize (KiB) 1854872

[startup+1062.3 s]
/proc/loadavg: 8.19 8.17 8.09 9/184 26845
/proc/meminfo: memFree=15297008/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1855180 CPUtime=4242.51 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 8029963 0 0 0 422777 1474 0 0 25 0 4 0 598226152 1899704320 382426 33554432000 4194304 4650419 140735540733360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 463795 382426 395 112 0 458760 0
[pid=26810/tid=26811] ppid=26808 vsize=1855180 CPUtime=1062.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2401397 0 0 0 105805 424 0 0 25 0 4 0 598226153 1899704320 382426 33554432000 4194304 4650419 140735540733360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1855180 CPUtime=1061.45 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1479533 0 0 0 105814 331 0 0 25 0 4 0 598226153 1899704320 382426 33554432000 4194304 4650419 140735540733360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1855180 CPUtime=1058.14 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 372648 0 0 0 105672 142 0 0 25 0 4 0 598226153 1899704320 382426 33554432000 4194304 4650419 140735540733360 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.51
Current children cumulated vsize (KiB) 1855180

[startup+1122.3 s]
/proc/loadavg: 8.17 8.17 8.09 9/184 26846
/proc/meminfo: memFree=15247888/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1855180 CPUtime=4482.19 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 8106656 0 0 0 446714 1505 0 0 25 0 4 0 598226152 1899704320 390609 33554432000 4194304 4650419 140735540733360 18446744073709551615 4333678 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 463795 390609 395 112 0 458760 0
[pid=26810/tid=26811] ppid=26808 vsize=1855180 CPUtime=1122.28 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2424169 0 0 0 111795 433 0 0 25 0 4 0 598226153 1899704320 390609 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1855180 CPUtime=1121.44 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1498579 0 0 0 111807 337 0 0 25 0 4 0 598226153 1899704320 390609 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476133 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1855180 CPUtime=1118.13 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 381001 0 0 0 111668 145 0 0 25 0 4 0 598226153 1899704320 390609 33554432000 4194304 4650419 140735540733360 18446744073709551615 4443768 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.19
Current children cumulated vsize (KiB) 1855180

[startup+1182.3 s]
/proc/loadavg: 8.16 8.16 8.09 10/184 26848
/proc/meminfo: memFree=15231744/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1855180 CPUtime=4721.86 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 8397095 0 0 0 470625 1561 0 0 25 0 4 0 598226152 1899704320 393123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363500 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 463795 393123 395 112 0 458760 0
[pid=26810/tid=26811] ppid=26808 vsize=1855180 CPUtime=1182.29 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2685548 0 0 0 117754 475 0 0 25 0 4 0 598226153 1899704320 393123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1855180 CPUtime=1181.44 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1498579 0 0 0 117807 337 0 0 25 0 4 0 598226153 1899704320 393123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1855180 CPUtime=1178.13 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 390807 0 0 0 117662 151 0 0 25 0 4 0 598226153 1899704320 393123 33554432000 4194304 4650419 140735540733360 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.86
Current children cumulated vsize (KiB) 1855180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.11 8.15 8.09 5/179 26850
/proc/meminfo: memFree=15905720/32950940 swapFree=67111528/67111528
[pid=26810] ppid=26808 vsize=1855180 CPUtime=4800.2 cores=1,3,5,7
/proc/26810/stat : 26810 (strangenight1-m) R 26808 26810 26674 0 -1 4202496 8591451 0 0 0 478421 1599 0 0 25 0 4 0 598226152 1899704320 385247 33554432000 4194304 4650419 140735540733360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26810/statm: 463795 385247 395 112 0 458760 0
[pid=26810/tid=26811] ppid=26808 vsize=1855180 CPUtime=1201.9 cores=1,3,5,7
/proc/26810/task/26811/stat : 26811 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 2863306 0 0 0 119686 504 0 0 25 0 4 0 598226153 1899704320 385247 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26810/tid=26812] ppid=26808 vsize=1855180 CPUtime=1201.06 cores=1,3,5,7
/proc/26810/task/26812/stat : 26812 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 1498579 0 0 0 119769 337 0 0 25 0 4 0 598226153 1899704320 385247 33554432000 4194304 4650419 140735540733360 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26810/tid=26813] ppid=26808 vsize=1855180 CPUtime=1197.75 cores=1,3,5,7
/proc/26810/task/26813/stat : 26813 (strangenight1-m) R 26808 26810 26674 0 -1 4202560 396648 0 0 0 119620 155 0 0 25 0 4 0 598226153 1899704320 385247 33554432000 4194304 4650419 140735540733360 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1855180

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.98
CPU time (s): 4800.29
CPU user time (s): 4784.24
CPU system time (s): 16.0546
CPU usage (%): 399.365
Max. virtual memory (cumulated for all children) (KiB): 1855180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.24
system time used= 16.0546
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8591454
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= 3796
involuntary context switches= 21013

runsolver used 1.84872 second user time and 4.72328 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 14:25:54
IDJOB=3175054
IDBENCH=82672
IDSOLVER=1588
FILE ID=node117/3175054-1304079953
RUNJOBID= node117-1304078749-26693
PBS_JOBID= 13170523
Free space on /tmp= 71672 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175054-1304079953/watcher-3175054-1304079953 -o /tmp/evaluation-result-3175054-1304079953/solver-3175054-1304079953 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175054-1304079953.cnf

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=1275198189

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17433760 kB
Buffers:       2379412 kB
Cached:       12474936 kB
SwapCached:          0 kB
Active:        8170316 kB
Inactive:      6765812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17433760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16720 kB
Writeback:           0 kB
AnonPages:       80572 kB
Mapped:          15468 kB
Slab:           518280 kB
PageTables:       4232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   279976 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= 71664 MiB
End job on node117 at 2011-04-29 14:45:58