Trace number 3174965

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.37 1201.89

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S874492400-019-UNKNOWN.cnf
MD5SUMec4818cc72441ba3110ddbe772c6ebb9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark909.267
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-3174965-1304061895.cnf'
0.00/0.00	c -- header says num vars:          50000
0.00/0.00	c -- header says num clauses:      210000
0.66/0.27	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.66/0.27	c -- vars added      50000
0.66/0.27	c Parsing time:  0.69 s
0.66/0.27	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data  --
1.50/0.43	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.63
2.20/0.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.65
2.98/0.80	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2.98/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
2.98/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.06 s
2.98/0.85	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s
5.37/1.42	c lits-rem:         0  cl-subs:        0  v-elim:   1391  v-fix:    0  time:  2.23 s
5.37/1.43	c Finding binary XORs  T:     0.04 s  found:       0
5.77/1.58	c Finding non-binary XORs:     0.52 s (found:       0, avg size: nan)
5.77/1.58	c calculated reachability. Time: 0.00
6.17/1.60	c Calc default polars -  time:   0.09 s pos:   22300 undec:    5741 neg:   21959
6.17/1.60	c =========================================================================================
6.17/1.60	c types(t): F = full restart, N = normal restart
6.17/1.60	c types(t): S = simplification begin/end, E = solution found
6.17/1.60	c restart types(rt): st = static, dy = dynamic
6.17/1.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.17/1.60	c  B st     0         0     48609    207752         0         0    630797         0   no data   no data  --
14.55/3.78	c  N dy    23      4193     48609    207752         0      4193    630797   1283214    189.57    204.34  --
22.93/5.89	c  N dy    52      8217     48609    207752         0      8216    630797   2425440    192.61    209.55  --
32.13/8.12	c  N dy    81     12347     48609    207752         0     12346    630797   3587831    193.55    205.03  --
41.31/10.42	c  N dy   110     16484     48609    207752         0     16483    630797   4793542    194.98    215.81  --
50.51/12.74	c  N dy   136     20644     48609    207752         0     10647    630797    895661    193.43    204.14  --
59.29/14.98	c  N dy   162     24803     48609    207752         0     14806    630797   2079370    193.32    206.38  --
59.69/15.08	c  F st   164     25000     48609    207752         0     15003    630797   2132773    193.34   no data  --
71.68/18.06	c  N dy   170     30001     48609    207752         0     20004    630797   4097474    193.34   no data  --
71.68/18.06	c  S st   170     30001     48609    207752         0     20004    630797   4097474    193.34   no data  --
72.87/18.34	c  S st   170     30506     48609    207752         0     20509    630797   4191783    193.34   no data  --
72.87/18.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
72.87/18.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.49/18.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.58
77.26/19.41	c bin-w-bin subsume rem            0 bins  time:  0.06 s
77.26/19.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
77.26/19.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
77.26/19.46	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
156.74/39.31	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 78.94 s
157.54/39.56	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 0.99
157.54/39.57	c calculated reachability. Time: 0.01
157.54/39.58	c  N dy   170     30506     48609    207752         0     20508    630797   4191233    193.34   no data  --
167.53/42.09	c  N dy   202     34574     48609    207752         0     24576    630797   5382460    194.51    206.31  --
177.51/44.55	c  N dy   232     38581     48609    207752         0     28582    630797   6540836    195.33    209.13  --
187.50/47.02	c  N dy   262     42643     48609    207752         0     17146    630797   1349680    195.92    208.98  --
194.69/48.84	c  S st   283     45759     48609    207752         0     20261    630797   2288727    196.26   no data  --
195.89/49.13	c  S st   283     46263     48609    207752         0     20765    630797   2398983    196.26   no data  --
195.89/49.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
195.89/49.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
197.50/49.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.59
198.69/49.85	c bin-w-bin subsume rem            0 bins  time:  0.06 s
198.69/49.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
198.69/49.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
199.08/49.90	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
225.44/56.58	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 26.64 s
225.84/56.62	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.13
225.84/56.66	c vivif2 --  cl tried    20764 cl shrink        0 lits rem          0 time: 0.18
227.04/56.90	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 0.97
227.04/56.92	c calculated reachability. Time: 0.01
227.04/56.92	c  N dy   283     46263     48609    207752         0     20764    630797   2398885    196.26   no data  --
236.23/59.27	c  N dy   312     50282     48609    207752         0     24783    630797   3555736    196.42    224.94  --
245.84/61.70	c  N dy   342     54315     48609    207752         0     28816    630797   4759631    196.95    207.56  --
255.80/64.16	c  N dy   373     58339     48609    207752         0     32839    630797   5986929    197.61    208.58  --
266.59/66.85	c  N dy   405     62484     48609    207752         0     36984    630797   7214406    198.01    214.82  --
276.59/69.38	c  N dy   434     66583     48609    207752         0     22336    630797   1943271    198.45    211.03  --
283.36/71.09	c  S st   454     69394     48609    207752         0     25147    630797   2803930    198.69   no data  --
284.56/71.38	c  S st   454     69900     48609    207752         0     25653    630797   2913599    198.69   no data  --
284.96/71.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
284.96/71.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
286.55/71.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.61
287.76/72.16	c bin-w-bin subsume rem            0 bins  time:  0.06 s
287.76/72.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
288.15/72.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
288.15/72.22	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
324.51/81.39	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 36.59 s
324.92/81.43	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.12
324.92/81.48	c vivif2 --  cl tried    25651 cl shrink        0 lits rem          0 time: 0.22
326.10/81.74	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.02
326.10/81.75	c calculated reachability. Time: 0.01
326.10/81.75	c  N dy   454     69900     48609    207752         0     25651    630797   2911831    198.69   no data  --
337.29/84.50	c  N dy   486     74409     48609    207752         0     30158    630797   4259453    198.87    212.19  --
348.47/87.39	c  N dy   520     79193     48609    207752         0     34942    630797   5674123    199.00    210.77  --
361.25/90.53	c  N dy   548     84441     48609    207752         0     40190    630797   7143468    198.37    216.08  --
368.86/92.48	c  F st   570     87502     48609    207752         0     22376    630797   1225122    198.28   no data  --
378.04/94.79	c  N st   575     90799     48609    207752         0     25673    630797   2689580    198.28   no data  --
393.60/98.60	c  N dy   602     96626     48609    207752         0     31500    630797   4925107    198.19    209.13  --
408.80/102.44	c  N dy   644    102854     48609    207752         0     37728    630797   6727021    198.05    227.78  --
413.57/103.66	c  S st   660    104851     48609    207752         0     39725    630797   7336997    198.24    208.63  --
414.77/103.97	c  S st   660    105353     48609    207752         0     40227    630797   7438280    198.24   no data  --
415.17/104.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
415.17/104.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
416.78/104.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.69
419.57/105.18	c bin-w-bin subsume rem            0 bins  time:  0.06 s
419.57/105.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
419.97/105.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
419.97/105.23	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
880.13/220.41	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 458.40 s
880.13/220.45	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.13
880.53/220.59	c vivif2 --  cl tried    40221 cl shrink        0 lits rem          0 time: 0.56
881.73/220.88	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.19
882.13/220.90	c calculated reachability. Time: 0.01
882.13/220.90	c  N dy   660    105353     48609    207752         0     40221    630797   7432532    198.24   no data  --
899.30/225.29	c  N dy   706    112288     48609    207752         0     24717    630797   1396381    198.43    215.28  --
917.28/229.70	c  N dy   756    119617     48609    207752         0     32046    630797   3540589    198.24    211.65  --
936.45/234.54	c  N dy   810    127383     48609    207752         0     39812    630797   5887547    198.46    214.17  --
957.63/239.85	c  N dy   868    135599     48609    207752         0     24311    630797    861611    198.48    212.33  --
979.20/245.24	c  N dy   932    144305     48609    207752         0     33017    630797   3477820    198.89    217.01  --
1002.76/251.14	c  N dy  1002    153581     48609    207752         0     42292    630797   6269741    199.23    212.24  --
1013.95/253.97	c  S st  1034    158030     48609    207752         0     46741    630797   7598016    199.32    167.92  --
1015.54/254.31	c  S st  1034    158539     48609    207752         0     47250    630797   7716198    199.32   no data  --
1015.54/254.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
1015.54/254.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1017.14/254.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.72
1019.93/255.49	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1020.33/255.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1020.33/255.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
1020.33/255.55	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
1519.64/380.50	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 498.44 s
1519.64/380.53	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.13
1520.06/380.68	c vivif2 --  cl tried    47248 cl shrink        0 lits rem          0 time: 0.60
1521.24/380.99	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.24
1521.64/381.01	c calculated reachability. Time: 0.01
1521.64/381.01	c  N dy  1034    158539     48609    207752         0     47248    630797   7715257    199.32   no data  --
1546.82/387.38	c  N dy  1111    168844     48609    207752         0     32699    630797   3011856    199.56    210.80  --
1573.19/393.96	c  N dy  1179    179632     48609    207752         0     43487    630797   6264182    199.56    213.22  --
1601.93/401.19	c  N dy  1258    191121     48609    207752         0     29048    630797   1558416    199.62    213.46  --
1632.68/408.85	c  N dy  1344    203408     48609    207752         0     41335    630797   5183319    199.64    216.44  --
1667.03/417.43	c  N dy  1429    216539     48609    207752         0     27501    630797    754464    199.57    213.47  --
1701.38/426.08	c  N dy  1529    230462     48609    207752         0     41423    630797   4841745    199.56    211.37  --
1720.56/430.87	c  S st  1585    237808     48609    207752         0     48769    630797   7046218    199.67   no data  --
1721.76/431.19	c  S st  1585    238312     48609    207752         0     49273    630797   7144697    199.67   no data  --
1722.17/431.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
1722.17/431.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1723.75/431.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.74
1726.57/432.35	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1726.57/432.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1726.57/432.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
1726.98/432.41	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2166.37/542.46	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time: 438.28 s
2166.37/542.49	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.14
2167.15/542.63	c vivif2 --  cl tried    49272 cl shrink        0 lits rem          0 time: 0.56
2168.35/542.96	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.31
2168.35/542.98	c calculated reachability. Time: 0.01
2168.35/542.98	c  N dy  1585    238312     48609    207752         0     49272    630797   7144523    199.67   no data  --
2209.09/553.10	c  N dy  1691    253682     48609    207752         0     36665    630797   3172179    199.60    214.94  --
2252.64/564.04	c  N dy  1802    270090     48609    207752         0     53072    630797   8069306    199.58    210.81  --
2298.57/575.51	c  N dy  1917    287348     48609    207752         0     41334    630797   4249801    199.52    216.66  --
2347.70/587.82	c  N dy  2053    305756     48609    207752         0     59742    630797   9773115    199.76    218.74  --
2349.30/588.20	c  F st  2056    306250     48609    207752         0     30239    630797    622669    199.72   no data  --
2398.84/600.64	c  N dy  2153    325460     48609    207752         0     49447    630797   6971345    199.64    215.53  --
2451.15/613.78	c  N dy  2295    345547     48609    207752         0     38542    630797   2757461    199.67    227.82  --
2481.91/621.41	c  S st  2377    357468     48609    207752         0     50463    630797   6270137    199.69   no data  --
2483.11/621.74	c  S st  2377    357973     48609    207752         0     50968    630797   6370611    199.69   no data  --
2483.11/621.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
2483.11/621.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2485.10/622.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.77
2487.50/622.86	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2487.50/622.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2487.90/622.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.08 s
2487.90/622.92	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2851.42/713.94	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 362.81 s
2851.42/713.98	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.14
2852.20/714.10	c vivif2 --  cl tried    50966 cl shrink        0 lits rem          0 time: 0.51
2853.40/714.43	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.32
2853.40/714.45	c calculated reachability. Time: 0.01
2853.40/714.45	c  N dy  2377    357973     48609    207752         0     50966    630797   6370236    199.69   no data  --
2907.33/727.90	c  N dy  2519    378018     48609    207752         0     39016    630797   2620915    199.71    217.05  --
2961.68/741.55	c  N dy  2663    398108     48609    207752         0     59105    630797   8677242    199.87    221.19  --
3015.98/755.20	c  N dy  2807    418153     48609    207752         0     46161    630797   4516407    199.93    210.89  --
3071.52/769.06	c  N dy  2948    438266     48609    207752         0     66274    630797  10600841    200.03    219.40  --
3122.23/781.73	c  N dy  3084    458357     48609    207752         0     52361    630797   5993120    200.09    215.92  --
3174.96/794.90	c  N dy  3216    478460     48609    207752         0     37457    630797   1281953    200.04    212.02  --
3225.30/807.56	c  N dy  3354    498533     48609    207752         0     57529    630797   7268697    200.06    259.09  --
3280.00/821.30	c  N dy  3502    518756     48609    207752         0     41749    630797   2263394    200.15    211.73  --
3326.74/832.98	c  S st  3629    536959     48609    207752         0     59952    630797   7632510    200.12   no data  --
3328.34/833.33	c  S st  3629    537460     48609    207752         0     60453    630797   7731955    200.12   no data  --
3328.34/833.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
3328.34/833.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3330.36/833.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  1.78
3333.13/834.52	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3333.13/834.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3333.13/834.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
3333.13/834.58	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
3863.58/967.35	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 528.45 s
3863.58/967.38	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.13
3864.37/967.53	c vivif2 --  cl tried    60450 cl shrink        0 lits rem          0 time: 0.60
3865.58/967.88	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.40
3865.98/967.90	c calculated reachability. Time: 0.01
3865.98/967.90	c  N dy  3629    537460     48609    207752         0     60450    630797   7729835    200.12   no data  --
3919.12/981.24	c  N dy  3764    557545     48609    207752         0     43542    630797   2515456    200.11    211.03  --
3971.42/994.34	c  N dy  3906    577568     48609    207752         0     63564    630797   8538838    200.23    216.76  --
4025.35/1007.81	c  N dy  4046    597899     48609    207752         0     45889    630797   2937980    200.29    211.78  --
4076.47/1020.60	c  N dy  4167    617904     48609    207752         0     65890    630797   8834097    200.17    275.35  --
4130.01/1034.09	c  N dy  4310    637984     48609    207752         0     46974    630797   2901114    200.25    218.48  --
4182.32/1047.13	c  N dy  4451    658003     48609    207752         0     66993    630797   8950291    200.40    214.92  --
4235.87/1060.56	c  N dy  4588    678035     48609    207752         0     47025    630797   2636649    200.41    218.23  --
4288.59/1073.76	c  N dy  4723    698132     48609    207752         0     67122    630797   8555622    200.38    221.14  --
4342.89/1087.36	c  N dy  4864    718228     48609    207752         0     46217    630797   2105093    200.40    212.41  --
4395.63/1100.54	c  N dy  5010    738234     48609    207752         0     66222    630797   8188423    200.48    212.79  --
4451.15/1114.44	c  N dy  5150    758343     48609    207752         0     44330    630797   1244726    200.52    212.54  --
4503.88/1127.65	c  N dy  5290    778381     48609    207752         0     64368    630797   7173080    200.52    230.27  --
4562.57/1142.31	c  N dy  5429    798404     48609    207752         0     84390    630797  13204507    200.57    213.60  --
4583.35/1147.57	c  S st  5477    806191     48609    207752         0     49187    630797   2382642    200.56   no data  --
4584.94/1147.91	c  S st  5477    806694     48609    207752         0     49690    630797   2487189    200.56   no data  --
4584.94/1147.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
4584.94/1147.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4586.55/1148.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.74
4587.74/1148.69	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4588.14/1148.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
4588.14/1148.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48609 time:  0.07 s
4588.14/1148.75	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
4622.11/1157.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 33.89 s
4622.11/1157.29	c vivif2 --  cl tried   207752 cl shrink        0 lits rem          0 time: 0.13
4622.51/1157.34	c vivif2 --  cl tried    49690 cl shrink        0 lits rem          0 time: 0.21
4623.68/1157.66	c asymm  cl-useful: 0/207752/207752 lits-rem:0 time: 1.28
4623.68/1157.68	c calculated reachability. Time: 0.01
4623.68/1157.68	c  N dy  5477    806694     48609    207752         0     49690    630797   2487189    200.56   no data  --
4679.64/1171.68	c  N dy  5622    826796     48609    207752         0     69789    630797   8554152    200.63    214.45  --
4741.14/1187.04	c  N dy  5764    846811     48609    207752         0     45805    630797   1042428    200.69    212.06  --
4795.45/1200.64	c  N dy  5903    866889     48609    207752         0     65883    630797   6934397    200.66    212.68  --

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-3174965-1304061895/watcher-3174965-1304061895 -o /tmp/evaluation-result-3174965-1304061895/solver-3174965-1304061895 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174965-1304061895.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: 3.24 4.37 5.98 5/184 6297
/proc/meminfo: memFree=24992328/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 413 0 0 0 0 0 0 0 20 0 4 0 517787728 52465664 352 33554432000 4194304 4650419 140733332128256 18446744073709551615 47021919049650 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 12809 352 303 112 0 7774 0
[pid=6297/tid=6298] ppid=6295 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 517787728 52465664 352 33554432000 4194304 4650419 140733332128256 18446744073709551615 47021919049650 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 517787728 52465664 352 33554432000 4194304 4650419 140733332128256 18446744073709551615 47021919049648 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 517787728 52465664 352 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0753681 s]
/proc/loadavg: 3.24 4.37 5.98 5/184 6297
/proc/meminfo: memFree=24992328/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=395896 CPUtime=0.24 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 22727 0 0 0 20 4 0 0 18 0 4 0 517787728 405397504 18350 33554432000 4194304 4650419 140733332128256 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 98974 18393 344 112 0 93939 0
[pid=6297/tid=6298] ppid=6295 vsize=395896 CPUtime=0.05 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) S 6295 6297 6256 0 -1 4202560 5463 0 0 0 4 1 0 0 18 0 4 0 517787728 405397504 18430 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 18446604451728022528 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=395896 CPUtime=0.06 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 5661 0 0 0 5 1 0 0 18 0 4 0 517787728 405397504 18448 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516531408 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=395896 CPUtime=0.05 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) S 6295 6297 6256 0 -1 4202560 5769 0 0 0 5 0 0 0 18 0 4 0 517787728 405397504 18463 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 18446604451728022528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 395896

[startup+0.103301 s]
/proc/loadavg: 3.24 4.37 5.98 5/184 6297
/proc/meminfo: memFree=24992328/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=397696 CPUtime=0.34 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 24573 0 0 0 28 6 0 0 18 0 4 0 517787728 407240704 20196 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 99424 20196 344 112 0 94389 0
[pid=6297/tid=6298] ppid=6295 vsize=397696 CPUtime=0.07 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) S 6295 6297 6256 0 -1 4202560 5833 0 0 0 6 1 0 0 18 0 4 0 517787728 407240704 20196 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 18446604451728022528 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=397696 CPUtime=0.08 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) S 6295 6297 6256 0 -1 4202560 6092 0 0 0 7 1 0 0 18 0 4 0 517787728 407240704 20196 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 18446604451728022528 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=397696 CPUtime=0.08 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) S 6295 6297 6256 0 -1 4202560 6262 0 0 0 7 1 0 0 18 0 4 0 517787728 407240704 20196 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 18446604451728022528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 397696

[startup+0.426991 s]
/proc/loadavg: 3.24 4.37 5.98 5/184 6297
/proc/meminfo: memFree=24992328/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=433716 CPUtime=1.5 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 37686 0 0 0 128 22 0 0 18 0 4 0 517787728 444125184 33310 33554432000 4194304 4650419 140733332128256 18446744073709551615 4536726 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 108429 33316 368 112 0 103394 0
[pid=6297/tid=6298] ppid=6295 vsize=433716 CPUtime=0.35 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 8224 0 0 0 29 6 0 0 17 0 4 0 517787728 444125184 33316 33554432000 4194304 4650419 140733332128256 18446744073709551615 4536574 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=433716 CPUtime=0.37 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 10894 0 0 0 34 3 0 0 17 0 4 0 517787728 444125184 33316 33554432000 4194304 4650419 140733332128256 18446744073709551615 4516430 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=433716 CPUtime=0.37 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 9393 0 0 0 31 6 0 0 18 0 4 0 517787728 444125184 33316 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 433716

[startup+0.701155 s]
/proc/loadavg: 3.24 4.37 5.98 5/184 6297
/proc/meminfo: memFree=24992328/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=448552 CPUtime=2.59 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 49173 0 0 0 236 23 0 0 18 0 4 0 517787728 459317248 40751 33554432000 4194304 4650419 140733332128256 18446744073709551615 246516502769 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 112138 40754 377 112 0 107103 0
[pid=6297/tid=6298] ppid=6295 vsize=448552 CPUtime=0.63 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 12198 0 0 0 56 7 0 0 18 0 4 0 517787728 459317248 40756 33554432000 4194304 4650419 140733332128256 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=448552 CPUtime=0.65 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 13746 0 0 0 61 4 0 0 18 0 4 0 517787728 459317248 40758 33554432000 4194304 4650419 140733332128256 18446744073709551615 4426530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=448552 CPUtime=0.64 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 9552 0 0 0 58 6 0 0 18 0 4 0 517787728 459317248 40758 33554432000 4194304 4650419 140733332128256 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 448552

[startup+1.50101 s]
/proc/loadavg: 3.78 4.46 6.01 9/188 6301
/proc/meminfo: memFree=24734252/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=472572 CPUtime=5.77 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 74990 0 0 0 549 28 0 0 18 0 4 0 517787728 483913728 57874 33554432000 4194304 4650419 140733332128256 18446744073709551615 4389643 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 118143 57874 390 112 0 113108 0
[pid=6297/tid=6298] ppid=6295 vsize=472572 CPUtime=1.43 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 22237 0 0 0 134 9 0 0 18 0 4 0 517787728 483913728 57874 33554432000 4194304 4650419 140733332128256 18446744073709551615 4306914 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=472572 CPUtime=1.45 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 19826 0 0 0 140 5 0 0 18 0 4 0 517787728 483913728 57874 33554432000 4194304 4650419 140733332128256 18446744073709551615 4389526 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=472572 CPUtime=1.42 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 9918 0 0 0 136 6 0 0 19 0 4 0 517787728 483913728 57874 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 472572

[startup+3.10072 s]
/proc/loadavg: 3.78 4.46 6.01 9/188 6301
/proc/meminfo: memFree=24709448/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=505392 CPUtime=12.16 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 78644 0 0 0 1186 30 0 0 22 0 4 0 517787728 517521408 61463 33554432000 4194304 4650419 140733332128256 18446744073709551615 4333024 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 126348 61464 391 112 0 121313 0
[pid=6297/tid=6298] ppid=6295 vsize=505392 CPUtime=3.01 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 23227 0 0 0 292 9 0 0 21 0 4 0 517787728 517521408 61464 33554432000 4194304 4650419 140733332128256 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=505392 CPUtime=3.05 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 20749 0 0 0 300 5 0 0 21 0 4 0 517787728 517521408 61464 33554432000 4194304 4650419 140733332128256 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=505392 CPUtime=3.01 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 10775 0 0 0 295 6 0 0 22 0 4 0 517787728 517521408 61464 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 505392

[startup+6.30113 s]
/proc/loadavg: 3.78 4.46 6.01 9/188 6301
/proc/meminfo: memFree=24684760/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=674724 CPUtime=24.94 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 85491 0 0 0 2462 32 0 0 25 0 4 0 517787728 690917376 68310 33554432000 4194304 4650419 140733332128256 18446744073709551615 4328325 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 168681 68310 391 112 0 163646 0
[pid=6297/tid=6298] ppid=6295 vsize=674724 CPUtime=6.22 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 24949 0 0 0 612 10 0 0 25 0 4 0 517787728 690917376 68310 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=674724 CPUtime=6.26 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 22475 0 0 0 620 6 0 0 25 0 4 0 517787728 690917376 68310 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=674724 CPUtime=6.2 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 12459 0 0 0 613 7 0 0 25 0 4 0 517787728 690917376 68310 33554432000 4194304 4650419 140733332128256 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 674724

[startup+12.701 s]
/proc/loadavg: 4.43 4.58 6.03 9/188 6302
/proc/meminfo: memFree=24418896/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=492484 CPUtime=50.51 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 108130 0 0 0 5014 37 0 0 25 0 4 0 517787728 504303616 62373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4367415 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 123121 62373 393 112 0 118086 0
[pid=6297/tid=6298] ppid=6295 vsize=492484 CPUtime=12.62 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 30605 0 0 0 1251 11 0 0 25 0 4 0 517787728 504303616 62373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=492484 CPUtime=12.65 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 27858 0 0 0 1258 7 0 0 25 0 4 0 517787728 504303616 62373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=492484 CPUtime=12.55 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 17969 0 0 0 1247 8 0 0 25 0 4 0 517787728 504303616 62373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 492484

[startup+25.5006 s]
/proc/loadavg: 4.98 4.69 6.05 9/188 6302
/proc/meminfo: memFree=24198672/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=887356 CPUtime=101.63 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 261548 0 0 0 10092 71 0 0 25 0 4 0 517787728 908652544 127373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 221839 127373 395 112 0 216804 0
[pid=6297/tid=6298] ppid=6295 vsize=887356 CPUtime=25.42 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 71212 0 0 0 2518 24 0 0 25 0 4 0 517787728 908652544 127373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=887356 CPUtime=25.45 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 39509 0 0 0 2535 10 0 0 25 0 4 0 517787728 908652544 127373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=887356 CPUtime=25.28 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 91321 0 0 0 2510 18 0 0 25 0 4 0 517787728 908652544 127373 33554432000 4194304 4650419 140733332128256 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 887356

[startup+51.1009 s]
/proc/loadavg: 6.14 4.99 6.11 9/188 6303
/proc/meminfo: memFree=23877704/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1079620 CPUtime=203.87 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 434132 0 0 0 20286 101 0 0 25 0 4 0 517787728 1105530880 169476 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 269905 169476 395 112 0 264870 0
[pid=6297/tid=6298] ppid=6295 vsize=1079620 CPUtime=51.01 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 71980 0 0 0 5077 24 0 0 25 0 4 0 517787728 1105530880 169476 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1079620 CPUtime=51.04 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 62265 0 0 0 5088 16 0 0 25 0 4 0 517787728 1105530880 169476 33554432000 4194304 4650419 140733332128256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1079620 CPUtime=50.75 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 165655 0 0 0 5045 30 0 0 25 0 4 0 517787728 1105530880 169476 33554432000 4194304 4650419 140733332128256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 1079620

[startup+102.301 s]
/proc/loadavg: 7.39 5.52 6.22 9/188 6304
/proc/meminfo: memFree=23684212/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1170608 CPUtime=408.4 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 797723 0 0 0 40674 166 0 0 25 0 4 0 517787728 1198702592 195526 33554432000 4194304 4650419 140733332128256 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 292652 195526 395 112 0 287617 0
[pid=6297/tid=6298] ppid=6295 vsize=1170608 CPUtime=102.21 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 309628 0 0 0 10166 55 0 0 25 0 4 0 517787728 1198702592 195527 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1170608 CPUtime=102.24 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 96429 0 0 0 10197 27 0 0 25 0 4 0 517787728 1198702592 195527 33554432000 4194304 4650419 140733332128256 18446744073709551615 4360387 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1170608 CPUtime=101.67 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 225102 0 0 0 10124 43 0 0 25 0 4 0 517787728 1198702592 195527 33554432000 4194304 4650419 140733332128256 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.4
Current children cumulated vsize (KiB) 1170608

[startup+162.301 s]

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

[pid=6297] ppid=6295 vsize=1784984 CPUtime=2805.07 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 3979292 0 0 0 279745 762 0 0 25 0 4 0 517787728 1827823616 352024 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 446246 352024 403 112 0 441211 0
[pid=6297/tid=6298] ppid=6295 vsize=1784984 CPUtime=702.14 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1992950 0 0 0 69891 323 0 0 25 0 4 0 517787728 1827823616 352024 33554432000 4194304 4650419 140733332128256 18446744073709551615 4310774 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1784984 CPUtime=702.23 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 716920 0 0 0 70050 173 0 0 25 0 4 0 517787728 1827823616 352024 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1784984 CPUtime=698.41 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 568210 0 0 0 69706 135 0 0 25 0 4 0 517787728 1827823616 352024 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476756 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.07
Current children cumulated vsize (KiB) 1784984

[startup+762.301 s]
/proc/loadavg: 8.15 7.86 7.20 9/188 6322
/proc/meminfo: memFree=22755808/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1784984 CPUtime=3044.76 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 4531611 0 0 0 303624 852 0 0 25 0 4 0 517787728 1827823616 350978 33554432000 4194304 4650419 140733332128256 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 446246 350978 413 112 0 441211 0
[pid=6297/tid=6298] ppid=6295 vsize=1784984 CPUtime=762.14 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2017482 0 0 0 75881 333 0 0 25 0 4 0 517787728 1827823616 350978 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1784984 CPUtime=762.24 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1173254 0 0 0 75989 235 0 0 25 0 4 0 517787728 1827823616 350978 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1784984 CPUtime=758.08 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 618165 0 0 0 75667 141 0 0 25 0 4 0 517787728 1827823616 350978 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.76
Current children cumulated vsize (KiB) 1784984

[startup+822.301 s]
/proc/loadavg: 8.17 7.91 7.25 9/188 6323
/proc/meminfo: memFree=22614648/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1682048 CPUtime=3284.41 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 4682562 0 0 0 327552 889 0 0 25 0 4 0 517787728 1722417152 341318 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 420512 341318 395 112 0 415477 0
[pid=6297/tid=6298] ppid=6295 vsize=1682048 CPUtime=822.13 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2036441 0 0 0 81875 338 0 0 25 0 4 0 517787728 1722417152 341318 33554432000 4194304 4650419 140733332128256 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1682048 CPUtime=822.23 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1255756 0 0 0 81974 249 0 0 25 0 4 0 517787728 1722417152 341319 33554432000 4194304 4650419 140733332128256 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1682048 CPUtime=817.75 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 642631 0 0 0 81625 150 0 0 25 0 4 0 517787728 1722417152 341319 33554432000 4194304 4650419 140733332128256 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 1682048

[startup+882.307 s]
/proc/loadavg: 8.15 7.95 7.31 9/188 6325
/proc/meminfo: memFree=22527428/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1801192 CPUtime=3524.08 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 5035291 0 0 0 351449 959 0 0 25 0 4 0 517787728 1844420608 362621 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 450298 362621 395 112 0 445263 0
[pid=6297/tid=6298] ppid=6295 vsize=1801192 CPUtime=882.13 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2061643 0 0 0 87865 348 0 0 25 0 4 0 517787728 1844420608 362621 33554432000 4194304 4650419 140733332128256 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1801192 CPUtime=882.24 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1283331 0 0 0 87965 259 0 0 25 0 4 0 517787728 1844420608 362621 33554432000 4194304 4650419 140733332128256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1801192 CPUtime=877.42 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 671884 0 0 0 87582 160 0 0 25 0 4 0 517787728 1844420608 362621 33554432000 4194304 4650419 140733332128256 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 1801192

[startup+942.301 s]
/proc/loadavg: 8.17 7.99 7.36 9/188 6326
/proc/meminfo: memFree=22513876/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1895676 CPUtime=3763.73 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 5528792 0 0 0 375328 1045 0 0 25 0 4 0 517787728 1941172224 362271 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 473919 362271 395 112 0 468884 0
[pid=6297/tid=6298] ppid=6295 vsize=1895676 CPUtime=942.12 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2087068 0 0 0 93854 358 0 0 25 0 4 0 517787728 1941172224 362271 33554432000 4194304 4650419 140733332128256 18446744073709551615 4354992 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1895676 CPUtime=942.23 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1312896 0 0 0 93955 268 0 0 25 0 4 0 517787728 1941172224 362271 33554432000 4194304 4650419 140733332128256 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1895676 CPUtime=937.09 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 696185 0 0 0 93539 170 0 0 25 0 4 0 517787728 1941172224 362271 33554432000 4194304 4650419 140733332128256 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 1895676

[startup+1002.3 s]
/proc/loadavg: 8.30 8.06 7.42 9/188 6328
/proc/meminfo: memFree=22481112/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1783112 CPUtime=4003.38 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 5825179 0 0 0 399234 1104 0 0 25 0 4 0 517787728 1825906688 355821 33554432000 4194304 4650419 140733332128256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 445778 355821 395 112 0 440743 0
[pid=6297/tid=6298] ppid=6295 vsize=1783112 CPUtime=1002.11 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2113856 0 0 0 99843 368 0 0 25 0 4 0 517787728 1825906688 355821 33554432000 4194304 4650419 140733332128256 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1783112 CPUtime=1002.22 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1337289 0 0 0 99945 277 0 0 25 0 4 0 517787728 1825906688 355821 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1783112 CPUtime=996.75 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 720626 0 0 0 99496 179 0 0 25 0 4 0 517787728 1825906688 355821 33554432000 4194304 4650419 140733332128256 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 1783112

[startup+1062.3 s]
/proc/loadavg: 8.30 8.10 7.47 9/188 6330
/proc/meminfo: memFree=22409172/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1914192 CPUtime=4243.04 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 5941075 0 0 0 423165 1139 0 0 25 0 4 0 517787728 1960132608 392989 33554432000 4194304 4650419 140733332128256 18446744073709551615 4367391 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 478548 392989 395 112 0 473513 0
[pid=6297/tid=6298] ppid=6295 vsize=1914192 CPUtime=1062.1 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2134566 0 0 0 105835 375 0 0 25 0 4 0 517787728 1960132608 392989 33554432000 4194304 4650419 140733332128256 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1914192 CPUtime=1062.22 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1364372 0 0 0 105936 286 0 0 25 0 4 0 517787728 1960132608 392989 33554432000 4194304 4650419 140733332128256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1914192 CPUtime=1056.43 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 760427 0 0 0 105454 189 0 0 25 0 4 0 517787728 1960132608 392989 33554432000 4194304 4650419 140733332128256 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.04
Current children cumulated vsize (KiB) 1914192

[startup+1122.3 s]
/proc/loadavg: 8.21 8.10 7.51 9/188 6331
/proc/meminfo: memFree=22252528/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1979728 CPUtime=4482.69 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 6065720 0 0 0 447090 1179 0 0 25 0 4 0 517787728 2027241472 374349 33554432000 4194304 4650419 140733332128256 18446744073709551615 4367456 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 494932 374349 395 112 0 489897 0
[pid=6297/tid=6298] ppid=6295 vsize=1979728 CPUtime=1122.08 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2165076 0 0 0 111823 385 0 0 25 0 4 0 517787728 2027241472 374349 33554432000 4194304 4650419 140733332128256 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1979728 CPUtime=1122.12 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1388945 0 0 0 111915 297 0 0 25 0 4 0 517787728 2027241472 374349 33554432000 4194304 4650419 140733332128256 18446744073709551615 4303888 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1979728 CPUtime=1116.2 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 804204 0 0 0 111421 199 0 0 25 0 4 0 517787728 2027241472 374349 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 1979728

[startup+1182.3 s]
/proc/loadavg: 8.26 8.13 7.56 9/188 6333
/proc/meminfo: memFree=22124540/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1979728 CPUtime=4722.36 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 6440793 0 0 0 470991 1245 0 0 25 0 4 0 517787728 2027241472 399580 33554432000 4194304 4650419 140733332128256 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 494932 399580 395 112 0 489897 0
[pid=6297/tid=6298] ppid=6295 vsize=1979728 CPUtime=1182.07 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2188251 0 0 0 117813 394 0 0 25 0 4 0 517787728 2027241472 399580 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1979728 CPUtime=1181.8 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1633008 0 0 0 117848 332 0 0 25 0 4 0 517787728 2027241472 399580 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1979728 CPUtime=1176.2 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 889399 0 0 0 117409 211 0 0 25 0 4 0 517787728 2027241472 399580 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 1979728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.18 8.12 7.56 5/183 6334
/proc/meminfo: memFree=23462656/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1979728 CPUtime=4800.27 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 6488657 0 0 0 478771 1256 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 494932 396014 395 112 0 489897 0
[pid=6297/tid=6298] ppid=6295 vsize=1979728 CPUtime=1201.57 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2188251 0 0 0 119763 394 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1979728 CPUtime=1201.19 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1657976 0 0 0 119783 336 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1979728 CPUtime=1195.71 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 906596 0 0 0 119356 215 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4240915 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1979728

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

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

[startup+1201.8 s]
/proc/loadavg: 8.18 8.12 7.56 5/183 6334
/proc/meminfo: memFree=23462656/32951124 swapFree=67111352/67111528
[pid=6297] ppid=6295 vsize=1979728 CPUtime=4800.27 cores=0,2,4,6
/proc/6297/stat : 6297 (strangenight1-m) R 6295 6297 6256 0 -1 4202496 6488657 0 0 0 478771 1256 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6297/statm: 494932 396014 395 112 0 489897 0
[pid=6297/tid=6298] ppid=6295 vsize=1979728 CPUtime=1201.57 cores=0,2,4,6
/proc/6297/task/6298/stat : 6298 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 2188251 0 0 0 119763 394 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6297/tid=6299] ppid=6295 vsize=1979728 CPUtime=1201.19 cores=0,2,4,6
/proc/6297/task/6299/stat : 6299 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 1657976 0 0 0 119783 336 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=1979728 CPUtime=1195.71 cores=0,2,4,6
/proc/6297/task/6300/stat : 6300 (strangenight1-m) R 6295 6297 6256 0 -1 4202560 906596 0 0 0 119356 215 0 0 25 0 4 0 517787728 2027241472 396014 33554432000 4194304 4650419 140733332128256 18446744073709551615 4240915 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1979728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.89
CPU time (s): 4800.37
CPU user time (s): 4787.73
CPU system time (s): 12.6401
CPU usage (%): 399.401
Max. virtual memory (cumulated for all children) (KiB): 1979728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.73
system time used= 12.6401
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6488657
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= 22123
involuntary context switches= 69634

runsolver used 1.75073 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 09:24:55
IDJOB=3174965
IDBENCH=82583
IDSOLVER=1588
FILE ID=node134/3174965-1304061895
RUNJOBID= node134-1304061895-6274
PBS_JOBID= 13170453
Free space on /tmp= 71572 MiB

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

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

MD5SUM BENCH= ec4818cc72441ba3110ddbe772c6ebb9
RANDOM SEED=584731524

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24993600 kB
Buffers:       1476868 kB
Cached:        5836152 kB
SwapCached:         64 kB
Active:        1484468 kB
Inactive:      5949632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24993600 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           17988 kB
Writeback:           0 kB
AnonPages:      120060 kB
Mapped:          14948 kB
Slab:           458668 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71576 MiB
End job on node134 at 2011-04-29 09:44:59